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

2.53 beta

This commit is contained in:
M66B 2016-10-08 11:54:35 +02:00
parent 6c95ba48ca
commit d20a7595ce

View file

@ -55,25 +55,25 @@ model {
productFlavors {
create("all") {
versionName = "2.52"
versionName = "2.53"
minSdkVersion.apiLevel = 14
targetSdkVersion.apiLevel = 24
versionCode = 2016092601
versionCode = 2016100801
archivesBaseName = "NetGuard-v$versionName"
}
create("lollipop-and-later") {
versionName = "2.52"
versionName = "2.53"
minSdkVersion.apiLevel = 20
targetSdkVersion.apiLevel = 24
versionCode = 2016092611
versionCode = 2016100811
archivesBaseName = "NetGuard-v$versionName"
}
create("kitkat-and-earlier") {
versionName = "2.52"
versionName = "2.53"
minSdkVersion.apiLevel = 14
maxSdkVersion = 19
targetSdkVersion.apiLevel = 24
versionCode = 2016092621
versionCode = 2016100821
archivesBaseName = "NetGuard-v$versionName"
}
}