feat: Update keystore file paths in key.properties for client and staff configurations
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
storePassword=krowwithus
|
||||
keyPassword=krowwithus
|
||||
keyAlias=krow_client_dev
|
||||
storeFile=app/krow_with_us_client_dev.jks
|
||||
storeFile=krow_with_us_client_dev.jks
|
||||
|
||||
###
|
||||
### Client
|
||||
|
||||
@@ -74,9 +74,10 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
}
|
||||
release {
|
||||
// TODO: Add your own signing config for the release build.
|
||||
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
storePassword=krowwithus
|
||||
keyPassword=krowwithus
|
||||
keyAlias=krow_staff_dev
|
||||
storeFile=app/krow_with_us_staff_dev.jks
|
||||
storeFile=krow_with_us_staff_dev.jks
|
||||
|
||||
###
|
||||
### Staff
|
||||
|
||||
Reference in New Issue
Block a user