Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
MelihcanSrky committed Dec 4, 2023
1 parent 7aeadce commit f52f318
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ComposeDataGrid/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "com.github.MelihcanSrky"
artifactId = "ComposeDataGrid"
version = "0.1.5"
version = "0.1.6"

afterEvaluate {
from(components["release"])
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ dependencies {
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")
implementation(project(":ComposeDataGrid"))
// implementation(project(":ComposeDataGrid"))

//Retrofit
implementation ("com.squareup.retrofit2:retrofit:2.9.0")
implementation ("com.squareup.retrofit2:converter-gson:2.9.0")

// implementation("com.github.MelihcanSrky:ComposeDataGrid:0.1.2")
implementation("com.github.MelihcanSrky:ComposeDataGrid:0.1.5")
}
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ plugins {
id("com.android.application") version "8.1.3" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
id("com.android.library") version "8.1.3" apply false
id("maven-publish")
}

0 comments on commit f52f318

Please sign in to comment.