Skip to content

Commit 7a0741f

Browse files
chore(deps): bump org.fossify:commons from 3.0.5 to 4.0.0 (#177)
* 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 dde7a3d commit 7a0741f

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
@@ -101,6 +101,11 @@ android {
101101
includeInApk = false
102102
}
103103

104+
androidResources {
105+
@Suppress("UnstableApiUsage")
106+
generateLocaleConfig = true
107+
}
108+
104109
tasks.withType<KotlinCompile> {
105110
compilerOptions.jvmTarget.set(
106111
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
@@ -28,7 +28,6 @@
2828
android:appCategory="productivity"
2929
android:icon="@mipmap/ic_launcher"
3030
android:label="@string/app_launcher_name"
31-
android:localeConfig="@xml/locale_config"
3231
android:roundIcon="@mipmap/ic_launcher"
3332
android:supportsRtl="true"
3433
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
@@ -8,7 +8,7 @@ detekt = "1.23.8"
88
#Room
99
room = "2.7.2"
1010
#Fossify
11-
commons = "3.0.5"
11+
commons = "4.0.0"
1212
#Gradle
1313
gradlePlugins-agp = "8.10.1"
1414
#build

0 commit comments

Comments
 (0)