Skip to content

Commit e61f3f5

Browse files
committed
Update to android things sdk 0.6
Change-Id: I68379a68b93dee3d5e401196df97e4d211c6dcc2
1 parent b646007 commit e61f3f5

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

app/build.gradle

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
apply plugin: 'com.android.application'
1717

1818
android {
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-
}

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616

1717
buildscript {
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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 commit comments

Comments
 (0)