0.44 stable

This commit is contained in:
M66B 2015-11-26 08:47:01 +01:00
parent 13408a9e38
commit a2cbcb16b2
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ model {
applicationId = "eu.faircode.netguard"
minSdkVersion.apiLevel = 21
targetSdkVersion.apiLevel = 23
versionCode = 43
versionName = "0.43"
archivesBaseName = "NetGuard-v$versionName"
versionCode = 44
versionName = "0.44"
archivesBaseName = "NetGuard-v$versionName-$minSdkVersion.apiLevel"
}
}
android.buildTypes {