From 60cc50d8f6785d33adf4dafd456c836c96a9e3de Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 7 Oct 2017 01:00:24 -0400 Subject: 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 --- gradle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gradle.properties') 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 -- cgit v1.2.3