File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ android {
9999 includeInApk = false
100100 }
101101
102+ androidResources {
103+ @Suppress(" UnstableApiUsage" )
104+ generateLocaleConfig = true
105+ }
106+
102107 tasks.withType<KotlinCompile > {
103108 compilerOptions.jvmTarget.set(
104109 JvmTarget .fromTarget(project.libs.versions.app.build.kotlinJVMTarget.get())
Original file line number Diff line number Diff line change 4040 android : appCategory =" image"
4141 android : icon =" @mipmap/ic_launcher"
4242 android : label =" @string/app_launcher_name"
43- android : localeConfig =" @xml/locale_config"
4443 android : requestLegacyExternalStorage =" true"
4544 android : roundIcon =" @mipmap/ic_launcher"
4645 android : theme =" @style/AppTheme" >
Original file line number Diff line number Diff line change 1+ unqualifiedResLocale =en-US
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ androidx-window = "1.4.0"
1010androidx-camera = " 1.4.2"
1111androidx-ktx = " 2.8.6"
1212# Fossify
13- commons = " 3 .0.5 "
13+ commons = " 4 .0.0 "
1414# Gradle
1515gradlePlugins-agp = " 8.10.1"
1616# build
You can’t perform that action at this time.
0 commit comments