mirror of
https://github.com/FossifyOrg/Camera.git
synced 2025-12-23 23:59:51 -05:00
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](https://github.com/FossifyOrg/commons/compare/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>
This commit is contained in:
@@ -99,6 +99,11 @@ android {
|
||||
includeInApk = false
|
||||
}
|
||||
|
||||
androidResources {
|
||||
@Suppress("UnstableApiUsage")
|
||||
generateLocaleConfig = true
|
||||
}
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
compilerOptions.jvmTarget.set(
|
||||
JvmTarget.fromTarget(project.libs.versions.app.build.kotlinJVMTarget.get())
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
android:appCategory="image"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_launcher_name"
|
||||
android:localeConfig="@xml/locale_config"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
android:roundIcon="@mipmap/ic_launcher"
|
||||
android:theme="@style/AppTheme">
|
||||
|
||||
1
app/src/main/res/resources.properties
Normal file
1
app/src/main/res/resources.properties
Normal file
@@ -0,0 +1 @@
|
||||
unqualifiedResLocale=en-US
|
||||
@@ -10,7 +10,7 @@ androidx-window = "1.4.0"
|
||||
androidx-camera = "1.4.2"
|
||||
androidx-ktx = "2.8.6"
|
||||
#Fossify
|
||||
commons = "3.0.5"
|
||||
commons = "4.0.0"
|
||||
#Gradle
|
||||
gradlePlugins-agp = "8.10.1"
|
||||
#build
|
||||
|
||||
Reference in New Issue
Block a user