Skip to content

Commit 7b0e147

Browse files
committed
.
1 parent e514824 commit 7b0e147

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

android/app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ android {
5454

5555
signingConfigs {
5656
release {
57-
keyAlias keystoreProperties['keyAlias']
58-
keyPassword keystoreProperties['keyPassword']
59-
storeFile file(keystoreProperties['storeFile'])
60-
storePassword keystoreProperties['storePassword']
57+
// keyAlias keystoreProperties['keyAlias']
58+
// keyPassword keystoreProperties['keyPassword']
59+
// storeFile file(keystoreProperties['storeFile'])
60+
// storePassword keystoreProperties['storePassword']
6161
}
6262
}
6363
buildTypes {

android/key.properties

-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
storePassword=toly1994
2-
keyPassword=toly1994328
3-
keyAlias= king
4-
storeFile=/Users/mac/Coder/files/key/toly1994.jks

0 commit comments

Comments
 (0)