mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-12 09:36:04 +00:00
0.44 stable
This commit is contained in:
parent
13408a9e38
commit
a2cbcb16b2
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue