Skip to content

Commit

Permalink
refactor(amended release signing options)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Palmqvist <[email protected]>
  • Loading branch information
coolusername244 and PalmN72 committed Oct 26, 2023
1 parent 71ef6af commit b55fe52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/skolplattformen-app-new/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ android {
keyAlias 'androiddebugkey'
keyPassword 'android'
}
release {
storeFile file('release.keystore')
storePassword 'leeandseb'
keyAlias 'upload'
keyPassword 'leeandseb'
}
}
buildTypes {
debug {
Expand Down
2 changes: 1 addition & 1 deletion apps/skolplattformen-app-new/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ platform :android do


# Dir.pwd when running through Fastlane is app/android/fastlane
releaseFilePath = File.join(Dir.pwd, '..', 'app', "my-upload-key.keystore")
releaseFilePath = File.join(Dir.pwd, '..', 'app', "release.keystore")
mappingFilePath = File.join(
Dir.pwd,
"..",
Expand Down

0 comments on commit b55fe52

Please sign in to comment.