Skip to content

Commit

Permalink
update depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkanyi committed Jul 29, 2024
1 parent ee9954b commit 6a18db9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Lib version
version=2.0.3
version=2.0.4

#Gradle
org.gradle.jvmargs=-Xmx4048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4048M"
Expand Down Expand Up @@ -28,4 +28,4 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true

#macOS
org.jetbrains.compose.experimental.macos.enabled=true
org.jetbrains.compose.experimental.macos.enabled=true
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
kotlin = "1.9.24"
agp = "8.5.0"
agp = "8.5.1"
core-ktx = "1.13.1"
compose = "1.6.11"
compose-activity = "1.9.0"
compose-activity = "1.9.1"
spotless = "6.25.0"
kotlin-compatibility = "0.14.0"
dokka = "1.9.20"
Expand All @@ -26,4 +26,4 @@ jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-compatibility = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "kotlin-compatibility" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
gradleMavenPublish = { id = "com.vanniktech.maven.publish", version.ref = "gradleMavenPublish" }
nmcp = { id = "com.gradleup.nmcp", version.ref = "nmcp" }
nmcp = { id = "com.gradleup.nmcp", version.ref = "nmcp" }

0 comments on commit 6a18db9

Please sign in to comment.