@@ -5,16 +5,16 @@ android {
5
5
config {
6
6
keyAlias ' test'
7
7
keyPassword ' test123321'
8
- storeFile file(' E :/Work/android-vision/signing/test.jks' )
8
+ storeFile file(' C :/Work/android-vision/signing/test.jks' )
9
9
storePassword ' test123321'
10
10
}
11
11
}
12
- compileSdkVersion 24
12
+ compileSdkVersion 23
13
13
buildToolsVersion ' 27.0.3'
14
14
defaultConfig {
15
15
applicationId " com.google.android.gms.samples.vision.face.facetracker"
16
16
minSdkVersion 15
17
- targetSdkVersion 24
17
+ targetSdkVersion 23
18
18
versionCode 1
19
19
versionName " 1.0"
20
20
externalNativeBuild {
@@ -29,8 +29,9 @@ android {
29
29
// cFlags "-D__STDC_FORMAT_MACROS"
30
30
31
31
}
32
- }
32
+ }
33
33
signingConfig signingConfigs. config
34
+ testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
34
35
}
35
36
buildTypes {
36
37
release {
@@ -39,6 +40,7 @@ android {
39
40
signingConfig signingConfigs. config
40
41
}
41
42
}
43
+ testBuildType " release"
42
44
externalNativeBuild {
43
45
cmake {
44
46
path " CMakeLists.txt"
@@ -49,9 +51,18 @@ android {
49
51
}
50
52
51
53
dependencies {
54
+ implementation ' com.android.support:support-annotations:27.1.1'
55
+
56
+ androidTestImplementation ' junit:junit:4.12'
57
+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
58
+ androidTestImplementation ' com.android.support.test:runner:1.0.2'
59
+ androidTestImplementation ' com.android.support.test:rules:1.0.2'
60
+ androidTestImplementation ' org.hamcrest:hamcrest-library:1.3'
61
+
52
62
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
53
- implementation ' com.android.support:support-v4:24.2 .0'
54
- implementation ' com.android.support:design:24.2 .0'
63
+ implementation ' com.android.support:support-v4:23.4 .0'
64
+ implementation ' com.android.support:design:23.4 .0'
55
65
implementation ' com.google.android.gms:play-services-vision:9.4.0+'
56
66
implementation ' com.shamanland:xdroid-toaster:0.2.4'
67
+
57
68
}
0 commit comments