File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,16 @@ android {
6363}
6464
6565dependencies {
66- // Required for Android Accessibility Service
67- implementation(" androidx.core:core:1.9.0" )
68-
6966 implementation(" androidx.core:core-ktx:1.9.0" )
7067 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" )
7168 implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2" )
7269 implementation(" androidx.activity:activity-compose:1.8.1" )
7370 implementation(" androidx.navigation:navigation-compose:2.7.5" )
7471
72+ // Required for Android Accessibility Service
73+ implementation(" androidx.core:core:1.9.0" )
74+ implementation(" androidx.appcompat:appcompat:1.6.1" )
75+
7576 // Required for one-shot operations (to use `ListenableFuture` from Guava Android)
7677 implementation(" com.google.guava:guava:31.0.1-android" )
7778
You can’t perform that action at this time.
0 commit comments