Skip to content

Commit 24122e3

Browse files
chore(deps): bump org.fossify:commons from 3.0.5 to 4.0.0 (#215)
* 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 9ad8071 commit 24122e3

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
@@ -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())

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
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">
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
@@ -7,7 +7,7 @@ detekt = "1.23.8"
77
androidx-swiperefreshlayout = "1.1.0"
88
androidx-documentfile = "1.1.0"
99
#Fossify
10-
commons = "3.0.5"
10+
commons = "4.0.0"
1111
#Other
1212
autofittextview = "0.2.1"
1313
gestureviews = "2.8.3"

0 commit comments

Comments
 (0)