You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get hold of the the key.jks file. Then add the following content to android/key.properties:
storePassword=<password from previous step>
keyPassword=<password from previous step>
keyAlias=key
storeFile=<location of the key store file, such as /Users/<user name>/key.jks>
Remember to bump build number in pubspec.yaml.
Build .aab bundle:
cd frontend/hompi
flutter build appbundle --release