File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ android {
2222 }
2323 }
2424
25- compileSdkVersion 26
26- buildToolsVersion ' 26 .0.2 '
25+ compileSdkVersion 28
26+ buildToolsVersion ' 28 .0.3 '
2727 defaultConfig {
2828 applicationId " io.va.exposed"
2929 minSdkVersion 21
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ buildscript {
1212 }
1313 }
1414 dependencies {
15- classpath ' com.android.tools.build:gradle:3.0 .1'
16- classpath ' com.android.tools.build:gradle-experimental:0.11.0 '
15+ classpath ' com.android.tools.build:gradle:3.2 .1'
16+ classpath ' com.android.tools.build:gradle-experimental:0.11.1 '
1717 // We recommend changing it to the latest version from our changelog:
1818 // https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin
1919 classpath ' io.fabric.tools:gradle:1.+'
Original file line number Diff line number Diff line change 1- # Sun Nov 19 13:36:42 CST 2017
1+ # Mon Oct 29 11:05:44 CST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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 @@ -8,8 +8,8 @@ if (localProp.exists()) {
88def exposedVersion = properties. getProperty(" exposed.version" ) ?: " 0.3.5"
99
1010android {
11- compileSdkVersion 26
12- buildToolsVersion ' 26 .0.2 '
11+ compileSdkVersion 28
12+ buildToolsVersion ' 28 .0.3 '
1313
1414 defaultConfig {
1515 minSdkVersion 21
You can’t perform that action at this time.
0 commit comments