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" applicationId = "eu.faircode.netguard"
minSdkVersion.apiLevel = 21 minSdkVersion.apiLevel = 21
targetSdkVersion.apiLevel = 23 targetSdkVersion.apiLevel = 23
versionCode = 43 versionCode = 44
versionName = "0.43" versionName = "0.44"
archivesBaseName = "NetGuard-v$versionName" archivesBaseName = "NetGuard-v$versionName-$minSdkVersion.apiLevel"
} }
} }
android.buildTypes { android.buildTypes {