Skip to content

Commit

Permalink
build.gradle: Update com.github.triplet.play to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Sep 19, 2021
1 parent a73f70d commit 5027f9a
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'com.github.ben-manes.versions'
id 'com.github.triplet.play' version '2.8.0'
id 'com.github.triplet.play' version '3.6.0'
}

dependencies {
Expand Down Expand Up @@ -79,15 +79,6 @@ android {
}
}

playConfigs {
release {
serviceAccountCredentials = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json')
}
gplay {
serviceAccountCredentials = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json')
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand All @@ -112,9 +103,9 @@ android {
}

play {
serviceAccountCredentials = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json')
serviceAccountCredentials = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE"))
track = 'beta'
resolutionStrategy = 'ignore'
resolutionStrategy = com.github.triplet.gradle.androidpublisher.ResolutionStrategy.IGNORE
defaultToAppBundles = true
}

Expand Down

0 comments on commit 5027f9a

Please sign in to comment.