fix(mobile): Fix not able to show device asset on Android 13 (#1016)

This commit is contained in:
Alex
2022-11-24 15:47:55 -06:00
committed by GitHub
parent 976d347623
commit 80d0ddca9a
2 changed files with 4 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "app.alextran.immich"
minSdkVersion 23
targetSdkVersion flutter.targetSdkVersion
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}