mirror of
https://github.com/wgtunnel/android.git
synced 2026-06-02 00:29:08 +02:00
chore: bump deps
This commit is contained in:
@@ -8,11 +8,11 @@ roomdatabasebackup = "1.1.0"
|
||||
shizuku = "13.1.5"
|
||||
appcompat = "1.7.1"
|
||||
biometricKtx = "1.2.0-alpha05"
|
||||
coreKtx = "1.16.0"
|
||||
coreKtx = "1.17.0"
|
||||
datastorePreferences = "1.2.0-alpha02"
|
||||
desugar_jdk_libs = "2.1.5"
|
||||
espressoCore = "3.7.0"
|
||||
hiltAndroid = "2.57"
|
||||
hiltAndroid = "2.57.1"
|
||||
hiltCompiler = "1.2.0"
|
||||
junit = "4.13.2"
|
||||
kotlinx-serialization-json = "1.9.0"
|
||||
@@ -28,16 +28,16 @@ slf4jAndroid = "1.7.36"
|
||||
timber = "5.0.1"
|
||||
tunnel = "1.4.0"
|
||||
androidGradlePlugin = "8.11.0"
|
||||
kotlin = "2.2.0"
|
||||
ksp = "2.2.0-2.0.2"
|
||||
composeBom = "2025.07.00"
|
||||
compose = "1.8.3"
|
||||
icons = "1.7.3"
|
||||
kotlin = "2.2.10"
|
||||
ksp = "2.2.10-2.0.2"
|
||||
composeBom = "2025.08.00"
|
||||
compose = "1.9.0"
|
||||
icons = "1.7.8"
|
||||
workRuntimeKtxVersion = "2.10.3"
|
||||
zxingAndroidEmbedded = "4.3.0"
|
||||
coreSplashscreen = "1.0.1"
|
||||
gradlePlugins-grgit = "5.3.2"
|
||||
reorderable = "2.5.1"
|
||||
reorderable = "3.0.0"
|
||||
|
||||
#plugins
|
||||
material = "1.12.0"
|
||||
|
||||
@@ -17,20 +17,6 @@ dependencyResolutionManagement {
|
||||
}
|
||||
}
|
||||
|
||||
fun getLocalProperty(key: String, file: String = "local.properties"): String? {
|
||||
val properties = java.util.Properties()
|
||||
val localProperties = File(file)
|
||||
if (localProperties.isFile) {
|
||||
java.io.InputStreamReader(java.io.FileInputStream(localProperties), Charsets.UTF_8)
|
||||
.use { reader ->
|
||||
properties.load(reader)
|
||||
}
|
||||
} else {
|
||||
return null
|
||||
}
|
||||
return properties.getProperty(key)
|
||||
}
|
||||
|
||||
rootProject.name = "WG Tunnel"
|
||||
|
||||
include(":app")
|
||||
|
||||
Reference in New Issue
Block a user