We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b487c29 commit d561557Copy full SHA for d561557
2 files changed
app/build.gradle
@@ -33,7 +33,7 @@ android {
33
// Creates a signing configuration called "release".
34
release {
35
// Specifies the path to your keystore file.
36
- storeFile file("/Users/young/mx/androidkeystore/Untitled")
+ storeFile file("keystore/Untitled")
37
// Specifies the password for your keystore.
38
storePassword "123456"
39
// Specifies the identifying name for your key.
app/keystore/Untitled
2.68 KB
0 commit comments