diff options
author | Allan Wang <me@allanwang.ca> | 2018-11-06 22:35:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-06 22:35:58 -0500 |
commit | da63f00eb50a8c413ee55652eff8a4fcc5f83e5a (patch) | |
tree | 33b2eb5da6963ba267877ae836ecba0dcef344ca /gradle.properties | |
parent | bffa6474f36b990c1de0eaeb8df2cf80d094d3fa (diff) | |
download | frost-da63f00eb50a8c413ee55652eff8a4fcc5f83e5a.tar.gz frost-da63f00eb50a8c413ee55652eff8a4fcc5f83e5a.tar.bz2 frost-da63f00eb50a8c413ee55652eff8a4fcc5f83e5a.zip |
Fix/duplicate back (#1177)
* Merge potential fix for text zoom
* Actually fix the duplicate back
* Prepare fixing dependent notifications
* Add notification fallback url
* Add back acontext to url, fixes #1137
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 43b45257..a350b51b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=11f0d0f -KOTLIN=1.2.71 +KAU=572d470 +KOTLIN=1.3.0 # https://github.com/bugsnag/bugsnag-android/releases BUGSNAG=4.8.2 |