mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 22:03:37 +00:00
[android] Replace direct SDK deps with libs refs
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -98,13 +98,14 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.annotation:annotation:1.9.1'
|
implementation libs.androidx.core
|
||||||
implementation 'androidx.core:core:1.17.0'
|
implementation libs.androidx.annotation
|
||||||
implementation 'androidx.recyclerview:recyclerview:1.4.0'
|
implementation libs.androidx.fragment
|
||||||
implementation 'androidx.fragment:fragment:1.8.9'
|
implementation libs.androidx.lifecycle.process
|
||||||
implementation 'androidx.lifecycle:lifecycle-process:2.9.2'
|
implementation libs.androidx.recyclerview
|
||||||
|
implementation libs.android.material
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation libs.junit
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Running lint task triggers native build. Find a better solution.
|
// TODO: Running lint task triggers native build. Find a better solution.
|
||||||
|
|||||||
Reference in New Issue
Block a user