File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 25
5
- buildToolsVersion " 25 .0.2"
5
+ buildToolsVersion ' 26 .0.2'
6
6
defaultConfig {
7
7
applicationId " com.example.ponycui_home.svgaplayer"
8
8
minSdkVersion 16
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.1.1 '
4
+ ext. kotlin_version = ' 1.1.2-4 '
5
5
repositories {
6
+ google()
6
7
jcenter()
7
8
}
8
9
dependencies {
9
- classpath ' com.android.tools.build:gradle:2.3.3 '
10
+ classpath ' com.android.tools.build:gradle:3.0.0 '
10
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
12
12
13
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
- # Sun Sep 24 19:22:18 CST 2017
1
+ # Thu Oct 26 17:37:50 CST 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-3.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
4
4
android {
5
5
compileSdkVersion 25
6
- buildToolsVersion " 25 .0.2"
6
+ buildToolsVersion ' 26 .0.2'
7
7
defaultConfig {
8
8
minSdkVersion 14
9
9
targetSdkVersion 25
You can’t perform that action at this time.
0 commit comments