1
0
Fork 0
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:
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

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'
}
/**