diff options
author | Allan Wang <me@allanwang.ca> | 2018-12-24 00:21:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-24 00:21:21 -0500 |
commit | c45b30e28f451699f3be828a1201260ed27e321e (patch) | |
tree | 59770f7f001c1488299d0680aa7edd2135bc45ca /gradle.properties | |
parent | 9a40780c3baffcef381e4575f7c28b4b5fb4a56b (diff) | |
download | frost-c45b30e28f451699f3be828a1201260ed27e321e.tar.gz frost-c45b30e28f451699f3be828a1201260ed27e321e.tar.bz2 frost-c45b30e28f451699f3be828a1201260ed27e321e.zip |
Update/bindview (#1258)
* Update bindview for FrostVideoViewer
* Remove more bindview usages
* Fix compilation problems
* Remove custom drawer header
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 6728eb08..f708598c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,11 +14,11 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=0d24880 +KAU=b4a2ded KOTLIN=1.3.11 # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google -ANDROID_GRADLE=3.3.0-rc02 +ANDROID_GRADLE=3.2.1 # https://github.com/bugsnag/bugsnag-android/releases BUGSNAG=4.9.3 |