Skip to content

Commit

Permalink
feat(locale): enable auto-localeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Jan 30, 2024
1 parent 24a789f commit 06d7c93
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ android {
}

// https://developer.android.com/guide/topics/resources/app-languages#auto-localeconfig
// Blocked by https://github.com/Ashinch/ReadYou/pull/502
// androidResources {
// generateLocaleConfig true
// }
androidResources {
generateLocaleConfig true
}

namespace 'me.ash.reader'
}
Expand Down

0 comments on commit 06d7c93

Please sign in to comment.