From cb4ff06c7d17d201bbb96c34077db6f1f88ed7c1 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Wed, 19 Jun 2019 02:57:46 +0200 Subject: [PATCH] build.gradle: resolutionstrategy => ignore Don't fail the debug build if no play credentials file was found --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f18b7d9e..5c3455a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,7 +84,7 @@ android { play { serviceAccountCredentials = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json') track = 'beta' - resolutionStrategy = 'auto' + resolutionStrategy = 'ignore' } tasks.whenTaskAdded { task ->