feat: enabled automatic per-app language support

This commit is contained in:
antonio 2023-08-16 23:54:47 +02:00
parent b8b9c80bdc
commit 74b4b04693
2 changed files with 5 additions and 0 deletions

View file

@ -62,6 +62,10 @@ android {
viewBinding true viewBinding true
} }
androidResources {
generateLocaleConfig true
}
namespace 'com.cappielloantonio.tempo' namespace 'com.cappielloantonio.tempo'
} }

View file

@ -0,0 +1 @@
unqualifiedResLocale=en-US