1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

Up version for release

This commit is contained in:
Alex
2022-11-30 11:18:06 -06:00
parent d31eddf32f
commit a384798779
5 changed files with 13 additions and 7 deletions

View File

@ -35,8 +35,8 @@ platform :android do
task: 'bundle',
build_type: 'Release',
properties: {
"android.injected.version.code" => 57,
"android.injected.version.name" => "1.36.2",
"android.injected.version.code" => 58,
"android.injected.version.name" => "1.37.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,6 @@
* Use binary prefixes for data sizes
* Fix not able to show device asset on Android 13
* Use cached asset info if unchanged instead of downloading all assets
* Add in-app logging
* Add search mechanism to album selection page
* Improve UI