File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ allprojects {
2020apply plugin : ' com.android.application'
2121
2222android {
23- compileSdkVersion 23
24- buildToolsVersion " 23 .0.3 "
23+ compileSdkVersion 26
24+ buildToolsVersion " 26 .0.1 "
2525
2626 defaultConfig {
2727 applicationId " com.dropbox.core.examples.android"
2828 minSdkVersion 19
29- targetSdkVersion 23
29+ targetSdkVersion 26
3030 versionCode 1
3131 versionName " 1.0"
3232 }
@@ -53,6 +53,7 @@ android {
5353
5454 lintOptions {
5555 disable ' InvalidPackage'
56+ abortOnError false
5657 }
5758}
5859
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.0 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
You can’t perform that action at this time.
0 commit comments