diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-08 16:28:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-08 16:28:38 -0700 |
commit | 1e2a2d77169b5de968e29873e13a78a0d8c94a18 (patch) | |
tree | 6a9883f82205fb63ef3831996793631d6d878d5b /gradle.properties | |
parent | 397cc1f54725aee6fb542b08f965389272469309 (diff) | |
download | frost-1e2a2d77169b5de968e29873e13a78a0d8c94a18.tar.gz frost-1e2a2d77169b5de968e29873e13a78a0d8c94a18.tar.bz2 frost-1e2a2d77169b5de968e29873e13a78a0d8c94a18.zip |
* Update null
* Attempt to improve transparent theme backgrounds
* Update menu
* Move injections to visible method and reduce offset
* Update searchview and logging
* Clean temp strings and add network states
* Move console blacklist to web state
* Change some logs to info
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index a1c9cab9..c0cc3b0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,12 +17,12 @@ MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.1 -KAU=3.3.0 +KAU=c2dd5d6 KOTLIN=1.1.3-2 CRASHLYTICS=2.6.8 DBFLOW=4.0.5 -IAB=1.0.43 +IAB=1.0.44 IICON_COMMUNITY=1.9.32.2 IICON_MATERIAL=2.2.0.3 JSOUP=1.10.3 @@ -35,5 +35,6 @@ RX_ANDROID=2.0.1 RX_BINDING=2.0.0 RX_JAVA=2.1.2 RX_KOTLIN=2.1.0 +RX_NETWORK=0.11.0 SCALE_IMAGE_VIEW=3.6.0 SLIDING_PANEL=3.3.1
\ No newline at end of file |