Skip to content

Commit

Permalink
简化打包过程
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtao committed Aug 19, 2024
1 parent 2e61a97 commit aeb54e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}
signingConfigs {
ci {
final String keystorePropertiesFile = rootProject.file('keystore.properties')
final String keystorePropertiesFile = rootProject.file('app/ci-keystore.properties')
final Properties keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

Expand Down
2 changes: 1 addition & 1 deletion keystore.properties → app/ci-keystore.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
storeFile=../app/ci-unsecured.jks
storeFile=./ci-unsecured.jks
storePassword=phono-unsecured
keyAlias=phono-unsecured
keyPassword=phono-unsecured

0 comments on commit aeb54e7

Please sign in to comment.