[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:
Dmitriy Novozhilov
2024-01-02 14:52:31 +02:00
committed by Space Team
parent 3cf9a6f687
commit d3c03325c9
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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" }