From 88b40736874a876576e1dc6c49c299fdfeb600bb Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 23 Dec 2018 20:04:08 -0500 Subject: 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 --- gradle.properties | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'gradle.properties') 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 -- cgit v1.2.3