summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-03 23:53:57 +0300
committerAndrew Dolgov <[email protected]>2019-02-03 23:53:57 +0300
commit12f64363c82274587ebb07774de1a872f54ca3ae (patch)
tree1ceefcf0d1da0e4e06310cdfc4af8d9e00b55b34 /org.fox.ttcomics/build.gradle
parent31616c82eb5a5548127ddd965a39c6d5dbeb3f69 (diff)
android support libraries -> androidx
use photoview instead of imageviewtouch (included because of TOP_CROP missing) remove obsolete/unused code
Diffstat (limited to 'org.fox.ttcomics/build.gradle')
-rwxr-xr-xorg.fox.ttcomics/build.gradle11
1 files changed, 5 insertions, 6 deletions
diff --git a/org.fox.ttcomics/build.gradle b/org.fox.ttcomics/build.gradle
index 8d2814a..9e52a1c 100755
--- a/org.fox.ttcomics/build.gradle
+++ b/org.fox.ttcomics/build.gradle
@@ -47,10 +47,9 @@ android {
}
dependencies {
- implementation 'com.android.support:support-v4:28.0.0'
- implementation 'com.android.support:appcompat-v7:28.0.0'
- implementation 'com.android.support:cardview-v7:28.0.0'
- implementation 'com.android.support:design:28.0.0'
+ implementation 'androidx.legacy:legacy-support-v4:1.0.0'
+ implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
+ implementation 'com.google.android.material:material:1.1.0-alpha03'
implementation 'com.shamanland:fab:0.0.8'
implementation 'jp.co.recruit_mp:android-HeaderFooterGridView:0.2.4'
implementation 'com.github.bumptech.glide:glide:3.8.0'
@@ -61,8 +60,8 @@ dependencies {
compileOnly 'frankiesardo:icepick-processor:3.2.0'
implementation 'com.github.livefront:bridge:v1.1.2'
annotationProcessor 'frankiesardo:icepick-processor:3.2.0'
- implementation 'com.google.android.gms:play-services-base:15.0.1'
- implementation 'com.google.android.gms:play-services-auth:15.0.1'
+ implementation 'com.google.android.gms:play-services-base:16.1.0'
+ implementation 'com.google.android.gms:play-services-auth:16.0.1'
implementation files('libs/nineoldandroids-2.4.0.jar')
implementation 'com.gu:option:1.3'
implementation 'net.rdrei.android.dirchooser:library:3.2@aar'