Skip to content

Commit

Permalink
fix(mobile): search page crashes the app on some Android models (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Sep 7, 2022
1 parent a337402 commit 92c4f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92c4f05

Please sign in to comment.