Skip to content

Commit d34c7ff

Browse files
committed
bump sdk and build tools version
1 parent 365d3d2 commit d34c7ff

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
2-
ext.kotlin_version = '1.2.20'
2+
ext.kotlin_version = '1.2.71'
33

44
repositories {
55
google()
66
jcenter()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.0.1'
9+
classpath 'com.android.tools.build:gradle:3.2.1'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
1212
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Dec 26 10:27:45 CST 2017
1+
#Tue Oct 23 11:11:59 CST 2018
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-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

span/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ apply plugin: 'com.jfrog.bintray'
44
apply plugin: 'com.github.dcendents.android-maven'
55

66
android {
7-
compileSdkVersion 27
7+
compileSdkVersion 28
88

99
defaultConfig {
1010
minSdkVersion 16
11-
targetSdkVersion 27
11+
targetSdkVersion 28
1212
}
1313

1414
sourceSets {
@@ -18,7 +18,7 @@ android {
1818

1919
dependencies {
2020
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'
2222
}
2323

2424
def GROUP = 'me.gujun.android'

0 commit comments

Comments
 (0)