summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-03 20:25:56 +0300
committerAndrew Dolgov <[email protected]>2019-02-03 20:25:56 +0300
commit13016e9a6a36eded916bee5db6f06e8406e7766b (patch)
treec17f93f4dc060799d6944cc77cde2db0fb94e186 /org.fox.ttcomics/build.gradle
parentd53e05335ab2233a79a51e04943fa986b71e2400 (diff)
allow opening /storage for microsd access
Diffstat (limited to 'org.fox.ttcomics/build.gradle')
-rwxr-xr-xorg.fox.ttcomics/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.fox.ttcomics/build.gradle b/org.fox.ttcomics/build.gradle
index c5ead0b..8d2814a 100755
--- a/org.fox.ttcomics/build.gradle
+++ b/org.fox.ttcomics/build.gradle
@@ -47,10 +47,10 @@ android {
}
dependencies {
- 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.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 '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'