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:
parent
80d0ddca9a
commit
1e9d67ec39
3 changed files with 5 additions and 3 deletions
|
@ -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')
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
* Show human readable file size in detail view
|
||||
* Fix permission issue on Android 33
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue