mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-30 00:01:19 +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 {
|
play {
|
||||||
serviceAccountCredentials = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json')
|
serviceAccountCredentials = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json')
|
||||||
track = 'beta'
|
track = 'beta'
|
||||||
resolutionStrategy = 'auto'
|
resolutionStrategy = 'ignore'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.whenTaskAdded { task ->
|
tasks.whenTaskAdded { task ->
|
||||||
|
|
Loading…
Reference in a new issue