We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9e256 commit c4684a3Copy full SHA for c4684a3
visionSamples/FaceTracker/app/build.gradle
@@ -5,7 +5,7 @@ android {
5
config {
6
keyAlias 'test'
7
keyPassword 'test123321'
8
- storeFile file('C:/Work/android-vision/signing/test.jks')
+ storeFile file('signing/test.jks')
9
storePassword 'test123321'
10
}
11
0 commit comments