From a85cec550e4d6a9de29a46fa79d0e0f2e77f9f57 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Sun, 27 Nov 2022 23:16:55 +0100 Subject: [PATCH] Updated triplet play plugin to 3.7.0 (gradle compat) --- app/build.gradle | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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