mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
chore: bump deps
This commit is contained in:
@@ -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 }")
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user