mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +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 {
|
||||
jsonFile = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json')
|
||||
uploadImages = false
|
||||
track = 'production'
|
||||
track = 'beta'
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue