Skip to content

Commit 7b22bac

Browse files
committed
Update to android things sdk 0.8 and API 27
Updated to use Android Things SDK 0.8-devpreview Updated to the API changes in DP8 Updated to use Android API 27 Removed buildToolsVersion Add nocompress to *.so files on tensorflow imageclassifier Bug: 72671975 Bug: 77507209 Change-Id: I2bb3496ec116054eaa3cbb8c3f5b6f4fb51c39ac
1 parent 46e2121 commit 7b22bac

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

java/app/build.gradle

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

1818
android {
19-
compileSdkVersion 26
20-
buildToolsVersion '26.0.2'
19+
compileSdkVersion 27
2120
defaultConfig {
2221
applicationId "com.example.androidthings.gattserver"
23-
minSdkVersion 26
24-
targetSdkVersion 25
22+
minSdkVersion 27
23+
targetSdkVersion 27
2524
versionCode 1
2625
versionName "1.0"
2726
}

kotlin/app/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ apply plugin: 'com.android.application'
1717
apply plugin: 'kotlin-android'
1818

1919
android {
20-
compileSdkVersion 26
21-
buildToolsVersion '26.0.2'
20+
compileSdkVersion 27
2221
defaultConfig {
2322
applicationId "com.example.androidthings.gattserver"
24-
minSdkVersion 26
25-
targetSdkVersion 25
23+
minSdkVersion 27
24+
targetSdkVersion 27
2625
versionCode 1
2726
versionName "1.0"
2827
}

0 commit comments

Comments
 (0)