From 92c4f0598b8b5bbc79925c7bc8c16fd77a4230eb Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 7 Sep 2022 06:45:26 -0500 Subject: [PATCH] fix(mobile): search page crashes the app on some Android models (#610) --- mobile/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/app/build.gradle b/mobile/android/app/build.gradle index 536166b016..54234e4b08 100644 --- a/mobile/android/app/build.gradle +++ b/mobile/android/app/build.gradle @@ -51,7 +51,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "app.alextran.immich" - minSdkVersion 21 + minSdkVersion 23 targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName