This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
android :
7
7
components :
8
- - build-tools-21.1 .2
9
- - android-15
8
+ - build-tools-25.0 .2
9
+ - android-21
10
10
11
11
before_install :
12
12
- git clone --depth 1 https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ buildscript {
4
4
}
5
5
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:2.2.2 '
7
+ classpath ' com.android.tools.build:gradle:2.3.3 '
8
8
}
9
9
}
10
10
11
11
apply plugin : ' com.android.application'
12
12
13
13
android {
14
14
compileSdkVersion 21
15
- buildToolsVersion " 21.1.2 "
15
+ buildToolsVersion ' 25.0.2 '
16
16
17
17
sourceSets. main {
18
18
jniLibs. srcDir ' libs'
Original file line number Diff line number Diff line change 1
- # Mon Nov 21 21:42:02 GMT 2016
1
+ # Fri Oct 13 18:56:29 CEST 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments