Skip to content

Commit

Permalink
[feat] Update demo use sdk version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanpengcheng committed Apr 22, 2024
1 parent c74b33a commit 0bd12c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ dependencies {
implementation(libs.coroutines.rx3)
implementation(libs.glide)

// implementation(libs.tuiutils)
implementation(project(":tuiutils"))
implementation(libs.tuiutils)
// implementation(project(":tuiutils"))

testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rxkotlin3 = "3.0.1"
rxandroid3 = "3.0.2"
corouines = "1.8.0"
glide = "4.16.0"
tuiutils = "1.0.4"
tuiutils = "1.0.5"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
Expand Down

0 comments on commit 0bd12c5

Please sign in to comment.