Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Add support annotations.
Browse files Browse the repository at this point in the history
Required by update to latest driver dependencies.

Change-Id: Ia2e72092fcb5d7a8a373c715565d75e470ac8ff7
Signed-off-by: Dave Smith <smithdave@google.com>
  • Loading branch information
Dave Smith committed Mar 6, 2018
1 parent 308215c commit 1f4e491
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions imageclassifier-add-camera/app/build.gradle
Expand Up @@ -49,5 +49,6 @@ android {
dependencies {
compileOnly 'com.google.android.things:androidthings:+'
implementation 'com.google.android.things.contrib:driver-rainbowhat:+'
implementation 'com.android.support:support-annotations:27.1.0'
implementation 'org.tensorflow:tensorflow-lite:0.1.1'
}
1 change: 1 addition & 0 deletions imageclassifier-add-intelligence/app/build.gradle
Expand Up @@ -49,5 +49,6 @@ android {
dependencies {
compileOnly 'com.google.android.things:androidthings:+'
implementation 'com.google.android.things.contrib:driver-rainbowhat:+'
implementation 'com.android.support:support-annotations:27.1.0'
implementation 'org.tensorflow:tensorflow-lite:0.1.1'
}
1 change: 1 addition & 0 deletions imageclassifier-start/app/build.gradle
Expand Up @@ -49,5 +49,6 @@ android {
dependencies {
compileOnly 'com.google.android.things:androidthings:+'
implementation 'com.google.android.things.contrib:driver-rainbowhat:+'
implementation 'com.android.support:support-annotations:27.1.0'
// TODO: ADD ARTIFICIAL INTELLIGENCE
}

0 comments on commit 1f4e491

Please sign in to comment.