Skip to content

Commit

Permalink
Allow Android 13 users to pick the language of Voice. (#2074)
Browse files Browse the repository at this point in the history
* Update to agp 8.1.0

* Allow Android 13 users to pick the language of Voice.
  • Loading branch information
PaulWoitaschek authored Aug 6, 2023
1 parent 6bc4b11 commit 2c2b244
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ android {

namespace = "voice.app"

androidResources {
generateLocaleConfig = true
}

defaultConfig {
applicationId = "de.ph1b.audiobook"
versionCode = libs.versions.versionCode.get().toInt()
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/resources.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unqualifiedResLocale=en-US

0 comments on commit 2c2b244

Please sign in to comment.