Skip to content

Commit f3719b7

Browse files
authored
Merge pull request #125 from PaoloRotolo/master
Update libraries. Target specific GPS vision dependency instead of the whole package
2 parents aea1880 + 0304c45 commit f3719b7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
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

2222
dependencies {
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
}

visionSamples/FaceTracker/build.gradle

+1-1
Original file line numberDiff line numberDiff 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 numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Apr 10 15:27:10 PDT 2013
1+
#Wed Aug 31 13:39:19 CEST 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)