Updated klf version
This commit is contained in:
parent
b826ee3c8f
commit
21215300b3
|
@ -73,7 +73,7 @@ kotlin {
|
|||
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:$kotlinxSerializationVersion")
|
||||
|
||||
implementation("net.codinux.log:kmp-log:$klfVersion")
|
||||
implementation("net.codinux.log:klf:$klfVersion")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ kotlinxDateTimeVersion=0.5.0
|
|||
kotlinxSerializationVersion=1.7.1
|
||||
atomicfuVersion=0.25.0
|
||||
|
||||
klfVersion=1.5.1
|
||||
klfVersion=1.6.0
|
||||
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
Loading…
Reference in New Issue