diff options
author | Allan Wang <me@allanwang.ca> | 2018-12-23 20:04:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-23 20:04:08 -0500 |
commit | 88b40736874a876576e1dc6c49c299fdfeb600bb (patch) | |
tree | 2f73204e2d089e3a4a734643a33c27f9b9921f52 /gradle.properties | |
parent | 813be84a518ca39bba91b26b43b3db56a9d186c7 (diff) | |
download | frost-88b40736874a876576e1dc6c49c299fdfeb600bb.tar.gz frost-88b40736874a876576e1dc6c49c299fdfeb600bb.tar.bz2 frost-88b40736874a876576e1dc6c49c299fdfeb600bb.zip |
Migrate to androidx (#1257)
* Initial migration
* Update gradle wrapper
* Update iconics and revert progressanimator api
* Clean up imports
* Update dependencies and address some lint issues
* Update constants
* Remove extra import
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/gradle.properties b/gradle.properties index 825b2b33..6728eb08 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,17 +14,20 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=572d470 -KOTLIN=1.3.10 +KAU=0d24880 +KOTLIN=1.3.11 + +# https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google +ANDROID_GRADLE=3.3.0-rc02 # https://github.com/bugsnag/bugsnag-android/releases -BUGSNAG=4.9.2 +BUGSNAG=4.9.3 # https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases -BUGSNAG_PLUGIN=3.5.0 +BUGSNAG_PLUGIN=3.6.0 # https://github.com/KeepSafe/dexcount-gradle-plugin/releases DEX_PLUGIN=0.8.4 # https://github.com/gladed/gradle-android-git-version/releases -GIT_PLUGIN=0.4.5 +GIT_PLUGIN=0.4.7 # https://mvnrepository.com/artifact/org.apache.commons/commons-text # Updates blocked due to javax.script dependency COMMONS_TEXT=1.4 @@ -34,25 +37,25 @@ DBFLOW=4.2.4 EXOMEDIA=4.3.0 # https://github.com/FasterXML/jackson-core/releases -JACKSON=2.9.7 +JACKSON=2.9.8 # https://github.com/jhy/jsoup/releases JSOUP=1.11.3 # https://github.com/square/leakcanary/releases LEAK_CANARY=1.6.2 # https://github.com/zsmb13/MaterialDrawerKt/releases -MATERIAL_DRAWER_KT=1.3.7 +MATERIAL_DRAWER_KT=2.0.1 # https://github.com/square/okhttp/releases -OKHTTP=3.12.0 +OKHTTP=3.12.1 # https://github.com/grandstaish/paperparcel/releases PAPER_PARCEL=2.0.6 # http://robolectric.org/getting-started/ -ROBOELECTRIC=4.0.2 +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.3 +RX_JAVA=2.2.4 # https://github.com/ReactiveX/RxKotlin/releases RX_KOTLIN=2.3.0 # https://github.com/pwittchen/ReactiveNetwork/releases @@ -61,5 +64,6 @@ RX_NETWORK=2.1.0 SCALE_IMAGE_VIEW=3.10.0 # https://github.com/umano/AndroidSlidingUpPanel#importing-the-library SLIDING_PANEL=3.4.0 -# https://developer.android.com/training/testing/set-up-project#gradle-dependencies -TEST_RULE=1.0.2 + +android.useAndroidX=true +android.enableJetifier=true |