mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-12 17:08:59 -04:00
Increment gradle version #42
This commit is contained in:
parent
3ae2fede56
commit
758145e8b2
@ -11,7 +11,7 @@ before_script:
|
|||||||
install:
|
install:
|
||||||
- echo y | android update sdk -u -a -t tools
|
- echo y | android update sdk -u -a -t tools
|
||||||
- echo y | android update sdk -u -a -t platform-tools
|
- echo y | android update sdk -u -a -t platform-tools
|
||||||
- echo y | android update sdk -u -a -t build-tools-24.0.1
|
- echo y | android update sdk -u -a -t build-tools-25.0.0
|
||||||
- echo y | android update sdk -u -a -t android-24
|
- echo y | android update sdk -u -a -t android-24
|
||||||
- echo y | android update sdk -u -a -t android-22
|
- echo y | android update sdk -u -a -t android-22
|
||||||
- echo y | android update sdk -u -a -t extra-google-m2repository
|
- echo y | android update sdk -u -a -t extra-google-m2repository
|
||||||
@ -25,7 +25,7 @@ android:
|
|||||||
# - tools
|
# - tools
|
||||||
|
|
||||||
# The BuildTools version used by your project
|
# The BuildTools version used by your project
|
||||||
- build-tools-24.0.1
|
- build-tools-25.0.0
|
||||||
|
|
||||||
# The SDK version used to compile your project
|
# The SDK version used to compile your project
|
||||||
- android-24
|
- android-24
|
||||||
|
@ -5,7 +5,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:2.2.3'
|
classpath 'com.android.tools.build:gradle:2.3.0'
|
||||||
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
|
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
|
||||||
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
|
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
|
||||||
}
|
}
|
||||||
@ -26,7 +26,7 @@ dependencies {
|
|||||||
compile 'com.android.support:support-v13:24.1.0'
|
compile 'com.android.support:support-v13:24.1.0'
|
||||||
compile 'com.android.support:support-v4:24.1.0'
|
compile 'com.android.support:support-v4:24.1.0'
|
||||||
compile 'com.android.support:design:24.1.0'
|
compile 'com.android.support:design:24.1.0'
|
||||||
compile 'com.android.support:cardview-v7:21.0.+'
|
compile 'com.android.support:cardview-v7:24.1.0'
|
||||||
|
|
||||||
|
|
||||||
androidTestCompile 'com.android.support:support-annotations:24.1.0'
|
androidTestCompile 'com.android.support:support-annotations:24.1.0'
|
||||||
@ -66,7 +66,7 @@ dependencies {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 24
|
compileSdkVersion 24
|
||||||
buildToolsVersion "24.0.1"
|
buildToolsVersion '25.0.0'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
#Tue Aug 16 19:58:32 BST 2016
|
#Sat Mar 18 00:17:06 GMT 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user