Make version codes comparable

This commit is contained in:
M66B 2015-11-27 13:53:13 +01:00
parent 91843c9c2f
commit 3edf8549fb
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 = 20151127
versionCode = 2015112701
versionName = "0.44"
archivesBaseName = "NetGuard-v$versionName-$versionCode"
}