Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 6986f3e

Browse files
LenaWilyvesf
authored andcommitted
update Gradle and Buildtools and fix YML
1 parent b5cb917 commit 6986f3e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jdk:
55

66
android:
77
components:
8-
- build-tools-21.1.2
9-
- android-15
8+
- build-tools-25.0.2
9+
- android-21
1010

1111
before_install:
1212
- git clone --depth 1 https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:2.2.2'
7+
classpath 'com.android.tools.build:gradle:2.3.3'
88
}
99
}
1010

1111
apply plugin: 'com.android.application'
1212

1313
android {
1414
compileSdkVersion 21
15-
buildToolsVersion "21.1.2"
15+
buildToolsVersion '25.0.2'
1616

1717
sourceSets.main {
1818
jniLibs.srcDir 'libs'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Nov 21 21:42:02 GMT 2016
1+
#Fri Oct 13 18:56:29 CEST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 commit comments

Comments
 (0)