summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-10-30 13:37:54 +0300
committerAndrew Dolgov <[email protected]>2019-10-30 13:37:54 +0300
commit8508ea7f751f622f75ba3eb1e45f224b5a058b86 (patch)
treea028f12ab959f5f919ee449247d49edabb0d633a /org.fox.ttcomics
parent1cac0f13c477097694242a1271804d19547adab4 (diff)
update support libraries
Diffstat (limited to 'org.fox.ttcomics')
-rw-r--r--org.fox.ttcomics/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.fox.ttcomics/build.gradle b/org.fox.ttcomics/build.gradle
index e5ec55f..7d89841 100644
--- a/org.fox.ttcomics/build.gradle
+++ b/org.fox.ttcomics/build.gradle
@@ -48,7 +48,7 @@ android {
dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
- implementation 'androidx.appcompat:appcompat:1.0.2'
+ implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.shamanland:fab:0.0.8'
implementation 'jp.co.recruit_mp:android-HeaderFooterGridView:0.2.4'
@@ -59,8 +59,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:16.1.0'
- implementation 'com.google.android.gms:play-services-auth:16.0.1'
+ implementation 'com.google.android.gms:play-services-base:17.1.0'
+ implementation 'com.google.android.gms:play-services-auth:17.0.0'
implementation files('libs/nineoldandroids-2.4.0.jar')
implementation 'com.gu:option:1.3'
implementation 'net.rdrei.android.dirchooser:library:3.2@aar'