Skip to content

Commit

Permalink
Release 25.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nschnettler committed Jan 12, 2019
1 parent a4031fb commit 7953317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
targetSdkVersion 28
minSdkVersion 25
versionCode 260000 + 25
versionName "25.1"
versionCode 260000 + 26
versionName "25.1.1"

buildConfigField "boolean", "SUPPORTS_THIRD_PARTY_SYSTEMS", "" + SUPPORTS_THIRD_PARTY_SYSTEMS
buildConfigField "boolean", "ENABLE_APP_BLACKLIST_CHECK", "" + ENABLE_APP_BLACKLIST_CHECK
Expand Down

0 comments on commit 7953317

Please sign in to comment.