chore(mobile): update target SDK version (#11719)

* chore(mobile): update target SDK version

* background service

* remove print statements

* remove extra line

* format kotlin

* Correct permission
This commit is contained in:
Alex
2024-08-15 11:36:43 -05:00
committed by GitHub
parent a4506758aa
commit 49610de4b3
5 changed files with 626 additions and 570 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ android {
defaultConfig {
applicationId "app.alextran.immich"
minSdkVersion 26
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}