Skip to content

Commit

Permalink
build(api): 应为com.google.protobuf:protobuf-javalite
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Dec 2, 2024
1 parent 0e782bb commit 6f3a400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
val junitVersion = "4.13.2"
val kotlinxCoroutinesTestVersion = "1.9.0"

api("com.google.protobuf:protobuf-java-lite:$protobufVersion")
api("com.google.protobuf:protobuf-javalite:$protobufVersion")
api("com.google.protobuf:protobuf-kotlin-lite:$protobufVersion")
api("org.jsoup:jsoup:$jsoupVersion")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:$ktxJsonVersion")
Expand Down

0 comments on commit 6f3a400

Please sign in to comment.