Move remaining hard-coded dependency to Gradle catalog. We had 2 different version of material3 library.
This commit is contained in:
parent
33fe608459
commit
a9995886c0
7 changed files with 23 additions and 13 deletions
|
|
@ -44,7 +44,7 @@ dependencies {
|
|||
api(projects.libraries.matrix.api)
|
||||
implementation(libs.dagger)
|
||||
implementation(projects.libraries.core)
|
||||
implementation("net.java.dev.jna:jna:5.13.0@aar")
|
||||
implementation(libs.jna)
|
||||
implementation(libs.androidx.datastore.preferences)
|
||||
implementation(libs.serialization.json)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue