refactor(amended stuff)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-10-26 16:57:50 +02:00
parent f08de2bcee
commit f2c07722aa
3 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ android {
keyPassword 'android'
}
release {
storeFile file('release.keystore')
storeFile file('release.jks')
storePassword 'leeandseb'
keyAlias 'my-key-alias'
keyPassword 'leeandseb'

Binary file not shown.

View File

@ -37,7 +37,7 @@ platform :android do
# Dir.pwd when running through Fastlane is app/android/fastlane
releaseFilePath = File.join(Dir.pwd, '..', 'app', "release.keystore")
releaseFilePath = File.join(Dir.pwd, '..', 'app', "release.jks")
mappingFilePath = File.join(
Dir.pwd,
"..",