Up version for release

This commit is contained in:
Alex
2022-09-14 10:27:34 -05:00
parent 7e8bf94543
commit 434770155f
5 changed files with 9 additions and 7 deletions

View File

@@ -30,8 +30,8 @@ platform :android do
task: 'bundle',
build_type: 'Release',
properties: {
"android.injected.version.code" => 41,
"android.injected.version.name" => "1.28.3",
"android.injected.version.code" => 42,
"android.injected.version.name" => "1.29.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,2 @@
* Fixed Android BackgroundServiceStartNotAllowedException
* Restore old cache mechanism