File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,6 +98,11 @@ android {
9898 includeInApk = false
9999 }
100100
101+ androidResources {
102+ @Suppress(" UnstableApiUsage" )
103+ generateLocaleConfig = true
104+ }
105+
101106 tasks.withType<KotlinCompile > {
102107 compilerOptions.jvmTarget.set(
103108 JvmTarget .fromTarget(project.libs.versions.app.build.kotlinJVMTarget.get())
Original file line number Diff line number Diff line change 2222 android : appCategory =" productivity"
2323 android : icon =" @mipmap/ic_launcher"
2424 android : label =" @string/app_launcher_name"
25- android : localeConfig =" @xml/locale_config"
2625 android : requestLegacyExternalStorage =" true"
2726 android : roundIcon =" @mipmap/ic_launcher"
2827 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 @@ -7,7 +7,7 @@ detekt = "1.23.8"
77androidx-swiperefreshlayout = " 1.1.0"
88androidx-documentfile = " 1.1.0"
99# Fossify
10- commons = " 3 .0.5 "
10+ commons = " 4 .0.0 "
1111# Other
1212autofittextview = " 0.2.1"
1313gestureviews = " 2.8.3"
You can’t perform that action at this time.
0 commit comments