mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 08:49:01 +03:00
chore(mobile): post release tasks (#12157)
* sent to reviewer * sent to reviewer * update to app store * update to app store
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="app.immich" android:pathPrefix="/oauth-callback"/>
|
||||
<data android:scheme="app.immich" android:pathPrefix="/oauth-callback" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<!-- Don't delete the meta-data below.
|
||||
@@ -94,4 +94,4 @@
|
||||
<data android:scheme="geo" />
|
||||
</intent>
|
||||
</queries>
|
||||
</manifest>
|
||||
</manifest>
|
||||
@@ -35,7 +35,7 @@ platform :android do
|
||||
task: 'bundle',
|
||||
build_type: 'Release',
|
||||
properties: {
|
||||
"android.injected.version.code" => 155,
|
||||
"android.injected.version.code" => 156,
|
||||
"android.injected.version.name" => "1.113.0",
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user