Skip to content

Commit

Permalink
Enable automatic per-app language support
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMarvin authored Aug 26, 2024
1 parent 10005a6 commit 8ac5587
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ android {
namespace = "rocks.poopjournal.fucksgiven"
compileSdk = 35

androidResources {
generateLocaleConfig = true
}

defaultConfig {

Expand Down Expand Up @@ -102,4 +105,4 @@ dependencies {

kapt{
correctErrorTypes = true
}
}

0 comments on commit 8ac5587

Please sign in to comment.