diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-07 01:00:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-07 01:00:24 -0400 |
commit | 60cc50d8f6785d33adf4dafd456c836c96a9e3de (patch) | |
tree | a887c1dc931f0c434e912c9209c8fa91c2d003e9 /gradle.properties | |
parent | 5382d8222915727a47c36f0e7ac280c701dbfcdf (diff) | |
download | frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.tar.gz frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.tar.bz2 frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.zip |
Enhancement/message parsing (#369)
* Test custom regex
* Remove statics, use lists, and add amp (#366)
* Remove statics, use lists, and add amp
* Remove another jvmstatic
* Update parser for messages
* Update dependencies
* Update travis
* Use parsing for background im fetcher
* Update changelog
* Update changelog
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index b1732ab1..13069f0f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,9 +15,9 @@ APP_ID=Frost APP_GROUP=com.pitchedapps MIN_SDK=21 TARGET_SDK=26 -BUILD_TOOLS=26.0.1 +BUILD_TOOLS=26.0.2 -KAU=3.4.3 +KAU=17c21ba KOTLIN=1.1.4-3 COMMONS_TEXT=1.1 @@ -34,11 +34,11 @@ PAPER_PARCEL=2.0.4 ROBOELECTRIC=3.4 RX_ANDROID=2.0.1 RX_BINDING=2.0.0 -RX_JAVA=2.1.3 +RX_JAVA=2.1.5 RX_KOTLIN=2.1.0 -RX_NETWORK=0.12.0 +RX_NETWORK=0.12.1 SCALE_IMAGE_VIEW=3.6.0 -SLIDING_PANEL=3.3.1 +SLIDING_PANEL=3.4.0 JUNIT=4.12 TEST_RULE=0.5 |