Skip to content

Commit

Permalink
Merge pull request #10 from antailyaqwer/refactor/bump_dependencies
Browse files Browse the repository at this point in the history
config: bump dependencies versions
  • Loading branch information
tamimattafi committed Apr 5, 2024
2 parents 1cd5f14 + 871e8fa commit 422c72b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.0-alpha04"
private val version = "0.1.0-alpha05"
private val group = "com.attafitamim.kabin"

override fun apply(project: Project) {
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# Android
android-gradle-plugin = "8.2.2"
android-gradle-plugin = "8.3.1"
core-ktx = "1.12.0"
junit = "4.13.2"
androidx-test-ext-junit = "1.1.5"
Expand All @@ -9,10 +9,10 @@ appcompat = "1.6.1"
material = "1.11.0"

# Kotlin
kotlin = "1.9.21"
kotlin = "1.9.23"
kotlin-poet = "1.16.0"
kotlin-coroutines = "1.7.3"
kotlin-ksp = "1.9.21-1.0.16"
kotlin-coroutines = "1.8.0"
kotlin-ksp = "1.9.23-1.0.19"

# Docs
dokka = "1.9.10"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencyResolutionManagement {
}
}

rootProject.name = "Kabin"
rootProject.name = "kabin"
include(":sample:shared")
include(":sample:androidApp")
include(":library:core")
Expand Down

0 comments on commit 422c72b

Please sign in to comment.