Skip to content

Commit

Permalink
try... try...
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Apr 8, 2024
1 parent 2103e43 commit 20990fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release

*-Keystore.jks
/android/app/release
8 changes: 8 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ android {
versionName flutterVersionName
}

signingConfigs {
release {
storeFile file("/home/judemont/projects/flutter/reciper/reciper/release-key.jks")
storePassword "iu2t7LwN"
keyAlias "my-key"
keyPassword "iu2t7LwN"
}
}
buildTypes {
release {
signingConfig signingConfigs.release
Expand Down
Binary file added release-key.jks
Binary file not shown.

0 comments on commit 20990fe

Please sign in to comment.