Skip to content

Commit

Permalink
refactor(amended keystore)
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 b55fe52 commit a0919e2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/skolplattformen-app-new/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ local.properties
*.iml
*.hprof
.cxx/
*.keystore
!debug.keystore
release/

Expand Down
2 changes: 1 addition & 1 deletion apps/skolplattformen-app-new/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ android {
release {
storeFile file('release.keystore')
storePassword 'leeandseb'
keyAlias 'upload'
keyAlias 'my-key-alias'
keyPassword 'leeandseb'
}
}
Expand Down
Binary file not shown.

0 comments on commit a0919e2

Please sign in to comment.