summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-29 14:11:49 +0300
committerAndrew Dolgov <[email protected]>2017-05-29 14:11:49 +0300
commite83d4ca2abd5f34b613e1698ca43f2aec6254b91 (patch)
tree3161e61b00741fcb1e4d9fe213f70446f25dd244 /org.fox.ttrss/build.gradle
parent8d427f9e7d251d91936372545d00fbeee11c1af3 (diff)
various updates for libraries, build-tools, and compile SDK
Diffstat (limited to 'org.fox.ttrss/build.gradle')
-rwxr-xr-xorg.fox.ttrss/build.gradle14
1 files changed, 7 insertions, 7 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index 82b450e0..81224b8c 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 23
- buildToolsVersion "23.0.2"
+ compileSdkVersion 25
+ buildToolsVersion '25.0.0'
defaultConfig {
applicationId "org.fox.ttrss"
@@ -29,10 +29,11 @@ dependencies {
compile files('libs/dashclock-api-r1.1.jar')
compile files('libs/jsoup-1.6.1.jar')
compile files('libs/universal-image-loader-1.9.3.jar')
- compile 'com.android.support:cardview-v7:23.1.1'
- compile 'com.android.support:support-v4:23.1.1'
- compile 'com.google.code.gson:gson:2.4'
- compile 'com.android.support:appcompat-v7:23.1.1'
+ compile 'com.android.support:cardview-v7:25.3.1'
+ compile 'com.android.support:support-v4:25.3.1'
+ compile 'com.android.support:appcompat-v7:25.3.1'
+ compile 'com.android.support:customtabs:25.3.1'
+ compile 'com.google.code.gson:gson:2.7'
compile 'com.shamanland:fab:0.0.5'
compile 'ch.acra:acra:4.5.0'
compile 'com.ToxicBakery.viewpager.transforms:view-pager-transforms:1.2.32@aar'
@@ -40,7 +41,6 @@ dependencies {
compile 'com.viewpagerindicator:library:2.4.1'
compile 'com.nhaarman.listviewanimations:lib-core:3.1.0@aar'
compile 'com.nhaarman.listviewanimations:lib-manipulation:3.1.0@aar'
- compile 'com.android.support:customtabs:23.0.0'
compile files('libs/nineoldandroids-2.4.0.jar')
compile files('libs/YouTubeAndroidPlayerApi.jar')
}