Closed moljac closed 4 years ago
28.0.0.3
error CS0619: 'X' is obsolete: 'Use the 'X1' type. This type will be removed in a future release.'
X in:
SupportMenuConsts
SupportMenu
SupportMenuItemConsts
SupportMenuItem
AutoSizeableTextViewConsts
AutoSizeableTextView
Build lib target.
lib
Type forwarders caused the issue. Removing those
Fixed
Support Libraries Version (eg: 23.3.0):
28.0.0.3
Describe your Issue:
X in:
SupportMenuConsts
(useSupportMenu
instead)SupportMenuItemConsts
(useSupportMenuItem
instead)AutoSizeableTextViewConsts
(useAutoSizeableTextView
instead)Steps to Reproduce (with link to sample solution if possible):
Build
lib
target.