File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
visionSamples/FaceTracker Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 23
5- buildToolsVersion " 22 .0.1 "
4+ compileSdkVersion 24
5+ buildToolsVersion " 24 .0.2 "
66
77 defaultConfig {
88 applicationId " com.google.android.gms.samples.vision.face.facetracker"
99 minSdkVersion 9
10- targetSdkVersion 23
10+ targetSdkVersion 24
1111 versionCode 1
1212 versionName " 1.0"
1313 }
@@ -21,7 +21,7 @@ android {
2121
2222dependencies {
2323 compile fileTree(dir : ' libs' , include : [' *.jar' ])
24- compile ' com.android.support:support-v4:23+ '
25- compile ' com.google. android.gms:play-services:7.8.+ '
26- compile ' com.android.support:design:23.0 .0'
24+ compile ' com.android.support:support-v4:24.2.0 '
25+ compile ' com.android.support:design:24.2.0 '
26+ compile ' com.google. android.gms:play-services-vision:9.4 .0'
2727}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:1.2 .3'
8+ classpath ' com.android.tools.build:gradle:2.1 .3'
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 1- # Wed Apr 10 15:27:10 PDT 2013
1+ # Wed Aug 31 13:39:19 CEST 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.2 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14 .1-all.zip
You can’t perform that action at this time.
0 commit comments