File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ apply plugin: 'com.android.application'
55apply plugin : ' de.undercouch.download'
66
77android {
8- compileSdkVersion 25
9- buildToolsVersion ' 25 .0.2'
8+ compileSdkVersion 26
9+ buildToolsVersion ' 26 .0.2'
1010
1111 lintOptions {
1212 abortOnError false
1313 }
1414
1515 defaultConfig {
1616 applicationId = ' com.example.androidthings.imageclassifier'
17- minSdkVersion 24
17+ minSdkVersion 26
1818 targetSdkVersion 25
1919 }
2020 buildTypes {
@@ -56,7 +56,7 @@ repositories {
5656}
5757
5858dependencies {
59- compile ' com.google.android.things.contrib:driver-button:0.3'
60- compile ' org.tensorflow:tensorflow-android:1.2.0'
61- provided ' com.google.android.things:androidthings:0.4.1 -devpreview'
59+ implementation ' com.google.android.things.contrib:driver-button:0.3'
60+ implementation ' org.tensorflow:tensorflow-android:1.2.0'
61+ compileOnly ' com.google.android.things:androidthings:0.6 -devpreview'
6262}
Original file line number Diff line number Diff line change 33
44buildscript {
55 repositories {
6+ google()
67 jcenter()
78 }
89
910 dependencies {
10- classpath ' com.android.tools.build:gradle:2. 3.0'
11+ classpath ' com.android.tools.build:gradle:3.0.1 '
1112 classpath ' de.undercouch:gradle-download-task:3.1.2'
1213 }
1314}
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