diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-13 17:19:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-13 17:19:19 -0700 |
commit | c3f1fc6a8b3216442a018bb04843dfa68d738918 (patch) | |
tree | 1eb9dc13fc46e7ed98550f6edbdd015af9c106b8 /app/build.gradle | |
parent | 1d364a1f5a8322ce8fbe200fcc9f5a41f91b41e8 (diff) | |
download | frost-c3f1fc6a8b3216442a018bb04843dfa68d738918.tar.gz frost-c3f1fc6a8b3216442a018bb04843dfa68d738918.tar.bz2 frost-c3f1fc6a8b3216442a018bb04843dfa68d738918.zip |
Separate pref strings, add notifs control, fix searchview (#60)v1.2.2
* Separate pref strings and add notif controls
* Add overlay toggle and minor cleanups
* Fix search view
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 45bdaa16..9e492f1a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ apply plugin: 'com.github.triplet.play' play { jsonFile = file('../files/gplay-keys.json') - track = 'beta' + track = 'alpha' errorOnSizeLimit = true uploadImages = false untrackOld = true |