Skip to content

Commit

Permalink
Prevent selecting multiple languages (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle authored Feb 23, 2023
1 parent 80cc6cb commit 694e9b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/853.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Prevent selecting multiple languages
3 changes: 3 additions & 0 deletions vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ android {
// abiFilters "armeabi-v7a", "x86", 'arm64-v8a', 'x86_64'
// }

// Tchap: Use only en and fr
resConfigs "en", "fr"

// Ref: https://developer.android.com/studio/build/configure-apk-splits.html
splits {
// Configures multiple APKs based on ABI.
Expand Down
3 changes: 0 additions & 3 deletions vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ android {
// abiFilters "armeabi-v7a", "x86", 'arm64-v8a', 'x86_64'
// }

// Tchap: Use only en and fr
resConfigs "en", "fr"

// Generate a random app task affinity
manifestPlaceholders = [appTaskAffinitySuffix: "H_${gitRevision()}"]

Expand Down

0 comments on commit 694e9b6

Please sign in to comment.