Skip to content

Commit a84a8c4

Browse files
committed
Fix the dependency of MMKV on Android
1 parent a424328 commit a84a8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ androidx-test-runner = "1.6.2"
99

1010
[libraries]
1111

12-
mmkv = { group = "com.tencent", name = "mmkv-static", version.ref = "mmkv" }
12+
mmkv = { group = "com.tencent", name = "mmkv", version.ref = "mmkv" }
1313
junit = { group = "junit", name = "junit", version.ref = "junit" }
1414
androidx-test-core = { group = "androidx.test", name = "core", version.ref = "androidx-test" }
1515
androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "androidx-test-runner" }

0 commit comments

Comments
 (0)