mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 03:43:46 +00:00
[android][sdk] add missing dependencies
Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
committed by
Konstantin Pastbin
parent
6a85526ac9
commit
dc8d4e7da9
@@ -98,7 +98,13 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.annotation:annotation:1.9.1'
|
||||
implementation 'androidx.core:core:1.17.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.4.0'
|
||||
implementation 'androidx.fragment:fragment:1.8.9'
|
||||
implementation 'androidx.lifecycle:lifecycle-process:2.9.2'
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
}
|
||||
|
||||
// TODO: Running lint task triggers native build. Find a better solution.
|
||||
|
||||
Reference in New Issue
Block a user