diff options
author | Allan Wang <me@allanwang.ca> | 2018-11-18 21:28:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-18 21:28:25 -0500 |
commit | dc6c12ba40b179ceb11a77da8828b79d360f79eb (patch) | |
tree | 96306bccf6dc983f31e8bc30a6323e825dbac627 /gradle.properties | |
parent | 587f359b20a56b4cee4e1fc6c788c40102f0892f (diff) | |
download | frost-dc6c12ba40b179ceb11a77da8828b79d360f79eb.tar.gz frost-dc6c12ba40b179ceb11a77da8828b79d360f79eb.tar.bz2 frost-dc6c12ba40b179ceb11a77da8828b79d360f79eb.zip |
Fix/personal messages (#1194)
* Update dependency versions
* Fix regex to support personal messages, resolves #1180
* Update download url, resolves #1131
* Update changelog
* Downgrade apache dependency version
* Disable travis for master pushes [skip ci]
* Support java 1.8
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 |