1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-07 07:12:53 +00:00

0.44 stable

This commit is contained in:
M66B 2015-11-26 08:47:01 +01:00
parent 13408a9e38
commit a2cbcb16b2

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 {