Skip to content

Commit

Permalink
android/app/build.gradle: attempt to enable language settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed Feb 11, 2024
1 parent aa68e8f commit c0a6123
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ android {
pickFirst 'lib/armeabi-v7a/libc++_shared.so'
pickFirst 'lib/arm64-v8a/libc++_shared.so'
}
// https://developer.android.com/guide/topics/resources/app-languages
androidResources {
generateLocaleConfig true
}
}

flutter {
Expand Down

0 comments on commit c0a6123

Please sign in to comment.