diff options
author | Allan Wang <me@allanwang.ca> | 2019-01-04 23:59:30 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-01-04 23:59:30 -0500 |
commit | 5d2722b2205e404ee90cbb7e141ac63ca6570e1a (patch) | |
tree | a52744da7d5f18b600a57116f125c9fae5cb1411 /gradle.properties | |
parent | a1cf58e0eee8d16576380e05a8d87e128242bf05 (diff) | |
download | frost-5d2722b2205e404ee90cbb7e141ac63ca6570e1a.tar.gz frost-5d2722b2205e404ee90cbb7e141ac63ca6570e1a.tar.bz2 frost-5d2722b2205e404ee90cbb7e141ac63ca6570e1a.zip |
Remove unused dependencies and remove reactivex from username fetcher
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index dcdb5630..691544bc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=af43e82 +KAU=72d6461 KOTLIN=1.3.11 # https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google @@ -28,7 +28,7 @@ BUGSNAG=4.9.3 # https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases BUGSNAG_PLUGIN=3.6.0 # https://github.com/KeepSafe/dexcount-gradle-plugin/releases -DEX_PLUGIN=0.8.4 +DEX_PLUGIN=0.8.5 # https://github.com/gladed/gradle-android-git-version/releases GIT_PLUGIN=0.4.7 # https://mvnrepository.com/artifact/org.apache.commons/commons-text @@ -59,8 +59,6 @@ OKHTTP=3.12.1 ROBOELECTRIC=4.1 # https://github.com/ReactiveX/RxAndroid/releases RX_ANDROID=2.1.0 -# https://github.com/JakeWharton/RxBinding/releases -RX_BINDING=2.2.0 # https://github.com/ReactiveX/RxJava/releases RX_JAVA=2.2.4 # https://github.com/ReactiveX/RxKotlin/releases |