diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/gradle.properties b/gradle.properties index a350b51b..825b2b33 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,48 +15,51 @@ APP_ID=Frost APP_GROUP=com.pitchedapps KAU=572d470 -KOTLIN=1.3.0 +KOTLIN=1.3.10 # https://github.com/bugsnag/bugsnag-android/releases -BUGSNAG=4.8.2 +BUGSNAG=4.9.2 # https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases -BUGSNAG_PLUGIN=3.4.2 +BUGSNAG_PLUGIN=3.5.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 # https://mvnrepository.com/artifact/org.apache.commons/commons-text +# Updates blocked due to javax.script dependency COMMONS_TEXT=1.4 # https://github.com/Raizlabs/DBFlow/releases DBFLOW=4.2.4 # https://github.com/brianwernick/ExoMedia/releases -EXOMEDIA=4.2.3 +EXOMEDIA=4.3.0 -JACKSON=2.9.6 +# https://github.com/FasterXML/jackson-core/releases +JACKSON=2.9.7 # https://github.com/jhy/jsoup/releases JSOUP=1.11.3 # https://github.com/square/leakcanary/releases -LEAK_CANARY=1.6.1 +LEAK_CANARY=1.6.2 # https://github.com/zsmb13/MaterialDrawerKt/releases -MATERIAL_DRAWER_KT=1.3.6 +MATERIAL_DRAWER_KT=1.3.7 # https://github.com/square/okhttp/releases -OKHTTP=3.11.0 -PAPER_PARCEL=2.0.5 +OKHTTP=3.12.0 +# https://github.com/grandstaish/paperparcel/releases +PAPER_PARCEL=2.0.6 # http://robolectric.org/getting-started/ -ROBOELECTRIC=3.8 +ROBOELECTRIC=4.0.2 # https://github.com/ReactiveX/RxAndroid/releases RX_ANDROID=2.1.0 # https://github.com/JakeWharton/RxBinding/releases -RX_BINDING=2.1.1 +RX_BINDING=2.2.0 # https://github.com/ReactiveX/RxJava/releases -RX_JAVA=2.2.2 +RX_JAVA=2.2.3 # https://github.com/ReactiveX/RxKotlin/releases RX_KOTLIN=2.3.0 # https://github.com/pwittchen/ReactiveNetwork/releases RX_NETWORK=2.1.0 # https://github.com/davemorrissey/subsampling-scale-image-view#quick-start SCALE_IMAGE_VIEW=3.10.0 -# https://github.com/umano/AndroidSlidingUpPanel +# 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 |