Update git submodules
* Update frameworks/support from branch 'androidx-master-dev'
to c6f660361c0fb295d1e4157edd3ee3cfba9e9f58
- Merge "Updates to resolve the enum type converter crashing issue occurring in the current version of Room where user defined one-way enum type converters are mistakenly ignored and default enum converters are generated." into androidx-master-dev
- Updates to resolve the enum type converter crashing issue occurring in the current version of Room where user defined one-way enum type converters are mistakenly ignored and default enum converters are generated.
Test: Baseline tests added in EnumColumnTypeAdapterTest.java replicate compiler errors when the user defines a one-way TypeConverter involving an enum, instead of a two-way implementation, which is preferred.
Bug: 174335952
Change-Id: I4fbccc60360f7bcb78eeff6e63ca5626dd405f3f
Loading
Please sign in to comment