Skip to content

Commit

Permalink
Release 32
Browse files Browse the repository at this point in the history
  • Loading branch information
nschnettler committed Apr 28, 2019
1 parent 2cc38ca commit 81c84a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {

defaultConfig {
targetSdkVersion 28
versionCode 39
versionName "31.1-2"
versionCode 41
versionName "32"

buildConfigField "boolean", "SUPPORTS_THIRD_PARTY_SYSTEMS", "" + SUPPORTS_THIRD_PARTY_SYSTEMS
buildConfigField "boolean", "ENABLE_APP_BLACKLIST_CHECK", "" + ENABLE_APP_BLACKLIST_CHECK
Expand Down Expand Up @@ -94,7 +94,7 @@ android {
playConfigs {
q {
track = "beta"
enabled = false
//enabled = false
}
}

Expand All @@ -105,7 +105,7 @@ android {

play {
serviceAccountCredentials = file("PlayAPI.json")
track = "internal"
track = "production"
}

dependencies {
Expand Down

0 comments on commit 81c84a5

Please sign in to comment.