Skip to content

Commit

Permalink
chore: bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dingyi222666 committed Sep 15, 2023
1 parent b203d48 commit 5cdc4ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ android {
}

dependencies {
implementation("androidx.core:core-ktx:1.10.1")
implementation("androidx.core:core-ktx:1.12.0")
implementation(project(":treeview"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")

implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.9.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
Expand Down
4 changes: 2 additions & 2 deletions treeview/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mavenPublishing {

signAllPublications()

coordinates("io.github.dingyi222666", "treeview", "1.3.0")
coordinates("io.github.dingyi222666", "treeview", "1.3.1")

pom {
name.set("TreeView")
Expand Down Expand Up @@ -74,7 +74,7 @@ mavenPublishing {


dependencies {
compileOnly("androidx.core:core-ktx:1.10.1")
compileOnly("androidx.core:core-ktx:1.12.0")
compileOnly("androidx.appcompat:appcompat:1.6.1")
compileOnly("com.google.android.material:material:1.9.0")
}

0 comments on commit 5cdc4ca

Please sign in to comment.