Skip to content

Commit

Permalink
Replace release.store with our old one
Browse files Browse the repository at this point in the history
  • Loading branch information
kajetan-kazimierczak committed Aug 22, 2024
1 parent ba333ca commit 14233f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/skolplattformen-app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ android {
keyPassword 'android'
}
release {
storeFile file('release.jks')
storePassword 'leeandseb'
keyAlias 'upload'
keyPassword 'leeandseb'
storeFile file('release.keystore')
storePassword 'skolplattform'
keyAlias 'skolplattform'
keyPassword 'skolplattform'
}
}
buildTypes {
Expand Down
Binary file removed apps/skolplattformen-app/android/app/release.jks
Binary file not shown.

0 comments on commit 14233f8

Please sign in to comment.