Update git submodules
* Update frameworks/support from branch 'androidx-main'
to 760a7549bd4277613e458832e6a7c016dd06e907
- Merge "Fix source incompatibilities from Kotlinification of SimpleArrayMap" into androidx-main
- Fix source incompatibilities from Kotlinification of SimpleArrayMap
SimpleArrayMap now correctly types many of its function's arguments,
which is a binary compatible change due to type erasure, but causes
.get() to require the generic type K instead of any arbitrary object,
which is source incompatible in BaseMenuWrapper where it expects
SupportMenuItem instead of MenuItem.
Test: ./gradlew --ci appcompat:appcompat:compileDebugJavaWithJavac -Pandroidx.useMaxDepVersions
Change-Id: I018ba489e60505564cfa8e919e5a36c2f09011d3
Loading
Please sign in to comment