Increase version code serial

This commit is contained in:
M66B 2015-12-01 20:21:37 +01:00
parent 5e08385a9e
commit 0946a486e6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ model {
applicationId = "eu.faircode.netguard"
minSdkVersion.apiLevel = 21
targetSdkVersion.apiLevel = 23
versionCode = 2015120101
versionCode = 2015120102
versionName = "0.47"
archivesBaseName = "NetGuard-v$versionName-$versionCode"
}