mirror of
https://github.com/androidx/media.git
synced 2025-05-10 17:22:13 +08:00
Fix gradle build
Add required import for androidx.window.java.layout.WindowInfoTrackerCallbackAdapter PiperOrigin-RevId: 492131661
This commit is contained in:
parent
e598a17b36
commit
90d4fdcf0f
@ -28,6 +28,7 @@ dependencies {
|
||||
implementation 'androidx.core:core:' + androidxCoreVersion
|
||||
implementation 'androidx.recyclerview:recyclerview:' + androidxRecyclerViewVersion
|
||||
implementation 'androidx.window:window:' + androidxWindowVersion
|
||||
implementation 'androidx.window:window-java:' + androidxWindowVersion
|
||||
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
|
||||
compileOnly 'org.jetbrains.kotlin:kotlin-annotations-jvm:' + kotlinAnnotationsVersion
|
||||
testImplementation project(modulePrefix + 'testutils')
|
||||
|
Loading…
x
Reference in New Issue
Block a user