diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-16 17:26:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-16 17:26:58 -0700 |
commit | d90cb9b61cd2e033b46f4780ad1340c5f35b7751 (patch) | |
tree | 0294ce22bacb463c9cc95de8dc5581c1bd59a108 /gradle.properties | |
parent | c3f1fc6a8b3216442a018bb04843dfa68d738918 (diff) | |
download | frost-d90cb9b61cd2e033b46f4780ad1340c5f35b7751.tar.gz frost-d90cb9b61cd2e033b46f4780ad1340c5f35b7751.tar.bz2 frost-d90cb9b61cd2e033b46f4780ad1340c5f35b7751.zip |
Add image viewing and downloading (#63)v1.3
* Commence aggressive image caching
* Add glide toggle and css url parsing
* Add image hook and refractor activities
* Update version analytics
* Implemented imageactivity but glide will not load
* Create working image loader
* Finalize image view
* Finalize image view logic
* Remove custom cache experiment
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/gradle.properties b/gradle.properties index 8dc22a88..7ac04b38 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,16 +17,19 @@ MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.0 -KAU=v2.0 +KAU=e6daff7 KOTLIN=1.1.3-2 -MATERIAL_DRAWER=5.9.4 -MATERIAL_DRAWER_KT=1.0.5 -IICON_MATERIAL=2.2.0.3 +CRASHLYTICS=2.6.8 +DBFLOW=4.0.4 +GLIDE=4.0.0-RC1 IICON_COMMUNITY=1.9.32.2 +IICON_MATERIAL=2.2.0.3 JSOUP=1.10.3 -GLIDE=4.0.0-RC1 -DBFLOW=4.0.4 -PAPER_PARCEL=2.0.1 -CRASHLYTICS=2.6.8 LEAK_CANARY=1.5.1 -ROBOELECTRIC=3.4-rc3
\ No newline at end of file +MATERIAL_DRAWER=5.9.4 +MATERIAL_DRAWER_KT=1.0.5 +OKHTTP=3.8.1 +PAPER_PARCEL=2.0.1 +ROBOELECTRIC=3.4-rc3 +SCALE_IMAGE_VIEW=3.6.0 +SLIDING_PANEL=3.3.1
\ No newline at end of file |