Roll out to beta track by default

This commit is contained in:
Audrius Butkevicius 2018-04-18 23:46:20 +01:00 committed by GitHub
parent 285797f89b
commit f8f3f723e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ android {
play {
jsonFile = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json')
uploadImages = false
track = 'production'
track = 'beta'
}
/**