File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.2.20 '
2
+ ext. kotlin_version = ' 1.2.71 '
3
3
4
4
repositories {
5
5
google()
6
6
jcenter()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.0 .1'
9
+ classpath ' com.android.tools.build:gradle:3.2 .1'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
12
12
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0'
Original file line number Diff line number Diff line change 1
- # Tue Dec 26 10:27:45 CST 2017
1
+ # Tue Oct 23 11:11:59 CST 2018
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-4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ apply plugin: 'com.jfrog.bintray'
4
4
apply plugin : ' com.github.dcendents.android-maven'
5
5
6
6
android {
7
- compileSdkVersion 27
7
+ compileSdkVersion 28
8
8
9
9
defaultConfig {
10
10
minSdkVersion 16
11
- targetSdkVersion 27
11
+ targetSdkVersion 28
12
12
}
13
13
14
14
sourceSets {
@@ -18,7 +18,7 @@ android {
18
18
19
19
dependencies {
20
20
api " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
21
- api ' com.android.support:support-annotations:27 .0.2 '
21
+ api ' com.android.support:support-annotations:28 .0.0 '
22
22
}
23
23
24
24
def GROUP = ' me.gujun.android'
You can’t perform that action at this time.
0 commit comments