[Build] Properly setup the version of Apache commons-text dependency
Versions of external libraries should be listed in version catalog, not directly in a build file
This commit is contained in:
committed by
Space Team
parent
3cf9a6f687
commit
d3c03325c9
@@ -25,6 +25,7 @@ junit-platform = "1.10.0"
|
||||
android-gradle-plugin = "7.1.3"
|
||||
android-tools = "30.3.1"
|
||||
gradle-node = "7.0.1"
|
||||
commons-text="1.10.0"
|
||||
|
||||
[libraries]
|
||||
dexMemberList = { module = "com.jakewharton.dex:dex-member-list", version.ref = "dexMemberList" }
|
||||
|
||||
@@ -23,6 +23,7 @@ versions.stax2-api=4.2.1
|
||||
versions.streamex=0.7.2
|
||||
versions.trove4j=1.0.20200330
|
||||
versions.lombok=1.18.16
|
||||
versions.commons-text=1.10.0
|
||||
|
||||
versions.android=2.3.1
|
||||
versions.ant=1.10.7
|
||||
|
||||
@@ -5,7 +5,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
||||
implementation("org.apache.commons:commons-text:1.10.0")
|
||||
implementation(commonDependency("org.apache.commons:commons-text"))
|
||||
|
||||
implementation(project(":tools:kotlinp"))
|
||||
implementation(project(":kotlinx-metadata-jvm"))
|
||||
|
||||
Reference in New Issue
Block a user