summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttcomics/build.gradle')
-rw-r--r--org.fox.ttcomics/build.gradle9
1 files changed, 4 insertions, 5 deletions
diff --git a/org.fox.ttcomics/build.gradle b/org.fox.ttcomics/build.gradle
index 7d89841..682c21e 100644
--- a/org.fox.ttcomics/build.gradle
+++ b/org.fox.ttcomics/build.gradle
@@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "org.fox.ttcomics2"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
- minSdkVersion 19
+ minSdkVersion 21
targetSdkVersion 27
}
@@ -49,18 +49,17 @@ android {
dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
- implementation 'com.google.android.material:material:1.0.0'
+ implementation 'com.google.android.material:material:1.1.0'
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'
- implementation 'com.ToxicBakery.viewpager.transforms:view-pager-transforms:1.2.32@aar'
implementation 'com.nhaarman.listviewanimations:lib-core:3.1.0@aar'
implementation 'frankiesardo:icepick:3.2.0'
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:17.1.0'
- implementation 'com.google.android.gms:play-services-auth:17.0.0'
+ implementation 'com.google.android.gms:play-services-base:17.2.1'
+ implementation 'com.google.android.gms:play-services-auth:18.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'