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