Skip to content

Commit fbc72ba

Browse files
chore(deps): bump org.fossify:commons from 3.0.5 to 4.0.0 (#114)
* chore(deps): bump org.fossify:commons from 3.0.5 to 4.0.0 Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from 3.0.5 to 4.0.0. - [Commits](FossifyOrg/commons@3.0.5...4.0.0) --- updated-dependencies: - dependency-name: org.fossify:commons dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix(i18n): generate locale config automatically One can be maintained in-app if missing translations become a problem. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <snaveen935@gmail.com>
1 parent 95cadb9 commit fbc72ba

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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())

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
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">
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
unqualifiedResLocale=en-US

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ androidx-window = "1.4.0"
1010
androidx-camera = "1.4.2"
1111
androidx-ktx = "2.8.6"
1212
#Fossify
13-
commons = "3.0.5"
13+
commons = "4.0.0"
1414
#Gradle
1515
gradlePlugins-agp = "8.10.1"
1616
#build

0 commit comments

Comments
 (0)