summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-09-27 08:07:36 +0300
committerAndrew Dolgov <[email protected]>2018-09-27 08:07:36 +0300
commitf569ea56b170c73e9f90667643c81bed4d9e0921 (patch)
treece2b17b2f62b97614d03972ce127369b9b91b795 /org.fox.ttrss/build.gradle
parent109dee48371caf24f3240d6763eb6a677c6b84d0 (diff)
gradle and dependency updates for android studio 3.2
remove deprecated tasker-related components
Diffstat (limited to 'org.fox.ttrss/build.gradle')
-rwxr-xr-xorg.fox.ttrss/build.gradle19
1 files changed, 9 insertions, 10 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index 4a46e9d2..1a3501d2 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 27
- buildToolsVersion "27.0.3"
+ buildToolsVersion "28.0.3"
defaultConfig {
applicationId "org.fox.ttrss"
@@ -47,9 +47,8 @@ android {
}
dependencies {
- compile project(':taskerlocaleapi')
compile files('libs/dashclock-api-r1.1.jar')
- compile 'com.squareup.okhttp3:okhttp:3.8.0'
+ compile 'com.squareup.okhttp3:okhttp:3.10.0'
compile('com.github.bumptech.glide:okhttp3-integration:1.5.0') {
exclude group: 'glide-parent'
}
@@ -57,13 +56,13 @@ dependencies {
compile 'com.bogdwellers:pinchtozoom:0.1'
compile 'com.github.bumptech.glide:glide:3.8.0'
compile 'jp.wasabeef:glide-transformations:2.0.2'
- compile 'com.android.support:recyclerview-v7:27.1.0'
- compile 'com.android.support:cardview-v7:27.1.0'
- compile 'com.android.support:support-v4:27.1.0'
- compile 'com.android.support:appcompat-v7:27.1.0'
- compile 'com.android.support:customtabs:27.1.0'
- compile 'com.android.support:design:27.1.0'
- compile 'com.google.code.gson:gson:2.8.0'
+ compile 'com.android.support:recyclerview-v7:27.1.1'
+ compile 'com.android.support:cardview-v7:27.1.1'
+ compile 'com.android.support:support-v4:27.1.1'
+ compile 'com.android.support:appcompat-v7:27.1.1'
+ compile 'com.android.support:customtabs:27.1.1'
+ compile 'com.android.support:design:27.1.1'
+ compile 'com.google.code.gson:gson:2.8.2'
compile 'com.shamanland:fab:0.0.8'
compile 'ch.acra:acra:4.9.1'
compile 'com.ToxicBakery.viewpager.transforms:view-pager-transforms:1.2.32@aar'