Skip to content

Commit 0bd12c5

Browse files
author
tanpengcheng
committed
[feat] Update demo use sdk version.
1 parent c74b33a commit 0bd12c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ dependencies {
8080
implementation(libs.coroutines.rx3)
8181
implementation(libs.glide)
8282

83-
// implementation(libs.tuiutils)
84-
implementation(project(":tuiutils"))
83+
implementation(libs.tuiutils)
84+
// implementation(project(":tuiutils"))
8585

8686
testImplementation(libs.junit)
8787
androidTestImplementation(libs.androidx.junit)

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rxkotlin3 = "3.0.1"
1717
rxandroid3 = "3.0.2"
1818
corouines = "1.8.0"
1919
glide = "4.16.0"
20-
tuiutils = "1.0.4"
20+
tuiutils = "1.0.5"
2121

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

0 commit comments

Comments
 (0)