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:
parent
13408a9e38
commit
a2cbcb16b2
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue