various updates for libraries, build-tools, and compile SDK

This commit is contained in:
Andrew Dolgov 2017-05-29 14:11:49 +03:00
parent 8d427f9e7d
commit e83d4ca2ab
4 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.2.3' classpath 'com.android.tools.build:gradle:2.3.2'
} }
} }

View File

@ -1,6 +1,6 @@
#Fri Feb 17 15:18:18 MSK 2017 #Mon May 29 14:03:50 MSK 2017
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

View File

@ -1,8 +1,8 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 23 compileSdkVersion 25
buildToolsVersion "23.0.2" buildToolsVersion '25.0.0'
defaultConfig { defaultConfig {
applicationId "org.fox.ttrss" applicationId "org.fox.ttrss"
@ -29,10 +29,11 @@ dependencies {
compile files('libs/dashclock-api-r1.1.jar') compile files('libs/dashclock-api-r1.1.jar')
compile files('libs/jsoup-1.6.1.jar') compile files('libs/jsoup-1.6.1.jar')
compile files('libs/universal-image-loader-1.9.3.jar') compile files('libs/universal-image-loader-1.9.3.jar')
compile 'com.android.support:cardview-v7:23.1.1' compile 'com.android.support:cardview-v7:25.3.1'
compile 'com.android.support:support-v4:23.1.1' compile 'com.android.support:support-v4:25.3.1'
compile 'com.google.code.gson:gson:2.4' compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:appcompat-v7:23.1.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 'com.shamanland:fab:0.0.5'
compile 'ch.acra:acra:4.5.0' compile 'ch.acra:acra:4.5.0'
compile 'com.ToxicBakery.viewpager.transforms:view-pager-transforms:1.2.32@aar' 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.viewpagerindicator:library:2.4.1'
compile 'com.nhaarman.listviewanimations:lib-core:3.1.0@aar' compile 'com.nhaarman.listviewanimations:lib-core:3.1.0@aar'
compile 'com.nhaarman.listviewanimations:lib-manipulation: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/nineoldandroids-2.4.0.jar')
compile files('libs/YouTubeAndroidPlayerApi.jar') compile files('libs/YouTubeAndroidPlayerApi.jar')
} }

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion "20.0.0" buildToolsVersion '25.0.0'
defaultConfig { defaultConfig {
minSdkVersion 3 minSdkVersion 3