Skip to content

Commit

Permalink
config: update kotlin and compose versions (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamimattafi authored Oct 15, 2024
1 parent 769c115 commit 0c79dcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
# Kotlin
kotlin = "2.0.20"
kotlin = "2.0.21"
kotlin-coroutines = "1.9.0"
kotlin-jvm-target = "17"

# Compose
compose_plugin = "1.6.11"
compose_plugin = "1.7.0-rc01"

# Android
android-gradle-plugin = "8.3.2"
android-activity-compose = "1.9.2"
androidx_lifecycle = "2.8.5"
androidx_lifecycle = "2.8.6"
android-test-runner = "1.6.2"

# Publishing
maven-publish = "0.28.0"
maven-publish = "0.29.0"

# Testing
junit = "4.13.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.gradle.api.publish.maven.MavenPomScm

class PublishConventions : Plugin<Project> {

private val version = "0.1.2"
private val version = "0.1.3"
private val group = "com.attafitamim.krop"

override fun apply(project: Project) {
Expand Down

0 comments on commit 0c79dcc

Please sign in to comment.