chore: bump deps

This commit is contained in:
zaneschepke
2026-06-02 15:54:01 -04:00
parent 971ded36bb
commit 6066eb2e7e
3 changed files with 5 additions and 4 deletions
+3 -1
View File
@@ -60,7 +60,9 @@ configure<ApplicationExtension> {
versionCode = computeVersionCode()
versionName = computeVersionName()
sourceSets { getByName("debug").assets.srcDirs(files("$projectDir/schemas")) }
sourceSets {
getByName("debug").assets.directories += "$projectDir/schemas"
}
val languagesArray = buildLanguagesArray(languageList())
buildConfigField("String[]", "LANGUAGES", "new String[]{ $languagesArray }")
-1
View File
@@ -22,7 +22,6 @@ fun allowedLicenseUrls(): List<String> {
return listOf(
"https://jsoup.org/license",
"http://opensource.org/licenses/bsd-license.php",
"https://github.com/journeyapps/zxing-android-embedded/blob/master/COPYING",
"https://github.com/RikkaApps/Shizuku-API/blob/master/LICENSE",
"https://github.com/rafi0101/Android-Room-Database-Backup/blob/master/LICENSE",
"https://opensource.org/license/mit",
+2 -2
View File
@@ -29,12 +29,12 @@ slf4jAndroid = "1.7.36"
timber = "5.0.1"
androidGradlePlugin = "9.2.1"
kotlin = "2.3.21"
ksp = "2.3.4"
ksp = "2.3.6"
composeBom = "2026.05.01"
compose = "1.11.2"
icons = "1.7.8"
workRuntimeKtxVersion = "2.11.2"
quickieFoss = "1.15.7"
quickieFoss = "1.17.0"
coreSplashscreen = "1.2.0"
gradlePlugins-grgit = "5.3.3"
reorderable = "3.1.0"