[android][sdk] add missing dependencies

Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
Andrei Shkrob
2025-08-15 13:39:55 +02:00
committed by Konstantin Pastbin
parent 6a85526ac9
commit dc8d4e7da9
5 changed files with 11 additions and 7 deletions

View File

@@ -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.