Update gradle, build-tools, dependencies

multisite
Floens 9 years ago
parent f836de5277
commit 5f0e99e55a
  1. 2
      .travis.yml
  2. 16
      Clover/app/build.gradle
  3. 2
      Clover/build.gradle
  4. 4
      Clover/gradle/wrapper/gradle-wrapper.properties

@ -7,7 +7,7 @@ android:
- platform-tools - platform-tools
- tools - tools
- extra-android-m2repository - extra-android-m2repository
- build-tools-24.0.0 - build-tools-24.0.1
- android-24 - android-24
script: cd Clover && ./gradlew build --console plain -x lint script: cd Clover && ./gradlew build --console plain -x lint

@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 24 compileSdkVersion 24
// update the travis config when changing this // update the travis config when changing this
buildToolsVersion '24.0.0' buildToolsVersion '24.0.1'
defaultConfig { defaultConfig {
applicationId "org.floens.chan" applicationId "org.floens.chan"
@ -84,13 +84,13 @@ android {
} }
dependencies { dependencies {
compile 'com.android.support:support-v13:24.0.0' compile 'com.android.support:support-v13:24.1.1'
compile 'com.android.support:appcompat-v7:24.0.0' compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:recyclerview-v7:24.0.0' compile 'com.android.support:recyclerview-v7:24.1.1'
compile 'com.android.support:cardview-v7:24.0.0' compile 'com.android.support:cardview-v7:24.1.1'
compile 'com.android.support:support-annotations:24.0.0' compile 'com.android.support:support-annotations:24.1.1'
compile 'com.android.support:design:24.0.0' compile 'com.android.support:design:24.1.1'
compile 'com.android.support:customtabs:24.0.0' compile 'com.android.support:customtabs:24.1.1'
compile 'org.jsoup:jsoup:1.9.2' compile 'org.jsoup:jsoup:1.9.2'
compile 'com.j256.ormlite:ormlite-core:4.48' compile 'com.j256.ormlite:ormlite-core:4.48'

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

@ -1,6 +1,6 @@
#Tue Feb 23 22:00:42 CET 2016 #Tue Aug 16 12:22:14 CEST 2016
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.10-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

Loading…
Cancel
Save