diff --git a/app/build.gradle b/app/build.gradle index a773c252..a3c4c16b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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.7.0' } dependencies { @@ -33,11 +33,6 @@ android { buildTypes.debug.applicationIdSuffix ".debug" buildFeatures.dataBinding = true - playConfigs { - defaultAccountConfig { - serviceAccountCredentials = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json') - } - } defaultConfig { applicationId "com.nutomic.syncthingandroid" minSdkVersion 21