From e83d4ca2abd5f34b613e1698ca43f2aec6254b91 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 29 May 2017 14:11:49 +0300 Subject: various updates for libraries, build-tools, and compile SDK --- org.fox.ttrss/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'org.fox.ttrss') 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') } -- cgit v1.2.3