Skip to content

Commit

Permalink
2.109 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jul 5, 2017
1 parent a46f9ec commit d02de65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,25 @@ model {

productFlavors {
create("all") {
versionName = "2.108"
versionName = "2.109"
minSdkVersion.apiLevel = 14
targetSdkVersion.apiLevel = 25
versionCode = 2017070401
versionCode = 2017070501
archivesBaseName = "NetGuard-v$versionName"
}
create("lollipop-and-later") {
versionName = "2.108"
versionName = "2.109"
minSdkVersion.apiLevel = 20
targetSdkVersion.apiLevel = 25
versionCode = 2017070411
versionCode = 2017070511
archivesBaseName = "NetGuard-v$versionName"
}
create("kitkat-and-earlier") {
versionName = "2.108"
versionName = "2.109"
minSdkVersion.apiLevel = 14
maxSdkVersion = 19
targetSdkVersion.apiLevel = 25
versionCode = 2017070421
versionCode = 2017070521
archivesBaseName = "NetGuard-v$versionName"
}
}
Expand Down

0 comments on commit d02de65

Please sign in to comment.