File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1616apply plugin : ' com.android.application'
1717
1818android {
19- compileSdkVersion 25
20- buildToolsVersion ' 25 .0.2'
19+ compileSdkVersion 26
20+ buildToolsVersion ' 26 .0.2'
2121 defaultConfig {
2222 applicationId " com.example.androidthings.gattserver"
23- minSdkVersion 24
23+ minSdkVersion 26
2424 targetSdkVersion 25
2525 versionCode 1
2626 versionName " 1.0"
@@ -32,7 +32,3 @@ android {
3232 }
3333 }
3434}
35-
36- dependencies {
37- compile fileTree(dir : ' libs' , include : [' *.jar' ])
38- }
Original file line number Diff line number Diff line change 1616
1717buildscript {
1818 repositories {
19+ google()
1920 jcenter()
2021 }
2122 dependencies {
22- classpath ' com.android.tools.build:gradle:2. 3.0'
23+ classpath ' com.android.tools.build:gradle:3.0.1 '
2324
2425 // NOTE: Do not place your application dependencies here; they belong
2526 // in the individual module build.gradle files
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-3.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
You can’t perform that action at this time.
0 commit comments