mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
Roll out to beta track by default
This commit is contained in:
parent
285797f89b
commit
f8f3f723e4
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ android {
|
||||||
play {
|
play {
|
||||||
jsonFile = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json')
|
jsonFile = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json')
|
||||||
uploadImages = false
|
uploadImages = false
|
||||||
track = 'production'
|
track = 'beta'
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue