mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue