File tree 3 files changed +5
-6
lines changed 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -30,25 +30,25 @@ android {
30
30
release {
31
31
keyAlias System . getenv(" keyAlias" )
32
32
keyPassword System . getenv(" keyPwd" )
33
- storeFile rootProject. file(' app-firez .jks' )
33
+ storeFile rootProject. file(' app-afirez .jks' )
34
34
storePassword System . getenv(" storePwd" )
35
35
}
36
36
}
37
37
} else {
38
38
signingConfigs {
39
39
release {
40
40
keyAlias keystoreProperties. containsKey(" keyAlias" ) ? keystoreProperties[' keyAlias' ] : System . getenv(" keyAlias" )
41
- keyPassword keystoreProperties. containsKey(" keyPwd" ) ? keystoreProperties[' keyPassword ' ] : System . getenv(" keyPassword " )
42
- storeFile rootProject. file(' app-firez .jks' )
43
- storePassword keystoreProperties. containsKey(" storePwd" ) ? keystoreProperties[' storePassword ' ] : System . getenv(" storePassword " )
41
+ keyPassword keystoreProperties. containsKey(" keyPwd" ) ? keystoreProperties[' keyPwd ' ] : System . getenv(" keyPwd " )
42
+ storeFile rootProject. file(' app-afirez .jks' )
43
+ storePassword keystoreProperties. containsKey(" storePwd" ) ? keystoreProperties[' storePwd ' ] : System . getenv(" storePwd " )
44
44
}
45
45
}
46
46
}
47
47
48
48
49
49
buildTypes {
50
50
release {
51
- signingConfigs. release
51
+ signingConfig signingConfigs. release
52
52
minifyEnabled false
53
53
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
54
54
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments