Skip to content

Commit

Permalink
Update to android things sdk 0.8 and API 27
Browse files Browse the repository at this point in the history
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: Icd559b39f6e82fc0cdd7d7e63547c334efd8a099
  • Loading branch information
mangini committed Apr 6, 2018
1 parent 1b21a49 commit aea05e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions blink/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion '26.0.2'
compileSdkVersion 27

defaultConfig {
applicationId = 'com.example.androidthings.nativepio'
minSdkVersion 26
targetSdkVersion 25
minSdkVersion 27
targetSdkVersion 27
versionCode 1
versionName "1.0"
ndk {
Expand Down
7 changes: 3 additions & 4 deletions button/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion '26.0.2'
compileSdkVersion 27

defaultConfig {
applicationId = 'com.example.androidthings.nativepio'
minSdkVersion 26
targetSdkVersion 25
minSdkVersion 27
targetSdkVersion 27
versionCode 1
versionName "1.0"
ndk {
Expand Down
7 changes: 3 additions & 4 deletions speaker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion '26.0.2'
compileSdkVersion 27

defaultConfig {
applicationId = 'com.example.androidthings.nativepio'
minSdkVersion 26
targetSdkVersion 25
minSdkVersion 27
targetSdkVersion 27
versionCode 1
versionName "1.0"
ndk {
Expand Down

0 comments on commit aea05e2

Please sign in to comment.