====== Mobile development ====== ===== Android ===== ==== Relase procedure ==== - Bump version in `package.json:version` - Build initial assets `quasar build -m cordova -T android` - Remove `android.useDeprecatedNdk=true` in `/mobile-client/src-cordova/platforms/android/gradle.properties` - Enter to Android studio > `Build > generate signed bundle or apk` - The release should be @ `/mobile-client/src-cordova/platforms/android/app/release/app.abb`