1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-29 15:51:17 +00:00

build.gradle: resolutionstrategy => ignore

Don't fail the debug build if no play credentials file was found
This commit is contained in:
Catfriend1 2019-06-19 02:57:46 +02:00
parent b4f25636ea
commit cb4ff06c7d

View file

@ -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 ->