- Updates several libraries
- Reformats code to the newest Klint - Fixes isEmpty bug on Filters
This commit is contained in:
+19
-20
@@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
accompanistAdaptive = "0.37.3"
|
||||
composeMultiplatform = "1.9.3"
|
||||
activityCompose = "1.12.2"
|
||||
composeMultiplatform = "1.10.0"
|
||||
activityCompose = "1.12.3"
|
||||
agp = "9.0.0"
|
||||
android-compileSdk = "36"
|
||||
android-minSdk = "26"
|
||||
@@ -10,60 +10,60 @@ androidKotlinGeohash = "b481c6a64e"
|
||||
androidxJunit = "1.3.0"
|
||||
appcompat = "1.7.1"
|
||||
audiowaveform = "1.1.2"
|
||||
benchmark = "1.5.0-alpha01"
|
||||
benchmark = "1.5.0-alpha02"
|
||||
biometricKtx = "1.2.0-alpha05"
|
||||
coil = "3.3.0"
|
||||
composeBom = "2025.12.01"
|
||||
composeRuntimeAnnotation = "1.10.0"
|
||||
composeBom = "2026.01.01"
|
||||
composeRuntimeAnnotation = "1.10.2"
|
||||
coreKtx = "1.17.0"
|
||||
datastore = "1.2.0"
|
||||
espressoCore = "3.7.0"
|
||||
firebaseBom = "34.7.0"
|
||||
firebaseBom = "34.9.0"
|
||||
fragmentKtx = "1.8.9"
|
||||
gms = "4.4.4"
|
||||
jacksonModuleKotlin = "2.20.1"
|
||||
jacksonModuleKotlin = "2.21.0"
|
||||
javaKeyring = "1.0.4"
|
||||
jna = "5.18.1"
|
||||
jtorctl = "0.4.5.7"
|
||||
junit = "4.13.2"
|
||||
kotlin = "2.3.0"
|
||||
kotlin = "2.3.10"
|
||||
kotlinxCollectionsImmutable = "0.4.0"
|
||||
kotlinxCoroutinesCore = "1.10.2"
|
||||
kotlinxSerialization = "1.9.0"
|
||||
kotlinxSerializationPlugin = "2.3.0"
|
||||
kotlinxSerialization = "1.10.0"
|
||||
kotlinxSerializationPlugin = "2.3.10"
|
||||
languageId = "17.0.6"
|
||||
lazysodiumAndroid = "5.2.0"
|
||||
lazysodiumJava = "5.2.0"
|
||||
lifecycleRuntimeKtx = "2.10.0"
|
||||
lightcompressor-enhanced = "1.6.0"
|
||||
markdown = "f92ef49c9d"
|
||||
media3 = "1.9.0"
|
||||
mockk = "1.14.7"
|
||||
media3 = "1.9.2"
|
||||
mockk = "1.14.9"
|
||||
kotlinx-coroutines-test = "1.10.2"
|
||||
navigationCompose = "2.9.6"
|
||||
navigationCompose = "2.9.7"
|
||||
okhttp = "5.3.2"
|
||||
runner = "1.7.0"
|
||||
rfc3986 = "0.1.2"
|
||||
secp256k1KmpJniAndroid = "0.22.0"
|
||||
securityCryptoKtx = "1.1.0"
|
||||
spotless = "8.1.0"
|
||||
spotless = "8.2.1"
|
||||
tarsosdsp = "2.5"
|
||||
torAndroid = "0.4.8.21.1"
|
||||
torAndroid = "0.4.8.22"
|
||||
translate = "17.0.3"
|
||||
unifiedpush = "3.0.10"
|
||||
urlDetector = "0.1.23"
|
||||
vico-charts = "2.4.1"
|
||||
vico-charts = "2.4.3"
|
||||
zelory = "3.0.1"
|
||||
zoomable = "2.9.0"
|
||||
zoomable = "2.11.0"
|
||||
zxing = "3.5.4"
|
||||
zxingAndroidEmbedded = "4.3.0"
|
||||
windowCoreAndroid = "1.5.1"
|
||||
androidxCamera = "1.5.2"
|
||||
androidxCamera = "1.5.3"
|
||||
androidxCollection = "1.5.0"
|
||||
kotlinStdlib = "2.3.0"
|
||||
kotlinTest = "2.2.20"
|
||||
core = "1.7.0"
|
||||
mavenPublish = "0.35.0"
|
||||
mavenPublish = "0.36.0"
|
||||
|
||||
[libraries]
|
||||
abedElazizShe-video-compressor-fork = { group = "com.github.davotoula", name = "LightCompressor-enhanced", version.ref = "lightcompressor-enhanced" }
|
||||
@@ -165,7 +165,6 @@ androidBenchmark = { id = "androidx.benchmark", version.ref = "benchmark" }
|
||||
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
||||
diffplugSpotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
|
||||
googleServices = { id = "com.google.gms.google-services", version.ref = "gms" }
|
||||
jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
jetbrainsKotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
jetbrainsComposeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
serialization = { id = 'org.jetbrains.kotlin.plugin.serialization', version.ref = 'kotlinxSerializationPlugin' }
|
||||
|
||||
Reference in New Issue
Block a user