Up version for release

This commit is contained in:
Alex Tran
2022-08-08 22:39:32 -05:00
parent cbec75a175
commit aac53e5cdc
4 changed files with 7 additions and 4 deletions

View File

@@ -30,8 +30,8 @@ platform :android do
task: 'bundle',
build_type: 'Release',
properties: {
"android.injected.version.code" => 30,
"android.injected.version.name" => "1.20.0",
"android.injected.version.code" => 31,
"android.injected.version.name" => "1.21.0",
}
)
upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab')

View File

@@ -0,0 +1,3 @@
* Improve performance
* Fix album title overflow
* New feature - Share asset from mobile to other apps