-
Update the
versionNameandversionCodeinapp/build.gradle -
In Android Studio, go to Build->Generate Signed Bundle/APK. Generate a bundle, and as the keystore, use
release-keystore.jks. This should generate a fileapp/release/app-release.aab. -
Go to the play console, and go to release management. Go to the "Learnification" app.
-
Under "Release management" go to "App releases". Under the "Production track" go to "manage". Press "Create release".
-
Upload your app bundle, the
.aabfile, as the bundle. Enter the release notes. Enter the release name, which should be the same as the versionCode you updated earlier. Save, review and roll-out the release.