alexrainman / SegmentedControl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android packages are outdated!

devMasBob opened this issue · comments

On compiling my app (using Android 8.1 (Oreo)) the plugin causes some "Resource" warnings:

warning XA0106: Skipping [AppName].Droid.Resource.Animation.design_fab_in. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Animation.design_fab_out. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Color.abc_tint_switch_thumb. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Color.design_textinput_error_color_dark. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Color.design_textinput_error_color_light. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Layout.abc_action_bar_view_list_nav_layout. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.String.abc_action_bar_home_description_format. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.String.abc_action_bar_home_subtitle_description_format. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_AppCompat_Notification. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_AppCompat_Notification_Info. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_AppCompat_Notification_Info_Media. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_AppCompat_Notification_Line2. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_AppCompat_Notification_Line2_Media. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_AppCompat_Notification_Media. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_AppCompat_Notification_Time. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_AppCompat_Notification_Time_Media. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_AppCompat_Notification_Title. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_AppCompat_Notification_Title_Media. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_StatusBar_EventContent. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_StatusBar_EventContent_Info. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_StatusBar_EventContent_Line2. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_StatusBar_EventContent_Time. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.TextAppearance_StatusBar_EventContent_Title. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.Widget_AppCompat_NotificationActionContainer. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Style.Widget_AppCompat_NotificationActionText. Please check that your Nuget Package versions are compatible.
warning XA0106: Skipping [AppName].Droid.Resource.Styleable.MediaRouteButton_buttonTint. Please check that your Nuget Package versions are compatible.

It is possible to update the library with the new support libs?

Thanks.