1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00

Up mobile version for hotfix release

This commit is contained in:
Alex 2022-11-24 15:50:18 -06:00
parent 80d0ddca9a
commit 1e9d67ec39
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082
3 changed files with 5 additions and 3 deletions

View file

@ -35,8 +35,8 @@ platform :android do
task: 'bundle',
build_type: 'Release',
properties: {
"android.injected.version.code" => 56,
"android.injected.version.name" => "1.36.1",
"android.injected.version.code" => 57,
"android.injected.version.name" => "1.36.2",
}
)
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 @@
* Show human readable file size in detail view
* Fix permission issue on Android 33

View file

@ -2,7 +2,7 @@ name: immich_mobile
description: Immich - selfhosted backup media file on mobile phone
publish_to: "none"
version: 1.36.1+56
version: 1.36.2+57
environment:
sdk: ">=2.17.0 <3.0.0"