We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250185b commit 6a3d40eCopy full SHA for 6a3d40e
2 files changed
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=sk.ainet.core
2
-VERSION_NAME=0.3.0
+VERSION_NAME=0.4.0
3
4
POM_DESCRIPTION=SKaiNET
5
@@ -18,7 +18,7 @@ POM_DEVELOPER_URL=https://github.com/sk-ai-net/
18
19
mavenCentralPublishing=true
20
mavenCentralAutomaticPublishing=true
21
-signAllPublications=false
+signAllPublications=true
22
23
#Gradle
24
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
gradle/libs.versions.toml
@@ -11,7 +11,7 @@ android-compileSdk = "36"
11
kotlinxSerializationJson = "1.9.0"
12
ktorClientCore = "3.3.3"
13
ktorClientPlugins = "3.1.1"
14
-logbackClassic = "1.5.20"
+logbackClassic = "1.5.21"
15
kover = "0.9.3"
16
binaryCompatibilityValidator = "0.18.1"
17
ksp = "2.2.21-2.0.4"
0 commit comments