summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttcomics/build.gradle')
-rwxr-xr-xorg.fox.ttcomics/build.gradle40
1 files changed, 20 insertions, 20 deletions
diff --git a/org.fox.ttcomics/build.gradle b/org.fox.ttcomics/build.gradle
index 1964a81..c5ead0b 100755
--- a/org.fox.ttcomics/build.gradle
+++ b/org.fox.ttcomics/build.gradle
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 27
- buildToolsVersion "27.0.3"
+ compileSdkVersion 28
+ buildToolsVersion "28.0.3"
defaultConfig {
applicationId "org.fox.ttcomics2"
@@ -47,23 +47,23 @@ android {
}
dependencies {
- compile 'com.android.support:support-v4:27.1.0'
- compile 'com.android.support:appcompat-v7:27.1.0'
- compile 'com.android.support:cardview-v7:27.1.0'
- compile 'com.android.support:design:27.1.0'
- compile 'com.shamanland:fab:0.0.8'
- compile 'jp.co.recruit_mp:android-HeaderFooterGridView:0.2.4'
- compile 'com.github.bumptech.glide:glide:3.8.0'
- compile 'ch.acra:acra:4.9.1'
- compile 'com.ToxicBakery.viewpager.transforms:view-pager-transforms:1.2.32@aar'
- compile 'com.nhaarman.listviewanimations:lib-core:3.1.0@aar'
- compile 'frankiesardo:icepick:3.2.0'
- provided 'frankiesardo:icepick-processor:3.2.0'
- compile 'com.github.livefront:bridge:v1.1.2'
+ implementation 'com.android.support:support-v4:27.1.0'
+ implementation 'com.android.support:appcompat-v7:27.1.0'
+ implementation 'com.android.support:cardview-v7:27.1.0'
+ implementation 'com.android.support:design:27.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 'ch.acra:acra:4.9.1'
+ 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'
- compile 'com.google.android.gms:play-services-base:15.0.1'
- compile 'com.google.android.gms:play-services-auth:15.0.1'
- compile files('libs/nineoldandroids-2.4.0.jar')
- compile 'com.gu:option:1.3'
- compile 'net.rdrei.android.dirchooser:library:3.2@aar'
+ implementation 'com.google.android.gms:play-services-base:15.0.1'
+ implementation 'com.google.android.gms:play-services-auth:15.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'
}