File tree 22 files changed +50
-50
lines changed
22 files changed +50
-50
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
24
compile ' com.android.support:support-v4:24.2.0'
25
25
compile ' com.android.support:design:24.2.0'
26
- compile ' com.google.android.gms:play-services-vision:9.4.0'
26
+ compile ' com.google.android.gms:play-services-vision:9.4.0+ '
27
27
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion " 23 .0.1"
4
+ compileSdkVersion 24
5
+ buildToolsVersion " 24 .0.1"
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.android.gms.samples.vision.barcodereader"
9
9
minSdkVersion 9
10
- targetSdkVersion 23
10
+ targetSdkVersion 24
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
@@ -21,8 +21,8 @@ android {
21
21
22
22
dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
- compile ' com.android.support:support-v4:23.0.1 '
24
+ compile ' com.android.support:support-v4:24.2.0 '
25
25
// Important - the CameraSource implementation in this project requires version 8.1 or higher.
26
- compile ' com.google.android.gms:play-services:8.1.0 '
27
- compile ' com.android.support:design:23.0.1 '
26
+ compile ' com.google.android.gms:play-services-vision:9.4.0+ '
27
+ compile ' com.android.support:design:24.2.0 '
28
28
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1.3.1 '
8
+ classpath ' com.android.tools.build:gradle:2. 1.3'
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion " 23 .0.2"
4
+ compileSdkVersion 24
5
+ buildToolsVersion " 24 .0.2"
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.android.gms.samples.vision.face.googlyeyes"
9
9
minSdkVersion 9
10
- targetSdkVersion 23
10
+ targetSdkVersion 24
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
@@ -21,7 +21,7 @@ android {
21
21
22
22
dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
- compile ' com.android.support:support-v4:23+ '
25
- compile ' com.google. android.gms:play-services:8.4 .0'
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+ '
27
27
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.0.0 '
8
+ classpath ' com.android.tools.build:gradle:2.1.3 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion " 22 .0.1 "
4
+ compileSdkVersion 24
5
+ buildToolsVersion " 24 .0.2 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.android.gms.samples.vision.face.multitracker"
9
9
minSdkVersion 9
10
- targetSdkVersion 23
10
+ targetSdkVersion 24
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
@@ -21,7 +21,7 @@ android {
21
21
22
22
dependencies {
23
23
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+ '
27
27
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1.2 .3'
8
+ classpath ' com.android.tools.build:gradle:2.1 .3'
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion " 23 .0.1 "
4
+ compileSdkVersion 24
5
+ buildToolsVersion " 24 .0.2 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.android.gms.samples.vision.barcodereader"
@@ -21,7 +21,7 @@ android {
21
21
22
22
dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
- compile ' com.android.support:support-v4:23.0.1 '
25
- compile ' com.google.android.gms:play-services-vision:9.0 .0+'
26
- compile ' com.android.support:design:23.0.1 '
24
+ compile ' com.android.support:support-v4:24.2.0 '
25
+ compile ' com.google.android.gms:play-services-vision:9.4 .0+'
26
+ compile ' com.android.support:design:24.2.0 '
27
27
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.1.0 '
8
+ classpath ' com.android.tools.build:gradle:2.1.3 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion " 23 .0.1 "
4
+ compileSdkVersion 24
5
+ buildToolsVersion " 24 .0.2 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.android.gms.samples.vision.barcodereader"
9
9
minSdkVersion 21
10
- targetSdkVersion 23
10
+ targetSdkVersion 24
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
@@ -21,6 +21,6 @@ android {
21
21
22
22
dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
- compile ' com.android.support:support-v4:23.0.1 '
25
- compile ' com.android.support:design:23.0.1 '
24
+ compile ' com.android.support:support-v4:24.2.0 '
25
+ compile ' com.android.support:design:24.2.0 '
26
26
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.1.0 '
8
+ classpath ' com.android.tools.build:gradle:2.1.3 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
21
21
22
22
dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
- compile ' com.android.support:support-v4:23.0.1 '
25
- compile ' com.google.android.gms:play-services-vision:9.0 .0+'
26
- compile ' com.android.support:design:23.0.1 '
24
+ compile ' com.android.support:support-v4:24.2.0 '
25
+ compile ' com.google.android.gms:play-services-vision:9.4 .0+'
26
+ compile ' com.android.support:design:24.2.0 '
27
27
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.1.0 '
8
+ classpath ' com.android.tools.build:gradle:2.1.3 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 22
5
- buildToolsVersion " 22 .0.1 "
4
+ compileSdkVersion 24
5
+ buildToolsVersion " 24 .0.2 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.google.android.gms.samples.vision.face.photo"
9
9
minSdkVersion 9
10
- targetSdkVersion 22
10
+ targetSdkVersion 24
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
@@ -22,5 +22,5 @@ android {
22
22
dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
24
compile ' com.android.support:appcompat-v7:22.0.0'
25
- compile ' com.google.android.gms:play-services:7.8.+ '
25
+ compile ' com.google.android.gms:play-services-vision:9.4.0 '
26
26
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1.2 .3'
8
+ classpath ' com.android.tools.build:gradle:2.1 .3'
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments