File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -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.2.0'
25
- compile ' com.google.android.gms:play-services:7.8.54 +'
26
- }
25
+ compile ' com.google.android.gms:play-services:7.8.+'
26
+ }
Original file line number Diff line number Diff line change 8
8
android : layout_height =" match_parent"
9
9
android : keepScreenOn =" true" >
10
10
11
- <ccom .google.android.gms.samples.vision.face.facetracker.ui.camera.CameraSourcePreview
11
+ <com .google.android.gms.samples.vision.face.facetracker.ui.camera.CameraSourcePreview
12
12
android : id =" @+id/preview"
13
13
android : layout_width =" match_parent"
14
14
android : layout_height =" match_parent" >
18
18
android : layout_width =" match_parent"
19
19
android : layout_height =" match_parent" />
20
20
21
- </ccom .google.android.gms.samples.vision.face.facetracker.ui.camera.CameraSourcePreview>
21
+ </com .google.android.gms.samples.vision.face.facetracker.ui.camera.CameraSourcePreview>
22
22
23
23
</LinearLayout >
Original file line number Diff line number Diff line change 8
8
android : layout_height =" match_parent"
9
9
android : keepScreenOn =" true" >
10
10
11
- <ccom .google.android.gms.samples.vision.face.facetracker.ui.camera.CameraSourcePreview
11
+ <com .google.android.gms.samples.vision.face.facetracker.ui.camera.CameraSourcePreview
12
12
android : id =" @+id/preview"
13
13
android : layout_width =" match_parent"
14
14
android : layout_height =" match_parent" >
18
18
android : layout_width =" match_parent"
19
19
android : layout_height =" match_parent" />
20
20
21
- </ccom .google.android.gms.samples.vision.face.facetracker.ui.camera.CameraSourcePreview>
21
+ </com .google.android.gms.samples.vision.face.facetracker.ui.camera.CameraSourcePreview>
22
22
23
23
</LinearLayout >
You can’t perform that action at this time.
0 commit comments