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:
parent
b4f25636ea
commit
cb4ff06c7d
1 changed files with 1 additions and 1 deletions
|
@ -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 ->
|
||||
|
|
Loading…
Reference in a new issue