diff --git a/GameAtlas/.vs/GameAtlas/v17/.suo b/GameAtlas/.vs/GameAtlas/v17/.suo
index 615ee95..4eadc85 100644
Binary files a/GameAtlas/.vs/GameAtlas/v17/.suo and b/GameAtlas/.vs/GameAtlas/v17/.suo differ
diff --git a/GameAtlas/GameAtlas.sln b/GameAtlas/GameAtlas.sln
index 6d06784..29d4f7c 100644
--- a/GameAtlas/GameAtlas.sln
+++ b/GameAtlas/GameAtlas.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31611.283
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameAtlas", "GameAtlas\GameAtlas.csproj", "{1E4453D5-5C58-45AB-8366-3EC53D520816}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameAtlas", "GameAtlas\GameAtlas.csproj", "{D3C0D86A-FF1B-4C1B-AA60-537889127607}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,12 +11,12 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1E4453D5-5C58-45AB-8366-3EC53D520816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1E4453D5-5C58-45AB-8366-3EC53D520816}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1E4453D5-5C58-45AB-8366-3EC53D520816}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {1E4453D5-5C58-45AB-8366-3EC53D520816}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1E4453D5-5C58-45AB-8366-3EC53D520816}.Release|Any CPU.Build.0 = Release|Any CPU
- {1E4453D5-5C58-45AB-8366-3EC53D520816}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {D3C0D86A-FF1B-4C1B-AA60-537889127607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {D3C0D86A-FF1B-4C1B-AA60-537889127607}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {D3C0D86A-FF1B-4C1B-AA60-537889127607}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {D3C0D86A-FF1B-4C1B-AA60-537889127607}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {D3C0D86A-FF1B-4C1B-AA60-537889127607}.Release|Any CPU.Build.0 = Release|Any CPU
+ {D3C0D86A-FF1B-4C1B-AA60-537889127607}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/GameAtlas/GameAtlas/AppShell.xaml b/GameAtlas/GameAtlas/AppShell.xaml
index 286754a..80cd337 100644
--- a/GameAtlas/GameAtlas/AppShell.xaml
+++ b/GameAtlas/GameAtlas/AppShell.xaml
@@ -5,20 +5,23 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:views="clr-namespace:GameAtlas.Views"
Shell.NavBarIsVisible="false"
- Shell.TabBarIsVisible="false"
Shell.FlyoutBehavior="Disabled">
-
+
+
+
-
+
+
+
-
+
diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj b/GameAtlas/GameAtlas/GameAtlas.csproj
index 4c9d3af..3d09237 100644
--- a/GameAtlas/GameAtlas/GameAtlas.csproj
+++ b/GameAtlas/GameAtlas/GameAtlas.csproj
@@ -1,10 +1,10 @@
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041.0
+ net7.0-android;net7.0-ios;net7.0-maccatalyst
+ $(TargetFrameworks);net7.0-windows10.0.19041.0
-
+
Exe
GameAtlas
true
@@ -16,14 +16,14 @@
com.companyname.gameatlas
- 62512753-dfda-48fe-857d-25a91df9589f
+ a4373575-ecb5-4bcd-9c57-7366fb6946a7
1.0
1
- 14.2
- 14.0
+ 11.0
+ 13.1
21.0
10.0.17763.0
10.0.17763.0
@@ -49,9 +49,12 @@
-
- PageConnexion.xaml
-
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj.user b/GameAtlas/GameAtlas/GameAtlas.csproj.user
index 99c7820..53a06b3 100644
--- a/GameAtlas/GameAtlas/GameAtlas.csproj.user
+++ b/GameAtlas/GameAtlas/GameAtlas.csproj.user
@@ -2,21 +2,10 @@
False
- net6.0-windows10.0.19041.0
+ net7.0-windows10.0.19041.0
Windows Machine
- PhysicalDevice
-
-
- iossimulator-x64
- x64
-
-
- ProjectDebugger
-
- Designer
-
Designer
diff --git a/GameAtlas/GameAtlas/MauiProgram.cs b/GameAtlas/GameAtlas/MauiProgram.cs
index 79e5df8..e241d54 100644
--- a/GameAtlas/GameAtlas/MauiProgram.cs
+++ b/GameAtlas/GameAtlas/MauiProgram.cs
@@ -1,4 +1,7 @@
-namespace GameAtlas;
+using CommunityToolkit.Maui;
+using Microsoft.Extensions.Logging;
+
+namespace GameAtlas;
public static class MauiProgram
{
@@ -7,12 +10,17 @@ public static class MauiProgram
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp()
- .ConfigureFonts(fonts =>
+ .UseMauiCommunityToolkit()
+ .ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
});
+#if DEBUG
+ builder.Logging.AddDebug();
+#endif
+
return builder.Build();
}
}
diff --git a/GameAtlas/GameAtlas/Platforms/Windows/Package.appxmanifest b/GameAtlas/GameAtlas/Platforms/Windows/Package.appxmanifest
index d426982..205af0c 100644
--- a/GameAtlas/GameAtlas/Platforms/Windows/Package.appxmanifest
+++ b/GameAtlas/GameAtlas/Platforms/Windows/Package.appxmanifest
@@ -8,7 +8,7 @@
-
+
$placeholder$
diff --git a/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Regular.ttf b/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Regular.ttf
index a49f11d..e248a95 100644
Binary files a/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Regular.ttf and b/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Regular.ttf differ
diff --git a/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Semibold.ttf b/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Semibold.ttf
index 23911e4..dbc9572 100644
Binary files a/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Semibold.ttf and b/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Semibold.ttf differ
diff --git a/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml b/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml
index e7eefdb..050b36c 100644
--- a/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml
+++ b/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml
@@ -30,6 +30,8 @@
+
+
@@ -47,6 +49,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122.stamp
deleted file mode 100644
index a991b8b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122.stamp
+++ /dev/null
@@ -1 +0,0 @@
-A4D031B0934DD356
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/AndroidManifest.xml
deleted file mode 100644
index 8e88be0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/R.txt
deleted file mode 100644
index 0c85471..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/R.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-int drawable abc_vector_test 0x0
-int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
-int styleable AnimatedStateListDrawableCompat_android_constantSize 0
-int styleable AnimatedStateListDrawableCompat_android_dither 1
-int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
-int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
-int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
-int styleable AnimatedStateListDrawableCompat_android_visible 5
-int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
-int styleable AnimatedStateListDrawableItem_android_drawable 0
-int styleable AnimatedStateListDrawableItem_android_id 1
-int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
-int styleable AnimatedStateListDrawableTransition_android_drawable 0
-int styleable AnimatedStateListDrawableTransition_android_fromId 1
-int styleable AnimatedStateListDrawableTransition_android_reversible 2
-int styleable AnimatedStateListDrawableTransition_android_toId 3
-int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
-int styleable StateListDrawable_android_constantSize 0
-int styleable StateListDrawable_android_dither 1
-int styleable StateListDrawable_android_enterFadeDuration 2
-int styleable StateListDrawable_android_exitFadeDuration 3
-int styleable StateListDrawable_android_variablePadding 4
-int styleable StateListDrawable_android_visible 5
-int[] styleable StateListDrawableItem { 0x1010199 }
-int styleable StateListDrawableItem_android_drawable 0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/classes.jar
deleted file mode 100644
index 2107ace..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res.zip
deleted file mode 100644
index 892dc75..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res/drawable/abc_vector_test.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res/drawable/abc_vector_test.xml
deleted file mode 100644
index d5da2cb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res/drawable/abc_vector_test.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res/values/values.xml
deleted file mode 100644
index b51a8fa..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res/values/values.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123.stamp
deleted file mode 100644
index 3b6b3fa..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123.stamp
+++ /dev/null
@@ -1 +0,0 @@
-62174F6A8E514800
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/AndroidManifest.xml
deleted file mode 100644
index 2ba7e4b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/R.txt
deleted file mode 100644
index 21ffe41..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/R.txt
+++ /dev/null
@@ -1,1475 +0,0 @@
-int anim abc_fade_in 0x0
-int anim abc_fade_out 0x0
-int anim abc_grow_fade_in_from_bottom 0x0
-int anim abc_popup_enter 0x0
-int anim abc_popup_exit 0x0
-int anim abc_shrink_fade_out_from_bottom 0x0
-int anim abc_slide_in_bottom 0x0
-int anim abc_slide_in_top 0x0
-int anim abc_slide_out_bottom 0x0
-int anim abc_slide_out_top 0x0
-int anim abc_tooltip_enter 0x0
-int anim abc_tooltip_exit 0x0
-int anim btn_checkbox_to_checked_box_inner_merged_animation 0x0
-int anim btn_checkbox_to_checked_box_outer_merged_animation 0x0
-int anim btn_checkbox_to_checked_icon_null_animation 0x0
-int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x0
-int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x0
-int anim btn_checkbox_to_unchecked_icon_null_animation 0x0
-int anim btn_radio_to_off_mtrl_dot_group_animation 0x0
-int anim btn_radio_to_off_mtrl_ring_outer_animation 0x0
-int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x0
-int anim btn_radio_to_on_mtrl_dot_group_animation 0x0
-int anim btn_radio_to_on_mtrl_ring_outer_animation 0x0
-int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x0
-int attr actionBarDivider 0x0
-int attr actionBarItemBackground 0x0
-int attr actionBarPopupTheme 0x0
-int attr actionBarSize 0x0
-int attr actionBarSplitStyle 0x0
-int attr actionBarStyle 0x0
-int attr actionBarTabBarStyle 0x0
-int attr actionBarTabStyle 0x0
-int attr actionBarTabTextStyle 0x0
-int attr actionBarTheme 0x0
-int attr actionBarWidgetTheme 0x0
-int attr actionButtonStyle 0x0
-int attr actionDropDownStyle 0x0
-int attr actionLayout 0x0
-int attr actionMenuTextAppearance 0x0
-int attr actionMenuTextColor 0x0
-int attr actionModeBackground 0x0
-int attr actionModeCloseButtonStyle 0x0
-int attr actionModeCloseContentDescription 0x0
-int attr actionModeCloseDrawable 0x0
-int attr actionModeCopyDrawable 0x0
-int attr actionModeCutDrawable 0x0
-int attr actionModeFindDrawable 0x0
-int attr actionModePasteDrawable 0x0
-int attr actionModePopupWindowStyle 0x0
-int attr actionModeSelectAllDrawable 0x0
-int attr actionModeShareDrawable 0x0
-int attr actionModeSplitBackground 0x0
-int attr actionModeStyle 0x0
-int attr actionModeTheme 0x0
-int attr actionModeWebSearchDrawable 0x0
-int attr actionOverflowButtonStyle 0x0
-int attr actionOverflowMenuStyle 0x0
-int attr actionProviderClass 0x0
-int attr actionViewClass 0x0
-int attr activityChooserViewStyle 0x0
-int attr alertDialogButtonGroupStyle 0x0
-int attr alertDialogCenterButtons 0x0
-int attr alertDialogStyle 0x0
-int attr alertDialogTheme 0x0
-int attr allowStacking 0x0
-int attr alphabeticModifiers 0x0
-int attr arrowHeadLength 0x0
-int attr arrowShaftLength 0x0
-int attr autoCompleteTextViewStyle 0x0
-int attr autoSizeMaxTextSize 0x0
-int attr autoSizeMinTextSize 0x0
-int attr autoSizePresetSizes 0x0
-int attr autoSizeStepGranularity 0x0
-int attr autoSizeTextType 0x0
-int attr background 0x0
-int attr backgroundSplit 0x0
-int attr backgroundStacked 0x0
-int attr backgroundTint 0x0
-int attr backgroundTintMode 0x0
-int attr barLength 0x0
-int attr borderlessButtonStyle 0x0
-int attr buttonBarButtonStyle 0x0
-int attr buttonBarNegativeButtonStyle 0x0
-int attr buttonBarNeutralButtonStyle 0x0
-int attr buttonBarPositiveButtonStyle 0x0
-int attr buttonBarStyle 0x0
-int attr buttonCompat 0x0
-int attr buttonGravity 0x0
-int attr buttonIconDimen 0x0
-int attr buttonPanelSideLayout 0x0
-int attr buttonStyle 0x0
-int attr buttonStyleSmall 0x0
-int attr buttonTint 0x0
-int attr buttonTintMode 0x0
-int attr checkMarkCompat 0x0
-int attr checkMarkTint 0x0
-int attr checkMarkTintMode 0x0
-int attr checkboxStyle 0x0
-int attr checkedTextViewStyle 0x0
-int attr closeIcon 0x0
-int attr closeItemLayout 0x0
-int attr collapseContentDescription 0x0
-int attr collapseIcon 0x0
-int attr color 0x0
-int attr colorAccent 0x0
-int attr colorBackgroundFloating 0x0
-int attr colorButtonNormal 0x0
-int attr colorControlActivated 0x0
-int attr colorControlHighlight 0x0
-int attr colorControlNormal 0x0
-int attr colorError 0x0
-int attr colorPrimary 0x0
-int attr colorPrimaryDark 0x0
-int attr colorSwitchThumbNormal 0x0
-int attr commitIcon 0x0
-int attr contentDescription 0x0
-int attr contentInsetEnd 0x0
-int attr contentInsetEndWithActions 0x0
-int attr contentInsetLeft 0x0
-int attr contentInsetRight 0x0
-int attr contentInsetStart 0x0
-int attr contentInsetStartWithNavigation 0x0
-int attr controlBackground 0x0
-int attr customNavigationLayout 0x0
-int attr defaultQueryHint 0x0
-int attr dialogCornerRadius 0x0
-int attr dialogPreferredPadding 0x0
-int attr dialogTheme 0x0
-int attr displayOptions 0x0
-int attr divider 0x0
-int attr dividerHorizontal 0x0
-int attr dividerPadding 0x0
-int attr dividerVertical 0x0
-int attr drawableBottomCompat 0x0
-int attr drawableEndCompat 0x0
-int attr drawableLeftCompat 0x0
-int attr drawableRightCompat 0x0
-int attr drawableSize 0x0
-int attr drawableStartCompat 0x0
-int attr drawableTint 0x0
-int attr drawableTintMode 0x0
-int attr drawableTopCompat 0x0
-int attr drawerArrowStyle 0x0
-int attr dropDownListViewStyle 0x0
-int attr dropdownListPreferredItemHeight 0x0
-int attr editTextBackground 0x0
-int attr editTextColor 0x0
-int attr editTextStyle 0x0
-int attr elevation 0x0
-int attr emojiCompatEnabled 0x0
-int attr expandActivityOverflowButtonDrawable 0x0
-int attr firstBaselineToTopHeight 0x0
-int attr fontFamily 0x0
-int attr fontVariationSettings 0x0
-int attr gapBetweenBars 0x0
-int attr goIcon 0x0
-int attr height 0x0
-int attr hideOnContentScroll 0x0
-int attr homeAsUpIndicator 0x0
-int attr homeLayout 0x0
-int attr icon 0x0
-int attr iconTint 0x0
-int attr iconTintMode 0x0
-int attr iconifiedByDefault 0x0
-int attr imageButtonStyle 0x0
-int attr indeterminateProgressStyle 0x0
-int attr initialActivityCount 0x0
-int attr isLightTheme 0x0
-int attr itemPadding 0x0
-int attr lastBaselineToBottomHeight 0x0
-int attr layout 0x0
-int attr lineHeight 0x0
-int attr listChoiceBackgroundIndicator 0x0
-int attr listChoiceIndicatorMultipleAnimated 0x0
-int attr listChoiceIndicatorSingleAnimated 0x0
-int attr listDividerAlertDialog 0x0
-int attr listItemLayout 0x0
-int attr listLayout 0x0
-int attr listMenuViewStyle 0x0
-int attr listPopupWindowStyle 0x0
-int attr listPreferredItemHeight 0x0
-int attr listPreferredItemHeightLarge 0x0
-int attr listPreferredItemHeightSmall 0x0
-int attr listPreferredItemPaddingEnd 0x0
-int attr listPreferredItemPaddingLeft 0x0
-int attr listPreferredItemPaddingRight 0x0
-int attr listPreferredItemPaddingStart 0x0
-int attr logo 0x0
-int attr logoDescription 0x0
-int attr maxButtonHeight 0x0
-int attr measureWithLargestChild 0x0
-int attr menu 0x0
-int attr multiChoiceItemLayout 0x0
-int attr navigationContentDescription 0x0
-int attr navigationIcon 0x0
-int attr navigationMode 0x0
-int attr numericModifiers 0x0
-int attr overlapAnchor 0x0
-int attr paddingBottomNoButtons 0x0
-int attr paddingEnd 0x0
-int attr paddingStart 0x0
-int attr paddingTopNoTitle 0x0
-int attr panelBackground 0x0
-int attr panelMenuListTheme 0x0
-int attr panelMenuListWidth 0x0
-int attr popupMenuStyle 0x0
-int attr popupTheme 0x0
-int attr popupWindowStyle 0x0
-int attr preserveIconSpacing 0x0
-int attr progressBarPadding 0x0
-int attr progressBarStyle 0x0
-int attr queryBackground 0x0
-int attr queryHint 0x0
-int attr radioButtonStyle 0x0
-int attr ratingBarStyle 0x0
-int attr ratingBarStyleIndicator 0x0
-int attr ratingBarStyleSmall 0x0
-int attr searchHintIcon 0x0
-int attr searchIcon 0x0
-int attr searchViewStyle 0x0
-int attr seekBarStyle 0x0
-int attr selectableItemBackground 0x0
-int attr selectableItemBackgroundBorderless 0x0
-int attr showAsAction 0x0
-int attr showDividers 0x0
-int attr showText 0x0
-int attr showTitle 0x0
-int attr singleChoiceItemLayout 0x0
-int attr spinBars 0x0
-int attr spinnerDropDownItemStyle 0x0
-int attr spinnerStyle 0x0
-int attr splitTrack 0x0
-int attr srcCompat 0x0
-int attr state_above_anchor 0x0
-int attr subMenuArrow 0x0
-int attr submitBackground 0x0
-int attr subtitle 0x0
-int attr subtitleTextAppearance 0x0
-int attr subtitleTextColor 0x0
-int attr subtitleTextStyle 0x0
-int attr suggestionRowLayout 0x0
-int attr switchMinWidth 0x0
-int attr switchPadding 0x0
-int attr switchStyle 0x0
-int attr switchTextAppearance 0x0
-int attr textAllCaps 0x0
-int attr textAppearanceLargePopupMenu 0x0
-int attr textAppearanceListItem 0x0
-int attr textAppearanceListItemSecondary 0x0
-int attr textAppearanceListItemSmall 0x0
-int attr textAppearancePopupMenuHeader 0x0
-int attr textAppearanceSearchResultSubtitle 0x0
-int attr textAppearanceSearchResultTitle 0x0
-int attr textAppearanceSmallPopupMenu 0x0
-int attr textColorAlertDialogListItem 0x0
-int attr textColorSearchUrl 0x0
-int attr textLocale 0x0
-int attr theme 0x0
-int attr thickness 0x0
-int attr thumbTextPadding 0x0
-int attr thumbTint 0x0
-int attr thumbTintMode 0x0
-int attr tickMark 0x0
-int attr tickMarkTint 0x0
-int attr tickMarkTintMode 0x0
-int attr tint 0x0
-int attr tintMode 0x0
-int attr title 0x0
-int attr titleMargin 0x0
-int attr titleMarginBottom 0x0
-int attr titleMarginEnd 0x0
-int attr titleMarginStart 0x0
-int attr titleMarginTop 0x0
-int attr titleMargins 0x0
-int attr titleTextAppearance 0x0
-int attr titleTextColor 0x0
-int attr titleTextStyle 0x0
-int attr toolbarNavigationButtonStyle 0x0
-int attr toolbarStyle 0x0
-int attr tooltipForegroundColor 0x0
-int attr tooltipFrameBackground 0x0
-int attr tooltipText 0x0
-int attr track 0x0
-int attr trackTint 0x0
-int attr trackTintMode 0x0
-int attr viewInflaterClass 0x0
-int attr voiceIcon 0x0
-int attr windowActionBar 0x0
-int attr windowActionBarOverlay 0x0
-int attr windowActionModeOverlay 0x0
-int attr windowFixedHeightMajor 0x0
-int attr windowFixedHeightMinor 0x0
-int attr windowFixedWidthMajor 0x0
-int attr windowFixedWidthMinor 0x0
-int attr windowMinWidthMajor 0x0
-int attr windowMinWidthMinor 0x0
-int attr windowNoTitle 0x0
-int bool abc_action_bar_embed_tabs 0x0
-int bool abc_config_actionMenuItemAllCaps 0x0
-int color abc_background_cache_hint_selector_material_dark 0x0
-int color abc_background_cache_hint_selector_material_light 0x0
-int color abc_btn_colored_borderless_text_material 0x0
-int color abc_btn_colored_text_material 0x0
-int color abc_color_highlight_material 0x0
-int color abc_decor_view_status_guard 0x0
-int color abc_decor_view_status_guard_light 0x0
-int color abc_hint_foreground_material_dark 0x0
-int color abc_hint_foreground_material_light 0x0
-int color abc_primary_text_disable_only_material_dark 0x0
-int color abc_primary_text_disable_only_material_light 0x0
-int color abc_primary_text_material_dark 0x0
-int color abc_primary_text_material_light 0x0
-int color abc_search_url_text 0x0
-int color abc_search_url_text_normal 0x0
-int color abc_search_url_text_pressed 0x0
-int color abc_search_url_text_selected 0x0
-int color abc_secondary_text_material_dark 0x0
-int color abc_secondary_text_material_light 0x0
-int color abc_tint_btn_checkable 0x0
-int color abc_tint_default 0x0
-int color abc_tint_edittext 0x0
-int color abc_tint_seek_thumb 0x0
-int color abc_tint_spinner 0x0
-int color abc_tint_switch_track 0x0
-int color accent_material_dark 0x0
-int color accent_material_light 0x0
-int color background_floating_material_dark 0x0
-int color background_floating_material_light 0x0
-int color background_material_dark 0x0
-int color background_material_light 0x0
-int color bright_foreground_disabled_material_dark 0x0
-int color bright_foreground_disabled_material_light 0x0
-int color bright_foreground_inverse_material_dark 0x0
-int color bright_foreground_inverse_material_light 0x0
-int color bright_foreground_material_dark 0x0
-int color bright_foreground_material_light 0x0
-int color button_material_dark 0x0
-int color button_material_light 0x0
-int color dim_foreground_disabled_material_dark 0x0
-int color dim_foreground_disabled_material_light 0x0
-int color dim_foreground_material_dark 0x0
-int color dim_foreground_material_light 0x0
-int color error_color_material_dark 0x0
-int color error_color_material_light 0x0
-int color foreground_material_dark 0x0
-int color foreground_material_light 0x0
-int color highlighted_text_material_dark 0x0
-int color highlighted_text_material_light 0x0
-int color material_blue_grey_800 0x0
-int color material_blue_grey_900 0x0
-int color material_blue_grey_950 0x0
-int color material_deep_teal_200 0x0
-int color material_deep_teal_500 0x0
-int color material_grey_100 0x0
-int color material_grey_300 0x0
-int color material_grey_50 0x0
-int color material_grey_600 0x0
-int color material_grey_800 0x0
-int color material_grey_850 0x0
-int color material_grey_900 0x0
-int color primary_dark_material_dark 0x0
-int color primary_dark_material_light 0x0
-int color primary_material_dark 0x0
-int color primary_material_light 0x0
-int color primary_text_default_material_dark 0x0
-int color primary_text_default_material_light 0x0
-int color primary_text_disabled_material_dark 0x0
-int color primary_text_disabled_material_light 0x0
-int color ripple_material_dark 0x0
-int color ripple_material_light 0x0
-int color secondary_text_default_material_dark 0x0
-int color secondary_text_default_material_light 0x0
-int color secondary_text_disabled_material_dark 0x0
-int color secondary_text_disabled_material_light 0x0
-int color switch_thumb_disabled_material_dark 0x0
-int color switch_thumb_disabled_material_light 0x0
-int color switch_thumb_material_dark 0x0
-int color switch_thumb_material_light 0x0
-int color switch_thumb_normal_material_dark 0x0
-int color switch_thumb_normal_material_light 0x0
-int color tooltip_background_dark 0x0
-int color tooltip_background_light 0x0
-int dimen abc_action_bar_content_inset_material 0x0
-int dimen abc_action_bar_content_inset_with_nav 0x0
-int dimen abc_action_bar_default_height_material 0x0
-int dimen abc_action_bar_default_padding_end_material 0x0
-int dimen abc_action_bar_default_padding_start_material 0x0
-int dimen abc_action_bar_elevation_material 0x0
-int dimen abc_action_bar_icon_vertical_padding_material 0x0
-int dimen abc_action_bar_overflow_padding_end_material 0x0
-int dimen abc_action_bar_overflow_padding_start_material 0x0
-int dimen abc_action_bar_stacked_max_height 0x0
-int dimen abc_action_bar_stacked_tab_max_width 0x0
-int dimen abc_action_bar_subtitle_bottom_margin_material 0x0
-int dimen abc_action_bar_subtitle_top_margin_material 0x0
-int dimen abc_action_button_min_height_material 0x0
-int dimen abc_action_button_min_width_material 0x0
-int dimen abc_action_button_min_width_overflow_material 0x0
-int dimen abc_alert_dialog_button_bar_height 0x0
-int dimen abc_alert_dialog_button_dimen 0x0
-int dimen abc_button_inset_horizontal_material 0x0
-int dimen abc_button_inset_vertical_material 0x0
-int dimen abc_button_padding_horizontal_material 0x0
-int dimen abc_button_padding_vertical_material 0x0
-int dimen abc_cascading_menus_min_smallest_width 0x0
-int dimen abc_config_prefDialogWidth 0x0
-int dimen abc_control_corner_material 0x0
-int dimen abc_control_inset_material 0x0
-int dimen abc_control_padding_material 0x0
-int dimen abc_dialog_corner_radius_material 0x0
-int dimen abc_dialog_fixed_height_major 0x0
-int dimen abc_dialog_fixed_height_minor 0x0
-int dimen abc_dialog_fixed_width_major 0x0
-int dimen abc_dialog_fixed_width_minor 0x0
-int dimen abc_dialog_list_padding_bottom_no_buttons 0x0
-int dimen abc_dialog_list_padding_top_no_title 0x0
-int dimen abc_dialog_min_width_major 0x0
-int dimen abc_dialog_min_width_minor 0x0
-int dimen abc_dialog_padding_material 0x0
-int dimen abc_dialog_padding_top_material 0x0
-int dimen abc_dialog_title_divider_material 0x0
-int dimen abc_disabled_alpha_material_dark 0x0
-int dimen abc_disabled_alpha_material_light 0x0
-int dimen abc_dropdownitem_icon_width 0x0
-int dimen abc_dropdownitem_text_padding_left 0x0
-int dimen abc_dropdownitem_text_padding_right 0x0
-int dimen abc_edit_text_inset_bottom_material 0x0
-int dimen abc_edit_text_inset_horizontal_material 0x0
-int dimen abc_edit_text_inset_top_material 0x0
-int dimen abc_floating_window_z 0x0
-int dimen abc_list_item_height_large_material 0x0
-int dimen abc_list_item_height_material 0x0
-int dimen abc_list_item_height_small_material 0x0
-int dimen abc_list_item_padding_horizontal_material 0x0
-int dimen abc_panel_menu_list_width 0x0
-int dimen abc_progress_bar_height_material 0x0
-int dimen abc_search_view_preferred_height 0x0
-int dimen abc_search_view_preferred_width 0x0
-int dimen abc_seekbar_track_background_height_material 0x0
-int dimen abc_seekbar_track_progress_height_material 0x0
-int dimen abc_select_dialog_padding_start_material 0x0
-int dimen abc_star_big 0x0
-int dimen abc_star_medium 0x0
-int dimen abc_star_small 0x0
-int dimen abc_switch_padding 0x0
-int dimen abc_text_size_body_1_material 0x0
-int dimen abc_text_size_body_2_material 0x0
-int dimen abc_text_size_button_material 0x0
-int dimen abc_text_size_caption_material 0x0
-int dimen abc_text_size_display_1_material 0x0
-int dimen abc_text_size_display_2_material 0x0
-int dimen abc_text_size_display_3_material 0x0
-int dimen abc_text_size_display_4_material 0x0
-int dimen abc_text_size_headline_material 0x0
-int dimen abc_text_size_large_material 0x0
-int dimen abc_text_size_medium_material 0x0
-int dimen abc_text_size_menu_header_material 0x0
-int dimen abc_text_size_menu_material 0x0
-int dimen abc_text_size_small_material 0x0
-int dimen abc_text_size_subhead_material 0x0
-int dimen abc_text_size_subtitle_material_toolbar 0x0
-int dimen abc_text_size_title_material 0x0
-int dimen abc_text_size_title_material_toolbar 0x0
-int dimen disabled_alpha_material_dark 0x0
-int dimen disabled_alpha_material_light 0x0
-int dimen highlight_alpha_material_colored 0x0
-int dimen highlight_alpha_material_dark 0x0
-int dimen highlight_alpha_material_light 0x0
-int dimen hint_alpha_material_dark 0x0
-int dimen hint_alpha_material_light 0x0
-int dimen hint_pressed_alpha_material_dark 0x0
-int dimen hint_pressed_alpha_material_light 0x0
-int dimen tooltip_corner_radius 0x0
-int dimen tooltip_horizontal_padding 0x0
-int dimen tooltip_margin 0x0
-int dimen tooltip_precise_anchor_extra_offset 0x0
-int dimen tooltip_precise_anchor_threshold 0x0
-int dimen tooltip_vertical_padding 0x0
-int dimen tooltip_y_offset_non_touch 0x0
-int dimen tooltip_y_offset_touch 0x0
-int drawable abc_ab_share_pack_mtrl_alpha 0x0
-int drawable abc_action_bar_item_background_material 0x0
-int drawable abc_btn_borderless_material 0x0
-int drawable abc_btn_check_material 0x0
-int drawable abc_btn_check_material_anim 0x0
-int drawable abc_btn_check_to_on_mtrl_000 0x0
-int drawable abc_btn_check_to_on_mtrl_015 0x0
-int drawable abc_btn_colored_material 0x0
-int drawable abc_btn_default_mtrl_shape 0x0
-int drawable abc_btn_radio_material 0x0
-int drawable abc_btn_radio_material_anim 0x0
-int drawable abc_btn_radio_to_on_mtrl_000 0x0
-int drawable abc_btn_radio_to_on_mtrl_015 0x0
-int drawable abc_btn_switch_to_on_mtrl_00001 0x0
-int drawable abc_btn_switch_to_on_mtrl_00012 0x0
-int drawable abc_cab_background_internal_bg 0x0
-int drawable abc_cab_background_top_material 0x0
-int drawable abc_cab_background_top_mtrl_alpha 0x0
-int drawable abc_control_background_material 0x0
-int drawable abc_dialog_material_background 0x0
-int drawable abc_edit_text_material 0x0
-int drawable abc_ic_ab_back_material 0x0
-int drawable abc_ic_arrow_drop_right_black_24dp 0x0
-int drawable abc_ic_clear_material 0x0
-int drawable abc_ic_commit_search_api_mtrl_alpha 0x0
-int drawable abc_ic_go_search_api_material 0x0
-int drawable abc_ic_menu_copy_mtrl_am_alpha 0x0
-int drawable abc_ic_menu_cut_mtrl_alpha 0x0
-int drawable abc_ic_menu_overflow_material 0x0
-int drawable abc_ic_menu_paste_mtrl_am_alpha 0x0
-int drawable abc_ic_menu_selectall_mtrl_alpha 0x0
-int drawable abc_ic_menu_share_mtrl_alpha 0x0
-int drawable abc_ic_search_api_material 0x0
-int drawable abc_ic_voice_search_api_material 0x0
-int drawable abc_item_background_holo_dark 0x0
-int drawable abc_item_background_holo_light 0x0
-int drawable abc_list_divider_material 0x0
-int drawable abc_list_divider_mtrl_alpha 0x0
-int drawable abc_list_focused_holo 0x0
-int drawable abc_list_longpressed_holo 0x0
-int drawable abc_list_pressed_holo_dark 0x0
-int drawable abc_list_pressed_holo_light 0x0
-int drawable abc_list_selector_background_transition_holo_dark 0x0
-int drawable abc_list_selector_background_transition_holo_light 0x0
-int drawable abc_list_selector_disabled_holo_dark 0x0
-int drawable abc_list_selector_disabled_holo_light 0x0
-int drawable abc_list_selector_holo_dark 0x0
-int drawable abc_list_selector_holo_light 0x0
-int drawable abc_menu_hardkey_panel_mtrl_mult 0x0
-int drawable abc_popup_background_mtrl_mult 0x0
-int drawable abc_ratingbar_indicator_material 0x0
-int drawable abc_ratingbar_material 0x0
-int drawable abc_ratingbar_small_material 0x0
-int drawable abc_scrubber_control_off_mtrl_alpha 0x0
-int drawable abc_scrubber_control_to_pressed_mtrl_000 0x0
-int drawable abc_scrubber_control_to_pressed_mtrl_005 0x0
-int drawable abc_scrubber_primary_mtrl_alpha 0x0
-int drawable abc_scrubber_track_mtrl_alpha 0x0
-int drawable abc_seekbar_thumb_material 0x0
-int drawable abc_seekbar_tick_mark_material 0x0
-int drawable abc_seekbar_track_material 0x0
-int drawable abc_spinner_mtrl_am_alpha 0x0
-int drawable abc_spinner_textfield_background_material 0x0
-int drawable abc_star_black_48dp 0x0
-int drawable abc_star_half_black_48dp 0x0
-int drawable abc_switch_thumb_material 0x0
-int drawable abc_switch_track_mtrl_alpha 0x0
-int drawable abc_tab_indicator_material 0x0
-int drawable abc_tab_indicator_mtrl_alpha 0x0
-int drawable abc_text_cursor_material 0x0
-int drawable abc_text_select_handle_left_mtrl 0x0
-int drawable abc_text_select_handle_middle_mtrl 0x0
-int drawable abc_text_select_handle_right_mtrl 0x0
-int drawable abc_textfield_activated_mtrl_alpha 0x0
-int drawable abc_textfield_default_mtrl_alpha 0x0
-int drawable abc_textfield_search_activated_mtrl_alpha 0x0
-int drawable abc_textfield_search_default_mtrl_alpha 0x0
-int drawable abc_textfield_search_material 0x0
-int drawable btn_checkbox_checked_mtrl 0x0
-int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x0
-int drawable btn_checkbox_unchecked_mtrl 0x0
-int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x0
-int drawable btn_radio_off_mtrl 0x0
-int drawable btn_radio_off_to_on_mtrl_animation 0x0
-int drawable btn_radio_on_mtrl 0x0
-int drawable btn_radio_on_to_off_mtrl_animation 0x0
-int drawable test_level_drawable 0x0
-int drawable tooltip_frame_dark 0x0
-int drawable tooltip_frame_light 0x0
-int id action_bar 0x0
-int id action_bar_activity_content 0x0
-int id action_bar_container 0x0
-int id action_bar_root 0x0
-int id action_bar_spinner 0x0
-int id action_bar_subtitle 0x0
-int id action_bar_title 0x0
-int id action_context_bar 0x0
-int id action_menu_divider 0x0
-int id action_menu_presenter 0x0
-int id action_mode_bar 0x0
-int id action_mode_bar_stub 0x0
-int id action_mode_close_button 0x0
-int id activity_chooser_view_content 0x0
-int id add 0x0
-int id alertTitle 0x0
-int id buttonPanel 0x0
-int id checkbox 0x0
-int id checked 0x0
-int id content 0x0
-int id contentPanel 0x0
-int id custom 0x0
-int id customPanel 0x0
-int id decor_content_parent 0x0
-int id default_activity_button 0x0
-int id edit_query 0x0
-int id expand_activities_button 0x0
-int id expanded_menu 0x0
-int id group_divider 0x0
-int id home 0x0
-int id icon 0x0
-int id image 0x0
-int id listMode 0x0
-int id list_item 0x0
-int id message 0x0
-int id multiply 0x0
-int id none 0x0
-int id normal 0x0
-int id off 0x0
-int id on 0x0
-int id parentPanel 0x0
-int id progress_circular 0x0
-int id progress_horizontal 0x0
-int id radio 0x0
-int id screen 0x0
-int id scrollIndicatorDown 0x0
-int id scrollIndicatorUp 0x0
-int id scrollView 0x0
-int id search_badge 0x0
-int id search_bar 0x0
-int id search_button 0x0
-int id search_close_btn 0x0
-int id search_edit_frame 0x0
-int id search_go_btn 0x0
-int id search_mag_icon 0x0
-int id search_plate 0x0
-int id search_src_text 0x0
-int id search_voice_btn 0x0
-int id select_dialog_listview 0x0
-int id shortcut 0x0
-int id spacer 0x0
-int id split_action_bar 0x0
-int id src_atop 0x0
-int id src_in 0x0
-int id src_over 0x0
-int id submenuarrow 0x0
-int id submit_area 0x0
-int id tabMode 0x0
-int id textSpacerNoButtons 0x0
-int id textSpacerNoTitle 0x0
-int id title 0x0
-int id titleDividerNoCustom 0x0
-int id title_template 0x0
-int id topPanel 0x0
-int id unchecked 0x0
-int id uniform 0x0
-int id up 0x0
-int id wrap_content 0x0
-int integer abc_config_activityDefaultDur 0x0
-int integer abc_config_activityShortDur 0x0
-int integer cancel_button_image_alpha 0x0
-int integer config_tooltipAnimTime 0x0
-int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x0
-int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x0
-int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x0
-int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x0
-int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x0
-int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x0
-int interpolator fast_out_slow_in 0x0
-int layout abc_action_bar_title_item 0x0
-int layout abc_action_bar_up_container 0x0
-int layout abc_action_menu_item_layout 0x0
-int layout abc_action_menu_layout 0x0
-int layout abc_action_mode_bar 0x0
-int layout abc_action_mode_close_item_material 0x0
-int layout abc_activity_chooser_view 0x0
-int layout abc_activity_chooser_view_list_item 0x0
-int layout abc_alert_dialog_button_bar_material 0x0
-int layout abc_alert_dialog_material 0x0
-int layout abc_alert_dialog_title_material 0x0
-int layout abc_cascading_menu_item_layout 0x0
-int layout abc_dialog_title_material 0x0
-int layout abc_expanded_menu_layout 0x0
-int layout abc_list_menu_item_checkbox 0x0
-int layout abc_list_menu_item_icon 0x0
-int layout abc_list_menu_item_layout 0x0
-int layout abc_list_menu_item_radio 0x0
-int layout abc_popup_menu_header_item_layout 0x0
-int layout abc_popup_menu_item_layout 0x0
-int layout abc_screen_content_include 0x0
-int layout abc_screen_simple 0x0
-int layout abc_screen_simple_overlay_action_mode 0x0
-int layout abc_screen_toolbar 0x0
-int layout abc_search_dropdown_item_icons_2line 0x0
-int layout abc_search_view 0x0
-int layout abc_select_dialog_material 0x0
-int layout abc_tooltip 0x0
-int layout select_dialog_item_material 0x0
-int layout select_dialog_multichoice_material 0x0
-int layout select_dialog_singlechoice_material 0x0
-int layout support_simple_spinner_dropdown_item 0x0
-int string abc_action_bar_home_description 0x0
-int string abc_action_bar_up_description 0x0
-int string abc_action_menu_overflow_description 0x0
-int string abc_action_mode_done 0x0
-int string abc_activity_chooser_view_see_all 0x0
-int string abc_activitychooserview_choose_application 0x0
-int string abc_capital_off 0x0
-int string abc_capital_on 0x0
-int string abc_menu_alt_shortcut_label 0x0
-int string abc_menu_ctrl_shortcut_label 0x0
-int string abc_menu_delete_shortcut_label 0x0
-int string abc_menu_enter_shortcut_label 0x0
-int string abc_menu_function_shortcut_label 0x0
-int string abc_menu_meta_shortcut_label 0x0
-int string abc_menu_shift_shortcut_label 0x0
-int string abc_menu_space_shortcut_label 0x0
-int string abc_menu_sym_shortcut_label 0x0
-int string abc_prepend_shortcut_label 0x0
-int string abc_search_hint 0x0
-int string abc_searchview_description_clear 0x0
-int string abc_searchview_description_query 0x0
-int string abc_searchview_description_search 0x0
-int string abc_searchview_description_submit 0x0
-int string abc_searchview_description_voice 0x0
-int string abc_shareactionprovider_share_with 0x0
-int string abc_shareactionprovider_share_with_application 0x0
-int string abc_toolbar_collapse_description 0x0
-int string search_menu_title 0x0
-int style AlertDialog_AppCompat 0x0
-int style AlertDialog_AppCompat_Light 0x0
-int style Animation_AppCompat_Dialog 0x0
-int style Animation_AppCompat_DropDownUp 0x0
-int style Animation_AppCompat_Tooltip 0x0
-int style Base_AlertDialog_AppCompat 0x0
-int style Base_AlertDialog_AppCompat_Light 0x0
-int style Base_Animation_AppCompat_Dialog 0x0
-int style Base_Animation_AppCompat_DropDownUp 0x0
-int style Base_Animation_AppCompat_Tooltip 0x0
-int style Base_DialogWindowTitleBackground_AppCompat 0x0
-int style Base_DialogWindowTitle_AppCompat 0x0
-int style Base_TextAppearance_AppCompat 0x0
-int style Base_TextAppearance_AppCompat_Body1 0x0
-int style Base_TextAppearance_AppCompat_Body2 0x0
-int style Base_TextAppearance_AppCompat_Button 0x0
-int style Base_TextAppearance_AppCompat_Caption 0x0
-int style Base_TextAppearance_AppCompat_Display1 0x0
-int style Base_TextAppearance_AppCompat_Display2 0x0
-int style Base_TextAppearance_AppCompat_Display3 0x0
-int style Base_TextAppearance_AppCompat_Display4 0x0
-int style Base_TextAppearance_AppCompat_Headline 0x0
-int style Base_TextAppearance_AppCompat_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Large 0x0
-int style Base_TextAppearance_AppCompat_Large_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
-int style Base_TextAppearance_AppCompat_Medium 0x0
-int style Base_TextAppearance_AppCompat_Medium_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Menu 0x0
-int style Base_TextAppearance_AppCompat_SearchResult 0x0
-int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x0
-int style Base_TextAppearance_AppCompat_SearchResult_Title 0x0
-int style Base_TextAppearance_AppCompat_Small 0x0
-int style Base_TextAppearance_AppCompat_Small_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Subhead 0x0
-int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Title 0x0
-int style Base_TextAppearance_AppCompat_Title_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Tooltip 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x0
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
-int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
-int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
-int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
-int style Base_ThemeOverlay_AppCompat 0x0
-int style Base_ThemeOverlay_AppCompat_ActionBar 0x0
-int style Base_ThemeOverlay_AppCompat_Dark 0x0
-int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0
-int style Base_ThemeOverlay_AppCompat_Dialog 0x0
-int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0
-int style Base_ThemeOverlay_AppCompat_Light 0x0
-int style Base_Theme_AppCompat 0x0
-int style Base_Theme_AppCompat_CompactMenu 0x0
-int style Base_Theme_AppCompat_Dialog 0x0
-int style Base_Theme_AppCompat_DialogWhenLarge 0x0
-int style Base_Theme_AppCompat_Dialog_Alert 0x0
-int style Base_Theme_AppCompat_Dialog_FixedSize 0x0
-int style Base_Theme_AppCompat_Dialog_MinWidth 0x0
-int style Base_Theme_AppCompat_Light 0x0
-int style Base_Theme_AppCompat_Light_DarkActionBar 0x0
-int style Base_Theme_AppCompat_Light_Dialog 0x0
-int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0
-int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0
-int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0
-int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0
-int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
-int style Base_V21_Theme_AppCompat 0x0
-int style Base_V21_Theme_AppCompat_Dialog 0x0
-int style Base_V21_Theme_AppCompat_Light 0x0
-int style Base_V21_Theme_AppCompat_Light_Dialog 0x0
-int style Base_V22_Theme_AppCompat 0x0
-int style Base_V22_Theme_AppCompat_Light 0x0
-int style Base_V23_Theme_AppCompat 0x0
-int style Base_V23_Theme_AppCompat_Light 0x0
-int style Base_V26_Theme_AppCompat 0x0
-int style Base_V26_Theme_AppCompat_Light 0x0
-int style Base_V26_Widget_AppCompat_Toolbar 0x0
-int style Base_V28_Theme_AppCompat 0x0
-int style Base_V28_Theme_AppCompat_Light 0x0
-int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x0
-int style Base_V7_Theme_AppCompat 0x0
-int style Base_V7_Theme_AppCompat_Dialog 0x0
-int style Base_V7_Theme_AppCompat_Light 0x0
-int style Base_V7_Theme_AppCompat_Light_Dialog 0x0
-int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x0
-int style Base_V7_Widget_AppCompat_EditText 0x0
-int style Base_V7_Widget_AppCompat_Toolbar 0x0
-int style Base_Widget_AppCompat_ActionBar 0x0
-int style Base_Widget_AppCompat_ActionBar_Solid 0x0
-int style Base_Widget_AppCompat_ActionBar_TabBar 0x0
-int style Base_Widget_AppCompat_ActionBar_TabText 0x0
-int style Base_Widget_AppCompat_ActionBar_TabView 0x0
-int style Base_Widget_AppCompat_ActionButton 0x0
-int style Base_Widget_AppCompat_ActionButton_CloseMode 0x0
-int style Base_Widget_AppCompat_ActionButton_Overflow 0x0
-int style Base_Widget_AppCompat_ActionMode 0x0
-int style Base_Widget_AppCompat_ActivityChooserView 0x0
-int style Base_Widget_AppCompat_AutoCompleteTextView 0x0
-int style Base_Widget_AppCompat_Button 0x0
-int style Base_Widget_AppCompat_ButtonBar 0x0
-int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x0
-int style Base_Widget_AppCompat_Button_Borderless 0x0
-int style Base_Widget_AppCompat_Button_Borderless_Colored 0x0
-int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
-int style Base_Widget_AppCompat_Button_Colored 0x0
-int style Base_Widget_AppCompat_Button_Small 0x0
-int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x0
-int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x0
-int style Base_Widget_AppCompat_CompoundButton_Switch 0x0
-int style Base_Widget_AppCompat_DrawerArrowToggle 0x0
-int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x0
-int style Base_Widget_AppCompat_DropDownItem_Spinner 0x0
-int style Base_Widget_AppCompat_EditText 0x0
-int style Base_Widget_AppCompat_ImageButton 0x0
-int style Base_Widget_AppCompat_Light_ActionBar 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x0
-int style Base_Widget_AppCompat_Light_PopupMenu 0x0
-int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x0
-int style Base_Widget_AppCompat_ListMenuView 0x0
-int style Base_Widget_AppCompat_ListPopupWindow 0x0
-int style Base_Widget_AppCompat_ListView 0x0
-int style Base_Widget_AppCompat_ListView_DropDown 0x0
-int style Base_Widget_AppCompat_ListView_Menu 0x0
-int style Base_Widget_AppCompat_PopupMenu 0x0
-int style Base_Widget_AppCompat_PopupMenu_Overflow 0x0
-int style Base_Widget_AppCompat_PopupWindow 0x0
-int style Base_Widget_AppCompat_ProgressBar 0x0
-int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x0
-int style Base_Widget_AppCompat_RatingBar 0x0
-int style Base_Widget_AppCompat_RatingBar_Indicator 0x0
-int style Base_Widget_AppCompat_RatingBar_Small 0x0
-int style Base_Widget_AppCompat_SearchView 0x0
-int style Base_Widget_AppCompat_SearchView_ActionBar 0x0
-int style Base_Widget_AppCompat_SeekBar 0x0
-int style Base_Widget_AppCompat_SeekBar_Discrete 0x0
-int style Base_Widget_AppCompat_Spinner 0x0
-int style Base_Widget_AppCompat_Spinner_Underlined 0x0
-int style Base_Widget_AppCompat_TextView 0x0
-int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0
-int style Base_Widget_AppCompat_Toolbar 0x0
-int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0
-int style Platform_AppCompat 0x0
-int style Platform_AppCompat_Light 0x0
-int style Platform_ThemeOverlay_AppCompat 0x0
-int style Platform_ThemeOverlay_AppCompat_Dark 0x0
-int style Platform_ThemeOverlay_AppCompat_Light 0x0
-int style Platform_V21_AppCompat 0x0
-int style Platform_V21_AppCompat_Light 0x0
-int style Platform_V25_AppCompat 0x0
-int style Platform_V25_AppCompat_Light 0x0
-int style Platform_Widget_AppCompat_Spinner 0x0
-int style RtlOverlay_DialogWindowTitle_AppCompat 0x0
-int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x0
-int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x0
-int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x0
-int style RtlUnderlay_Widget_AppCompat_ActionButton 0x0
-int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x0
-int style TextAppearance_AppCompat 0x0
-int style TextAppearance_AppCompat_Body1 0x0
-int style TextAppearance_AppCompat_Body2 0x0
-int style TextAppearance_AppCompat_Button 0x0
-int style TextAppearance_AppCompat_Caption 0x0
-int style TextAppearance_AppCompat_Display1 0x0
-int style TextAppearance_AppCompat_Display2 0x0
-int style TextAppearance_AppCompat_Display3 0x0
-int style TextAppearance_AppCompat_Display4 0x0
-int style TextAppearance_AppCompat_Headline 0x0
-int style TextAppearance_AppCompat_Inverse 0x0
-int style TextAppearance_AppCompat_Large 0x0
-int style TextAppearance_AppCompat_Large_Inverse 0x0
-int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x0
-int style TextAppearance_AppCompat_Light_SearchResult_Title 0x0
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
-int style TextAppearance_AppCompat_Medium 0x0
-int style TextAppearance_AppCompat_Medium_Inverse 0x0
-int style TextAppearance_AppCompat_Menu 0x0
-int style TextAppearance_AppCompat_SearchResult_Subtitle 0x0
-int style TextAppearance_AppCompat_SearchResult_Title 0x0
-int style TextAppearance_AppCompat_Small 0x0
-int style TextAppearance_AppCompat_Small_Inverse 0x0
-int style TextAppearance_AppCompat_Subhead 0x0
-int style TextAppearance_AppCompat_Subhead_Inverse 0x0
-int style TextAppearance_AppCompat_Title 0x0
-int style TextAppearance_AppCompat_Title_Inverse 0x0
-int style TextAppearance_AppCompat_Tooltip 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_Button 0x0
-int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
-int style TextAppearance_AppCompat_Widget_Button_Colored 0x0
-int style TextAppearance_AppCompat_Widget_Button_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_DropDownItem 0x0
-int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
-int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
-int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
-int style TextAppearance_AppCompat_Widget_Switch 0x0
-int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
-int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
-int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
-int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
-int style ThemeOverlay_AppCompat 0x0
-int style ThemeOverlay_AppCompat_ActionBar 0x0
-int style ThemeOverlay_AppCompat_Dark 0x0
-int style ThemeOverlay_AppCompat_Dark_ActionBar 0x0
-int style ThemeOverlay_AppCompat_DayNight 0x0
-int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x0
-int style ThemeOverlay_AppCompat_Dialog 0x0
-int style ThemeOverlay_AppCompat_Dialog_Alert 0x0
-int style ThemeOverlay_AppCompat_Light 0x0
-int style Theme_AppCompat 0x0
-int style Theme_AppCompat_CompactMenu 0x0
-int style Theme_AppCompat_DayNight 0x0
-int style Theme_AppCompat_DayNight_DarkActionBar 0x0
-int style Theme_AppCompat_DayNight_Dialog 0x0
-int style Theme_AppCompat_DayNight_DialogWhenLarge 0x0
-int style Theme_AppCompat_DayNight_Dialog_Alert 0x0
-int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x0
-int style Theme_AppCompat_DayNight_NoActionBar 0x0
-int style Theme_AppCompat_Dialog 0x0
-int style Theme_AppCompat_DialogWhenLarge 0x0
-int style Theme_AppCompat_Dialog_Alert 0x0
-int style Theme_AppCompat_Dialog_MinWidth 0x0
-int style Theme_AppCompat_Empty 0x0
-int style Theme_AppCompat_Light 0x0
-int style Theme_AppCompat_Light_DarkActionBar 0x0
-int style Theme_AppCompat_Light_Dialog 0x0
-int style Theme_AppCompat_Light_DialogWhenLarge 0x0
-int style Theme_AppCompat_Light_Dialog_Alert 0x0
-int style Theme_AppCompat_Light_Dialog_MinWidth 0x0
-int style Theme_AppCompat_Light_NoActionBar 0x0
-int style Theme_AppCompat_NoActionBar 0x0
-int style Widget_AppCompat_ActionBar 0x0
-int style Widget_AppCompat_ActionBar_Solid 0x0
-int style Widget_AppCompat_ActionBar_TabBar 0x0
-int style Widget_AppCompat_ActionBar_TabText 0x0
-int style Widget_AppCompat_ActionBar_TabView 0x0
-int style Widget_AppCompat_ActionButton 0x0
-int style Widget_AppCompat_ActionButton_CloseMode 0x0
-int style Widget_AppCompat_ActionButton_Overflow 0x0
-int style Widget_AppCompat_ActionMode 0x0
-int style Widget_AppCompat_ActivityChooserView 0x0
-int style Widget_AppCompat_AutoCompleteTextView 0x0
-int style Widget_AppCompat_Button 0x0
-int style Widget_AppCompat_ButtonBar 0x0
-int style Widget_AppCompat_ButtonBar_AlertDialog 0x0
-int style Widget_AppCompat_Button_Borderless 0x0
-int style Widget_AppCompat_Button_Borderless_Colored 0x0
-int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
-int style Widget_AppCompat_Button_Colored 0x0
-int style Widget_AppCompat_Button_Small 0x0
-int style Widget_AppCompat_CompoundButton_CheckBox 0x0
-int style Widget_AppCompat_CompoundButton_RadioButton 0x0
-int style Widget_AppCompat_CompoundButton_Switch 0x0
-int style Widget_AppCompat_DrawerArrowToggle 0x0
-int style Widget_AppCompat_DropDownItem_Spinner 0x0
-int style Widget_AppCompat_EditText 0x0
-int style Widget_AppCompat_ImageButton 0x0
-int style Widget_AppCompat_Light_ActionBar 0x0
-int style Widget_AppCompat_Light_ActionBar_Solid 0x0
-int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x0
-int style Widget_AppCompat_Light_ActionBar_TabBar 0x0
-int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x0
-int style Widget_AppCompat_Light_ActionBar_TabText 0x0
-int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
-int style Widget_AppCompat_Light_ActionBar_TabView 0x0
-int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x0
-int style Widget_AppCompat_Light_ActionButton 0x0
-int style Widget_AppCompat_Light_ActionButton_CloseMode 0x0
-int style Widget_AppCompat_Light_ActionButton_Overflow 0x0
-int style Widget_AppCompat_Light_ActionMode_Inverse 0x0
-int style Widget_AppCompat_Light_ActivityChooserView 0x0
-int style Widget_AppCompat_Light_AutoCompleteTextView 0x0
-int style Widget_AppCompat_Light_DropDownItem_Spinner 0x0
-int style Widget_AppCompat_Light_ListPopupWindow 0x0
-int style Widget_AppCompat_Light_ListView_DropDown 0x0
-int style Widget_AppCompat_Light_PopupMenu 0x0
-int style Widget_AppCompat_Light_PopupMenu_Overflow 0x0
-int style Widget_AppCompat_Light_SearchView 0x0
-int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x0
-int style Widget_AppCompat_ListMenuView 0x0
-int style Widget_AppCompat_ListPopupWindow 0x0
-int style Widget_AppCompat_ListView 0x0
-int style Widget_AppCompat_ListView_DropDown 0x0
-int style Widget_AppCompat_ListView_Menu 0x0
-int style Widget_AppCompat_PopupMenu 0x0
-int style Widget_AppCompat_PopupMenu_Overflow 0x0
-int style Widget_AppCompat_PopupWindow 0x0
-int style Widget_AppCompat_ProgressBar 0x0
-int style Widget_AppCompat_ProgressBar_Horizontal 0x0
-int style Widget_AppCompat_RatingBar 0x0
-int style Widget_AppCompat_RatingBar_Indicator 0x0
-int style Widget_AppCompat_RatingBar_Small 0x0
-int style Widget_AppCompat_SearchView 0x0
-int style Widget_AppCompat_SearchView_ActionBar 0x0
-int style Widget_AppCompat_SeekBar 0x0
-int style Widget_AppCompat_SeekBar_Discrete 0x0
-int style Widget_AppCompat_Spinner 0x0
-int style Widget_AppCompat_Spinner_DropDown 0x0
-int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x0
-int style Widget_AppCompat_Spinner_Underlined 0x0
-int style Widget_AppCompat_TextView 0x0
-int style Widget_AppCompat_TextView_SpinnerItem 0x0
-int style Widget_AppCompat_Toolbar 0x0
-int style Widget_AppCompat_Toolbar_Button_Navigation 0x0
-int[] styleable ActionBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ActionBar_background 0
-int styleable ActionBar_backgroundSplit 1
-int styleable ActionBar_backgroundStacked 2
-int styleable ActionBar_contentInsetEnd 3
-int styleable ActionBar_contentInsetEndWithActions 4
-int styleable ActionBar_contentInsetLeft 5
-int styleable ActionBar_contentInsetRight 6
-int styleable ActionBar_contentInsetStart 7
-int styleable ActionBar_contentInsetStartWithNavigation 8
-int styleable ActionBar_customNavigationLayout 9
-int styleable ActionBar_displayOptions 10
-int styleable ActionBar_divider 11
-int styleable ActionBar_elevation 12
-int styleable ActionBar_height 13
-int styleable ActionBar_hideOnContentScroll 14
-int styleable ActionBar_homeAsUpIndicator 15
-int styleable ActionBar_homeLayout 16
-int styleable ActionBar_icon 17
-int styleable ActionBar_indeterminateProgressStyle 18
-int styleable ActionBar_itemPadding 19
-int styleable ActionBar_logo 20
-int styleable ActionBar_navigationMode 21
-int styleable ActionBar_popupTheme 22
-int styleable ActionBar_progressBarPadding 23
-int styleable ActionBar_progressBarStyle 24
-int styleable ActionBar_subtitle 25
-int styleable ActionBar_subtitleTextStyle 26
-int styleable ActionBar_title 27
-int styleable ActionBar_titleTextStyle 28
-int[] styleable ActionBarLayout { 0x10100b3 }
-int styleable ActionBarLayout_android_layout_gravity 0
-int[] styleable ActionMenuItemView { 0x101013f }
-int styleable ActionMenuItemView_android_minWidth 0
-int[] styleable ActionMenuView { }
-int[] styleable ActionMode { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ActionMode_background 0
-int styleable ActionMode_backgroundSplit 1
-int styleable ActionMode_closeItemLayout 2
-int styleable ActionMode_height 3
-int styleable ActionMode_subtitleTextStyle 4
-int styleable ActionMode_titleTextStyle 5
-int[] styleable ActivityChooserView { 0x0, 0x0 }
-int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
-int styleable ActivityChooserView_initialActivityCount 1
-int[] styleable AlertDialog { 0x10100f2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AlertDialog_android_layout 0
-int styleable AlertDialog_buttonIconDimen 1
-int styleable AlertDialog_buttonPanelSideLayout 2
-int styleable AlertDialog_listItemLayout 3
-int styleable AlertDialog_listLayout 4
-int styleable AlertDialog_multiChoiceItemLayout 5
-int styleable AlertDialog_showTitle 6
-int styleable AlertDialog_singleChoiceItemLayout 7
-int[] styleable AppCompatEmojiHelper { }
-int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
-int styleable AppCompatImageView_android_src 0
-int styleable AppCompatImageView_srcCompat 1
-int styleable AppCompatImageView_tint 2
-int styleable AppCompatImageView_tintMode 3
-int[] styleable AppCompatSeekBar { 0x1010142, 0x0, 0x0, 0x0 }
-int styleable AppCompatSeekBar_android_thumb 0
-int styleable AppCompatSeekBar_tickMark 1
-int styleable AppCompatSeekBar_tickMarkTint 2
-int styleable AppCompatSeekBar_tickMarkTintMode 3
-int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
-int styleable AppCompatTextHelper_android_drawableBottom 0
-int styleable AppCompatTextHelper_android_drawableEnd 1
-int styleable AppCompatTextHelper_android_drawableLeft 2
-int styleable AppCompatTextHelper_android_drawableRight 3
-int styleable AppCompatTextHelper_android_drawableStart 4
-int styleable AppCompatTextHelper_android_drawableTop 5
-int styleable AppCompatTextHelper_android_textAppearance 6
-int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AppCompatTextView_android_textAppearance 0
-int styleable AppCompatTextView_autoSizeMaxTextSize 1
-int styleable AppCompatTextView_autoSizeMinTextSize 2
-int styleable AppCompatTextView_autoSizePresetSizes 3
-int styleable AppCompatTextView_autoSizeStepGranularity 4
-int styleable AppCompatTextView_autoSizeTextType 5
-int styleable AppCompatTextView_drawableBottomCompat 6
-int styleable AppCompatTextView_drawableEndCompat 7
-int styleable AppCompatTextView_drawableLeftCompat 8
-int styleable AppCompatTextView_drawableRightCompat 9
-int styleable AppCompatTextView_drawableStartCompat 10
-int styleable AppCompatTextView_drawableTint 11
-int styleable AppCompatTextView_drawableTintMode 12
-int styleable AppCompatTextView_drawableTopCompat 13
-int styleable AppCompatTextView_emojiCompatEnabled 14
-int styleable AppCompatTextView_firstBaselineToTopHeight 15
-int styleable AppCompatTextView_fontFamily 16
-int styleable AppCompatTextView_fontVariationSettings 17
-int styleable AppCompatTextView_lastBaselineToBottomHeight 18
-int styleable AppCompatTextView_lineHeight 19
-int styleable AppCompatTextView_textAllCaps 20
-int styleable AppCompatTextView_textLocale 21
-int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AppCompatTheme_actionBarDivider 0
-int styleable AppCompatTheme_actionBarItemBackground 1
-int styleable AppCompatTheme_actionBarPopupTheme 2
-int styleable AppCompatTheme_actionBarSize 3
-int styleable AppCompatTheme_actionBarSplitStyle 4
-int styleable AppCompatTheme_actionBarStyle 5
-int styleable AppCompatTheme_actionBarTabBarStyle 6
-int styleable AppCompatTheme_actionBarTabStyle 7
-int styleable AppCompatTheme_actionBarTabTextStyle 8
-int styleable AppCompatTheme_actionBarTheme 9
-int styleable AppCompatTheme_actionBarWidgetTheme 10
-int styleable AppCompatTheme_actionButtonStyle 11
-int styleable AppCompatTheme_actionDropDownStyle 12
-int styleable AppCompatTheme_actionMenuTextAppearance 13
-int styleable AppCompatTheme_actionMenuTextColor 14
-int styleable AppCompatTheme_actionModeBackground 15
-int styleable AppCompatTheme_actionModeCloseButtonStyle 16
-int styleable AppCompatTheme_actionModeCloseContentDescription 17
-int styleable AppCompatTheme_actionModeCloseDrawable 18
-int styleable AppCompatTheme_actionModeCopyDrawable 19
-int styleable AppCompatTheme_actionModeCutDrawable 20
-int styleable AppCompatTheme_actionModeFindDrawable 21
-int styleable AppCompatTheme_actionModePasteDrawable 22
-int styleable AppCompatTheme_actionModePopupWindowStyle 23
-int styleable AppCompatTheme_actionModeSelectAllDrawable 24
-int styleable AppCompatTheme_actionModeShareDrawable 25
-int styleable AppCompatTheme_actionModeSplitBackground 26
-int styleable AppCompatTheme_actionModeStyle 27
-int styleable AppCompatTheme_actionModeTheme 28
-int styleable AppCompatTheme_actionModeWebSearchDrawable 29
-int styleable AppCompatTheme_actionOverflowButtonStyle 30
-int styleable AppCompatTheme_actionOverflowMenuStyle 31
-int styleable AppCompatTheme_activityChooserViewStyle 32
-int styleable AppCompatTheme_alertDialogButtonGroupStyle 33
-int styleable AppCompatTheme_alertDialogCenterButtons 34
-int styleable AppCompatTheme_alertDialogStyle 35
-int styleable AppCompatTheme_alertDialogTheme 36
-int styleable AppCompatTheme_android_windowAnimationStyle 37
-int styleable AppCompatTheme_android_windowIsFloating 38
-int styleable AppCompatTheme_autoCompleteTextViewStyle 39
-int styleable AppCompatTheme_borderlessButtonStyle 40
-int styleable AppCompatTheme_buttonBarButtonStyle 41
-int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
-int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
-int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
-int styleable AppCompatTheme_buttonBarStyle 45
-int styleable AppCompatTheme_buttonStyle 46
-int styleable AppCompatTheme_buttonStyleSmall 47
-int styleable AppCompatTheme_checkboxStyle 48
-int styleable AppCompatTheme_checkedTextViewStyle 49
-int styleable AppCompatTheme_colorAccent 50
-int styleable AppCompatTheme_colorBackgroundFloating 51
-int styleable AppCompatTheme_colorButtonNormal 52
-int styleable AppCompatTheme_colorControlActivated 53
-int styleable AppCompatTheme_colorControlHighlight 54
-int styleable AppCompatTheme_colorControlNormal 55
-int styleable AppCompatTheme_colorError 56
-int styleable AppCompatTheme_colorPrimary 57
-int styleable AppCompatTheme_colorPrimaryDark 58
-int styleable AppCompatTheme_colorSwitchThumbNormal 59
-int styleable AppCompatTheme_controlBackground 60
-int styleable AppCompatTheme_dialogCornerRadius 61
-int styleable AppCompatTheme_dialogPreferredPadding 62
-int styleable AppCompatTheme_dialogTheme 63
-int styleable AppCompatTheme_dividerHorizontal 64
-int styleable AppCompatTheme_dividerVertical 65
-int styleable AppCompatTheme_dropDownListViewStyle 66
-int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
-int styleable AppCompatTheme_editTextBackground 68
-int styleable AppCompatTheme_editTextColor 69
-int styleable AppCompatTheme_editTextStyle 70
-int styleable AppCompatTheme_homeAsUpIndicator 71
-int styleable AppCompatTheme_imageButtonStyle 72
-int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
-int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
-int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
-int styleable AppCompatTheme_listDividerAlertDialog 76
-int styleable AppCompatTheme_listMenuViewStyle 77
-int styleable AppCompatTheme_listPopupWindowStyle 78
-int styleable AppCompatTheme_listPreferredItemHeight 79
-int styleable AppCompatTheme_listPreferredItemHeightLarge 80
-int styleable AppCompatTheme_listPreferredItemHeightSmall 81
-int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
-int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
-int styleable AppCompatTheme_listPreferredItemPaddingRight 84
-int styleable AppCompatTheme_listPreferredItemPaddingStart 85
-int styleable AppCompatTheme_panelBackground 86
-int styleable AppCompatTheme_panelMenuListTheme 87
-int styleable AppCompatTheme_panelMenuListWidth 88
-int styleable AppCompatTheme_popupMenuStyle 89
-int styleable AppCompatTheme_popupWindowStyle 90
-int styleable AppCompatTheme_radioButtonStyle 91
-int styleable AppCompatTheme_ratingBarStyle 92
-int styleable AppCompatTheme_ratingBarStyleIndicator 93
-int styleable AppCompatTheme_ratingBarStyleSmall 94
-int styleable AppCompatTheme_searchViewStyle 95
-int styleable AppCompatTheme_seekBarStyle 96
-int styleable AppCompatTheme_selectableItemBackground 97
-int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
-int styleable AppCompatTheme_spinnerDropDownItemStyle 99
-int styleable AppCompatTheme_spinnerStyle 100
-int styleable AppCompatTheme_switchStyle 101
-int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
-int styleable AppCompatTheme_textAppearanceListItem 103
-int styleable AppCompatTheme_textAppearanceListItemSecondary 104
-int styleable AppCompatTheme_textAppearanceListItemSmall 105
-int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
-int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
-int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
-int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
-int styleable AppCompatTheme_textColorAlertDialogListItem 110
-int styleable AppCompatTheme_textColorSearchUrl 111
-int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
-int styleable AppCompatTheme_toolbarStyle 113
-int styleable AppCompatTheme_tooltipForegroundColor 114
-int styleable AppCompatTheme_tooltipFrameBackground 115
-int styleable AppCompatTheme_viewInflaterClass 116
-int styleable AppCompatTheme_windowActionBar 117
-int styleable AppCompatTheme_windowActionBarOverlay 118
-int styleable AppCompatTheme_windowActionModeOverlay 119
-int styleable AppCompatTheme_windowFixedHeightMajor 120
-int styleable AppCompatTheme_windowFixedHeightMinor 121
-int styleable AppCompatTheme_windowFixedWidthMajor 122
-int styleable AppCompatTheme_windowFixedWidthMinor 123
-int styleable AppCompatTheme_windowMinWidthMajor 124
-int styleable AppCompatTheme_windowMinWidthMinor 125
-int styleable AppCompatTheme_windowNoTitle 126
-int[] styleable ButtonBarLayout { 0x0 }
-int styleable ButtonBarLayout_allowStacking 0
-int[] styleable CheckedTextView { 0x1010108, 0x0, 0x0, 0x0 }
-int styleable CheckedTextView_android_checkMark 0
-int styleable CheckedTextView_checkMarkCompat 1
-int styleable CheckedTextView_checkMarkTint 2
-int styleable CheckedTextView_checkMarkTintMode 3
-int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
-int styleable CompoundButton_android_button 0
-int styleable CompoundButton_buttonCompat 1
-int styleable CompoundButton_buttonTint 2
-int styleable CompoundButton_buttonTintMode 3
-int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable DrawerArrowToggle_arrowHeadLength 0
-int styleable DrawerArrowToggle_arrowShaftLength 1
-int styleable DrawerArrowToggle_barLength 2
-int styleable DrawerArrowToggle_color 3
-int styleable DrawerArrowToggle_drawableSize 4
-int styleable DrawerArrowToggle_gapBetweenBars 5
-int styleable DrawerArrowToggle_spinBars 6
-int styleable DrawerArrowToggle_thickness 7
-int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 }
-int styleable LinearLayoutCompat_android_baselineAligned 0
-int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
-int styleable LinearLayoutCompat_android_gravity 2
-int styleable LinearLayoutCompat_android_orientation 3
-int styleable LinearLayoutCompat_android_weightSum 4
-int styleable LinearLayoutCompat_divider 5
-int styleable LinearLayoutCompat_dividerPadding 6
-int styleable LinearLayoutCompat_measureWithLargestChild 7
-int styleable LinearLayoutCompat_showDividers 8
-int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 }
-int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
-int styleable LinearLayoutCompat_Layout_android_layout_height 1
-int styleable LinearLayoutCompat_Layout_android_layout_weight 2
-int styleable LinearLayoutCompat_Layout_android_layout_width 3
-int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
-int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
-int styleable ListPopupWindow_android_dropDownVerticalOffset 1
-int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
-int styleable MenuGroup_android_checkableBehavior 0
-int styleable MenuGroup_android_enabled 1
-int styleable MenuGroup_android_id 2
-int styleable MenuGroup_android_menuCategory 3
-int styleable MenuGroup_android_orderInCategory 4
-int styleable MenuGroup_android_visible 5
-int[] styleable MenuItem { 0x0, 0x0, 0x0, 0x0, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MenuItem_actionLayout 0
-int styleable MenuItem_actionProviderClass 1
-int styleable MenuItem_actionViewClass 2
-int styleable MenuItem_alphabeticModifiers 3
-int styleable MenuItem_android_alphabeticShortcut 4
-int styleable MenuItem_android_checkable 5
-int styleable MenuItem_android_checked 6
-int styleable MenuItem_android_enabled 7
-int styleable MenuItem_android_icon 8
-int styleable MenuItem_android_id 9
-int styleable MenuItem_android_menuCategory 10
-int styleable MenuItem_android_numericShortcut 11
-int styleable MenuItem_android_onClick 12
-int styleable MenuItem_android_orderInCategory 13
-int styleable MenuItem_android_title 14
-int styleable MenuItem_android_titleCondensed 15
-int styleable MenuItem_android_visible 16
-int styleable MenuItem_contentDescription 17
-int styleable MenuItem_iconTint 18
-int styleable MenuItem_iconTintMode 19
-int styleable MenuItem_numericModifiers 20
-int styleable MenuItem_showAsAction 21
-int styleable MenuItem_tooltipText 22
-int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x0, 0x0 }
-int styleable MenuView_android_headerBackground 0
-int styleable MenuView_android_horizontalDivider 1
-int styleable MenuView_android_itemBackground 2
-int styleable MenuView_android_itemIconDisabledAlpha 3
-int styleable MenuView_android_itemTextAppearance 4
-int styleable MenuView_android_verticalDivider 5
-int styleable MenuView_android_windowAnimationStyle 6
-int styleable MenuView_preserveIconSpacing 7
-int styleable MenuView_subMenuArrow 8
-int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 }
-int styleable PopupWindow_android_popupAnimationStyle 0
-int styleable PopupWindow_android_popupBackground 1
-int styleable PopupWindow_overlapAnchor 2
-int[] styleable PopupWindowBackgroundState { 0x0 }
-int styleable PopupWindowBackgroundState_state_above_anchor 0
-int[] styleable RecycleListView { 0x0, 0x0 }
-int styleable RecycleListView_paddingBottomNoButtons 0
-int styleable RecycleListView_paddingTopNoTitle 1
-int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable SearchView_android_focusable 0
-int styleable SearchView_android_imeOptions 1
-int styleable SearchView_android_inputType 2
-int styleable SearchView_android_maxWidth 3
-int styleable SearchView_closeIcon 4
-int styleable SearchView_commitIcon 5
-int styleable SearchView_defaultQueryHint 6
-int styleable SearchView_goIcon 7
-int styleable SearchView_iconifiedByDefault 8
-int styleable SearchView_layout 9
-int styleable SearchView_queryBackground 10
-int styleable SearchView_queryHint 11
-int styleable SearchView_searchHintIcon 12
-int styleable SearchView_searchIcon 13
-int styleable SearchView_submitBackground 14
-int styleable SearchView_suggestionRowLayout 15
-int styleable SearchView_voiceIcon 16
-int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
-int styleable Spinner_android_dropDownWidth 0
-int styleable Spinner_android_entries 1
-int styleable Spinner_android_popupBackground 2
-int styleable Spinner_android_prompt 3
-int styleable Spinner_popupTheme 4
-int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable SwitchCompat_android_textOff 0
-int styleable SwitchCompat_android_textOn 1
-int styleable SwitchCompat_android_thumb 2
-int styleable SwitchCompat_showText 3
-int styleable SwitchCompat_splitTrack 4
-int styleable SwitchCompat_switchMinWidth 5
-int styleable SwitchCompat_switchPadding 6
-int styleable SwitchCompat_switchTextAppearance 7
-int styleable SwitchCompat_thumbTextPadding 8
-int styleable SwitchCompat_thumbTint 9
-int styleable SwitchCompat_thumbTintMode 10
-int styleable SwitchCompat_track 11
-int styleable SwitchCompat_trackTint 12
-int styleable SwitchCompat_trackTintMode 13
-int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0 }
-int styleable TextAppearance_android_fontFamily 0
-int styleable TextAppearance_android_shadowColor 1
-int styleable TextAppearance_android_shadowDx 2
-int styleable TextAppearance_android_shadowDy 3
-int styleable TextAppearance_android_shadowRadius 4
-int styleable TextAppearance_android_textColor 5
-int styleable TextAppearance_android_textColorHint 6
-int styleable TextAppearance_android_textColorLink 7
-int styleable TextAppearance_android_textFontWeight 8
-int styleable TextAppearance_android_textSize 9
-int styleable TextAppearance_android_textStyle 10
-int styleable TextAppearance_android_typeface 11
-int styleable TextAppearance_fontFamily 12
-int styleable TextAppearance_fontVariationSettings 13
-int styleable TextAppearance_textAllCaps 14
-int styleable TextAppearance_textLocale 15
-int[] styleable Toolbar { 0x10100af, 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Toolbar_android_gravity 0
-int styleable Toolbar_android_minHeight 1
-int styleable Toolbar_buttonGravity 2
-int styleable Toolbar_collapseContentDescription 3
-int styleable Toolbar_collapseIcon 4
-int styleable Toolbar_contentInsetEnd 5
-int styleable Toolbar_contentInsetEndWithActions 6
-int styleable Toolbar_contentInsetLeft 7
-int styleable Toolbar_contentInsetRight 8
-int styleable Toolbar_contentInsetStart 9
-int styleable Toolbar_contentInsetStartWithNavigation 10
-int styleable Toolbar_logo 11
-int styleable Toolbar_logoDescription 12
-int styleable Toolbar_maxButtonHeight 13
-int styleable Toolbar_menu 14
-int styleable Toolbar_navigationContentDescription 15
-int styleable Toolbar_navigationIcon 16
-int styleable Toolbar_popupTheme 17
-int styleable Toolbar_subtitle 18
-int styleable Toolbar_subtitleTextAppearance 19
-int styleable Toolbar_subtitleTextColor 20
-int styleable Toolbar_title 21
-int styleable Toolbar_titleMargin 22
-int styleable Toolbar_titleMarginBottom 23
-int styleable Toolbar_titleMarginEnd 24
-int styleable Toolbar_titleMarginStart 25
-int styleable Toolbar_titleMarginTop 26
-int styleable Toolbar_titleMargins 27
-int styleable Toolbar_titleTextAppearance 28
-int styleable Toolbar_titleTextColor 29
-int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 }
-int styleable View_android_focusable 0
-int styleable View_android_theme 1
-int styleable View_paddingEnd 2
-int styleable View_paddingStart 3
-int styleable View_theme 4
-int[] styleable ViewBackgroundHelper { 0x10100d4, 0x0, 0x0 }
-int styleable ViewBackgroundHelper_android_background 0
-int styleable ViewBackgroundHelper_backgroundTint 1
-int styleable ViewBackgroundHelper_backgroundTintMode 2
-int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
-int styleable ViewStubCompat_android_id 0
-int styleable ViewStubCompat_android_inflatedId 1
-int styleable ViewStubCompat_android_layout 2
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/annotations.zip
deleted file mode 100644
index 1944aa6..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/annotations.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/classes.jar
deleted file mode 100644
index 2723fd2..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/proguard.txt
deleted file mode 100644
index 6f2fc96..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/proguard.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (C) 2018 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# aapt is not able to read app::actionViewClass and app:actionProviderClass to produce proguard
-# keep rules. Add a commonly used SearchView to the keep list until b/109831488 is resolved.
--keep class androidx.appcompat.widget.SearchView { (...); }
-
-# Never inline methods, but allow shrinking and obfuscation.
--keepclassmembernames,allowobfuscation,allowshrinking class androidx.appcompat.widget.AppCompatTextViewAutoSizeHelper$Impl* {
- ;
-}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/public.txt
deleted file mode 100644
index ce374ca..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/public.txt
+++ /dev/null
@@ -1,369 +0,0 @@
-style TextAppearance_AppCompat
-style TextAppearance_AppCompat_Body1
-style TextAppearance_AppCompat_Body2
-style TextAppearance_AppCompat_Button
-style TextAppearance_AppCompat_Caption
-style TextAppearance_AppCompat_Display1
-style TextAppearance_AppCompat_Display2
-style TextAppearance_AppCompat_Display3
-style TextAppearance_AppCompat_Display4
-style TextAppearance_AppCompat_Headline
-style TextAppearance_AppCompat_Inverse
-style TextAppearance_AppCompat_Large
-style TextAppearance_AppCompat_Large_Inverse
-style TextAppearance_AppCompat_Light_SearchResult_Subtitle
-style TextAppearance_AppCompat_Light_SearchResult_Title
-style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
-style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
-style TextAppearance_AppCompat_Medium
-style TextAppearance_AppCompat_Medium_Inverse
-style TextAppearance_AppCompat_Menu
-style TextAppearance_AppCompat_SearchResult_Subtitle
-style TextAppearance_AppCompat_SearchResult_Title
-style TextAppearance_AppCompat_Small
-style TextAppearance_AppCompat_Small_Inverse
-style TextAppearance_AppCompat_Subhead
-style TextAppearance_AppCompat_Subhead_Inverse
-style TextAppearance_AppCompat_Title
-style TextAppearance_AppCompat_Title_Inverse
-style TextAppearance_AppCompat_Widget_ActionBar_Menu
-style TextAppearance_AppCompat_Widget_ActionBar_Subtitle
-style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
-style TextAppearance_AppCompat_Widget_ActionBar_Title
-style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
-style TextAppearance_AppCompat_Widget_ActionMode_Subtitle
-style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
-style TextAppearance_AppCompat_Widget_ActionMode_Title
-style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
-style TextAppearance_AppCompat_Widget_Button
-style TextAppearance_AppCompat_Widget_Button_Borderless_Colored
-style TextAppearance_AppCompat_Widget_Button_Colored
-style TextAppearance_AppCompat_Widget_Button_Inverse
-style TextAppearance_AppCompat_Widget_DropDownItem
-style TextAppearance_AppCompat_Widget_PopupMenu_Header
-style TextAppearance_AppCompat_Widget_PopupMenu_Large
-style TextAppearance_AppCompat_Widget_PopupMenu_Small
-style TextAppearance_AppCompat_Widget_Switch
-style TextAppearance_AppCompat_Widget_TextView_SpinnerItem
-style Theme_AppCompat
-style Theme_AppCompat_DayNight
-style Theme_AppCompat_DayNight_DarkActionBar
-style Theme_AppCompat_DayNight_Dialog
-style Theme_AppCompat_DayNight_Dialog_Alert
-style Theme_AppCompat_DayNight_Dialog_MinWidth
-style Theme_AppCompat_DayNight_DialogWhenLarge
-style Theme_AppCompat_DayNight_NoActionBar
-style Theme_AppCompat_Dialog
-style Theme_AppCompat_Dialog_Alert
-style Theme_AppCompat_Dialog_MinWidth
-style Theme_AppCompat_DialogWhenLarge
-style Theme_AppCompat_Light
-style Theme_AppCompat_Light_DarkActionBar
-style Theme_AppCompat_Light_Dialog
-style Theme_AppCompat_Light_Dialog_Alert
-style Theme_AppCompat_Light_Dialog_MinWidth
-style Theme_AppCompat_Light_DialogWhenLarge
-style Theme_AppCompat_Light_NoActionBar
-style Theme_AppCompat_NoActionBar
-style ThemeOverlay_AppCompat
-style ThemeOverlay_AppCompat_ActionBar
-style ThemeOverlay_AppCompat_Dark
-style ThemeOverlay_AppCompat_Dark_ActionBar
-style ThemeOverlay_AppCompat_DayNight
-style ThemeOverlay_AppCompat_DayNight_ActionBar
-style ThemeOverlay_AppCompat_Dialog
-style ThemeOverlay_AppCompat_Dialog_Alert
-style ThemeOverlay_AppCompat_Light
-style Widget_AppCompat_ActionBar
-style Widget_AppCompat_ActionBar_Solid
-style Widget_AppCompat_ActionBar_TabBar
-style Widget_AppCompat_ActionBar_TabText
-style Widget_AppCompat_ActionBar_TabView
-style Widget_AppCompat_ActionButton
-style Widget_AppCompat_ActionButton_CloseMode
-style Widget_AppCompat_ActionButton_Overflow
-style Widget_AppCompat_ActionMode
-style Widget_AppCompat_AutoCompleteTextView
-style Widget_AppCompat_Button
-style Widget_AppCompat_Button_Borderless
-style Widget_AppCompat_Button_Borderless_Colored
-style Widget_AppCompat_Button_ButtonBar_AlertDialog
-style Widget_AppCompat_Button_Colored
-style Widget_AppCompat_Button_Small
-style Widget_AppCompat_ButtonBar
-style Widget_AppCompat_ButtonBar_AlertDialog
-style Widget_AppCompat_CompoundButton_CheckBox
-style Widget_AppCompat_CompoundButton_RadioButton
-style Widget_AppCompat_CompoundButton_Switch
-style Widget_AppCompat_DrawerArrowToggle
-style Widget_AppCompat_DropDownItem_Spinner
-style Widget_AppCompat_EditText
-style Widget_AppCompat_ImageButton
-style Widget_AppCompat_Light_ActionBar
-style Widget_AppCompat_Light_ActionBar_Solid
-style Widget_AppCompat_Light_ActionBar_Solid_Inverse
-style Widget_AppCompat_Light_ActionBar_TabBar
-style Widget_AppCompat_Light_ActionBar_TabBar_Inverse
-style Widget_AppCompat_Light_ActionBar_TabText
-style Widget_AppCompat_Light_ActionBar_TabText_Inverse
-style Widget_AppCompat_Light_ActionBar_TabView
-style Widget_AppCompat_Light_ActionBar_TabView_Inverse
-style Widget_AppCompat_Light_ActionButton
-style Widget_AppCompat_Light_ActionButton_CloseMode
-style Widget_AppCompat_Light_ActionButton_Overflow
-style Widget_AppCompat_Light_ActionMode_Inverse
-style Widget_AppCompat_Light_AutoCompleteTextView
-style Widget_AppCompat_Light_DropDownItem_Spinner
-style Widget_AppCompat_Light_ListPopupWindow
-style Widget_AppCompat_Light_ListView_DropDown
-style Widget_AppCompat_Light_PopupMenu
-style Widget_AppCompat_Light_PopupMenu_Overflow
-style Widget_AppCompat_Light_SearchView
-style Widget_AppCompat_Light_Spinner_DropDown_ActionBar
-style Widget_AppCompat_ListPopupWindow
-style Widget_AppCompat_ListView
-style Widget_AppCompat_ListView_DropDown
-style Widget_AppCompat_ListView_Menu
-style Widget_AppCompat_PopupMenu
-style Widget_AppCompat_PopupMenu_Overflow
-style Widget_AppCompat_PopupWindow
-style Widget_AppCompat_ProgressBar
-style Widget_AppCompat_ProgressBar_Horizontal
-style Widget_AppCompat_RatingBar
-style Widget_AppCompat_RatingBar_Indicator
-style Widget_AppCompat_RatingBar_Small
-style Widget_AppCompat_SearchView
-style Widget_AppCompat_SearchView_ActionBar
-style Widget_AppCompat_SeekBar
-style Widget_AppCompat_SeekBar_Discrete
-style Widget_AppCompat_Spinner
-style Widget_AppCompat_Spinner_DropDown
-style Widget_AppCompat_Spinner_DropDown_ActionBar
-style Widget_AppCompat_Spinner_Underlined
-style Widget_AppCompat_TextView
-style Widget_AppCompat_TextView_SpinnerItem
-style Widget_AppCompat_Toolbar
-style Widget_AppCompat_Toolbar_Button_Navigation
-attr actionBarDivider
-attr actionBarItemBackground
-attr actionBarPopupTheme
-attr actionBarSize
-attr actionBarSplitStyle
-attr actionBarStyle
-attr actionBarTabBarStyle
-attr actionBarTabStyle
-attr actionBarTabTextStyle
-attr actionBarTheme
-attr actionBarWidgetTheme
-attr actionButtonStyle
-attr actionDropDownStyle
-attr actionLayout
-attr actionMenuTextAppearance
-attr actionMenuTextColor
-attr actionModeBackground
-attr actionModeCloseButtonStyle
-attr actionModeCloseContentDescription
-attr actionModeCloseDrawable
-attr actionModeCopyDrawable
-attr actionModeCutDrawable
-attr actionModeFindDrawable
-attr actionModePasteDrawable
-attr actionModeSelectAllDrawable
-attr actionModeShareDrawable
-attr actionModeSplitBackground
-attr actionModeStyle
-attr actionModeTheme
-attr actionModeWebSearchDrawable
-attr actionOverflowButtonStyle
-attr actionOverflowMenuStyle
-attr actionProviderClass
-attr actionViewClass
-attr alertDialogStyle
-attr alertDialogTheme
-attr arrowHeadLength
-attr arrowShaftLength
-attr autoCompleteTextViewStyle
-attr autoSizeMaxTextSize
-attr autoSizeMinTextSize
-attr autoSizePresetSizes
-attr autoSizeStepGranularity
-attr autoSizeTextType
-attr background
-attr backgroundSplit
-attr backgroundStacked
-attr backgroundTint
-attr backgroundTintMode
-attr barLength
-attr borderlessButtonStyle
-attr buttonBarButtonStyle
-attr buttonBarNegativeButtonStyle
-attr buttonBarNeutralButtonStyle
-attr buttonBarPositiveButtonStyle
-attr buttonBarStyle
-attr buttonGravity
-attr buttonStyle
-attr buttonStyleSmall
-attr buttonTint
-attr buttonTintMode
-attr checkboxStyle
-attr checkedTextViewStyle
-attr closeIcon
-attr closeItemLayout
-attr collapseContentDescription
-attr collapseIcon
-attr color
-attr colorAccent
-attr colorBackgroundFloating
-attr colorButtonNormal
-attr colorControlActivated
-attr colorControlHighlight
-attr colorControlNormal
-attr colorError
-attr colorPrimary
-attr colorPrimaryDark
-attr commitIcon
-attr contentInsetEnd
-attr contentInsetEndWithActions
-attr contentInsetLeft
-attr contentInsetRight
-attr contentInsetStart
-attr contentInsetStartWithNavigation
-attr customNavigationLayout
-attr dialogCornerRadius
-attr dialogPreferredPadding
-attr dialogTheme
-attr displayOptions
-attr divider
-attr dividerHorizontal
-attr dividerPadding
-attr dividerVertical
-attr drawableSize
-attr drawerArrowStyle
-attr dropDownListViewStyle
-attr editTextBackground
-attr editTextColor
-attr editTextStyle
-attr elevation
-attr emojiCompatEnabled
-attr firstBaselineToTopHeight
-attr fontFamily
-attr fontVariationSettings
-attr gapBetweenBars
-attr goIcon
-attr height
-attr hideOnContentScroll
-attr homeAsUpIndicator
-attr homeLayout
-attr icon
-attr iconTint
-attr iconTintMode
-attr iconifiedByDefault
-attr imageButtonStyle
-attr indeterminateProgressStyle
-attr isLightTheme
-attr itemPadding
-attr lastBaselineToBottomHeight
-attr layout
-attr lineHeight
-attr listChoiceBackgroundIndicator
-attr listChoiceIndicatorMultipleAnimated
-attr listChoiceIndicatorSingleAnimated
-attr listDividerAlertDialog
-attr listPopupWindowStyle
-attr listPreferredItemHeight
-attr listPreferredItemHeightLarge
-attr listPreferredItemHeightSmall
-attr listPreferredItemPaddingEnd
-attr listPreferredItemPaddingLeft
-attr listPreferredItemPaddingRight
-attr listPreferredItemPaddingStart
-attr logo
-attr logoDescription
-attr maxButtonHeight
-attr measureWithLargestChild
-attr navigationContentDescription
-attr navigationIcon
-attr navigationMode
-attr overlapAnchor
-attr paddingEnd
-attr paddingStart
-attr panelBackground
-attr popupMenuStyle
-attr popupTheme
-attr popupWindowStyle
-attr preserveIconSpacing
-attr progressBarPadding
-attr progressBarStyle
-attr queryBackground
-attr queryHint
-attr radioButtonStyle
-attr ratingBarStyle
-attr ratingBarStyleIndicator
-attr ratingBarStyleSmall
-attr searchHintIcon
-attr searchIcon
-attr searchViewStyle
-attr seekBarStyle
-attr selectableItemBackground
-attr selectableItemBackgroundBorderless
-attr showAsAction
-attr showDividers
-attr showText
-attr spinBars
-attr spinnerDropDownItemStyle
-attr spinnerStyle
-attr splitTrack
-attr srcCompat
-attr state_above_anchor
-attr submitBackground
-attr subtitle
-attr subtitleTextAppearance
-attr subtitleTextColor
-attr subtitleTextStyle
-attr suggestionRowLayout
-layout support_simple_spinner_dropdown_item
-attr switchMinWidth
-attr switchPadding
-attr switchStyle
-attr switchTextAppearance
-attr textAllCaps
-attr textAppearanceLargePopupMenu
-attr textAppearanceListItem
-attr textAppearanceListItemSecondary
-attr textAppearanceListItemSmall
-attr textAppearancePopupMenuHeader
-attr textAppearanceSearchResultSubtitle
-attr textAppearanceSearchResultTitle
-attr textAppearanceSmallPopupMenu
-attr textColorAlertDialogListItem
-attr textLocale
-attr theme
-attr thickness
-attr thumbTextPadding
-attr thumbTint
-attr thumbTintMode
-attr tickMark
-attr tickMarkTint
-attr tickMarkTintMode
-attr tint
-attr tintMode
-attr title
-attr titleMargin
-attr titleMarginBottom
-attr titleMarginEnd
-attr titleMarginStart
-attr titleMarginTop
-attr titleMargins
-attr titleTextAppearance
-attr titleTextColor
-attr titleTextStyle
-attr toolbarNavigationButtonStyle
-attr toolbarStyle
-attr track
-attr trackTint
-attr trackTintMode
-attr voiceIcon
-attr windowActionBar
-attr windowActionBarOverlay
-attr windowActionModeOverlay
-attr windowNoTitle
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res.zip
deleted file mode 100644
index 08d3912..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_fade_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_fade_in.xml
deleted file mode 100644
index da7ee29..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_fade_in.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_fade_out.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_fade_out.xml
deleted file mode 100644
index c81b39a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_fade_out.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_grow_fade_in_from_bottom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_grow_fade_in_from_bottom.xml
deleted file mode 100644
index 79d02d4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_grow_fade_in_from_bottom.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_popup_enter.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_popup_enter.xml
deleted file mode 100644
index 91664da..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_popup_enter.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_popup_exit.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_popup_exit.xml
deleted file mode 100644
index db7e807..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_popup_exit.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_shrink_fade_out_from_bottom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_shrink_fade_out_from_bottom.xml
deleted file mode 100644
index 9a23cd2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_shrink_fade_out_from_bottom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_in_bottom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_in_bottom.xml
deleted file mode 100644
index 1afa8fe..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_in_bottom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_in_top.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_in_top.xml
deleted file mode 100644
index ab824f2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_in_top.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_out_bottom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_out_bottom.xml
deleted file mode 100644
index b309fe8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_out_bottom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_out_top.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_out_top.xml
deleted file mode 100644
index e84d1c7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_out_top.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_tooltip_enter.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_tooltip_enter.xml
deleted file mode 100644
index 134d9d7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_tooltip_enter.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_tooltip_exit.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_tooltip_exit.xml
deleted file mode 100644
index 67f6af8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_tooltip_exit.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml
deleted file mode 100644
index 8d892c1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml
deleted file mode 100644
index 57fc365..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_icon_null_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_icon_null_animation.xml
deleted file mode 100644
index a6ef064..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_icon_null_animation.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml
deleted file mode 100644
index 0f13aaf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml
deleted file mode 100644
index 188e706..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml
deleted file mode 100644
index 8b63d01..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml
deleted file mode 100644
index 22bb845..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml
deleted file mode 100644
index 51154c1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml
deleted file mode 100644
index c889ae6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml
deleted file mode 100644
index f0b9d7d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml
deleted file mode 100644
index 3269f8b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml
deleted file mode 100644
index 0215835..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v21/abc_btn_colored_borderless_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v21/abc_btn_colored_borderless_text_material.xml
deleted file mode 100644
index f5585e3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v21/abc_btn_colored_borderless_text_material.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_btn_colored_borderless_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_btn_colored_borderless_text_material.xml
deleted file mode 100644
index 468b155..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_btn_colored_borderless_text_material.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_btn_colored_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_btn_colored_text_material.xml
deleted file mode 100644
index 74170d6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_btn_colored_text_material.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_color_highlight_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_color_highlight_material.xml
deleted file mode 100644
index 8d53611..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_color_highlight_material.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_btn_checkable.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_btn_checkable.xml
deleted file mode 100644
index e82eff4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_btn_checkable.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_default.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_default.xml
deleted file mode 100644
index abe3880..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_default.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_edittext.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_edittext.xml
deleted file mode 100644
index 0e05e07..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_edittext.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_seek_thumb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_seek_thumb.xml
deleted file mode 100644
index 4fc9626..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_seek_thumb.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_spinner.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_spinner.xml
deleted file mode 100644
index 0e05e07..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_spinner.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_switch_track.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_switch_track.xml
deleted file mode 100644
index e663772..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_switch_track.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_background_cache_hint_selector_material_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_background_cache_hint_selector_material_dark.xml
deleted file mode 100644
index e016076..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_background_cache_hint_selector_material_dark.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_background_cache_hint_selector_material_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_background_cache_hint_selector_material_light.xml
deleted file mode 100644
index 290faf1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_background_cache_hint_selector_material_light.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_btn_colored_borderless_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_btn_colored_borderless_text_material.xml
deleted file mode 100644
index 1480046..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_btn_colored_borderless_text_material.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_btn_colored_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_btn_colored_text_material.xml
deleted file mode 100644
index 897a3f7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_btn_colored_text_material.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_hint_foreground_material_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_hint_foreground_material_dark.xml
deleted file mode 100644
index fe86872..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_hint_foreground_material_dark.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_hint_foreground_material_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_hint_foreground_material_light.xml
deleted file mode 100644
index 1bef5af..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_hint_foreground_material_light.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_disable_only_material_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_disable_only_material_dark.xml
deleted file mode 100644
index 724c255..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_disable_only_material_dark.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_disable_only_material_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_disable_only_material_light.xml
deleted file mode 100644
index 7395e68..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_disable_only_material_light.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_material_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_material_dark.xml
deleted file mode 100644
index 7d66d02..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_material_dark.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_material_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_material_light.xml
deleted file mode 100644
index 105b643..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_material_light.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_search_url_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_search_url_text.xml
deleted file mode 100644
index 0631d5d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_search_url_text.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_secondary_text_material_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_secondary_text_material_dark.xml
deleted file mode 100644
index 6399b1d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_secondary_text_material_dark.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_secondary_text_material_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_secondary_text_material_light.xml
deleted file mode 100644
index 87c015a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_secondary_text_material_light.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_btn_checkable.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_btn_checkable.xml
deleted file mode 100644
index 0c663f6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_btn_checkable.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_default.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_default.xml
deleted file mode 100644
index 8d7c391..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_default.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_edittext.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_edittext.xml
deleted file mode 100644
index 536d77f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_edittext.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_seek_thumb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_seek_thumb.xml
deleted file mode 100644
index cb53788..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_seek_thumb.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_spinner.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_spinner.xml
deleted file mode 100644
index 44333dd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_spinner.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_switch_track.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_switch_track.xml
deleted file mode 100644
index 22322f8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_switch_track.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/switch_thumb_material_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/switch_thumb_material_dark.xml
deleted file mode 100644
index 6153382..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/switch_thumb_material_dark.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/switch_thumb_material_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/switch_thumb_material_light.xml
deleted file mode 100644
index 94d7114..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/switch_thumb_material_light.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
deleted file mode 100644
index 4d9f861..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
deleted file mode 100644
index 9911008..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
deleted file mode 100644
index 69ff9dd..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
deleted file mode 100644
index 9218981..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
deleted file mode 100644
index a588576..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
deleted file mode 100644
index 4657a25..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
deleted file mode 100644
index 3fd617b..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
deleted file mode 100644
index 2264398..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
deleted file mode 100644
index 65ccd8f..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
deleted file mode 100644
index c2264a8..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_focused_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_focused_holo.9.png
deleted file mode 100644
index c09ec90..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_focused_holo.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
deleted file mode 100644
index 62fbd2c..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
deleted file mode 100644
index 2f6ef91..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
deleted file mode 100644
index 863ce95..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
deleted file mode 100644
index b6d4677..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
deleted file mode 100644
index 60081db..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
deleted file mode 100644
index abb52c9..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
deleted file mode 100644
index 9d8451a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
deleted file mode 100644
index d8d6d7f..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
deleted file mode 100644
index 30c1c1e..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
deleted file mode 100644
index 1f1cdad..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
deleted file mode 100644
index ffb0096..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
deleted file mode 100644
index e54950e..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
deleted file mode 100644
index 0da5b1d..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
deleted file mode 100644
index f8063b2..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
deleted file mode 100644
index 4b0b10a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png
deleted file mode 100644
index d3556a8..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png
deleted file mode 100644
index 183c9ac..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png
deleted file mode 100644
index 9b67079..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
deleted file mode 100644
index 5b13bc1..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
deleted file mode 100644
index 5440b1a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
deleted file mode 100644
index 05d6920..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
deleted file mode 100644
index 6282df4..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
deleted file mode 100644
index ddbec8b..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
deleted file mode 100644
index c888ee0..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
deleted file mode 100644
index 588161e..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
deleted file mode 100644
index 7cf976d..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
deleted file mode 100644
index 4c0f0b3..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
deleted file mode 100644
index fa0ed8f..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
deleted file mode 100644
index 7a9fcbc..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
deleted file mode 100644
index 8e6c271..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
deleted file mode 100644
index 9f0d2c8..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
deleted file mode 100644
index 6e18d40..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
deleted file mode 100644
index d0a41a5..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
deleted file mode 100644
index bebb1e2..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
deleted file mode 100644
index 038e000..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
deleted file mode 100644
index 6086f9c..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
deleted file mode 100644
index c2264a8..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_focused_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_focused_holo.9.png
deleted file mode 100644
index addb54a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_focused_holo.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
deleted file mode 100644
index 5fcd5b2..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
deleted file mode 100644
index 251b989..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
deleted file mode 100644
index 01efec0..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
deleted file mode 100644
index f1d1b61..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
deleted file mode 100644
index 10851f6..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
deleted file mode 100644
index 15c1ebb..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
deleted file mode 100644
index 5f55cd5..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
deleted file mode 100644
index 1bff7fa..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
deleted file mode 100644
index 9280f82..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
deleted file mode 100644
index 21bffc6..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
deleted file mode 100644
index 8878129..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
deleted file mode 100644
index 869c8b0..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
deleted file mode 100644
index ed75cb8..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
deleted file mode 100644
index ab8460f..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
deleted file mode 100644
index 12b0a79..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png
deleted file mode 100644
index e243fd8..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png
deleted file mode 100644
index 55b8b36..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png
deleted file mode 100644
index e6eff09..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
deleted file mode 100644
index 3ffa251..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
deleted file mode 100644
index 5d7ad2f..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
deleted file mode 100644
index 0c766f3..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
deleted file mode 100644
index 4f66d7a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_action_bar_item_background_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_action_bar_item_background_material.xml
deleted file mode 100644
index 595c56c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_action_bar_item_background_material.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_btn_colored_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_btn_colored_material.xml
deleted file mode 100644
index 10251aa..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_btn_colored_material.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_dialog_material_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_dialog_material_background.xml
deleted file mode 100644
index 7ef438b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_dialog_material_background.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_edit_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_edit_text_material.xml
deleted file mode 100644
index d98b008..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_edit_text_material.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
- -
-
-
- -
-
-
- -
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_list_divider_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_list_divider_material.xml
deleted file mode 100644
index 5ed2121..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_list_divider_material.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v23/abc_control_background_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v23/abc_control_background_material.xml
deleted file mode 100644
index 0b54039..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v23/abc_control_background_material.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-watch-v20/abc_dialog_material_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-watch-v20/abc_dialog_material_background.xml
deleted file mode 100644
index 242761b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-watch-v20/abc_dialog_material_background.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
deleted file mode 100644
index 6284eaa..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
deleted file mode 100644
index 4902520..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
deleted file mode 100644
index 59a683a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
deleted file mode 100644
index 03bf49c..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
deleted file mode 100644
index 342323b..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
deleted file mode 100644
index 1d29f9a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
deleted file mode 100644
index 92b43ba..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
deleted file mode 100644
index 600178a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
deleted file mode 100644
index ca303fd..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
deleted file mode 100644
index c2264a8..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png
deleted file mode 100644
index 67c25ae..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
deleted file mode 100644
index 17c34a1..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
deleted file mode 100644
index 988548a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
deleted file mode 100644
index 15fcf6a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
deleted file mode 100644
index 65275b3..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
deleted file mode 100644
index ee95ed4..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
deleted file mode 100644
index 99cf6de..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
deleted file mode 100644
index d8cc7d3..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
deleted file mode 100644
index c08ec90..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
deleted file mode 100644
index 0486af1..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
deleted file mode 100644
index 20079d8..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
deleted file mode 100644
index fb4e42a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
deleted file mode 100644
index 44b9a14..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
deleted file mode 100644
index bcf6b7f..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
deleted file mode 100644
index 7c56175..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
deleted file mode 100644
index 2242d2f..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png
deleted file mode 100644
index 529d550..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png
deleted file mode 100644
index 1f8cc88..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png
deleted file mode 100644
index 6c8f6a4..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
deleted file mode 100644
index 8ff3a83..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
deleted file mode 100644
index e7e693a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
deleted file mode 100644
index 819171a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
deleted file mode 100644
index 4def8c8..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
deleted file mode 100644
index 4eae28f..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
deleted file mode 100644
index d934b60..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
deleted file mode 100644
index 8c82ec3..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
deleted file mode 100644
index 8fc0a9b..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
deleted file mode 100644
index 3038d70..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
deleted file mode 100644
index c079867..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
deleted file mode 100644
index 3b9dc7c..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
deleted file mode 100644
index f6d2f32..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
deleted file mode 100644
index fe826b7..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
deleted file mode 100644
index 987b2bc..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
deleted file mode 100644
index 8b050e8..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
deleted file mode 100644
index 00e370a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
deleted file mode 100644
index 719c7b5..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
deleted file mode 100644
index 75bd580..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
deleted file mode 100644
index 4f3b147..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
deleted file mode 100644
index 224a081..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
deleted file mode 100644
index b5ceeac..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
deleted file mode 100644
index 4727a7d..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
deleted file mode 100644
index 4657815..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
deleted file mode 100644
index 4aa0a34..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
deleted file mode 100644
index 6178c45..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
deleted file mode 100644
index 3d9b961..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
deleted file mode 100644
index 56a69df..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
deleted file mode 100644
index 7924000..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
deleted file mode 100644
index ba5abaa..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
deleted file mode 100644
index eeb74c8..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png
deleted file mode 100644
index d6a8790..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png
deleted file mode 100644
index de00185..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png
deleted file mode 100644
index d186a5b..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
deleted file mode 100644
index 4d3d3a4..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
deleted file mode 100644
index c5acb84..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
deleted file mode 100644
index 30328ae..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
deleted file mode 100644
index bc21142..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
deleted file mode 100644
index e40fa4e..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
deleted file mode 100644
index 4e18de2..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
deleted file mode 100644
index 5fa3266..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
deleted file mode 100644
index c11cb2e..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
deleted file mode 100644
index 639e6cb..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
deleted file mode 100644
index 355d5b7..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
deleted file mode 100644
index 7dfaf7c..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
deleted file mode 100644
index fe8f2e4..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
deleted file mode 100644
index 752cb57..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
deleted file mode 100644
index 40255c3..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
deleted file mode 100644
index 0210ad1..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png
deleted file mode 100644
index 565f0b2..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png
deleted file mode 100644
index 894c734..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_borderless_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_borderless_material.xml
deleted file mode 100644
index f389460..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_borderless_material.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_check_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_check_material.xml
deleted file mode 100644
index f6e938f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_check_material.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_check_material_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_check_material_anim.xml
deleted file mode 100644
index ce7a968..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_check_material_anim.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_colored_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_colored_material.xml
deleted file mode 100644
index ec93b8b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_colored_material.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_default_mtrl_shape.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_default_mtrl_shape.xml
deleted file mode 100644
index c50d4b1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_default_mtrl_shape.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_radio_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_radio_material.xml
deleted file mode 100644
index 6e9f9cf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_radio_material.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_radio_material_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_radio_material_anim.xml
deleted file mode 100644
index 64cebc2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_radio_material_anim.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_cab_background_internal_bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_cab_background_internal_bg.xml
deleted file mode 100644
index 9faf60a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_cab_background_internal_bg.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_cab_background_top_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_cab_background_top_material.xml
deleted file mode 100644
index 0922395..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_cab_background_top_material.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_dialog_material_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_dialog_material_background.xml
deleted file mode 100644
index 978565b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_dialog_material_background.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_edit_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_edit_text_material.xml
deleted file mode 100644
index 46c4e91..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_edit_text_material.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_ab_back_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_ab_back_material.xml
deleted file mode 100644
index 5a89523..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_ab_back_material.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_arrow_drop_right_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_arrow_drop_right_black_24dp.xml
deleted file mode 100644
index 68547eb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_arrow_drop_right_black_24dp.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_clear_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_clear_material.xml
deleted file mode 100644
index e6d106b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_clear_material.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_go_search_api_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_go_search_api_material.xml
deleted file mode 100644
index 0c88119..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_go_search_api_material.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml
deleted file mode 100644
index 60ebf76..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_cut_mtrl_alpha.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_cut_mtrl_alpha.xml
deleted file mode 100644
index 592bd60..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_cut_mtrl_alpha.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_overflow_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_overflow_material.xml
deleted file mode 100644
index 1420edd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_overflow_material.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml
deleted file mode 100644
index 5404374..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml
deleted file mode 100644
index d0de4ae..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_share_mtrl_alpha.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_share_mtrl_alpha.xml
deleted file mode 100644
index 597a1b3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_share_mtrl_alpha.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_search_api_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_search_api_material.xml
deleted file mode 100644
index b4cba34..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_search_api_material.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_voice_search_api_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_voice_search_api_material.xml
deleted file mode 100644
index 143db55..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_voice_search_api_material.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_item_background_holo_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_item_background_holo_dark.xml
deleted file mode 100644
index 72162c2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_item_background_holo_dark.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_item_background_holo_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_item_background_holo_light.xml
deleted file mode 100644
index 1c180b2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_item_background_holo_light.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_divider_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_divider_material.xml
deleted file mode 100644
index 6739a82..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_divider_material.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_background_transition_holo_dark.xml
deleted file mode 100644
index 0add58c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_background_transition_holo_dark.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_background_transition_holo_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_background_transition_holo_light.xml
deleted file mode 100644
index 0c1d3e6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_background_transition_holo_light.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_holo_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_holo_dark.xml
deleted file mode 100644
index 1fb5fc4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_holo_dark.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_holo_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_holo_light.xml
deleted file mode 100644
index 8d24047..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_holo_light.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_indicator_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_indicator_material.xml
deleted file mode 100644
index 97ba1de..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_indicator_material.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_material.xml
deleted file mode 100644
index 97ba1de..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_material.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_small_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_small_material.xml
deleted file mode 100644
index 97ba1de..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_small_material.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_thumb_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_thumb_material.xml
deleted file mode 100644
index 7fea83b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_thumb_material.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_tick_mark_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_tick_mark_material.xml
deleted file mode 100644
index e2d86c9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_tick_mark_material.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_track_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_track_material.xml
deleted file mode 100644
index e68ac03..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_track_material.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_spinner_textfield_background_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_spinner_textfield_background_material.xml
deleted file mode 100644
index d0f46a8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_spinner_textfield_background_material.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_star_black_48dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_star_black_48dp.xml
deleted file mode 100644
index 4f380aa..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_star_black_48dp.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_star_half_black_48dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_star_half_black_48dp.xml
deleted file mode 100644
index ba1dc57..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_star_half_black_48dp.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_switch_thumb_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_switch_thumb_material.xml
deleted file mode 100644
index ee96ec2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_switch_thumb_material.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_tab_indicator_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_tab_indicator_material.xml
deleted file mode 100644
index 1a8de1b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_tab_indicator_material.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_text_cursor_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_text_cursor_material.xml
deleted file mode 100644
index 885670c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_text_cursor_material.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_textfield_search_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_textfield_search_material.xml
deleted file mode 100644
index 0887396..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_textfield_search_material.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_checked_mtrl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_checked_mtrl.xml
deleted file mode 100644
index 464a450..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_checked_mtrl.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml
deleted file mode 100644
index 77d5418..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_unchecked_mtrl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_unchecked_mtrl.xml
deleted file mode 100644
index f21429f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_unchecked_mtrl.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml
deleted file mode 100644
index 9d30913..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_off_mtrl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_off_mtrl.xml
deleted file mode 100644
index 170e82d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_off_mtrl.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_off_to_on_mtrl_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_off_to_on_mtrl_animation.xml
deleted file mode 100644
index 84561d0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_off_to_on_mtrl_animation.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_on_mtrl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_on_mtrl.xml
deleted file mode 100644
index ce2116a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_on_mtrl.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_on_to_off_mtrl_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_on_to_off_mtrl_animation.xml
deleted file mode 100644
index 2108cf1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_on_to_off_mtrl_animation.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/test_level_drawable.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/test_level_drawable.xml
deleted file mode 100644
index 41dadfd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/test_level_drawable.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/tooltip_frame_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/tooltip_frame_dark.xml
deleted file mode 100644
index 43c2f99..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/tooltip_frame_dark.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/tooltip_frame_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/tooltip_frame_light.xml
deleted file mode 100644
index 20966d5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/tooltip_frame_light.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml
deleted file mode 100644
index 3db122b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml
deleted file mode 100644
index 47f65a0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml
deleted file mode 100644
index 3db122b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml
deleted file mode 100644
index 47f65a0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml
deleted file mode 100644
index 956d389..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml
deleted file mode 100644
index 956d389..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/fast_out_slow_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/fast_out_slow_in.xml
deleted file mode 100644
index 14950d3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/fast_out_slow_in.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-v26/abc_screen_toolbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-v26/abc_screen_toolbar.xml
deleted file mode 100644
index 8d2ea46..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-v26/abc_screen_toolbar.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml
deleted file mode 100644
index 773065d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-watch-v20/abc_alert_dialog_title_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-watch-v20/abc_alert_dialog_title_material.xml
deleted file mode 100644
index b4efb43..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-watch-v20/abc_alert_dialog_title_material.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_bar_title_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_bar_title_item.xml
deleted file mode 100644
index 194afb7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_bar_title_item.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_bar_up_container.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_bar_up_container.xml
deleted file mode 100644
index f46550a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_bar_up_container.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_menu_item_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_menu_item_layout.xml
deleted file mode 100644
index 05c6904..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_menu_item_layout.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_menu_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_menu_layout.xml
deleted file mode 100644
index 43b134a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_menu_layout.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_mode_bar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_mode_bar.xml
deleted file mode 100644
index 96783f8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_mode_bar.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_mode_close_item_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_mode_close_item_material.xml
deleted file mode 100644
index e164d4c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_mode_close_item_material.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_activity_chooser_view.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_activity_chooser_view.xml
deleted file mode 100644
index de897b6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_activity_chooser_view.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_activity_chooser_view_list_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_activity_chooser_view_list_item.xml
deleted file mode 100644
index cf8cb1a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_activity_chooser_view_list_item.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_button_bar_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_button_bar_material.xml
deleted file mode 100644
index 7a31242..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_button_bar_material.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_material.xml
deleted file mode 100644
index 239cb2a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_material.xml
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_title_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_title_material.xml
deleted file mode 100644
index 75c6755..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_title_material.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_cascading_menu_item_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_cascading_menu_item_layout.xml
deleted file mode 100644
index f711884..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_cascading_menu_item_layout.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_dialog_title_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_dialog_title_material.xml
deleted file mode 100644
index 2cd3850..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_dialog_title_material.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_expanded_menu_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_expanded_menu_layout.xml
deleted file mode 100644
index ef53055..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_expanded_menu_layout.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_checkbox.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_checkbox.xml
deleted file mode 100644
index d9c3f06..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_checkbox.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_icon.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_icon.xml
deleted file mode 100644
index d6b71db..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_icon.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_layout.xml
deleted file mode 100644
index c84e04e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_layout.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_radio.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_radio.xml
deleted file mode 100644
index 0ca8d7a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_radio.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_popup_menu_header_item_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_popup_menu_header_item_layout.xml
deleted file mode 100644
index 9545b11..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_popup_menu_header_item_layout.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_popup_menu_item_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_popup_menu_item_layout.xml
deleted file mode 100644
index 5b6b87b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_popup_menu_item_layout.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_content_include.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_content_include.xml
deleted file mode 100644
index 9d079f7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_content_include.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_simple.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_simple.xml
deleted file mode 100644
index 894fbda..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_simple.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_simple_overlay_action_mode.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_simple_overlay_action_mode.xml
deleted file mode 100644
index ede2834..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_simple_overlay_action_mode.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_toolbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_toolbar.xml
deleted file mode 100644
index 64d7321..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_toolbar.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_search_dropdown_item_icons_2line.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_search_dropdown_item_icons_2line.xml
deleted file mode 100644
index b81d5d8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_search_dropdown_item_icons_2line.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_search_view.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_search_view.xml
deleted file mode 100644
index 33d25d9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_search_view.xml
+++ /dev/null
@@ -1,137 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_select_dialog_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_select_dialog_material.xml
deleted file mode 100644
index 5891c81..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_select_dialog_material.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_tooltip.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_tooltip.xml
deleted file mode 100644
index 1421cd4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_tooltip.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_item_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_item_material.xml
deleted file mode 100644
index 677b178..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_item_material.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_multichoice_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_multichoice_material.xml
deleted file mode 100644
index 60f3576..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_multichoice_material.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_singlechoice_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_singlechoice_material.xml
deleted file mode 100644
index 4d10fc7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_singlechoice_material.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/support_simple_spinner_dropdown_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/support_simple_spinner_dropdown_item.xml
deleted file mode 100644
index d2f177a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/support_simple_spinner_dropdown_item.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-af/values-af.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-af/values-af.xml
deleted file mode 100644
index e6b7af7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-af/values-af.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Gaan na tuisskerm"
- "Gaan op"
- "Nog opsies"
- "Klaar"
- "Sien alles"
- "Kies \'n program"
- "AF"
- "AAN"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Funksie+"
- "Meta+"
- "Shift+"
- "spasiebalk"
- "Simbool+"
- "Kieslys+"
- "Soek …"
- "Vee navraag uit"
- "Soektognavraag"
- "Soek"
- "Dien navraag in"
- "Stemsoektog"
- "Deel met"
- "Deel met %s"
- "Vou in"
- "Soek"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-am/values-am.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-am/values-am.xml
deleted file mode 100644
index 6d1d503..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-am/values-am.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "መነሻ ዳስስ"
- "ወደ ላይ ያስሱ"
- "ተጨማሪ አማራጮች"
- "ተከናውኗል"
- "ሁሉንም ይመልከቱ"
- "አንድ መተግበሪያ ይምረጡ"
- "አጥፋ"
- "አብራ"
- "Alt+"
- "Ctrl+"
- "ሰርዝ"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "ክፍተት"
- "Sym+"
- "Menu+"
- "ይፈልጉ…"
- "መጠይቅ አጽዳ"
- "የፍለጋ መጠይቅ"
- "ፍለጋ"
- "መጠይቅ አስገባ"
- "የድምጽ ፍለጋ"
- "አጋራ በ"
- "ለ%s አጋራ"
- "ሰብስብ"
- "ፍለጋ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ar/values-ar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ar/values-ar.xml
deleted file mode 100644
index 481bf82..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ar/values-ar.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "التوجه إلى المنزل"
- "التنقل إلى أعلى"
- "خيارات أكثر"
- "تم"
- "عرض الكل"
- "اختيار تطبيق"
- "إيقاف"
- "مفعّلة"
- "Alt+"
- "Ctrl+"
- "حذف"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "فضاء"
- "Sym+"
- "القائمة+"
- "بحث…"
- "محو طلب البحث"
- "طلب بحث"
- "البحث"
- "إرسال طلب البحث"
- "بحث صوتي"
- "مشاركة مع"
- "مشاركة مع %s"
- "تصغير"
- "البحث"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-as/values-as.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-as/values-as.xml
deleted file mode 100644
index 35b3fbd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-as/values-as.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "গৃহ পৃষ্ঠালৈ যাওক"
- "ওপৰলৈ যাওক"
- "অধিক বিকল্প"
- "সম্পন্ন হ’ল"
- "সকলো চাওক"
- "কোনো এপ্ বাছনি কৰক"
- "অফ"
- "অন"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "সন্ধান কৰক…"
- "সন্ধান কৰা প্ৰশ্ন মচক"
- "সন্ধান কৰা প্ৰশ্ন"
- "সন্ধান কৰক"
- "প্ৰশ্ন দাখিল কৰক"
- "কণ্ঠধ্বনিৰ দ্বাৰা সন্ধান"
- "ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক"
- "%sৰ জৰিয়তে শ্বেয়াৰ কৰক"
- "সংকোচন কৰক"
- "সন্ধান"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-az/values-az.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-az/values-az.xml
deleted file mode 100644
index 6a401ed..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-az/values-az.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Əsas səhifəyə keçin"
- "Yuxarı keçin"
- "Digər seçimlər"
- "Hazırdır"
- "Hamısına baxın"
- "Tətbiq seçin"
- "DEAKTİV"
- "AKTİV"
- "Alt+"
- "Ctrl+"
- "silin"
- "daxil olun"
- "Funksiya+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menyu+"
- "Axtarış..."
- "Sorğunu silin"
- "Axtarış sorğusu"
- "Axtarın"
- "Sorğunu göndərin"
- "Səsli axtarış"
- "Paylaşın"
- "%s ilə paylaşın"
- "Yığcamlaşdırın"
- "Axtarın"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
deleted file mode 100644
index 40e7cef..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Idite na početnu"
- "Idite nagore"
- "Još opcija"
- "Gotovo"
- "Prikaži sve"
- "Izaberite aplikaciju"
- "ISKLJUČENO"
- "UKLJUČENO"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "taster za razmak"
- "Sym+"
- "Menu+"
- "Pretražite…"
- "Obrišite upit"
- "Pretražite upit"
- "Pretražite"
- "Pošaljite upit"
- "Glasovna pretraga"
- "Delite pomoću"
- "Delite pomoću aplikacije %s"
- "Skupi"
- "Pretražite"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-be/values-be.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-be/values-be.xml
deleted file mode 100644
index 6ed8db0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-be/values-be.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Перайсці на галоўную старонку"
- "Перайсці ўверх"
- "Дадатковыя параметры"
- "Гатова"
- "Паказаць усе"
- "Выберыце праграму"
- "ВЫКЛ."
- "УКЛ."
- "Alt +"
- "Ctrl +"
- "Delete"
- "Enter"
- "Fn +"
- "Meta +"
- "Shift +"
- "Прабел"
- "Sym +"
- "Меню +"
- "Пошук…"
- "Выдаліць запыт"
- "Пошукавы запыт"
- "Пошук"
- "Адправіць запыт"
- "Галасавы пошук"
- "Абагуліць праз"
- "Абагуліць праз праграму \"%s\""
- "Згарнуць"
- "Пошук"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bg/values-bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bg/values-bg.xml
deleted file mode 100644
index b8197fd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bg/values-bg.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Навигиране към началния екран"
- "Навигиране нагоре"
- "Още опции"
- "Готово"
- "Преглед на всички"
- "Изберете приложение"
- "ИЗКЛ."
- "ВКЛ."
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "клавиша за интервал"
- "Sym+"
- "Menu+"
- "Търсете…"
- "Изчистване на заявката"
- "Заявка за търсене"
- "Търсене"
- "Изпращане на заявката"
- "Гласово търсене"
- "Споделяне със:"
- "Споделяне със: %s"
- "Свиване"
- "Търсене"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bn/values-bn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bn/values-bn.xml
deleted file mode 100644
index bb35f9c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bn/values-bn.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "হোমে নেভিগেট করুন"
- "উপরে নেভিগেট করুন"
- "আরও বিকল্প"
- "হয়ে গেছে"
- "সবগুলি দেখুন"
- "একটি অ্যাপ বেছে নিন"
- "বন্ধ আছে"
- "চালু করুন"
- "Alt+"
- "Ctrl+"
- "মুছুন"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "সার্চ করুন…"
- "কোয়েরি মুছে ফেলুন"
- "সার্চ কোয়েরি"
- "সার্চ করুন"
- "কোয়েরি জমা দিন"
- "ভয়েস সার্চ করুন"
- "শেয়ার করুন"
- "%s-এর সাথে শেয়ার করুন"
- "সঙ্কুচিত করুন"
- "সার্চ করুন"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bs/values-bs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bs/values-bs.xml
deleted file mode 100644
index 4e55146..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bs/values-bs.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Vratite se na početnu stranicu"
- "Idi gore"
- "Više opcija"
- "Gotovo"
- "Prikaži sve"
- "Odaberite aplikaciju"
- "ISKLJUČENO"
- "UKLJUČENO"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "razmak"
- "Sym+"
- "Menu+"
- "Pretražite..."
- "Obriši upit"
- "Pretraži upit"
- "Pretraži"
- "Pošalji upit"
- "Glasovno pretraživanje"
- "Dijeli sa"
- "Dijeli putem aplikacije %s"
- "Suzi"
- "Pretražite"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ca/values-ca.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ca/values-ca.xml
deleted file mode 100644
index 0965d7f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ca/values-ca.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navega fins a la pàgina d\'inici"
- "Navega cap amunt"
- "Més opcions"
- "Fet"
- "Mostra-ho tot"
- "Selecciona una aplicació"
- "DESACTIVA"
- "ACTIVA"
- "Alt+"
- "Ctrl+"
- "Supr"
- "Retorn"
- "Funció+"
- "Meta+"
- "Maj+"
- "Espai"
- "Sym+"
- "Menú+"
- "Cerca…"
- "Esborra la consulta"
- "Consulta de cerca"
- "Cerca"
- "Envia la consulta"
- "Cerca per veu"
- "Comparteix amb"
- "Comparteix amb %s"
- "Replega"
- "Cerca"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-cs/values-cs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-cs/values-cs.xml
deleted file mode 100644
index 98e2c38..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-cs/values-cs.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Přejít na plochu"
- "Přejít nahoru"
- "Další možnosti"
- "Hotovo"
- "Zobrazit vše"
- "Vybrat aplikaci"
- "VYP"
- "ZAP"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Fn+"
- "Meta+"
- "Shift+"
- "mezerník"
- "Sym+"
- "Menu+"
- "Vyhledat…"
- "Smazat dotaz"
- "Dotaz pro vyhledávání"
- "Hledat"
- "Odeslat dotaz"
- "Hlasové vyhledávání"
- "Sdílet s"
- "Sdílet s aplikací %s"
- "Sbalit"
- "Hledat"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-da/values-da.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-da/values-da.xml
deleted file mode 100644
index ad6a80d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-da/values-da.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Find hjem"
- "Gå op"
- "Flere valgmuligheder"
- "Udfør"
- "Se alle"
- "Vælg en app"
- "FRA"
- "TIL"
- "Alt+"
- "Ctrl+"
- "slet"
- "enter"
- "Fn+"
- "Meta+"
- "Shift+"
- "mellemrum"
- "Sym+"
- "Menu+"
- "Søg…"
- "Ryd forespørgsel"
- "Søgeforespørgsel"
- "Søg"
- "Indsend forespørgsel"
- "Talesøgning"
- "Del med"
- "Del med %s"
- "Skjul"
- "Søg"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-de/values-de.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-de/values-de.xml
deleted file mode 100644
index b8492ea..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-de/values-de.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Zur Startseite"
- "Nach oben"
- "Weitere Optionen"
- "Fertig"
- "Alle anzeigen"
- "App auswählen"
- "AUS"
- "AN"
- "Alt +"
- "Strg +"
- "Löschen"
- "Eingabetaste"
- "Funktionstaste +"
- "Meta-Taste +"
- "Umschalttaste +"
- "Leertaste"
- "Sym-Taste +"
- "Menütaste +"
- "Suchen…"
- "Suchanfrage löschen"
- "Suchanfrage"
- "Suche"
- "Anfrage senden"
- "Sprachsuche"
- "Teilen mit"
- "Mit %s teilen"
- "Minimieren"
- "Suche"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-el/values-el.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-el/values-el.xml
deleted file mode 100644
index 8ccb206..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-el/values-el.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Πλοήγηση στην αρχική σελίδα"
- "Πλοήγηση προς τα επάνω"
- "Περισσότερες επιλογές"
- "Τέλος"
- "Εμφάνιση όλων"
- "Επιλέξτε μια εφαρμογή"
- "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
- "ΕΝΕΡΓΟΠΟΙΗΣΗ"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "διάστημα"
- "Sym+"
- "Menu+"
- "Αναζήτηση…"
- "Διαγραφή ερωτήματος"
- "Ερώτημα αναζήτησης"
- "Αναζήτηση"
- "Υποβολή ερωτήματος"
- "Φωνητική αναζήτηση"
- "Κοινοποίηση σε"
- "Κοινοποίηση στην εφαρμογή %s"
- "Σύμπτυξη"
- "Αναζήτηση"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rAU/values-en-rAU.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rAU/values-en-rAU.xml
deleted file mode 100644
index da4f665..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rAU/values-en-rAU.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navigate home"
- "Navigate up"
- "More options"
- "Done"
- "See all"
- "Choose an app"
- "OFF"
- "ON"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "Search…"
- "Clear query"
- "Search query"
- "Search"
- "Submit query"
- "Voice search"
- "Share with"
- "Share with %s"
- "Collapse"
- "Search"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rCA/values-en-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rCA/values-en-rCA.xml
deleted file mode 100644
index da4f665..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rCA/values-en-rCA.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navigate home"
- "Navigate up"
- "More options"
- "Done"
- "See all"
- "Choose an app"
- "OFF"
- "ON"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "Search…"
- "Clear query"
- "Search query"
- "Search"
- "Submit query"
- "Voice search"
- "Share with"
- "Share with %s"
- "Collapse"
- "Search"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rGB/values-en-rGB.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rGB/values-en-rGB.xml
deleted file mode 100644
index da4f665..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rGB/values-en-rGB.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navigate home"
- "Navigate up"
- "More options"
- "Done"
- "See all"
- "Choose an app"
- "OFF"
- "ON"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "Search…"
- "Clear query"
- "Search query"
- "Search"
- "Submit query"
- "Voice search"
- "Share with"
- "Share with %s"
- "Collapse"
- "Search"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rIN/values-en-rIN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rIN/values-en-rIN.xml
deleted file mode 100644
index da4f665..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rIN/values-en-rIN.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navigate home"
- "Navigate up"
- "More options"
- "Done"
- "See all"
- "Choose an app"
- "OFF"
- "ON"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "Search…"
- "Clear query"
- "Search query"
- "Search"
- "Submit query"
- "Voice search"
- "Share with"
- "Share with %s"
- "Collapse"
- "Search"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rXC/values-en-rXC.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rXC/values-en-rXC.xml
deleted file mode 100644
index e57ba77..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rXC/values-en-rXC.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navigate home"
- "Navigate up"
- "More options"
- "Done"
- "See all"
- "Choose an app"
- "OFF"
- "ON"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "Search…"
- "Clear query"
- "Search query"
- "Search"
- "Submit query"
- "Voice search"
- "Share with"
- "Share with %s"
- "Collapse"
- "Search"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-es-rUS/values-es-rUS.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-es-rUS/values-es-rUS.xml
deleted file mode 100644
index 555c72f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-es-rUS/values-es-rUS.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navegar a la página principal"
- "Navegar hacia arriba"
- "Más opciones"
- "Listo"
- "Ver todas"
- "Elegir una app"
- "DESACTIVAR"
- "ACTIVAR"
- "Alt+"
- "Ctrl+"
- "borrar"
- "intro"
- "Función+"
- "Meta+"
- "Mayúscula+"
- "espacio"
- "Sym+"
- "Menú+"
- "Buscar…"
- "Borrar consulta"
- "Búsqueda"
- "Buscar"
- "Enviar consulta"
- "Búsqueda por voz"
- "Compartir con"
- "Compartir con %s"
- "Contraer"
- "Buscar"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-es/values-es.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-es/values-es.xml
deleted file mode 100644
index bfc815d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-es/values-es.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Ir a inicio"
- "Desplazarse hacia arriba"
- "Más opciones"
- "Hecho"
- "Ver todo"
- "Seleccionar una aplicación"
- "DESACTIVADO"
- "ACTIVADO"
- "Alt +"
- "Ctrl +"
- "Suprimir"
- "Intro"
- "Función +"
- "Meta +"
- "Mayús +"
- "Espacio"
- "Sym +"
- "Menú +"
- "Buscar…"
- "Borrar consulta"
- "Consulta de búsqueda"
- "Buscar"
- "Enviar consulta"
- "Búsqueda por voz"
- "Compartir con"
- "Compartir con %s"
- "Ocultar"
- "Buscar"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-et/values-et.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-et/values-et.xml
deleted file mode 100644
index 94ec061..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-et/values-et.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Liigu avalehele"
- "Liigu üles"
- "Rohkem valikuid"
- "Valmis"
- "Kuva kõik"
- "Valige rakendus"
- "VÄLJAS"
- "SEES"
- "Alt +"
- "Ctrl +"
- "kustuta"
- "sisestusklahv"
- "Funktsiooniklahv +"
- "Meta +"
- "Tõstuklahv +"
- "tühik"
- "Sym +"
- "Menüü +"
- "Otsige …"
- "Päringu tühistamine"
- "Otsingupäring"
- "Otsing"
- "Päringu esitamine"
- "Häälotsing"
- "Jaga:"
- "Jagamine rakendusega %s"
- "Ahendamine"
- "Otsing"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-eu/values-eu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-eu/values-eu.xml
deleted file mode 100644
index 0d6dc00..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-eu/values-eu.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Joan orri nagusira"
- "Joan gora"
- "Aukera gehiago"
- "Eginda"
- "Ikusi guztiak"
- "Aukeratu aplikazio bat"
- "DESAKTIBATU"
- "AKTIBATU"
- "Alt +"
- "Ktrl +"
- "ezabatu"
- "sartu"
- "Funtzioa +"
- "Meta +"
- "Maius +"
- "zuriunea"
- "Sym +"
- "Menua +"
- "Bilatu…"
- "Garbitu kontsulta"
- "Bilaketa-kontsulta"
- "Bilatu"
- "Bidali kontsulta"
- "Ahozko bilaketa"
- "Partekatu honekin"
- "Partekatu %s aplikazioarekin"
- "Tolestu"
- "Bilatu"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fa/values-fa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fa/values-fa.xml
deleted file mode 100644
index b0f7acf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fa/values-fa.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "پیمایش به صفحه اصلی"
- "رفتن به بالا"
- "گزینههای بیشتر"
- "تمام"
- "دیدن همه"
- "انتخاب برنامه"
- "خاموش"
- "روشن"
- "Alt+"
- "Ctrl+"
- "حذف"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "فاصله"
- "Sym+"
- "منو+"
- "جستجو…"
- "پاک کردن پُرسمان"
- "درخواست جستجو"
- "جستجو"
- "ارسال پُرسمان"
- "جستجوی گفتاری"
- "همرسانی با"
- "همرسانی با %s"
- "کوچک کردن"
- "جستجو"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fi/values-fi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fi/values-fi.xml
deleted file mode 100644
index ce67c94..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fi/values-fi.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Siirry etusivulle"
- "Siirry ylös"
- "Lisäasetukset"
- "Valmis"
- "Näytä kaikki"
- "Valitse sovellus"
- "POIS PÄÄLTÄ"
- "PÄÄLLÄ"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Fn+"
- "Meta+"
- "Vaihto+"
- "välilyönti"
- "Sym+"
- "Valikko+"
- "Haku…"
- "Tyhjennä kysely"
- "Hakukysely"
- "Haku"
- "Lähetä kysely"
- "Puhehaku"
- "Jaa…"
- "Jaa: %s"
- "Tiivistä"
- "Haku"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fr-rCA/values-fr-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fr-rCA/values-fr-rCA.xml
deleted file mode 100644
index e7bde50..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fr-rCA/values-fr-rCA.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Revenir à l\'accueil"
- "Revenir en arrière"
- "Autres options"
- "Terminé"
- "Tout afficher"
- "Sélectionner une application"
- "DÉSACTIVER"
- "ACTIVER"
- "Alt+"
- "Ctrl+"
- "supprimer"
- "entrée"
- "Fonction+"
- "Méta+"
- "Maj+"
- "espace"
- "Sym+"
- "Menu+"
- "Rechercher…"
- "Effacer la requête"
- "Requête de recherche"
- "Rechercher"
- "Envoyer la requête"
- "Recherche vocale"
- "Partager avec"
- "Partager avec %s"
- "Réduire"
- "Rechercher"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fr/values-fr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fr/values-fr.xml
deleted file mode 100644
index d177668..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fr/values-fr.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Revenir à l\'accueil"
- "Revenir en haut de la page"
- "Autres options"
- "OK"
- "Tout afficher"
- "Sélectionner une application"
- "NON"
- "OUI"
- "Alt+"
- "Ctrl+"
- "supprimer"
- "entrée"
- "Fonction+"
- "Méta+"
- "Maj+"
- "espace"
- "Sym+"
- "Menu+"
- "Rechercher…"
- "Effacer la requête"
- "Requête de recherche"
- "Rechercher"
- "Envoyer la requête"
- "Recherche vocale"
- "Partager avec"
- "Partager avec %s"
- "Réduire"
- "Rechercher"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-gl/values-gl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-gl/values-gl.xml
deleted file mode 100644
index 7192e88..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-gl/values-gl.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Vai ao inicio"
- "Vai cara arriba"
- "Máis opcións"
- "Feito"
- "Ver todo"
- "Selecciona unha aplicación"
- "DESACTIVADO"
- "ACTIVADO"
- "Alt +"
- "Ctrl +"
- "eliminar"
- "intro"
- "Función +"
- "Meta +"
- "Maiús +"
- "espazo"
- "Sym +"
- "Menú +"
- "Busca…"
- "Borra a consulta"
- "Busca a consulta"
- "Realiza buscas"
- "Envía a consulta"
- "Busca por voz"
- "Comparte contido con"
- "Comparte contido coa aplicación %s"
- "Contrae"
- "Buscar"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-gu/values-gu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-gu/values-gu.xml
deleted file mode 100644
index 40e9edf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-gu/values-gu.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "ઘરનો રસ્તો બતાવો"
- "ઉપર નૅવિગેટ કરો"
- "વધુ વિકલ્પો"
- "થઈ ગયું"
- "બધી જુઓ"
- "ઍપ્લિકેશન પસંદ કરો"
- "બંધ"
- "ચાલુ"
- "Alt+"
- "Ctrl+"
- "delete"
- "Enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "શોધો…"
- "ક્વેરી સાફ કરો"
- "શોધ ક્વેરી"
- "શોધો"
- "ક્વેરી સબમિટ કરો"
- "વૉઇસ શોધ"
- "આની સાથે શેર કરો"
- "%sની સાથે શેર કરો"
- "સંકુચિત કરો"
- "શોધો"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-h720dp-v13/values-h720dp-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-h720dp-v13/values-h720dp-v13.xml
deleted file mode 100644
index e38bb90..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-h720dp-v13/values-h720dp-v13.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- 54dip
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hdpi-v4/values-hdpi-v4.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hdpi-v4/values-hdpi-v4.xml
deleted file mode 100644
index d5a138e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hdpi-v4/values-hdpi-v4.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hi/values-hi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hi/values-hi.xml
deleted file mode 100644
index 04f8a0d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hi/values-hi.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "होम पेज पर जाएं"
- "वापस जाएं"
- "ज़्यादा विकल्प"
- "हो गया"
- "सभी देखें"
- "कोई ऐप्लिकेशन चुनें"
- "बंद"
- "चालू"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "खोजें…"
- "क्वेरी हटाएं"
- "सर्च क्वेरी"
- "खोजें"
- "क्वेरी सबमिट करें"
- "बोलकर खोजें"
- "इससे शेयर करें:"
- "%s से शेयर करें"
- "छोटा करें"
- "खोजें"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hr/values-hr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hr/values-hr.xml
deleted file mode 100644
index 00d0532..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hr/values-hr.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Idi na početnu"
- "Natrag"
- "Više opcija"
- "Gotovo"
- "Prikaži sve"
- "Odabir aplikacije"
- "ISKLJUČENO"
- "UKLJUČENO"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "svemir"
- "Sym+"
- "Menu+"
- "Pretražite…"
- "Izbriši upit"
- "Upit za pretraživanje"
- "Pretraži"
- "Pošalji upit"
- "Glasovno pretraživanje"
- "Dijeli s"
- "Dijeli putem aplikacije %s"
- "Sažmi"
- "Pretraži"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hu/values-hu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hu/values-hu.xml
deleted file mode 100644
index ea65dae..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hu/values-hu.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Ugrás a főoldalra"
- "Fel"
- "További lehetőségek"
- "Kész"
- "Az összes megtekintése"
- "Válasszon alkalmazást"
- "KI"
- "BE"
- "Alt+"
- "Ctrl+"
- "Delete"
- "Enter"
- "Function+"
- "Meta+"
- "Shift+"
- "Szóköz"
- "Sym+"
- "Menu+"
- "Keresés…"
- "Lekérdezés törlése"
- "Keresési lekérdezés"
- "Keresés"
- "Lekérdezés küldése"
- "Hangalapú keresés"
- "Megosztás a következővel:"
- "Megosztás a következő alkalmazással: %s"
- "Összecsukás"
- "Keresés"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hy/values-hy.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hy/values-hy.xml
deleted file mode 100644
index d6187ff..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hy/values-hy.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Անցնել գլխավոր էջ"
- "Անցնել վերև"
- "Այլ ընտրանքներ"
- "Պատրաստ է"
- "Տեսնել բոլորը"
- "Ընտրել հավելված"
- "ԱՆՋԱՏԵԼ"
- "ՄԻԱՑՆԵԼ"
- "Alt+"
- "Ctrl+"
- "Delete"
- "Enter"
- "Function+"
- "Meta+"
- "Shift+"
- "բացատ"
- "Sym+"
- "Menu+"
- "Որոնում…"
- "Ջնջել հարցումը"
- "Որոնման հարցում"
- "Որոնել"
- "Ուղարկել հարցումը"
- "Ձայնային որոնում"
- "Կիսվել…"
- "Կիսվել %s հավելվածի միջոցով"
- "Ծալել"
- "Որոնել"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-in/values-in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-in/values-in.xml
deleted file mode 100644
index 82a3627..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-in/values-in.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Tunjukkan jalan ke rumah"
- "Kembali ke atas"
- "Opsi lain"
- "Selesai"
- "Lihat semua"
- "Pilih aplikasi"
- "NONAKTIF"
- "AKTIF"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "spasi"
- "Sym+"
- "Menu+"
- "Telusuri..."
- "Hapus kueri"
- "Telusuri kueri"
- "Telusuri"
- "Kirim kueri"
- "Penelusuran suara"
- "Bagikan dengan"
- "Bagikan dengan %s"
- "Ciutkan"
- "Telusuri"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-is/values-is.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-is/values-is.xml
deleted file mode 100644
index edcc0c6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-is/values-is.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Fara heim"
- "Fara upp"
- "Fleiri valkostir"
- "Lokið"
- "Sjá allt"
- "Veldu forrit"
- "SLÖKKT"
- "KVEIKT"
- "Alt+"
- "Ctrl+"
- "eyða"
- "enter"
- "Aðgerðarlykill+"
- "Meta+"
- "Shift+"
- "bilslá"
- "Sym+"
- "Valmynd+"
- "Leita…"
- "Hreinsa fyrirspurn"
- "Leitarfyrirspurn"
- "Leit"
- "Senda fyrirspurn"
- "Raddleit"
- "Deila með"
- "Deila með %s"
- "Minnka"
- "Leit"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-it/values-it.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-it/values-it.xml
deleted file mode 100644
index 4eeb05a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-it/values-it.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Portami a casa"
- "Torna indietro"
- "Altre opzioni"
- "Fine"
- "Mostra tutto"
- "Scelta di un\'app"
- "OFF"
- "ON"
- "ALT +"
- "CTRL +"
- "CANC"
- "INVIO"
- "FUNZIONE +"
- "META +"
- "MAIUSC +"
- "SPAZIO"
- "SYM +"
- "MENU +"
- "Cerca…"
- "Cancella query"
- "Query di ricerca"
- "Cerca"
- "Invia query"
- "Ricerca vocale"
- "Condividi con"
- "Condividi tramite %s"
- "Comprimi"
- "Cerca"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-iw/values-iw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-iw/values-iw.xml
deleted file mode 100644
index f84485b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-iw/values-iw.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "ניווט לדף הבית"
- "ניווט למעלה"
- "עוד אפשרויות"
- "סיום"
- "הצגת הכול"
- "בחירת אפליקציה"
- "כבוי"
- "מופעל"
- "Alt+"
- "Ctrl+"
- "מחיקה"
- "Enter"
- "Function+"
- "Meta+"
- "Shift+"
- "רווח"
- "Sym+"
- "תפריט+"
- "חיפוש…"
- "מחיקת השאילתה"
- "שאילתת חיפוש"
- "חיפוש"
- "שליחת שאילתה"
- "חיפוש קולי"
- "שיתוף עם"
- "שיתוף עם %s"
- "כיווץ"
- "חיפוש"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ja/values-ja.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ja/values-ja.xml
deleted file mode 100644
index d39d888..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ja/values-ja.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "ホームに戻る"
- "前に戻る"
- "その他のオプション"
- "完了"
- "すべて表示"
- "アプリの選択"
- "OFF"
- "ON"
- "Alt+"
- "Ctrl+"
- "Delete"
- "Enter"
- "Function+"
- "Meta+"
- "Shift+"
- "Space"
- "Sym+"
- "Menu+"
- "検索…"
- "検索キーワードを削除"
- "検索キーワード"
- "検索"
- "検索キーワードを送信"
- "音声検索"
- "共有"
- "%sと共有"
- "折りたたむ"
- "検索"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ka/values-ka.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ka/values-ka.xml
deleted file mode 100644
index 642d3f1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ka/values-ka.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "მთავარზე გადასვლა"
- "ზემოთ გადასვლა"
- "სხვა ვარიანტები"
- "მზადაა"
- "ყველას ნახვა"
- "აირჩიეთ აპი"
- "გამორთვა"
- "ჩართვა"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "შორისი"
- "Sym+"
- "Menu+"
- "ძიება…"
- "მოთხოვნის გასუფთავება"
- "მოთხოვნის ძიება"
- "ძიება"
- "მოთხოვნის გადაგზავნა"
- "ხმოვანი ძიება"
- "გაზიარება:"
- "%s-ით გაზიარება"
- "ჩაკეცვა"
- "ძიება"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-kk/values-kk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-kk/values-kk.xml
deleted file mode 100644
index 2131d8f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-kk/values-kk.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Негізгі бетке өту"
- "Жоғары қарай өту"
- "Басқа опциялар"
- "Дайын"
- "Барлығын көру"
- "Қолданбаны таңдау"
- "ӨШІРУ"
- "ҚОСУ"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "бос орын"
- "Sym+"
- "Menu+"
- "Іздеу…"
- "Сұрауды өшіру"
- "Іздеу сұрауы"
- "Іздеу"
- "Сұрауды жіберу"
- "Дауыспен іздеу"
- "Бөлісу"
- "%s қолданбасымен бөлісу"
- "Жию"
- "Іздеу"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-km/values-km.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-km/values-km.xml
deleted file mode 100644
index 49d432c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-km/values-km.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "ទៅទំព័រដើម"
- "រំកិលឡើងលើ"
- "ជម្រើសច្រើនទៀត"
- "រួចរាល់"
- "មើលទាំងអស់"
- "ជ្រើសរើសកម្មវិធី"
- "បិទ"
- "បើក"
- "Alt+"
- "Ctrl+"
- "លុប"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "ស្វែងរក…"
- "សម្អាតសំណួរ"
- "ស្វែងរកសំណួរ"
- "ស្វែងរក"
- "ដាក់បញ្ជូនសំណួរ"
- "ស្វែងរកតាមសំឡេង"
- "ចែករំលែកជាមួយ"
- "ចែករំលែកជាមួយ %s"
- "បង្រួម"
- "ស្វែងរក"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-kn/values-kn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-kn/values-kn.xml
deleted file mode 100644
index bacc180..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-kn/values-kn.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "ಹೋಮ್ಗೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
- "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
- "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
- "ಮುಗಿದಿದೆ"
- "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
- "ಆ್ಯಪ್ವೊಂದನ್ನು ಆಯ್ಕೆಮಾಡಿ"
- "ಆಫ್"
- "ಆನ್"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "ಹುಡುಕಿ…"
- "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ"
- "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
- "ಹುಡುಕಿ"
- "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸಿ"
- "ಧ್ವನಿ ಹುಡುಕಾಟ"
- "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
- "%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
- "ಕುಗ್ಗಿಸಿ"
- "ಹುಡುಕಿ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ko/values-ko.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ko/values-ko.xml
deleted file mode 100644
index 66a938a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ko/values-ko.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "홈으로 이동"
- "위로 이동"
- "추가 옵션"
- "완료"
- "전체 보기"
- "앱 선택"
- "사용 중지"
- "사용"
- "Alt+"
- "Ctrl+"
- "Delete"
- "Enter"
- "Function+"
- "Meta+"
- "Shift+"
- "스페이스바"
- "Sym+"
- "Menu+"
- "검색..."
- "검색어 삭제"
- "검색어"
- "검색"
- "검색어 보내기"
- "음성 검색"
- "공유 대상:"
- "%s과(와) 공유"
- "접기"
- "검색"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ky/values-ky.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ky/values-ky.xml
deleted file mode 100644
index 5f7d0a6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ky/values-ky.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Башкы бетке чабыттоо"
- "Мурунку экранга өтүү"
- "Дагы параметрлер"
- "Бүттү"
- "Баарын көрүү"
- "Колдонмо тандоо"
- "ӨЧҮК"
- "КҮЙҮК"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "боштук"
- "Sym+"
- "Menu+"
- "Издөө…"
- "Сурамды өчүрүү"
- "Изделген сурам"
- "Издөө"
- "Сурам тапшыруу"
- "Айтып издөө"
- "Төмөнкү менен бөлүшүү"
- "%s аркылуу бөлүшүү"
- "Жыйыштыруу"
- "Издөө"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-land/values-land.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-land/values-land.xml
deleted file mode 100644
index a12899f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-land/values-land.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- 48dp
- 12dp
- 14dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-large-v4/values-large-v4.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-large-v4/values-large-v4.xml
deleted file mode 100644
index cc236eb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-large-v4/values-large-v4.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- 440dp
- - 60%
- - 90%
- - 60%
- - 90%
- - 55%
- - 80%
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ldltr-v21/values-ldltr-v21.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ldltr-v21/values-ldltr-v21.xml
deleted file mode 100644
index 1bdd835..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ldltr-v21/values-ldltr-v21.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lo/values-lo.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lo/values-lo.xml
deleted file mode 100644
index aa37229..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lo/values-lo.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "ກັບໄປໜ້າຫຼັກ"
- "ເລື່ອນຂຶ້ນເທິງ"
- "ຕົວເລືອກເພີ່ມເຕີມ"
- "ແລ້ວໆ"
- "ເບິ່ງທັງໝົດ"
- "ເລືອກແອັບ"
- "ປິດ"
- "ເປີດ"
- "Alt+"
- "Ctrl+"
- "ລຶບ"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "ຍະຫວ່າງ"
- "Sym+"
- "Menu+"
- "ຊອກຫາ…"
- "ລຶບຂໍ້ຄວາມຊອກຫາ"
- "ຄຳສຳລັບຄົ້ນຫາ"
- "ຊອກຫາ"
- "ສົ່ງຂໍ້ມູນ"
- "ຊອກຫາດ້ວຍສຽງ"
- "ແບ່ງປັນກັບ"
- "ແບ່ງປັນດ້ວຍ %s"
- "ຫຍໍ້ລົງ"
- "ຊອກຫາ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lt/values-lt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lt/values-lt.xml
deleted file mode 100644
index 115349a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lt/values-lt.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Eiti į pagrindinį puslapį"
- "Naršyti aukštyn"
- "Daugiau parinkčių"
- "Atlikta"
- "Žr. viską"
- "Pasirinkite programą"
- "IŠJUNGTI"
- "ĮJUNGTI"
- "„Alt“ +"
- "„Ctrl“ +"
- "„delete“"
- "„enter“"
- "„Function“ +"
- "„Meta“ +"
- "„Shift“ +"
- "„space“"
- "„Sym“ +"
- "„Menu“ +"
- "Ieškoti…"
- "Išvalyti užklausą"
- "Paieškos užklausa"
- "Ieškoti"
- "Pateikti užklausą"
- "Paieška balsu"
- "Bendrinti su"
- "Bendrinti naudojant programą „%s“"
- "Sutraukti"
- "Ieškoti"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lv/values-lv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lv/values-lv.xml
deleted file mode 100644
index aa952d9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lv/values-lv.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Pārvietoties uz sākuma ekrānu"
- "Pārvietoties uz augšu"
- "Citas opcijas"
- "Gatavs"
- "Skatīt visu"
- "Izvēlieties lietotni"
- "IZSLĒGT"
- "IESLĒGT"
- "Alternēšanas taustiņš +"
- "Vadīšanas taustiņš +"
- "dzēšanas taustiņš"
- "ievadīšanas taustiņš"
- "Funkcijas taustiņš +"
- "Meta taustiņš +"
- "Pārslēgšanas taustiņš +"
- "atstarpes taustiņš"
- "Simbolu taustiņš +"
- "Poga Izvēlne +"
- "Meklējiet…"
- "Notīrīt vaicājumu"
- "Meklēšanas vaicājums"
- "Meklēt"
- "Iesniegt vaicājumu"
- "Meklēt ar balsi"
- "Kopīgot ar:"
- "Kopīgot ar lietojumprogrammu %s"
- "Sakļaut"
- "Meklēt"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mk/values-mk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mk/values-mk.xml
deleted file mode 100644
index 5bdc59e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mk/values-mk.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Движи се кон дома"
- "Движи се нагоре"
- "Повеќе опции"
- "Готово"
- "Прикажи ги сите"
- "Избери апликација"
- "ИСКЛУЧЕНО"
- "ВКЛУЧЕНО"
- "Alt+"
- "Ctrl+"
- "избриши"
- "Enter"
- "Function+"
- "Meta+"
- "Shift+"
- "вселена"
- "Sym+"
- "Menu+"
- "Пребарување…"
- "Исчисти барање"
- "Пребарај барање"
- "Пребарај"
- "Испрати барање"
- "Гласовно пребарување"
- "Сподели со"
- "Сподели со %s"
- "Собери"
- "Пребарај"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ml/values-ml.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ml/values-ml.xml
deleted file mode 100644
index 6245822..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ml/values-ml.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "ഹോമിലേക്ക് പോവുക"
- "മുകളിലേക്ക് പോവുക"
- "കൂടുതൽ ഓപ്ഷനുകൾ"
- "പൂർത്തിയായി"
- "എല്ലാം കാണുക"
- "ആപ്പ് തിരഞ്ഞെടുക്കുക"
- "ഓഫ്"
- "ഓൺ"
- "Alt+"
- "Ctrl+"
- "ഇല്ലാതാക്കുക"
- "enter"
- "ഫംഗ്ഷന്+"
- "മെറ്റ+"
- "Shift+"
- "സ്പെയ്സ്"
- "Sym+"
- "മെനു+"
- "തിരയുക…"
- "ചോദ്യം മായ്ക്കുക"
- "ചോദ്യം തിരയുക"
- "തിരയുക"
- "ചോദ്യം സമർപ്പിക്കുക"
- "സംസാരത്തിലൂടെ തിരയുക"
- "ഇനിപ്പറയുന്നതുമായി പങ്കിടുക"
- "%s എന്നതുമായി പങ്കിടുക"
- "ചുരുക്കുക"
- "തിരയുക"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mn/values-mn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mn/values-mn.xml
deleted file mode 100644
index bc354e1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mn/values-mn.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Нүүр хуудас уруу шилжих"
- "Дээш шилжих"
- "Бусад сонголт"
- "Болсон"
- "Бүгдийг харах"
- "Аппыг сонгох"
- "ИДЭВХГҮЙ"
- "ИДЭВХТЭЙ"
- "Alt+"
- "Ctrl+"
- "устгах"
- "оруулах"
- "Функц+"
- "Мета+"
- "Шифт+"
- "зай"
- "Sym+"
- "Цэс+"
- "Хайх…"
- "Асуулга арилгах"
- "Хайх асуулга"
- "Хайх"
- "Асуулга илгээх"
- "Дуут хайлт"
- "Дараахтай хуваалцах"
- "%s-тай хуваалцах"
- "Буулгах"
- "Хайх"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mr/values-mr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mr/values-mr.xml
deleted file mode 100644
index 39f9355..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mr/values-mr.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "घराकडे नेव्हिगेट करा"
- "वर नेव्हिगेट करा"
- "आणखी पर्याय"
- "पूर्ण झाले"
- "सर्व पहा"
- "अॅप निवडा"
- "बंद"
- "सुरू"
- "Alt+"
- "Ctrl+"
- "हटवा"
- "एंटर करा"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "मेनू+"
- "शोधा…"
- "क्वेरी साफ करा"
- "शोध क्वेरी"
- "शोधा"
- "क्वेरी सबमिट करा"
- "व्हॉइस शोध"
- "यांच्यासोबत शेअर करा"
- "%s सह शेअर करा"
- "कोलॅप्स करा"
- "शोध"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ms/values-ms.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ms/values-ms.xml
deleted file mode 100644
index 8207ce3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ms/values-ms.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navigasi laman utama"
- "Navigasi ke atas"
- "Lagi pilihan"
- "Selesai"
- "Lihat semua"
- "Pilih apl"
- "MATI"
- "HIDUP"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Fungsi+"
- "Meta+"
- "Shift+"
- "ruang"
- "Sym+"
- "Menu+"
- "Cari…"
- "Kosongkan pertanyaan"
- "Pertanyaan carian"
- "Cari"
- "Serah pertanyaan"
- "Carian suara"
- "Kongsi dengan"
- "Kongsi dengan %s"
- "Runtuhkan"
- "Cari"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-my/values-my.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-my/values-my.xml
deleted file mode 100644
index ccf19c4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-my/values-my.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "မူလနေရာကို ပြန်သွားရန်"
- "အပေါ်သို့ ရွှေ့ရန်"
- "နောက်ထပ် ရွေးစရာများ"
- "ပြီးပြီ"
- "အားလုံး ကြည့်ရန်"
- "အက်ပ်တစ်ခုကို ရွေးရန်"
- "ပိတ်"
- "ဖွင့်"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "ရှာဖွေရန်…"
- "ရှာဖွေမှုကို ဖယ်ရှားရန်"
- "ရှာဖွေရန် မေးခွန်း"
- "ရှာရန်"
- "ရှာဖွေစရာ အချက်အလက်ကို ပေးပို့ရန်"
- "အသံဖြင့် ရှာရန်"
- "နှင့် မျှဝေရန်"
- "%s ဖြင့် မျှဝေရန်"
- "လျှော့ပြရန်"
- "ရှာဖွေမှု"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-nb/values-nb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-nb/values-nb.xml
deleted file mode 100644
index c0a61a6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-nb/values-nb.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Naviger hjem"
- "Gå opp"
- "Flere alternativer"
- "Ferdig"
- "Se alle"
- "Velg en app"
- "AV"
- "PÅ"
- "Alt+"
- "Ctrl+"
- "slett"
- "enter"
- "Funksjon+"
- "Meta+"
- "Shift+"
- "mellomrom"
- "Sym+"
- "Meny+"
- "Søk"
- "Slett søket"
- "Søkeord"
- "Søk"
- "Utfør søket"
- "Talesøk"
- "Del med"
- "Del med %s"
- "Skjul"
- "Søk"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ne/values-ne.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ne/values-ne.xml
deleted file mode 100644
index 0f4bfc0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ne/values-ne.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "होम पेजमा जानुहोस्"
- "माथि नेभिगेट गर्नुहोस्"
- "थप विकल्पहरू"
- "सम्पन्न भयो"
- "सबै हेर्नुहोस्"
- "एउटा एप छान्नुहोस्"
- "निष्क्रिय"
- "सक्रिय"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "खोज्नुहोस्…"
- "क्वेरी खाली गर्नुहोस्"
- "खोज प्रश्न"
- "खोज"
- "क्वेरी पेस गर्नुहोस्"
- "आवाजमा आधारित खोजी"
- "यसमार्फत सेयर गर्नुहोस्"
- "%s मार्फत सेयर गर्नुहोस्"
- "संक्षिप्त गर्नुहोस्"
- "खोज"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-night-v8/values-night-v8.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-night-v8/values-night-v8.xml
deleted file mode 100644
index 4185030..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-night-v8/values-night-v8.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-nl/values-nl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-nl/values-nl.xml
deleted file mode 100644
index 8550571..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-nl/values-nl.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navigeren naar startpositie"
- "Omhoog navigeren"
- "Meer opties"
- "Klaar"
- "Alles tonen"
- "Een app selecteren"
- "UIT"
- "AAN"
- "Alt +"
- "Ctrl +"
- "Delete"
- "Enter"
- "Functie +"
- "Meta +"
- "Shift +"
- "spatie"
- "Sym +"
- "Menu +"
- "Zoeken…"
- "Zoekopdracht wissen"
- "Zoekopdracht"
- "Zoeken"
- "Zoekopdracht verzenden"
- "Gesproken zoekopdracht"
- "Delen met"
- "Delen met %s"
- "Samenvouwen"
- "Zoeken"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-or/values-or.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-or/values-or.xml
deleted file mode 100644
index 110851d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-or/values-or.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "ହୋମ୍ ପେଜ୍କୁ ନେଭିଗେଟ୍ କରନ୍ତୁ"
- "ଉପରକୁ ନେଭିଗେଟ୍ କରନ୍ତୁ"
- "ଅଧିକ ବିକଳ୍ପ"
- "ହୋଇଗଲା"
- "ସବୁ ଦେଖନ୍ତୁ"
- "ଗୋଟିଏ ଆପ୍ ବାଛନ୍ତୁ"
- "ବନ୍ଦ"
- "ଚାଲୁ ଅଛି"
- "Alt+"
- "Ctrl+"
- "ଡିଲିଟ୍ କରନ୍ତୁ"
- "ଏଣ୍ଟର୍"
- "Function+"
- "Meta+"
- "Shift+"
- "ସ୍ପେସ୍"
- "Sym+"
- "ମେନୁ"
- "ସର୍ଚ୍ଚ କରନ୍ତୁ…"
- "କ୍ୱେରୀ ଖାଲି କରନ୍ତୁ"
- "ସର୍ଚ୍ଚ କ୍ୱେରୀ"
- "ସନ୍ଧାନ କରନ୍ତୁ"
- "କ୍ୱେରୀ ଦାଖଲ କରନ୍ତୁ"
- "ଭଏସ୍ ସର୍ଚ୍ଚ"
- "ଏହାଙ୍କ ସହ ସେୟାର୍ କରନ୍ତୁ"
- "%s ସହ ସେୟାର୍ କରନ୍ତୁ"
- "ସଂକୁଚିତ କରନ୍ତୁ"
- "ସନ୍ଧାନ କରନ୍ତୁ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pa/values-pa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pa/values-pa.xml
deleted file mode 100644
index eaec895..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pa/values-pa.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "ਹੋਮ \'ਤੇ ਜਾਓ"
- "ਉੱਪਰ ਜਾਓ"
- "ਹੋਰ ਵਿਕਲਪ"
- "ਹੋ ਗਿਆ"
- "ਸਭ ਦੇਖੋ"
- "ਇੱਕ ਐਪ ਚੁਣੋ"
- "ਬੰਦ"
- "ਚਾਲੂ"
- "Alt+"
- "Ctrl+"
- "ਮਿਟਾਓ"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "ਖੋਜ…"
- "ਪੁੱਛਗਿੱਛ ਕਲੀਅਰ ਕਰੋ"
- "ਖੋਜ ਪੁੱਛਗਿੱਛ"
- "ਖੋਜ"
- "ਪੁੱਛਗਿੱਛ ਸਪੁਰਦ ਕਰੋ"
- "ਅਵਾਜ਼ੀ ਖੋਜ"
- "ਇਸ ਨਾਲ ਸਾਂਝਾ ਕਰੋ"
- "%s ਨਾਲ ਸਾਂਝਾ ਕਰੋ"
- "ਸਮੇਟੋ"
- "ਖੋਜ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pl/values-pl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pl/values-pl.xml
deleted file mode 100644
index b73f2f2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pl/values-pl.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Przejdź na stronę główną"
- "Przejdź wyżej"
- "Więcej opcji"
- "Gotowe"
- "Pokaż wszystko"
- "Wybierz aplikację"
- "WYŁ."
- "WŁ."
- "Alt+"
- "Ctrl+"
- "Delete"
- "Enter"
- "Funkcyjny+"
- "Meta+"
- "Shift+"
- "spacja"
- "Sym+"
- "Menu+"
- "Szukaj…"
- "Wyczyść zapytanie"
- "Zapytanie"
- "Szukaj"
- "Wyślij zapytanie"
- "Wyszukiwanie głosowe"
- "Udostępnij przez:"
- "Udostępnij przez: %s"
- "Zwiń"
- "Szukaj"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-port/values-port.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-port/values-port.xml
deleted file mode 100644
index 7a925dc..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-port/values-port.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- false
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt-rBR/values-pt-rBR.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt-rBR/values-pt-rBR.xml
deleted file mode 100644
index 37d2e13..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt-rBR/values-pt-rBR.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navegar para a página inicial"
- "Navegar para cima"
- "Mais opções"
- "Concluído"
- "Ver tudo"
- "Selecionar um app"
- "DESATIVADO"
- "ATIVADO"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "espaço"
- "Sym+"
- "Menu+"
- "Pesquisar…"
- "Limpar consulta"
- "Consulta de pesquisa"
- "Pesquisar"
- "Enviar consulta"
- "Pesquisa por voz"
- "Compartilhar com"
- "Compartilhar com %s"
- "Recolher"
- "Pesquisar"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt-rPT/values-pt-rPT.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt-rPT/values-pt-rPT.xml
deleted file mode 100644
index d36135d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt-rPT/values-pt-rPT.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navegar para casa"
- "Navegar para cima"
- "Mais opções"
- "Concluído"
- "Ver tudo"
- "Escolher uma app"
- "DESATIVADO"
- "ATIVADO"
- "Alt +"
- "Ctrl +"
- "eliminar"
- "enter"
- "Função +"
- "Meta +"
- "Shift +"
- "espaço"
- "Sym +"
- "Menu +"
- "Pesquisar…"
- "Limpar consulta"
- "Consulta de pesquisa"
- "Pesquisar"
- "Enviar consulta"
- "Pesquisa por voz"
- "Partilhar com"
- "Partilhar com a app %s"
- "Reduzir"
- "Pesquisar"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt/values-pt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt/values-pt.xml
deleted file mode 100644
index 37d2e13..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt/values-pt.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navegar para a página inicial"
- "Navegar para cima"
- "Mais opções"
- "Concluído"
- "Ver tudo"
- "Selecionar um app"
- "DESATIVADO"
- "ATIVADO"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "espaço"
- "Sym+"
- "Menu+"
- "Pesquisar…"
- "Limpar consulta"
- "Consulta de pesquisa"
- "Pesquisar"
- "Enviar consulta"
- "Pesquisa por voz"
- "Compartilhar com"
- "Compartilhar com %s"
- "Recolher"
- "Pesquisar"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ro/values-ro.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ro/values-ro.xml
deleted file mode 100644
index f0a6795..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ro/values-ro.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navigați la ecranul de pornire"
- "Navigați în sus"
- "Mai multe opțiuni"
- "Gata"
- "Afișați tot"
- "Alegeți o aplicație"
- "DEZACTIVAT"
- "ACTIVAT"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Meniu+"
- "Căutați…"
- "Ștergeți interogarea"
- "Termen de căutare"
- "Căutați"
- "Trimiteți interogarea"
- "Căutare vocală"
- "Trimiteți la"
- "Trimiteți folosind %s"
- "Restrângeți"
- "Căutați"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ru/values-ru.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ru/values-ru.xml
deleted file mode 100644
index 258cf11..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ru/values-ru.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Перейти на главный экран"
- "Перейти вверх"
- "Ещё"
- "Готово"
- "Показать все"
- "Выберите приложение"
- "ВЫКЛ"
- "ВКЛ"
- "Alt +"
- "Ctrl +"
- "Delete"
- "Ввод"
- "Fn +"
- "Meta +"
- "Shift +"
- "Пробел"
- "Sym +"
- "Меню +"
- "Введите запрос"
- "Удалить запрос"
- "Поисковый запрос"
- "Поиск"
- "Отправить запрос"
- "Голосовой поиск"
- "Поделиться с помощью"
- "Поделиться с помощью %s"
- "Свернуть"
- "Поиск"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-si/values-si.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-si/values-si.xml
deleted file mode 100644
index f09a86b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-si/values-si.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "මුල් පිටුවට සංචාලනය කරන්න"
- "ඉහළට සංචාලනය කරන්න"
- "තවත් විකල්ප"
- "කළා"
- "සියල්ල බලන්න"
- "යෙදුමක් තෝරන්න"
- "ක්රියාවිරහිතයි"
- "ක්රියාත්මකයි"
- "Alt+"
- "Ctrl+"
- "මකන්න"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "සොයන්න..."
- "විමසුම හිස් කරන්න"
- "සෙවුම් විමසුම"
- "සෙවීම"
- "විමසුම යොමු කරන්න"
- "හඬ සෙවීම"
- "සමග බෙදා ගන්න"
- "%s සමඟ බෙදා ගන්න"
- "හකුළන්න"
- "සෙවීම"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sk/values-sk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sk/values-sk.xml
deleted file mode 100644
index 821e296..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sk/values-sk.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Prejsť na plochu"
- "Prejsť nahor"
- "Ďalšie možnosti"
- "Hotovo"
- "Zobraziť všetky"
- "Vybrať aplikáciu"
- "VYP."
- "ZAP."
- "Alt+"
- "Ctrl+"
- "odstrániť"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "medzerník"
- "Sym+"
- "Menu+"
- "Vyhľadať…"
- "Vymazať dopyt"
- "Vyhľadávací dopyt"
- "Hľadať"
- "Odoslať dopyt"
- "Hlasové vyhľadávanie"
- "Zdieľať s"
- "Zdieľať s aplikáciou %s"
- "Zbaliť"
- "Hľadať"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sl/values-sl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sl/values-sl.xml
deleted file mode 100644
index 1e0a452..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sl/values-sl.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Krmarjenje na začetek"
- "Pomik navzgor"
- "Več možnosti"
- "Končano"
- "Pokaži vse"
- "Izbira aplikacije"
- "IZKLOP"
- "VKLOP"
- "Alt +"
- "Ctrl +"
- "delete"
- "enter"
- "Fn +"
- "Meta +"
- "Shift +"
- "preslednica"
- "Sym +"
- "Meni +"
- "Iskanje …"
- "Izbris poizvedbe"
- "Iskalna poizvedba"
- "Iskanje"
- "Pošiljanje poizvedbe"
- "Glasovno iskanje"
- "Deljenje z:"
- "Deljenje z drugimi prek aplikacije %s"
- "Strnitev"
- "Iskanje"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sq/values-sq.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sq/values-sq.xml
deleted file mode 100644
index 04f3aec..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sq/values-sq.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Orientohu për në shtëpi"
- "Ngjitu lart"
- "Opsione të tjera"
- "U krye"
- "Shfaq çdo gjë"
- "Zgjidh një aplikacion"
- "JOAKTIV"
- "AKTIV"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Funksioni+"
- "Meta+"
- "Shift+"
- "hapësirë"
- "Sym+"
- "Menyja+"
- "Kërko…"
- "Pastro pyetjen"
- "Kërko pyetjen"
- "Kërko"
- "Dërgo pyetjen"
- "Kërkim me zë"
- "Ndaje me"
- "Ndaje me %s"
- "Palos"
- "Kërko"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sr/values-sr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sr/values-sr.xml
deleted file mode 100644
index b370616..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sr/values-sr.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Идите на почетну"
- "Идите нагоре"
- "Још опција"
- "Готово"
- "Прикажи све"
- "Изаберите апликацију"
- "ИСКЉУЧЕНО"
- "УКЉУЧЕНО"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "тастер за размак"
- "Sym+"
- "Menu+"
- "Претражите…"
- "Обришите упит"
- "Претражите упит"
- "Претражите"
- "Пошаљите упит"
- "Гласовна претрага"
- "Делите помоћу"
- "Делите помоћу апликације %s"
- "Скупи"
- "Претражите"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sv/values-sv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sv/values-sv.xml
deleted file mode 100644
index 48f392d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sv/values-sv.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Navigera hem"
- "Navigera uppåt"
- "Fler alternativ"
- "Klar"
- "Visa alla"
- "Välj en app"
- "AV"
- "PÅ"
- "Alt + "
- "Ctrl + "
- "delete"
- "retur"
- "Funktion + "
- "Meta + "
- "Skift + "
- "blanksteg"
- "Symbol + "
- "Meny + "
- "Sök …"
- "Ta bort frågan"
- "Sökfråga"
- "Sök"
- "Skicka fråga"
- "Röstsökning"
- "Dela med"
- "Dela med %s"
- "Komprimera"
- "Sök"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sw/values-sw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sw/values-sw.xml
deleted file mode 100644
index 5574eaf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sw/values-sw.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Nenda mwanzo"
- "Sogeza juu"
- "Chaguo zaidi"
- "Nimemaliza"
- "Angalia zote"
- "Chagua programu"
- "IMEZIMWA"
- "IMEWASHWA"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "Tafuta…"
- "Futa hoja"
- "Hoja ya utafutaji"
- "Tafuta"
- "Wasilisha hoja"
- "Kutafuta kwa kutamka"
- "Shiriki na"
- "Shiriki ukitumia %s"
- "Kunja"
- "Tafuta"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sw600dp-v13/values-sw600dp-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sw600dp-v13/values-sw600dp-v13.xml
deleted file mode 100644
index be7c95f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sw600dp-v13/values-sw600dp-v13.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
- 24dp
- 80dp
- 64dp
- 8dp
- 8dp
- 580dp
- 16dp
- 20dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ta/values-ta.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ta/values-ta.xml
deleted file mode 100644
index dcb0db1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ta/values-ta.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "முகப்பிற்குச் செல்லும்"
- "மேலே செல்லும்"
- "மேலும் விருப்பங்கள்"
- "முடிந்தது"
- "அனைத்தையும் காட்டு"
- "ஆப்ஸைத் தேர்வுசெய்க"
- "ஆஃப்"
- "ஆன்"
- "Alt மற்றும்"
- "Ctrl மற்றும்"
- "delete"
- "enter"
- "Function மற்றும்"
- "Meta மற்றும்"
- "Shift மற்றும்"
- "space"
- "Sym மற்றும்"
- "Menu மற்றும்"
- "தேடுக…"
- "வினவலை அழிக்கும்"
- "தேடல் வினவல்"
- "தேடும்"
- "வினவலைச் சமர்ப்பிக்கும்"
- "குரல் தேடல்"
- "இதில் பகிர்"
- "%s மூலம் பகிர்"
- "சுருக்கும்"
- "தேடல்"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-te/values-te.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-te/values-te.xml
deleted file mode 100644
index 7d19b5f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-te/values-te.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "హోమ్కు నావిగేట్ చేస్తుంది"
- "పైకి నావిగేట్ చేస్తుంది"
- "మరిన్ని ఆప్షన్లు"
- "పూర్తయింది"
- "అన్నీ చూడండి"
- "యాప్ను ఎంచుకోండి"
- "ఆఫ్"
- "ఆన్"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "స్పేస్"
- "Sym+"
- "Menu+"
- "సెర్చ్ చేయండి…"
- "ప్రశ్నను తీసివేస్తుంది"
- "సెర్చ్ క్వెరీ"
- "సెర్చ్"
- "ప్రశ్నని సమర్పిస్తుంది"
- "వాయిస్ సెర్చ్"
- "వీరితో షేర్ చేస్తుంది"
- "%sతో షేర్ చేస్తుంది"
- "కుదిస్తుంది"
- "సెర్చ్"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-th/values-th.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-th/values-th.xml
deleted file mode 100644
index 58dae3a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-th/values-th.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "นำทางไปหน้าแรก"
- "กลับ"
- "ตัวเลือกอื่น"
- "เสร็จ"
- "ดูทั้งหมด"
- "เลือกแอป"
- "ปิด"
- "เปิด"
- "Alt+"
- "Ctrl+"
- "ลบ"
- "Enter"
- "Function+"
- "Meta+"
- "Shift+"
- "Space"
- "Sym+"
- "เมนู+"
- "ค้นหา…"
- "ล้างคำค้นหา"
- "คำค้นหา"
- "ค้นหา"
- "ส่งคำค้นหา"
- "ค้นหาด้วยเสียง"
- "แชร์กับ"
- "แชร์ทาง %s"
- "ยุบ"
- "ค้นหา"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-tl/values-tl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-tl/values-tl.xml
deleted file mode 100644
index 4179292..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-tl/values-tl.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Mag-navigate sa home"
- "Mag-navigate pataas"
- "Higit pang opsyon"
- "Tapos na"
- "Tingnan lahat"
- "Pumili ng app"
- "I-OFF"
- "I-ON"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "Maghanap…"
- "I-clear ang query"
- "Query sa paghahanap"
- "Maghanap"
- "Isumite ang query"
- "Paghahanap gamit ang boses"
- "Ibahagi sa/kay"
- "Ibahagi gamit ang %s"
- "I-collapse"
- "Maghanap"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-tr/values-tr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-tr/values-tr.xml
deleted file mode 100644
index 5394862..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-tr/values-tr.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Eve gidiş yolunu göster"
- "Yukarı git"
- "Diğer seçenekler"
- "Bitti"
- "Tümünü göster"
- "Bir uygulama seçin"
- "KAPAT"
- "AÇ"
- "Alt+"
- "Ctrl+"
- "sil"
- "enter"
- "Function+"
- "Meta+"
- "Üst Karakter+"
- "boşluk"
- "Sym+"
- "Menü+"
- "Ara…"
- "Sorguyu temizle"
- "Arama sorgusu"
- "Ara"
- "Sorguyu gönder"
- "Sesli arama"
- "Şununla paylaş:"
- "%s ile paylaş"
- "Daralt"
- "Ara"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-uk/values-uk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-uk/values-uk.xml
deleted file mode 100644
index e5bb979..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-uk/values-uk.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Перейти на головну"
- "Перейти вгору"
- "Більше опцій"
- "Готово"
- "Показати всі"
- "Вибрати програму"
- "ЗНИЖКА"
- "УВІМК."
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "пробіл"
- "Sym+"
- "Menu+"
- "Введіть пошуковий запит…"
- "Очистити запит"
- "Пошуковий запит"
- "Пошук"
- "Наіслати запит"
- "Голосовий пошук"
- "Поділитися:"
- "Поділитися через додаток %s"
- "Згорнути"
- "Пошук"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ur/values-ur.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ur/values-ur.xml
deleted file mode 100644
index 7bb84fa..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ur/values-ur.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "گھر کی طرف نیویگیٹ کریں"
- "اوپر نیویگیٹ کریں"
- "مزید اختیارات"
- "ہو گیا"
- "سبھی دیکھیں"
- "ایک ایپ منتخب کریں"
- "آف"
- "آن"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "تلاش کریں…"
- "استفسار صاف کریں"
- "تلاش کا استفسار"
- "تلاش کریں"
- "استفسار جمع کرائیں"
- "صوتی تلاش"
- "اس کے ساتھ اشتراک کریں"
- "%s کے ساتھ اشتراک کریں"
- "سکیڑیں"
- "تلاش کریں"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-uz/values-uz.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-uz/values-uz.xml
deleted file mode 100644
index f26fb7c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-uz/values-uz.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Boshiga o‘tish"
- "Yopish"
- "Yana"
- "OK"
- "Hammasi"
- "Ilovani tanlang"
- "YOQILMAGAN"
- "YONIQ"
- "Alt+"
- "Ctrl+"
- "Delete"
- "Enter"
- "Fn+"
- "Meta+"
- "Shift+"
- "Probel"
- "Sym+"
- "Menyu+"
- "Qidirish…"
- "So‘rovni o‘chirish"
- "Qidiruv so‘rovi"
- "Qidiruv"
- "So‘rov yaratish"
- "Ovozli qidiruv"
- "Ulashish"
- "%s orqali ulashish"
- "Yig‘ish"
- "Qidiruv"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v16/values-v16.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v16/values-v16.xml
deleted file mode 100644
index 3ba0ed0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v16/values-v16.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v17/values-v17.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v17/values-v17.xml
deleted file mode 100644
index f85a197..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v17/values-v17.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v18/values-v18.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v18/values-v18.xml
deleted file mode 100644
index 7dad77f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v18/values-v18.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- 0px
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v21/values-v21.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v21/values-v21.xml
deleted file mode 100644
index c0261b6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v21/values-v21.xml
+++ /dev/null
@@ -1,261 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v22/values-v22.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v22/values-v22.xml
deleted file mode 100644
index d4a514a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v22/values-v22.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v23/values-v23.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v23/values-v23.xml
deleted file mode 100644
index 853e94c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v23/values-v23.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v24/values-v24.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v24/values-v24.xml
deleted file mode 100644
index f9b3c08..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v24/values-v24.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v25/values-v25.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v25/values-v25.xml
deleted file mode 100644
index 483ae0c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v25/values-v25.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v26/values-v26.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v26/values-v26.xml
deleted file mode 100644
index 8b28a46..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v26/values-v26.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v28/values-v28.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v28/values-v28.xml
deleted file mode 100644
index e3801cd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v28/values-v28.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-vi/values-vi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-vi/values-vi.xml
deleted file mode 100644
index cedf758..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-vi/values-vi.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Chỉ đường về nhà"
- "Di chuyển lên"
- "Tùy chọn khác"
- "Xong"
- "Xem tất cả"
- "Chọn một ứng dụng"
- "TẮT"
- "BẬT"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Menu+"
- "Tìm kiếm…"
- "Xóa truy vấn"
- "Truy vấn tìm kiếm"
- "Tìm kiếm"
- "Gửi truy vấn"
- "Tìm kiếm bằng giọng nói"
- "Chia sẻ với"
- "Chia sẻ với %s"
- "Thu gọn"
- "Tìm kiếm"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-watch-v20/values-watch-v20.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-watch-v20/values-watch-v20.xml
deleted file mode 100644
index 2d85812..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-watch-v20/values-watch-v20.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-watch-v21/values-watch-v21.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-watch-v21/values-watch-v21.xml
deleted file mode 100644
index deecc9e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-watch-v21/values-watch-v21.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-xlarge-v4/values-xlarge-v4.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-xlarge-v4/values-xlarge-v4.xml
deleted file mode 100644
index b499d2c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-xlarge-v4/values-xlarge-v4.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
- - 60%
- - 90%
- - 50%
- - 70%
- - 45%
- - 72%
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rCN/values-zh-rCN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rCN/values-zh-rCN.xml
deleted file mode 100644
index 5f19681..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rCN/values-zh-rCN.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "转到首页"
- "转到上一层级"
- "更多选项"
- "完成"
- "查看全部"
- "选择应用"
- "关闭"
- "开启"
- "Alt+"
- "Ctrl+"
- "Delete 键"
- "Enter 键"
- "Fn+"
- "Meta+"
- "Shift+"
- "空格键"
- "Sym+"
- "Menu+"
- "搜索…"
- "清除查询"
- "搜索查询"
- "搜索"
- "提交查询"
- "语音搜索"
- "分享对象"
- "与%s分享"
- "收起"
- "搜索"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rHK/values-zh-rHK.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rHK/values-zh-rHK.xml
deleted file mode 100644
index 8a0f333..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rHK/values-zh-rHK.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "瀏覽主頁"
- "向上瀏覽"
- "更多選項"
- "完成"
- "查看全部"
- "選擇應用程式"
- "關閉"
- "開啟"
- "Alt +"
- "Ctrl +"
- "刪除"
- "Enter 鍵"
- "Fn +"
- "Meta +"
- "Shift +"
- "空白鍵"
- "Sym +"
- "Menu +"
- "搜尋…"
- "清除查詢"
- "搜尋查詢"
- "搜尋"
- "提交查詢"
- "語音搜尋"
- "分享對象"
- "使用「%s」分享"
- "收合"
- "搜尋"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rTW/values-zh-rTW.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rTW/values-zh-rTW.xml
deleted file mode 100644
index 649b28f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rTW/values-zh-rTW.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "瀏覽首頁"
- "向上瀏覽"
- "更多選項"
- "完成"
- "查看全部"
- "選擇應用程式"
- "關閉"
- "開啟"
- "Alt +"
- "Ctrl +"
- "Delete 鍵"
- "Enter 鍵"
- "Fn +"
- "Meta +"
- "Shift +"
- "空格鍵"
- "Sym +"
- "Menu +"
- "搜尋…"
- "清除查詢"
- "搜尋查詢"
- "搜尋"
- "提交查詢"
- "語音搜尋"
- "分享對象"
- "與「%s」分享"
- "收合"
- "搜尋"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zu/values-zu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zu/values-zu.xml
deleted file mode 100644
index 94c91c1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zu/values-zu.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- "Zulazulela ekhaya"
- "Zulazulela phezulu"
- "Ezinye izinketho"
- "Kwenziwe"
- "Buka konke"
- "Khetha insiza"
- "VALA"
- "VULA"
- "Alt+"
- "Ctrl+"
- "delete"
- "enter"
- "Function+"
- "Meta+"
- "Shift+"
- "space"
- "Sym+"
- "Imenyu+"
- "Sesha…"
- "Sula inkinga"
- "Sesha umbuzo"
- "Sesha"
- "Thumela umbuzo"
- "Ukusesha ngezwi"
- "Yabelana no"
- "Yabelana ne-%s"
- "Goqa"
- "Sesha"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values/values.xml
deleted file mode 100644
index d9074a6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values/values.xml
+++ /dev/null
@@ -1,2978 +0,0 @@
-
-
-
-
-
-
- true
- true
- #ff000000
- #ffffffff
- #7fa87f
- @android:color/black
- @android:color/black
- @color/material_deep_teal_200
- @color/material_deep_teal_500
- @color/material_grey_800
- @android:color/white
- @color/material_grey_850
- @color/material_grey_50
- #80ffffff
- #80000000
- @color/bright_foreground_material_light
- @color/bright_foreground_material_dark
- @android:color/white
- @android:color/black
- #ff5a595b
- #ffd6d7d7
- #80bebebe
- #80323232
- #ffbebebe
- #ff323232
- #ff7043
- #ff5722
- @android:color/white
- @android:color/black
- #6680cbc4
- #66009688
- #ff37474f
- #ff263238
- #ff21272b
- #ff80cbc4
- #ff008577
- #fff5f5f5
- #ffe0e0e0
- #fffafafa
- #ff757575
- #ff424242
- #ff303030
- #ff212121
- @android:color/black
- @color/material_grey_600
- @color/material_grey_900
- @color/material_grey_100
- #ffffffff
- #de000000
- #4Dffffff
- #39000000
- #33ffffff
- #1f000000
- #b3ffffff
- #8a000000
- #36ffffff
- #24000000
- #ff616161
- #ffbdbdbd
- #ffbdbdbd
- #fff1f1f1
- #e6616161
- #e6FFFFFF
- 16dp
- 72dp
- 56dp
- 0dp
- 0dp
- 4dp
- 16dp
- 10dp
- 6dp
- 48dp
- 180dp
- 5dp
- -3dp
- 48dp
- 48dp
- 36dp
- 48dp
- 48dp
- @dimen/abc_control_inset_material
- 6dp
- 8dp
- @dimen/abc_control_padding_material
- 720dp
- 320dp
- 2dp
- 4dp
- 4dp
- 2dp
- - 80%
- - 100%
- - 320dp
- - 320dp
- 8dp
- 8dp
- - 65%
- - 95%
- 24dp
- 18dp
- 8dp
- - 0.30
- - 0.26
- 32dip
- 8dip
- 8dip
- 7dp
- 4dp
- 10dp
- 16dp
- 80dp
- 64dp
- 48dp
- @dimen/abc_action_bar_content_inset_material
- 296dp
- 4dp
- 48dip
- 320dip
- 2dp
- 2dp
- 20dp
- 48dp
- 36dp
- 16dp
- 3dp
- 14sp
- 14sp
- 14sp
- 12sp
- 34sp
- 45sp
- 56sp
- 112sp
- 24sp
- 22sp
- 18sp
- 14sp
- 16sp
- 14sp
- 16sp
- 16dp
- 20sp
- 20dp
- - 0.30
- - 0.26
- - 0.26
- - 0.20
- - 0.12
- - 0.50
- - 0.38
- - 0.70
- - 0.54
- 2dp
- 16dp
- 8dp
- 8dp
- 96dp
- 6.5dp
- 0dp
- 16dp
-
-
-
-
-
-
-
-
-
- 220
- 150
- 127
- 150
- Navigate home
- Navigate up
- More options
- Done
- See all
- Choose an app
- OFF
- ON
- Alt+
- Ctrl+
- delete
- enter
- Function+
- Meta+
- Shift+
- space
- Sym+
- Menu+
- Search…
- Clear query
- Search query
- Search
- Submit query
- Voice search
- Share with
- Share with %s
- Collapse
- Search
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124.stamp
deleted file mode 100644
index bbeb303..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124.stamp
+++ /dev/null
@@ -1 +0,0 @@
-F07C5ADE5531411B
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/AndroidManifest.xml
deleted file mode 100644
index 884bf7b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index d8560bd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/R.txt
deleted file mode 100644
index 7977246..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/R.txt
+++ /dev/null
@@ -1,2899 +0,0 @@
-int anim abc_fade_in 0x0
-int anim abc_fade_out 0x0
-int anim abc_grow_fade_in_from_bottom 0x0
-int anim abc_popup_enter 0x0
-int anim abc_popup_exit 0x0
-int anim abc_shrink_fade_out_from_bottom 0x0
-int anim abc_slide_in_bottom 0x0
-int anim abc_slide_in_top 0x0
-int anim abc_slide_out_bottom 0x0
-int anim abc_slide_out_top 0x0
-int anim abc_tooltip_enter 0x0
-int anim abc_tooltip_exit 0x0
-int anim btn_checkbox_to_checked_box_inner_merged_animation 0x0
-int anim btn_checkbox_to_checked_box_outer_merged_animation 0x0
-int anim btn_checkbox_to_checked_icon_null_animation 0x0
-int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x0
-int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x0
-int anim btn_checkbox_to_unchecked_icon_null_animation 0x0
-int anim btn_radio_to_off_mtrl_dot_group_animation 0x0
-int anim btn_radio_to_off_mtrl_ring_outer_animation 0x0
-int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x0
-int anim btn_radio_to_on_mtrl_dot_group_animation 0x0
-int anim btn_radio_to_on_mtrl_ring_outer_animation 0x0
-int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x0
-int attr SharedValue 0x0
-int attr SharedValueId 0x0
-int attr actionBarDivider 0x0
-int attr actionBarItemBackground 0x0
-int attr actionBarPopupTheme 0x0
-int attr actionBarSize 0x0
-int attr actionBarSplitStyle 0x0
-int attr actionBarStyle 0x0
-int attr actionBarTabBarStyle 0x0
-int attr actionBarTabStyle 0x0
-int attr actionBarTabTextStyle 0x0
-int attr actionBarTheme 0x0
-int attr actionBarWidgetTheme 0x0
-int attr actionButtonStyle 0x0
-int attr actionDropDownStyle 0x0
-int attr actionLayout 0x0
-int attr actionMenuTextAppearance 0x0
-int attr actionMenuTextColor 0x0
-int attr actionModeBackground 0x0
-int attr actionModeCloseButtonStyle 0x0
-int attr actionModeCloseDrawable 0x0
-int attr actionModeCopyDrawable 0x0
-int attr actionModeCutDrawable 0x0
-int attr actionModeFindDrawable 0x0
-int attr actionModePasteDrawable 0x0
-int attr actionModePopupWindowStyle 0x0
-int attr actionModeSelectAllDrawable 0x0
-int attr actionModeShareDrawable 0x0
-int attr actionModeSplitBackground 0x0
-int attr actionModeStyle 0x0
-int attr actionModeWebSearchDrawable 0x0
-int attr actionOverflowButtonStyle 0x0
-int attr actionOverflowMenuStyle 0x0
-int attr actionProviderClass 0x0
-int attr actionViewClass 0x0
-int attr activityChooserViewStyle 0x0
-int attr alertDialogButtonGroupStyle 0x0
-int attr alertDialogCenterButtons 0x0
-int attr alertDialogStyle 0x0
-int attr alertDialogTheme 0x0
-int attr allowStacking 0x0
-int attr alpha 0x0
-int attr alphabeticModifiers 0x0
-int attr altSrc 0x0
-int attr animateCircleAngleTo 0x0
-int attr animateRelativeTo 0x0
-int attr applyMotionScene 0x0
-int attr arcMode 0x0
-int attr arrowHeadLength 0x0
-int attr arrowShaftLength 0x0
-int attr attributeName 0x0
-int attr autoCompleteMode 0x0
-int attr autoCompleteTextViewStyle 0x0
-int attr autoSizeMaxTextSize 0x0
-int attr autoSizeMinTextSize 0x0
-int attr autoSizePresetSizes 0x0
-int attr autoSizeStepGranularity 0x0
-int attr autoSizeTextType 0x0
-int attr autoTransition 0x0
-int attr background 0x0
-int attr backgroundSplit 0x0
-int attr backgroundStacked 0x0
-int attr backgroundTint 0x0
-int attr backgroundTintMode 0x0
-int attr barLength 0x0
-int attr barrierAllowsGoneWidgets 0x0
-int attr barrierDirection 0x0
-int attr barrierMargin 0x0
-int attr blendSrc 0x0
-int attr borderRound 0x0
-int attr borderRoundPercent 0x0
-int attr borderlessButtonStyle 0x0
-int attr brightness 0x0
-int attr buttonBarButtonStyle 0x0
-int attr buttonBarNegativeButtonStyle 0x0
-int attr buttonBarNeutralButtonStyle 0x0
-int attr buttonBarPositiveButtonStyle 0x0
-int attr buttonBarStyle 0x0
-int attr buttonCompat 0x0
-int attr buttonGravity 0x0
-int attr buttonIconDimen 0x0
-int attr buttonPanelSideLayout 0x0
-int attr buttonStyle 0x0
-int attr buttonStyleSmall 0x0
-int attr buttonTint 0x0
-int attr buttonTintMode 0x0
-int attr carousel_backwardTransition 0x0
-int attr carousel_emptyViewsBehavior 0x0
-int attr carousel_firstView 0x0
-int attr carousel_forwardTransition 0x0
-int attr carousel_infinite 0x0
-int attr carousel_nextState 0x0
-int attr carousel_previousState 0x0
-int attr carousel_touchUpMode 0x0
-int attr carousel_touchUp_dampeningFactor 0x0
-int attr carousel_touchUp_velocityThreshold 0x0
-int attr chainUseRtl 0x0
-int attr checkboxStyle 0x0
-int attr checkedTextViewStyle 0x0
-int attr circleRadius 0x0
-int attr circularflow_angles 0x0
-int attr circularflow_defaultAngle 0x0
-int attr circularflow_defaultRadius 0x0
-int attr circularflow_radiusInDP 0x0
-int attr circularflow_viewCenter 0x0
-int attr clearsTag 0x0
-int attr clickAction 0x0
-int attr closeIcon 0x0
-int attr closeItemLayout 0x0
-int attr collapseContentDescription 0x0
-int attr collapseIcon 0x0
-int attr color 0x0
-int attr colorAccent 0x0
-int attr colorBackgroundFloating 0x0
-int attr colorButtonNormal 0x0
-int attr colorControlActivated 0x0
-int attr colorControlHighlight 0x0
-int attr colorControlNormal 0x0
-int attr colorError 0x0
-int attr colorPrimary 0x0
-int attr colorPrimaryDark 0x0
-int attr colorSwitchThumbNormal 0x0
-int attr commitIcon 0x0
-int attr constraintRotate 0x0
-int attr constraintSet 0x0
-int attr constraintSetEnd 0x0
-int attr constraintSetStart 0x0
-int attr constraint_referenced_ids 0x0
-int attr constraint_referenced_tags 0x0
-int attr constraints 0x0
-int attr content 0x0
-int attr contentDescription 0x0
-int attr contentInsetEnd 0x0
-int attr contentInsetEndWithActions 0x0
-int attr contentInsetLeft 0x0
-int attr contentInsetRight 0x0
-int attr contentInsetStart 0x0
-int attr contentInsetStartWithNavigation 0x0
-int attr contrast 0x0
-int attr controlBackground 0x0
-int attr crossfade 0x0
-int attr currentState 0x0
-int attr curveFit 0x0
-int attr customBoolean 0x0
-int attr customColorDrawableValue 0x0
-int attr customColorValue 0x0
-int attr customDimension 0x0
-int attr customFloatValue 0x0
-int attr customIntegerValue 0x0
-int attr customNavigationLayout 0x0
-int attr customPixelDimension 0x0
-int attr customReference 0x0
-int attr customStringValue 0x0
-int attr defaultDuration 0x0
-int attr defaultQueryHint 0x0
-int attr defaultState 0x0
-int attr deltaPolarAngle 0x0
-int attr deltaPolarRadius 0x0
-int attr deriveConstraintsFrom 0x0
-int attr dialogCornerRadius 0x0
-int attr dialogPreferredPadding 0x0
-int attr dialogTheme 0x0
-int attr displayOptions 0x0
-int attr divider 0x0
-int attr dividerHorizontal 0x0
-int attr dividerPadding 0x0
-int attr dividerVertical 0x0
-int attr dragDirection 0x0
-int attr dragScale 0x0
-int attr dragThreshold 0x0
-int attr drawPath 0x0
-int attr drawableBottomCompat 0x0
-int attr drawableEndCompat 0x0
-int attr drawableLeftCompat 0x0
-int attr drawableRightCompat 0x0
-int attr drawableSize 0x0
-int attr drawableStartCompat 0x0
-int attr drawableTint 0x0
-int attr drawableTintMode 0x0
-int attr drawableTopCompat 0x0
-int attr drawerArrowStyle 0x0
-int attr dropDownListViewStyle 0x0
-int attr dropdownListPreferredItemHeight 0x0
-int attr duration 0x0
-int attr editTextBackground 0x0
-int attr editTextColor 0x0
-int attr editTextStyle 0x0
-int attr elevation 0x0
-int attr expandActivityOverflowButtonDrawable 0x0
-int attr firstBaselineToTopHeight 0x0
-int attr flow_firstHorizontalBias 0x0
-int attr flow_firstHorizontalStyle 0x0
-int attr flow_firstVerticalBias 0x0
-int attr flow_firstVerticalStyle 0x0
-int attr flow_horizontalAlign 0x0
-int attr flow_horizontalBias 0x0
-int attr flow_horizontalGap 0x0
-int attr flow_horizontalStyle 0x0
-int attr flow_lastHorizontalBias 0x0
-int attr flow_lastHorizontalStyle 0x0
-int attr flow_lastVerticalBias 0x0
-int attr flow_lastVerticalStyle 0x0
-int attr flow_maxElementsWrap 0x0
-int attr flow_padding 0x0
-int attr flow_verticalAlign 0x0
-int attr flow_verticalBias 0x0
-int attr flow_verticalGap 0x0
-int attr flow_verticalStyle 0x0
-int attr flow_wrapMode 0x0
-int attr font 0x0
-int attr fontFamily 0x0
-int attr fontProviderAuthority 0x0
-int attr fontProviderCerts 0x0
-int attr fontProviderFetchStrategy 0x0
-int attr fontProviderFetchTimeout 0x0
-int attr fontProviderPackage 0x0
-int attr fontProviderQuery 0x0
-int attr fontStyle 0x0
-int attr fontVariationSettings 0x0
-int attr fontWeight 0x0
-int attr framePosition 0x0
-int attr gapBetweenBars 0x0
-int attr goIcon 0x0
-int attr guidelineUseRtl 0x0
-int attr height 0x0
-int attr hideOnContentScroll 0x0
-int attr homeAsUpIndicator 0x0
-int attr homeLayout 0x0
-int attr icon 0x0
-int attr iconTint 0x0
-int attr iconTintMode 0x0
-int attr iconifiedByDefault 0x0
-int attr ifTagNotSet 0x0
-int attr ifTagSet 0x0
-int attr imageButtonStyle 0x0
-int attr imagePanX 0x0
-int attr imagePanY 0x0
-int attr imageRotate 0x0
-int attr imageZoom 0x0
-int attr indeterminateProgressStyle 0x0
-int attr initialActivityCount 0x0
-int attr isLightTheme 0x0
-int attr itemPadding 0x0
-int attr keyPositionType 0x0
-int attr lastBaselineToBottomHeight 0x0
-int attr layout 0x0
-int attr layoutDescription 0x0
-int attr layoutDuringTransition 0x0
-int attr layout_constrainedHeight 0x0
-int attr layout_constrainedWidth 0x0
-int attr layout_constraintBaseline_creator 0x0
-int attr layout_constraintBaseline_toBaselineOf 0x0
-int attr layout_constraintBaseline_toBottomOf 0x0
-int attr layout_constraintBaseline_toTopOf 0x0
-int attr layout_constraintBottom_creator 0x0
-int attr layout_constraintBottom_toBottomOf 0x0
-int attr layout_constraintBottom_toTopOf 0x0
-int attr layout_constraintCircle 0x0
-int attr layout_constraintCircleAngle 0x0
-int attr layout_constraintCircleRadius 0x0
-int attr layout_constraintDimensionRatio 0x0
-int attr layout_constraintEnd_toEndOf 0x0
-int attr layout_constraintEnd_toStartOf 0x0
-int attr layout_constraintGuide_begin 0x0
-int attr layout_constraintGuide_end 0x0
-int attr layout_constraintGuide_percent 0x0
-int attr layout_constraintHeight 0x0
-int attr layout_constraintHeight_default 0x0
-int attr layout_constraintHeight_max 0x0
-int attr layout_constraintHeight_min 0x0
-int attr layout_constraintHeight_percent 0x0
-int attr layout_constraintHorizontal_bias 0x0
-int attr layout_constraintHorizontal_chainStyle 0x0
-int attr layout_constraintHorizontal_weight 0x0
-int attr layout_constraintLeft_creator 0x0
-int attr layout_constraintLeft_toLeftOf 0x0
-int attr layout_constraintLeft_toRightOf 0x0
-int attr layout_constraintRight_creator 0x0
-int attr layout_constraintRight_toLeftOf 0x0
-int attr layout_constraintRight_toRightOf 0x0
-int attr layout_constraintStart_toEndOf 0x0
-int attr layout_constraintStart_toStartOf 0x0
-int attr layout_constraintTag 0x0
-int attr layout_constraintTop_creator 0x0
-int attr layout_constraintTop_toBottomOf 0x0
-int attr layout_constraintTop_toTopOf 0x0
-int attr layout_constraintVertical_bias 0x0
-int attr layout_constraintVertical_chainStyle 0x0
-int attr layout_constraintVertical_weight 0x0
-int attr layout_constraintWidth 0x0
-int attr layout_constraintWidth_default 0x0
-int attr layout_constraintWidth_max 0x0
-int attr layout_constraintWidth_min 0x0
-int attr layout_constraintWidth_percent 0x0
-int attr layout_editor_absoluteX 0x0
-int attr layout_editor_absoluteY 0x0
-int attr layout_goneMarginBaseline 0x0
-int attr layout_goneMarginBottom 0x0
-int attr layout_goneMarginEnd 0x0
-int attr layout_goneMarginLeft 0x0
-int attr layout_goneMarginRight 0x0
-int attr layout_goneMarginStart 0x0
-int attr layout_goneMarginTop 0x0
-int attr layout_marginBaseline 0x0
-int attr layout_optimizationLevel 0x0
-int attr layout_wrapBehaviorInParent 0x0
-int attr limitBoundsTo 0x0
-int attr lineHeight 0x0
-int attr listChoiceBackgroundIndicator 0x0
-int attr listChoiceIndicatorMultipleAnimated 0x0
-int attr listChoiceIndicatorSingleAnimated 0x0
-int attr listDividerAlertDialog 0x0
-int attr listItemLayout 0x0
-int attr listLayout 0x0
-int attr listMenuViewStyle 0x0
-int attr listPopupWindowStyle 0x0
-int attr listPreferredItemHeight 0x0
-int attr listPreferredItemHeightLarge 0x0
-int attr listPreferredItemHeightSmall 0x0
-int attr listPreferredItemPaddingEnd 0x0
-int attr listPreferredItemPaddingLeft 0x0
-int attr listPreferredItemPaddingRight 0x0
-int attr listPreferredItemPaddingStart 0x0
-int attr logo 0x0
-int attr logoDescription 0x0
-int attr maxAcceleration 0x0
-int attr maxButtonHeight 0x0
-int attr maxHeight 0x0
-int attr maxVelocity 0x0
-int attr maxWidth 0x0
-int attr measureWithLargestChild 0x0
-int attr menu 0x0
-int attr methodName 0x0
-int attr minHeight 0x0
-int attr minWidth 0x0
-int attr mock_diagonalsColor 0x0
-int attr mock_label 0x0
-int attr mock_labelBackgroundColor 0x0
-int attr mock_labelColor 0x0
-int attr mock_showDiagonals 0x0
-int attr mock_showLabel 0x0
-int attr motionDebug 0x0
-int attr motionEffect_alpha 0x0
-int attr motionEffect_end 0x0
-int attr motionEffect_move 0x0
-int attr motionEffect_start 0x0
-int attr motionEffect_strict 0x0
-int attr motionEffect_translationX 0x0
-int attr motionEffect_translationY 0x0
-int attr motionEffect_viewTransition 0x0
-int attr motionInterpolator 0x0
-int attr motionPathRotate 0x0
-int attr motionProgress 0x0
-int attr motionStagger 0x0
-int attr motionTarget 0x0
-int attr motion_postLayoutCollision 0x0
-int attr motion_triggerOnCollision 0x0
-int attr moveWhenScrollAtTop 0x0
-int attr multiChoiceItemLayout 0x0
-int attr navigationContentDescription 0x0
-int attr navigationIcon 0x0
-int attr navigationMode 0x0
-int attr nestedScrollFlags 0x0
-int attr numericModifiers 0x0
-int attr onCross 0x0
-int attr onHide 0x0
-int attr onNegativeCross 0x0
-int attr onPositiveCross 0x0
-int attr onShow 0x0
-int attr onStateTransition 0x0
-int attr onTouchUp 0x0
-int attr overlapAnchor 0x0
-int attr overlay 0x0
-int attr paddingBottomNoButtons 0x0
-int attr paddingEnd 0x0
-int attr paddingStart 0x0
-int attr paddingTopNoTitle 0x0
-int attr panelBackground 0x0
-int attr panelMenuListTheme 0x0
-int attr panelMenuListWidth 0x0
-int attr pathMotionArc 0x0
-int attr path_percent 0x0
-int attr percentHeight 0x0
-int attr percentWidth 0x0
-int attr percentX 0x0
-int attr percentY 0x0
-int attr perpendicularPath_percent 0x0
-int attr pivotAnchor 0x0
-int attr placeholder_emptyVisibility 0x0
-int attr polarRelativeTo 0x0
-int attr popupMenuStyle 0x0
-int attr popupTheme 0x0
-int attr popupWindowStyle 0x0
-int attr preserveIconSpacing 0x0
-int attr progressBarPadding 0x0
-int attr progressBarStyle 0x0
-int attr quantizeMotionInterpolator 0x0
-int attr quantizeMotionPhase 0x0
-int attr quantizeMotionSteps 0x0
-int attr queryBackground 0x0
-int attr queryHint 0x0
-int attr radioButtonStyle 0x0
-int attr ratingBarStyle 0x0
-int attr ratingBarStyleIndicator 0x0
-int attr ratingBarStyleSmall 0x0
-int attr reactiveGuide_animateChange 0x0
-int attr reactiveGuide_applyToAllConstraintSets 0x0
-int attr reactiveGuide_applyToConstraintSet 0x0
-int attr reactiveGuide_valueId 0x0
-int attr region_heightLessThan 0x0
-int attr region_heightMoreThan 0x0
-int attr region_widthLessThan 0x0
-int attr region_widthMoreThan 0x0
-int attr rotationCenterId 0x0
-int attr round 0x0
-int attr roundPercent 0x0
-int attr saturation 0x0
-int attr scaleFromTextSize 0x0
-int attr searchHintIcon 0x0
-int attr searchIcon 0x0
-int attr searchViewStyle 0x0
-int attr seekBarStyle 0x0
-int attr selectableItemBackground 0x0
-int attr selectableItemBackgroundBorderless 0x0
-int attr setsTag 0x0
-int attr showAsAction 0x0
-int attr showDividers 0x0
-int attr showPaths 0x0
-int attr showText 0x0
-int attr showTitle 0x0
-int attr singleChoiceItemLayout 0x0
-int attr sizePercent 0x0
-int attr spinBars 0x0
-int attr spinnerDropDownItemStyle 0x0
-int attr spinnerStyle 0x0
-int attr splitTrack 0x0
-int attr springBoundary 0x0
-int attr springDamping 0x0
-int attr springMass 0x0
-int attr springStiffness 0x0
-int attr springStopThreshold 0x0
-int attr srcCompat 0x0
-int attr staggered 0x0
-int attr state_above_anchor 0x0
-int attr subMenuArrow 0x0
-int attr submitBackground 0x0
-int attr subtitle 0x0
-int attr subtitleTextAppearance 0x0
-int attr subtitleTextColor 0x0
-int attr subtitleTextStyle 0x0
-int attr suggestionRowLayout 0x0
-int attr switchMinWidth 0x0
-int attr switchPadding 0x0
-int attr switchStyle 0x0
-int attr switchTextAppearance 0x0
-int attr targetId 0x0
-int attr telltales_tailColor 0x0
-int attr telltales_tailScale 0x0
-int attr telltales_velocityMode 0x0
-int attr textAllCaps 0x0
-int attr textAppearanceLargePopupMenu 0x0
-int attr textAppearanceListItem 0x0
-int attr textAppearanceListItemSecondary 0x0
-int attr textAppearanceListItemSmall 0x0
-int attr textAppearancePopupMenuHeader 0x0
-int attr textAppearanceSearchResultSubtitle 0x0
-int attr textAppearanceSearchResultTitle 0x0
-int attr textAppearanceSmallPopupMenu 0x0
-int attr textBackground 0x0
-int attr textBackgroundPanX 0x0
-int attr textBackgroundPanY 0x0
-int attr textBackgroundRotate 0x0
-int attr textBackgroundZoom 0x0
-int attr textColorAlertDialogListItem 0x0
-int attr textColorSearchUrl 0x0
-int attr textFillColor 0x0
-int attr textLocale 0x0
-int attr textOutlineColor 0x0
-int attr textOutlineThickness 0x0
-int attr textPanX 0x0
-int attr textPanY 0x0
-int attr textureBlurFactor 0x0
-int attr textureEffect 0x0
-int attr textureHeight 0x0
-int attr textureWidth 0x0
-int attr theme 0x0
-int attr thickness 0x0
-int attr thumbTextPadding 0x0
-int attr thumbTint 0x0
-int attr thumbTintMode 0x0
-int attr tickMark 0x0
-int attr tickMarkTint 0x0
-int attr tickMarkTintMode 0x0
-int attr tint 0x0
-int attr tintMode 0x0
-int attr title 0x0
-int attr titleMargin 0x0
-int attr titleMarginBottom 0x0
-int attr titleMarginEnd 0x0
-int attr titleMarginStart 0x0
-int attr titleMarginTop 0x0
-int attr titleMargins 0x0
-int attr titleTextAppearance 0x0
-int attr titleTextColor 0x0
-int attr titleTextStyle 0x0
-int attr toolbarNavigationButtonStyle 0x0
-int attr toolbarStyle 0x0
-int attr tooltipForegroundColor 0x0
-int attr tooltipFrameBackground 0x0
-int attr tooltipText 0x0
-int attr touchAnchorId 0x0
-int attr touchAnchorSide 0x0
-int attr touchRegionId 0x0
-int attr track 0x0
-int attr trackTint 0x0
-int attr trackTintMode 0x0
-int attr transformPivotTarget 0x0
-int attr transitionDisable 0x0
-int attr transitionEasing 0x0
-int attr transitionFlags 0x0
-int attr transitionPathRotate 0x0
-int attr triggerId 0x0
-int attr triggerReceiver 0x0
-int attr triggerSlack 0x0
-int attr ttcIndex 0x0
-int attr upDuration 0x0
-int attr viewInflaterClass 0x0
-int attr viewTransitionMode 0x0
-int attr viewTransitionOnCross 0x0
-int attr viewTransitionOnNegativeCross 0x0
-int attr viewTransitionOnPositiveCross 0x0
-int attr visibilityMode 0x0
-int attr voiceIcon 0x0
-int attr warmth 0x0
-int attr waveDecay 0x0
-int attr waveOffset 0x0
-int attr wavePeriod 0x0
-int attr wavePhase 0x0
-int attr waveShape 0x0
-int attr waveVariesBy 0x0
-int attr windowActionBar 0x0
-int attr windowActionBarOverlay 0x0
-int attr windowActionModeOverlay 0x0
-int attr windowFixedHeightMajor 0x0
-int attr windowFixedHeightMinor 0x0
-int attr windowFixedWidthMajor 0x0
-int attr windowFixedWidthMinor 0x0
-int attr windowMinWidthMajor 0x0
-int attr windowMinWidthMinor 0x0
-int attr windowNoTitle 0x0
-int bool abc_action_bar_embed_tabs 0x0
-int bool abc_allow_stacked_button_bar 0x0
-int bool abc_config_actionMenuItemAllCaps 0x0
-int color abc_background_cache_hint_selector_material_dark 0x0
-int color abc_background_cache_hint_selector_material_light 0x0
-int color abc_btn_colored_borderless_text_material 0x0
-int color abc_btn_colored_text_material 0x0
-int color abc_color_highlight_material 0x0
-int color abc_decor_view_status_guard 0x0
-int color abc_decor_view_status_guard_light 0x0
-int color abc_hint_foreground_material_dark 0x0
-int color abc_hint_foreground_material_light 0x0
-int color abc_primary_text_disable_only_material_dark 0x0
-int color abc_primary_text_disable_only_material_light 0x0
-int color abc_primary_text_material_dark 0x0
-int color abc_primary_text_material_light 0x0
-int color abc_search_url_text 0x0
-int color abc_search_url_text_normal 0x0
-int color abc_search_url_text_pressed 0x0
-int color abc_search_url_text_selected 0x0
-int color abc_secondary_text_material_dark 0x0
-int color abc_secondary_text_material_light 0x0
-int color abc_tint_btn_checkable 0x0
-int color abc_tint_default 0x0
-int color abc_tint_edittext 0x0
-int color abc_tint_seek_thumb 0x0
-int color abc_tint_spinner 0x0
-int color abc_tint_switch_track 0x0
-int color accent_material_dark 0x0
-int color accent_material_light 0x0
-int color androidx_core_ripple_material_light 0x0
-int color androidx_core_secondary_text_default_material_light 0x0
-int color background_floating_material_dark 0x0
-int color background_floating_material_light 0x0
-int color background_material_dark 0x0
-int color background_material_light 0x0
-int color bright_foreground_disabled_material_dark 0x0
-int color bright_foreground_disabled_material_light 0x0
-int color bright_foreground_inverse_material_dark 0x0
-int color bright_foreground_inverse_material_light 0x0
-int color bright_foreground_material_dark 0x0
-int color bright_foreground_material_light 0x0
-int color button_material_dark 0x0
-int color button_material_light 0x0
-int color dim_foreground_disabled_material_dark 0x0
-int color dim_foreground_disabled_material_light 0x0
-int color dim_foreground_material_dark 0x0
-int color dim_foreground_material_light 0x0
-int color error_color_material_dark 0x0
-int color error_color_material_light 0x0
-int color foreground_material_dark 0x0
-int color foreground_material_light 0x0
-int color highlighted_text_material_dark 0x0
-int color highlighted_text_material_light 0x0
-int color material_blue_grey_800 0x0
-int color material_blue_grey_900 0x0
-int color material_blue_grey_950 0x0
-int color material_deep_teal_200 0x0
-int color material_deep_teal_500 0x0
-int color material_grey_100 0x0
-int color material_grey_300 0x0
-int color material_grey_50 0x0
-int color material_grey_600 0x0
-int color material_grey_800 0x0
-int color material_grey_850 0x0
-int color material_grey_900 0x0
-int color notification_action_color_filter 0x0
-int color notification_icon_bg_color 0x0
-int color primary_dark_material_dark 0x0
-int color primary_dark_material_light 0x0
-int color primary_material_dark 0x0
-int color primary_material_light 0x0
-int color primary_text_default_material_dark 0x0
-int color primary_text_default_material_light 0x0
-int color primary_text_disabled_material_dark 0x0
-int color primary_text_disabled_material_light 0x0
-int color ripple_material_dark 0x0
-int color ripple_material_light 0x0
-int color secondary_text_default_material_dark 0x0
-int color secondary_text_default_material_light 0x0
-int color secondary_text_disabled_material_dark 0x0
-int color secondary_text_disabled_material_light 0x0
-int color switch_thumb_disabled_material_dark 0x0
-int color switch_thumb_disabled_material_light 0x0
-int color switch_thumb_material_dark 0x0
-int color switch_thumb_material_light 0x0
-int color switch_thumb_normal_material_dark 0x0
-int color switch_thumb_normal_material_light 0x0
-int color tooltip_background_dark 0x0
-int color tooltip_background_light 0x0
-int dimen abc_action_bar_content_inset_material 0x0
-int dimen abc_action_bar_content_inset_with_nav 0x0
-int dimen abc_action_bar_default_height_material 0x0
-int dimen abc_action_bar_default_padding_end_material 0x0
-int dimen abc_action_bar_default_padding_start_material 0x0
-int dimen abc_action_bar_elevation_material 0x0
-int dimen abc_action_bar_icon_vertical_padding_material 0x0
-int dimen abc_action_bar_overflow_padding_end_material 0x0
-int dimen abc_action_bar_overflow_padding_start_material 0x0
-int dimen abc_action_bar_stacked_max_height 0x0
-int dimen abc_action_bar_stacked_tab_max_width 0x0
-int dimen abc_action_bar_subtitle_bottom_margin_material 0x0
-int dimen abc_action_bar_subtitle_top_margin_material 0x0
-int dimen abc_action_button_min_height_material 0x0
-int dimen abc_action_button_min_width_material 0x0
-int dimen abc_action_button_min_width_overflow_material 0x0
-int dimen abc_alert_dialog_button_bar_height 0x0
-int dimen abc_alert_dialog_button_dimen 0x0
-int dimen abc_button_inset_horizontal_material 0x0
-int dimen abc_button_inset_vertical_material 0x0
-int dimen abc_button_padding_horizontal_material 0x0
-int dimen abc_button_padding_vertical_material 0x0
-int dimen abc_cascading_menus_min_smallest_width 0x0
-int dimen abc_config_prefDialogWidth 0x0
-int dimen abc_control_corner_material 0x0
-int dimen abc_control_inset_material 0x0
-int dimen abc_control_padding_material 0x0
-int dimen abc_dialog_corner_radius_material 0x0
-int dimen abc_dialog_fixed_height_major 0x0
-int dimen abc_dialog_fixed_height_minor 0x0
-int dimen abc_dialog_fixed_width_major 0x0
-int dimen abc_dialog_fixed_width_minor 0x0
-int dimen abc_dialog_list_padding_bottom_no_buttons 0x0
-int dimen abc_dialog_list_padding_top_no_title 0x0
-int dimen abc_dialog_min_width_major 0x0
-int dimen abc_dialog_min_width_minor 0x0
-int dimen abc_dialog_padding_material 0x0
-int dimen abc_dialog_padding_top_material 0x0
-int dimen abc_dialog_title_divider_material 0x0
-int dimen abc_disabled_alpha_material_dark 0x0
-int dimen abc_disabled_alpha_material_light 0x0
-int dimen abc_dropdownitem_icon_width 0x0
-int dimen abc_dropdownitem_text_padding_left 0x0
-int dimen abc_dropdownitem_text_padding_right 0x0
-int dimen abc_edit_text_inset_bottom_material 0x0
-int dimen abc_edit_text_inset_horizontal_material 0x0
-int dimen abc_edit_text_inset_top_material 0x0
-int dimen abc_floating_window_z 0x0
-int dimen abc_list_item_height_large_material 0x0
-int dimen abc_list_item_height_material 0x0
-int dimen abc_list_item_height_small_material 0x0
-int dimen abc_list_item_padding_horizontal_material 0x0
-int dimen abc_panel_menu_list_width 0x0
-int dimen abc_progress_bar_height_material 0x0
-int dimen abc_search_view_preferred_height 0x0
-int dimen abc_search_view_preferred_width 0x0
-int dimen abc_seekbar_track_background_height_material 0x0
-int dimen abc_seekbar_track_progress_height_material 0x0
-int dimen abc_select_dialog_padding_start_material 0x0
-int dimen abc_switch_padding 0x0
-int dimen abc_text_size_body_1_material 0x0
-int dimen abc_text_size_body_2_material 0x0
-int dimen abc_text_size_button_material 0x0
-int dimen abc_text_size_caption_material 0x0
-int dimen abc_text_size_display_1_material 0x0
-int dimen abc_text_size_display_2_material 0x0
-int dimen abc_text_size_display_3_material 0x0
-int dimen abc_text_size_display_4_material 0x0
-int dimen abc_text_size_headline_material 0x0
-int dimen abc_text_size_large_material 0x0
-int dimen abc_text_size_medium_material 0x0
-int dimen abc_text_size_menu_header_material 0x0
-int dimen abc_text_size_menu_material 0x0
-int dimen abc_text_size_small_material 0x0
-int dimen abc_text_size_subhead_material 0x0
-int dimen abc_text_size_subtitle_material_toolbar 0x0
-int dimen abc_text_size_title_material 0x0
-int dimen abc_text_size_title_material_toolbar 0x0
-int dimen compat_button_inset_horizontal_material 0x0
-int dimen compat_button_inset_vertical_material 0x0
-int dimen compat_button_padding_horizontal_material 0x0
-int dimen compat_button_padding_vertical_material 0x0
-int dimen compat_control_corner_material 0x0
-int dimen compat_notification_large_icon_max_height 0x0
-int dimen compat_notification_large_icon_max_width 0x0
-int dimen disabled_alpha_material_dark 0x0
-int dimen disabled_alpha_material_light 0x0
-int dimen highlight_alpha_material_colored 0x0
-int dimen highlight_alpha_material_dark 0x0
-int dimen highlight_alpha_material_light 0x0
-int dimen hint_alpha_material_dark 0x0
-int dimen hint_alpha_material_light 0x0
-int dimen hint_pressed_alpha_material_dark 0x0
-int dimen hint_pressed_alpha_material_light 0x0
-int dimen notification_action_icon_size 0x0
-int dimen notification_action_text_size 0x0
-int dimen notification_big_circle_margin 0x0
-int dimen notification_content_margin_start 0x0
-int dimen notification_large_icon_height 0x0
-int dimen notification_large_icon_width 0x0
-int dimen notification_main_column_padding_top 0x0
-int dimen notification_media_narrow_margin 0x0
-int dimen notification_right_icon_size 0x0
-int dimen notification_right_side_padding_top 0x0
-int dimen notification_small_icon_background_padding 0x0
-int dimen notification_small_icon_size_as_large 0x0
-int dimen notification_subtext_size 0x0
-int dimen notification_top_pad 0x0
-int dimen notification_top_pad_large_text 0x0
-int dimen tooltip_corner_radius 0x0
-int dimen tooltip_horizontal_padding 0x0
-int dimen tooltip_margin 0x0
-int dimen tooltip_precise_anchor_extra_offset 0x0
-int dimen tooltip_precise_anchor_threshold 0x0
-int dimen tooltip_vertical_padding 0x0
-int dimen tooltip_y_offset_non_touch 0x0
-int dimen tooltip_y_offset_touch 0x0
-int drawable abc_ab_share_pack_mtrl_alpha 0x0
-int drawable abc_action_bar_item_background_material 0x0
-int drawable abc_btn_borderless_material 0x0
-int drawable abc_btn_check_material 0x0
-int drawable abc_btn_check_material_anim 0x0
-int drawable abc_btn_check_to_on_mtrl_000 0x0
-int drawable abc_btn_check_to_on_mtrl_015 0x0
-int drawable abc_btn_colored_material 0x0
-int drawable abc_btn_default_mtrl_shape 0x0
-int drawable abc_btn_radio_material 0x0
-int drawable abc_btn_radio_material_anim 0x0
-int drawable abc_btn_radio_to_on_mtrl_000 0x0
-int drawable abc_btn_radio_to_on_mtrl_015 0x0
-int drawable abc_btn_switch_to_on_mtrl_00001 0x0
-int drawable abc_btn_switch_to_on_mtrl_00012 0x0
-int drawable abc_cab_background_internal_bg 0x0
-int drawable abc_cab_background_top_material 0x0
-int drawable abc_cab_background_top_mtrl_alpha 0x0
-int drawable abc_control_background_material 0x0
-int drawable abc_dialog_material_background 0x0
-int drawable abc_edit_text_material 0x0
-int drawable abc_ic_ab_back_material 0x0
-int drawable abc_ic_arrow_drop_right_black_24dp 0x0
-int drawable abc_ic_clear_material 0x0
-int drawable abc_ic_commit_search_api_mtrl_alpha 0x0
-int drawable abc_ic_go_search_api_material 0x0
-int drawable abc_ic_menu_copy_mtrl_am_alpha 0x0
-int drawable abc_ic_menu_cut_mtrl_alpha 0x0
-int drawable abc_ic_menu_overflow_material 0x0
-int drawable abc_ic_menu_paste_mtrl_am_alpha 0x0
-int drawable abc_ic_menu_selectall_mtrl_alpha 0x0
-int drawable abc_ic_menu_share_mtrl_alpha 0x0
-int drawable abc_ic_search_api_material 0x0
-int drawable abc_ic_star_black_16dp 0x0
-int drawable abc_ic_star_black_36dp 0x0
-int drawable abc_ic_star_black_48dp 0x0
-int drawable abc_ic_star_half_black_16dp 0x0
-int drawable abc_ic_star_half_black_36dp 0x0
-int drawable abc_ic_star_half_black_48dp 0x0
-int drawable abc_ic_voice_search_api_material 0x0
-int drawable abc_item_background_holo_dark 0x0
-int drawable abc_item_background_holo_light 0x0
-int drawable abc_list_divider_material 0x0
-int drawable abc_list_divider_mtrl_alpha 0x0
-int drawable abc_list_focused_holo 0x0
-int drawable abc_list_longpressed_holo 0x0
-int drawable abc_list_pressed_holo_dark 0x0
-int drawable abc_list_pressed_holo_light 0x0
-int drawable abc_list_selector_background_transition_holo_dark 0x0
-int drawable abc_list_selector_background_transition_holo_light 0x0
-int drawable abc_list_selector_disabled_holo_dark 0x0
-int drawable abc_list_selector_disabled_holo_light 0x0
-int drawable abc_list_selector_holo_dark 0x0
-int drawable abc_list_selector_holo_light 0x0
-int drawable abc_menu_hardkey_panel_mtrl_mult 0x0
-int drawable abc_popup_background_mtrl_mult 0x0
-int drawable abc_ratingbar_indicator_material 0x0
-int drawable abc_ratingbar_material 0x0
-int drawable abc_ratingbar_small_material 0x0
-int drawable abc_scrubber_control_off_mtrl_alpha 0x0
-int drawable abc_scrubber_control_to_pressed_mtrl_000 0x0
-int drawable abc_scrubber_control_to_pressed_mtrl_005 0x0
-int drawable abc_scrubber_primary_mtrl_alpha 0x0
-int drawable abc_scrubber_track_mtrl_alpha 0x0
-int drawable abc_seekbar_thumb_material 0x0
-int drawable abc_seekbar_tick_mark_material 0x0
-int drawable abc_seekbar_track_material 0x0
-int drawable abc_spinner_mtrl_am_alpha 0x0
-int drawable abc_spinner_textfield_background_material 0x0
-int drawable abc_switch_thumb_material 0x0
-int drawable abc_switch_track_mtrl_alpha 0x0
-int drawable abc_tab_indicator_material 0x0
-int drawable abc_tab_indicator_mtrl_alpha 0x0
-int drawable abc_text_cursor_material 0x0
-int drawable abc_text_select_handle_left_mtrl_dark 0x0
-int drawable abc_text_select_handle_left_mtrl_light 0x0
-int drawable abc_text_select_handle_middle_mtrl_dark 0x0
-int drawable abc_text_select_handle_middle_mtrl_light 0x0
-int drawable abc_text_select_handle_right_mtrl_dark 0x0
-int drawable abc_text_select_handle_right_mtrl_light 0x0
-int drawable abc_textfield_activated_mtrl_alpha 0x0
-int drawable abc_textfield_default_mtrl_alpha 0x0
-int drawable abc_textfield_search_activated_mtrl_alpha 0x0
-int drawable abc_textfield_search_default_mtrl_alpha 0x0
-int drawable abc_textfield_search_material 0x0
-int drawable abc_vector_test 0x0
-int drawable btn_checkbox_checked_mtrl 0x0
-int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x0
-int drawable btn_checkbox_unchecked_mtrl 0x0
-int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x0
-int drawable btn_radio_off_mtrl 0x0
-int drawable btn_radio_off_to_on_mtrl_animation 0x0
-int drawable btn_radio_on_mtrl 0x0
-int drawable btn_radio_on_to_off_mtrl_animation 0x0
-int drawable notification_action_background 0x0
-int drawable notification_bg 0x0
-int drawable notification_bg_low 0x0
-int drawable notification_bg_low_normal 0x0
-int drawable notification_bg_low_pressed 0x0
-int drawable notification_bg_normal 0x0
-int drawable notification_bg_normal_pressed 0x0
-int drawable notification_icon_background 0x0
-int drawable notification_template_icon_bg 0x0
-int drawable notification_template_icon_low_bg 0x0
-int drawable notification_tile_bg 0x0
-int drawable notify_panel_notification_icon_bg 0x0
-int drawable tooltip_frame_dark 0x0
-int drawable tooltip_frame_light 0x0
-int id NO_DEBUG 0x0
-int id SHOW_ALL 0x0
-int id SHOW_PATH 0x0
-int id SHOW_PROGRESS 0x0
-int id accelerate 0x0
-int id accessibility_action_clickable_span 0x0
-int id accessibility_custom_action_0 0x0
-int id accessibility_custom_action_1 0x0
-int id accessibility_custom_action_10 0x0
-int id accessibility_custom_action_11 0x0
-int id accessibility_custom_action_12 0x0
-int id accessibility_custom_action_13 0x0
-int id accessibility_custom_action_14 0x0
-int id accessibility_custom_action_15 0x0
-int id accessibility_custom_action_16 0x0
-int id accessibility_custom_action_17 0x0
-int id accessibility_custom_action_18 0x0
-int id accessibility_custom_action_19 0x0
-int id accessibility_custom_action_2 0x0
-int id accessibility_custom_action_20 0x0
-int id accessibility_custom_action_21 0x0
-int id accessibility_custom_action_22 0x0
-int id accessibility_custom_action_23 0x0
-int id accessibility_custom_action_24 0x0
-int id accessibility_custom_action_25 0x0
-int id accessibility_custom_action_26 0x0
-int id accessibility_custom_action_27 0x0
-int id accessibility_custom_action_28 0x0
-int id accessibility_custom_action_29 0x0
-int id accessibility_custom_action_3 0x0
-int id accessibility_custom_action_30 0x0
-int id accessibility_custom_action_31 0x0
-int id accessibility_custom_action_4 0x0
-int id accessibility_custom_action_5 0x0
-int id accessibility_custom_action_6 0x0
-int id accessibility_custom_action_7 0x0
-int id accessibility_custom_action_8 0x0
-int id accessibility_custom_action_9 0x0
-int id actionDown 0x0
-int id actionDownUp 0x0
-int id actionUp 0x0
-int id action_bar 0x0
-int id action_bar_activity_content 0x0
-int id action_bar_container 0x0
-int id action_bar_root 0x0
-int id action_bar_spinner 0x0
-int id action_bar_subtitle 0x0
-int id action_bar_title 0x0
-int id action_container 0x0
-int id action_context_bar 0x0
-int id action_divider 0x0
-int id action_image 0x0
-int id action_menu_divider 0x0
-int id action_menu_presenter 0x0
-int id action_mode_bar 0x0
-int id action_mode_bar_stub 0x0
-int id action_mode_close_button 0x0
-int id action_text 0x0
-int id actions 0x0
-int id activity_chooser_view_content 0x0
-int id add 0x0
-int id alertTitle 0x0
-int id aligned 0x0
-int id allStates 0x0
-int id animateToEnd 0x0
-int id animateToStart 0x0
-int id antiClockwise 0x0
-int id anticipate 0x0
-int id asConfigured 0x0
-int id async 0x0
-int id auto 0x0
-int id autoComplete 0x0
-int id autoCompleteToEnd 0x0
-int id autoCompleteToStart 0x0
-int id baseline 0x0
-int id bestChoice 0x0
-int id blocking 0x0
-int id bottom 0x0
-int id bounce 0x0
-int id buttonPanel 0x0
-int id callMeasure 0x0
-int id carryVelocity 0x0
-int id center 0x0
-int id chain 0x0
-int id chain2 0x0
-int id checkbox 0x0
-int id checked 0x0
-int id chronometer 0x0
-int id clockwise 0x0
-int id closest 0x0
-int id constraint 0x0
-int id content 0x0
-int id contentPanel 0x0
-int id continuousVelocity 0x0
-int id cos 0x0
-int id currentState 0x0
-int id custom 0x0
-int id customPanel 0x0
-int id decelerate 0x0
-int id decelerateAndComplete 0x0
-int id decor_content_parent 0x0
-int id default_activity_button 0x0
-int id deltaRelative 0x0
-int id dialog_button 0x0
-int id dragAnticlockwise 0x0
-int id dragClockwise 0x0
-int id dragDown 0x0
-int id dragEnd 0x0
-int id dragLeft 0x0
-int id dragRight 0x0
-int id dragStart 0x0
-int id dragUp 0x0
-int id easeIn 0x0
-int id easeInOut 0x0
-int id easeOut 0x0
-int id east 0x0
-int id edit_query 0x0
-int id end 0x0
-int id expand_activities_button 0x0
-int id expanded_menu 0x0
-int id flip 0x0
-int id forever 0x0
-int id frost 0x0
-int id gone 0x0
-int id group_divider 0x0
-int id home 0x0
-int id honorRequest 0x0
-int id horizontal_only 0x0
-int id icon 0x0
-int id icon_group 0x0
-int id ignore 0x0
-int id ignoreRequest 0x0
-int id image 0x0
-int id immediateStop 0x0
-int id included 0x0
-int id info 0x0
-int id invisible 0x0
-int id italic 0x0
-int id jumpToEnd 0x0
-int id jumpToStart 0x0
-int id layout 0x0
-int id left 0x0
-int id line1 0x0
-int id line3 0x0
-int id linear 0x0
-int id listMode 0x0
-int id list_item 0x0
-int id match_constraint 0x0
-int id match_parent 0x0
-int id message 0x0
-int id middle 0x0
-int id motion_base 0x0
-int id multiply 0x0
-int id neverCompleteToEnd 0x0
-int id neverCompleteToStart 0x0
-int id noState 0x0
-int id none 0x0
-int id normal 0x0
-int id north 0x0
-int id notification_background 0x0
-int id notification_main_column 0x0
-int id notification_main_column_container 0x0
-int id off 0x0
-int id on 0x0
-int id overshoot 0x0
-int id packed 0x0
-int id parent 0x0
-int id parentPanel 0x0
-int id parentRelative 0x0
-int id path 0x0
-int id pathRelative 0x0
-int id percent 0x0
-int id position 0x0
-int id postLayout 0x0
-int id progress_circular 0x0
-int id progress_horizontal 0x0
-int id radio 0x0
-int id rectangles 0x0
-int id reverseSawtooth 0x0
-int id right 0x0
-int id right_icon 0x0
-int id right_side 0x0
-int id sawtooth 0x0
-int id screen 0x0
-int id scrollIndicatorDown 0x0
-int id scrollIndicatorUp 0x0
-int id scrollView 0x0
-int id search_badge 0x0
-int id search_bar 0x0
-int id search_button 0x0
-int id search_close_btn 0x0
-int id search_edit_frame 0x0
-int id search_go_btn 0x0
-int id search_mag_icon 0x0
-int id search_plate 0x0
-int id search_src_text 0x0
-int id search_voice_btn 0x0
-int id select_dialog_listview 0x0
-int id sharedValueSet 0x0
-int id sharedValueUnset 0x0
-int id shortcut 0x0
-int id sin 0x0
-int id skipped 0x0
-int id south 0x0
-int id spacer 0x0
-int id spline 0x0
-int id split_action_bar 0x0
-int id spread 0x0
-int id spread_inside 0x0
-int id spring 0x0
-int id square 0x0
-int id src_atop 0x0
-int id src_in 0x0
-int id src_over 0x0
-int id standard 0x0
-int id start 0x0
-int id startHorizontal 0x0
-int id startVertical 0x0
-int id staticLayout 0x0
-int id staticPostLayout 0x0
-int id stop 0x0
-int id submenuarrow 0x0
-int id submit_area 0x0
-int id tabMode 0x0
-int id tag_accessibility_actions 0x0
-int id tag_accessibility_clickable_spans 0x0
-int id tag_accessibility_heading 0x0
-int id tag_accessibility_pane_title 0x0
-int id tag_screen_reader_focusable 0x0
-int id tag_transition_group 0x0
-int id tag_unhandled_key_event_manager 0x0
-int id tag_unhandled_key_listeners 0x0
-int id text 0x0
-int id text2 0x0
-int id textSpacerNoButtons 0x0
-int id textSpacerNoTitle 0x0
-int id time 0x0
-int id title 0x0
-int id titleDividerNoCustom 0x0
-int id title_template 0x0
-int id top 0x0
-int id topPanel 0x0
-int id triangle 0x0
-int id unchecked 0x0
-int id uniform 0x0
-int id up 0x0
-int id vertical_only 0x0
-int id view_transition 0x0
-int id visible 0x0
-int id west 0x0
-int id wrap 0x0
-int id wrap_content 0x0
-int id wrap_content_constrained 0x0
-int id x_left 0x0
-int id x_right 0x0
-int integer abc_config_activityDefaultDur 0x0
-int integer abc_config_activityShortDur 0x0
-int integer cancel_button_image_alpha 0x0
-int integer config_tooltipAnimTime 0x0
-int integer status_bar_notification_info_maxnum 0x0
-int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x0
-int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x0
-int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x0
-int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x0
-int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x0
-int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x0
-int interpolator fast_out_slow_in 0x0
-int layout abc_action_bar_title_item 0x0
-int layout abc_action_bar_up_container 0x0
-int layout abc_action_menu_item_layout 0x0
-int layout abc_action_menu_layout 0x0
-int layout abc_action_mode_bar 0x0
-int layout abc_action_mode_close_item_material 0x0
-int layout abc_activity_chooser_view 0x0
-int layout abc_activity_chooser_view_list_item 0x0
-int layout abc_alert_dialog_button_bar_material 0x0
-int layout abc_alert_dialog_material 0x0
-int layout abc_alert_dialog_title_material 0x0
-int layout abc_cascading_menu_item_layout 0x0
-int layout abc_dialog_title_material 0x0
-int layout abc_expanded_menu_layout 0x0
-int layout abc_list_menu_item_checkbox 0x0
-int layout abc_list_menu_item_icon 0x0
-int layout abc_list_menu_item_layout 0x0
-int layout abc_list_menu_item_radio 0x0
-int layout abc_popup_menu_header_item_layout 0x0
-int layout abc_popup_menu_item_layout 0x0
-int layout abc_screen_content_include 0x0
-int layout abc_screen_simple 0x0
-int layout abc_screen_simple_overlay_action_mode 0x0
-int layout abc_screen_toolbar 0x0
-int layout abc_search_dropdown_item_icons_2line 0x0
-int layout abc_search_view 0x0
-int layout abc_select_dialog_material 0x0
-int layout abc_tooltip 0x0
-int layout custom_dialog 0x0
-int layout notification_action 0x0
-int layout notification_action_tombstone 0x0
-int layout notification_template_custom_big 0x0
-int layout notification_template_icon_group 0x0
-int layout notification_template_part_chronometer 0x0
-int layout notification_template_part_time 0x0
-int layout select_dialog_item_material 0x0
-int layout select_dialog_multichoice_material 0x0
-int layout select_dialog_singlechoice_material 0x0
-int layout support_simple_spinner_dropdown_item 0x0
-int string abc_action_bar_home_description 0x0
-int string abc_action_bar_up_description 0x0
-int string abc_action_menu_overflow_description 0x0
-int string abc_action_mode_done 0x0
-int string abc_activity_chooser_view_see_all 0x0
-int string abc_activitychooserview_choose_application 0x0
-int string abc_capital_off 0x0
-int string abc_capital_on 0x0
-int string abc_menu_alt_shortcut_label 0x0
-int string abc_menu_ctrl_shortcut_label 0x0
-int string abc_menu_delete_shortcut_label 0x0
-int string abc_menu_enter_shortcut_label 0x0
-int string abc_menu_function_shortcut_label 0x0
-int string abc_menu_meta_shortcut_label 0x0
-int string abc_menu_shift_shortcut_label 0x0
-int string abc_menu_space_shortcut_label 0x0
-int string abc_menu_sym_shortcut_label 0x0
-int string abc_prepend_shortcut_label 0x0
-int string abc_search_hint 0x0
-int string abc_searchview_description_clear 0x0
-int string abc_searchview_description_query 0x0
-int string abc_searchview_description_search 0x0
-int string abc_searchview_description_submit 0x0
-int string abc_searchview_description_voice 0x0
-int string abc_shareactionprovider_share_with 0x0
-int string abc_shareactionprovider_share_with_application 0x0
-int string abc_toolbar_collapse_description 0x0
-int string search_menu_title 0x0
-int string status_bar_notification_info_overflow 0x0
-int style AlertDialog_AppCompat 0x0
-int style AlertDialog_AppCompat_Light 0x0
-int style Animation_AppCompat_Dialog 0x0
-int style Animation_AppCompat_DropDownUp 0x0
-int style Animation_AppCompat_Tooltip 0x0
-int style Base_AlertDialog_AppCompat 0x0
-int style Base_AlertDialog_AppCompat_Light 0x0
-int style Base_Animation_AppCompat_Dialog 0x0
-int style Base_Animation_AppCompat_DropDownUp 0x0
-int style Base_Animation_AppCompat_Tooltip 0x0
-int style Base_DialogWindowTitleBackground_AppCompat 0x0
-int style Base_DialogWindowTitle_AppCompat 0x0
-int style Base_TextAppearance_AppCompat 0x0
-int style Base_TextAppearance_AppCompat_Body1 0x0
-int style Base_TextAppearance_AppCompat_Body2 0x0
-int style Base_TextAppearance_AppCompat_Button 0x0
-int style Base_TextAppearance_AppCompat_Caption 0x0
-int style Base_TextAppearance_AppCompat_Display1 0x0
-int style Base_TextAppearance_AppCompat_Display2 0x0
-int style Base_TextAppearance_AppCompat_Display3 0x0
-int style Base_TextAppearance_AppCompat_Display4 0x0
-int style Base_TextAppearance_AppCompat_Headline 0x0
-int style Base_TextAppearance_AppCompat_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Large 0x0
-int style Base_TextAppearance_AppCompat_Large_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
-int style Base_TextAppearance_AppCompat_Medium 0x0
-int style Base_TextAppearance_AppCompat_Medium_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Menu 0x0
-int style Base_TextAppearance_AppCompat_SearchResult 0x0
-int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x0
-int style Base_TextAppearance_AppCompat_SearchResult_Title 0x0
-int style Base_TextAppearance_AppCompat_Small 0x0
-int style Base_TextAppearance_AppCompat_Small_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Subhead 0x0
-int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Title 0x0
-int style Base_TextAppearance_AppCompat_Title_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Tooltip 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x0
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
-int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
-int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
-int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
-int style Base_ThemeOverlay_AppCompat 0x0
-int style Base_ThemeOverlay_AppCompat_ActionBar 0x0
-int style Base_ThemeOverlay_AppCompat_Dark 0x0
-int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0
-int style Base_ThemeOverlay_AppCompat_Dialog 0x0
-int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0
-int style Base_ThemeOverlay_AppCompat_Light 0x0
-int style Base_Theme_AppCompat 0x0
-int style Base_Theme_AppCompat_CompactMenu 0x0
-int style Base_Theme_AppCompat_Dialog 0x0
-int style Base_Theme_AppCompat_DialogWhenLarge 0x0
-int style Base_Theme_AppCompat_Dialog_Alert 0x0
-int style Base_Theme_AppCompat_Dialog_FixedSize 0x0
-int style Base_Theme_AppCompat_Dialog_MinWidth 0x0
-int style Base_Theme_AppCompat_Light 0x0
-int style Base_Theme_AppCompat_Light_DarkActionBar 0x0
-int style Base_Theme_AppCompat_Light_Dialog 0x0
-int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0
-int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0
-int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0
-int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0
-int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
-int style Base_V21_Theme_AppCompat 0x0
-int style Base_V21_Theme_AppCompat_Dialog 0x0
-int style Base_V21_Theme_AppCompat_Light 0x0
-int style Base_V21_Theme_AppCompat_Light_Dialog 0x0
-int style Base_V22_Theme_AppCompat 0x0
-int style Base_V22_Theme_AppCompat_Light 0x0
-int style Base_V23_Theme_AppCompat 0x0
-int style Base_V23_Theme_AppCompat_Light 0x0
-int style Base_V26_Theme_AppCompat 0x0
-int style Base_V26_Theme_AppCompat_Light 0x0
-int style Base_V26_Widget_AppCompat_Toolbar 0x0
-int style Base_V28_Theme_AppCompat 0x0
-int style Base_V28_Theme_AppCompat_Light 0x0
-int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x0
-int style Base_V7_Theme_AppCompat 0x0
-int style Base_V7_Theme_AppCompat_Dialog 0x0
-int style Base_V7_Theme_AppCompat_Light 0x0
-int style Base_V7_Theme_AppCompat_Light_Dialog 0x0
-int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x0
-int style Base_V7_Widget_AppCompat_EditText 0x0
-int style Base_V7_Widget_AppCompat_Toolbar 0x0
-int style Base_Widget_AppCompat_ActionBar 0x0
-int style Base_Widget_AppCompat_ActionBar_Solid 0x0
-int style Base_Widget_AppCompat_ActionBar_TabBar 0x0
-int style Base_Widget_AppCompat_ActionBar_TabText 0x0
-int style Base_Widget_AppCompat_ActionBar_TabView 0x0
-int style Base_Widget_AppCompat_ActionButton 0x0
-int style Base_Widget_AppCompat_ActionButton_CloseMode 0x0
-int style Base_Widget_AppCompat_ActionButton_Overflow 0x0
-int style Base_Widget_AppCompat_ActionMode 0x0
-int style Base_Widget_AppCompat_ActivityChooserView 0x0
-int style Base_Widget_AppCompat_AutoCompleteTextView 0x0
-int style Base_Widget_AppCompat_Button 0x0
-int style Base_Widget_AppCompat_ButtonBar 0x0
-int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x0
-int style Base_Widget_AppCompat_Button_Borderless 0x0
-int style Base_Widget_AppCompat_Button_Borderless_Colored 0x0
-int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
-int style Base_Widget_AppCompat_Button_Colored 0x0
-int style Base_Widget_AppCompat_Button_Small 0x0
-int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x0
-int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x0
-int style Base_Widget_AppCompat_CompoundButton_Switch 0x0
-int style Base_Widget_AppCompat_DrawerArrowToggle 0x0
-int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x0
-int style Base_Widget_AppCompat_DropDownItem_Spinner 0x0
-int style Base_Widget_AppCompat_EditText 0x0
-int style Base_Widget_AppCompat_ImageButton 0x0
-int style Base_Widget_AppCompat_Light_ActionBar 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x0
-int style Base_Widget_AppCompat_Light_PopupMenu 0x0
-int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x0
-int style Base_Widget_AppCompat_ListMenuView 0x0
-int style Base_Widget_AppCompat_ListPopupWindow 0x0
-int style Base_Widget_AppCompat_ListView 0x0
-int style Base_Widget_AppCompat_ListView_DropDown 0x0
-int style Base_Widget_AppCompat_ListView_Menu 0x0
-int style Base_Widget_AppCompat_PopupMenu 0x0
-int style Base_Widget_AppCompat_PopupMenu_Overflow 0x0
-int style Base_Widget_AppCompat_PopupWindow 0x0
-int style Base_Widget_AppCompat_ProgressBar 0x0
-int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x0
-int style Base_Widget_AppCompat_RatingBar 0x0
-int style Base_Widget_AppCompat_RatingBar_Indicator 0x0
-int style Base_Widget_AppCompat_RatingBar_Small 0x0
-int style Base_Widget_AppCompat_SearchView 0x0
-int style Base_Widget_AppCompat_SearchView_ActionBar 0x0
-int style Base_Widget_AppCompat_SeekBar 0x0
-int style Base_Widget_AppCompat_SeekBar_Discrete 0x0
-int style Base_Widget_AppCompat_Spinner 0x0
-int style Base_Widget_AppCompat_Spinner_Underlined 0x0
-int style Base_Widget_AppCompat_TextView 0x0
-int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0
-int style Base_Widget_AppCompat_Toolbar 0x0
-int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0
-int style Platform_AppCompat 0x0
-int style Platform_AppCompat_Light 0x0
-int style Platform_ThemeOverlay_AppCompat 0x0
-int style Platform_ThemeOverlay_AppCompat_Dark 0x0
-int style Platform_ThemeOverlay_AppCompat_Light 0x0
-int style Platform_V21_AppCompat 0x0
-int style Platform_V21_AppCompat_Light 0x0
-int style Platform_V25_AppCompat 0x0
-int style Platform_V25_AppCompat_Light 0x0
-int style Platform_Widget_AppCompat_Spinner 0x0
-int style RtlOverlay_DialogWindowTitle_AppCompat 0x0
-int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x0
-int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x0
-int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x0
-int style RtlUnderlay_Widget_AppCompat_ActionButton 0x0
-int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x0
-int style TextAppearance_AppCompat 0x0
-int style TextAppearance_AppCompat_Body1 0x0
-int style TextAppearance_AppCompat_Body2 0x0
-int style TextAppearance_AppCompat_Button 0x0
-int style TextAppearance_AppCompat_Caption 0x0
-int style TextAppearance_AppCompat_Display1 0x0
-int style TextAppearance_AppCompat_Display2 0x0
-int style TextAppearance_AppCompat_Display3 0x0
-int style TextAppearance_AppCompat_Display4 0x0
-int style TextAppearance_AppCompat_Headline 0x0
-int style TextAppearance_AppCompat_Inverse 0x0
-int style TextAppearance_AppCompat_Large 0x0
-int style TextAppearance_AppCompat_Large_Inverse 0x0
-int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x0
-int style TextAppearance_AppCompat_Light_SearchResult_Title 0x0
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
-int style TextAppearance_AppCompat_Medium 0x0
-int style TextAppearance_AppCompat_Medium_Inverse 0x0
-int style TextAppearance_AppCompat_Menu 0x0
-int style TextAppearance_AppCompat_SearchResult_Subtitle 0x0
-int style TextAppearance_AppCompat_SearchResult_Title 0x0
-int style TextAppearance_AppCompat_Small 0x0
-int style TextAppearance_AppCompat_Small_Inverse 0x0
-int style TextAppearance_AppCompat_Subhead 0x0
-int style TextAppearance_AppCompat_Subhead_Inverse 0x0
-int style TextAppearance_AppCompat_Title 0x0
-int style TextAppearance_AppCompat_Title_Inverse 0x0
-int style TextAppearance_AppCompat_Tooltip 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_Button 0x0
-int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
-int style TextAppearance_AppCompat_Widget_Button_Colored 0x0
-int style TextAppearance_AppCompat_Widget_Button_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_DropDownItem 0x0
-int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
-int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
-int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
-int style TextAppearance_AppCompat_Widget_Switch 0x0
-int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
-int style TextAppearance_Compat_Notification 0x0
-int style TextAppearance_Compat_Notification_Info 0x0
-int style TextAppearance_Compat_Notification_Line2 0x0
-int style TextAppearance_Compat_Notification_Time 0x0
-int style TextAppearance_Compat_Notification_Title 0x0
-int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
-int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
-int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
-int style ThemeOverlay_AppCompat 0x0
-int style ThemeOverlay_AppCompat_ActionBar 0x0
-int style ThemeOverlay_AppCompat_Dark 0x0
-int style ThemeOverlay_AppCompat_Dark_ActionBar 0x0
-int style ThemeOverlay_AppCompat_DayNight 0x0
-int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x0
-int style ThemeOverlay_AppCompat_Dialog 0x0
-int style ThemeOverlay_AppCompat_Dialog_Alert 0x0
-int style ThemeOverlay_AppCompat_Light 0x0
-int style Theme_AppCompat 0x0
-int style Theme_AppCompat_CompactMenu 0x0
-int style Theme_AppCompat_DayNight 0x0
-int style Theme_AppCompat_DayNight_DarkActionBar 0x0
-int style Theme_AppCompat_DayNight_Dialog 0x0
-int style Theme_AppCompat_DayNight_DialogWhenLarge 0x0
-int style Theme_AppCompat_DayNight_Dialog_Alert 0x0
-int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x0
-int style Theme_AppCompat_DayNight_NoActionBar 0x0
-int style Theme_AppCompat_Dialog 0x0
-int style Theme_AppCompat_DialogWhenLarge 0x0
-int style Theme_AppCompat_Dialog_Alert 0x0
-int style Theme_AppCompat_Dialog_MinWidth 0x0
-int style Theme_AppCompat_Empty 0x0
-int style Theme_AppCompat_Light 0x0
-int style Theme_AppCompat_Light_DarkActionBar 0x0
-int style Theme_AppCompat_Light_Dialog 0x0
-int style Theme_AppCompat_Light_DialogWhenLarge 0x0
-int style Theme_AppCompat_Light_Dialog_Alert 0x0
-int style Theme_AppCompat_Light_Dialog_MinWidth 0x0
-int style Theme_AppCompat_Light_NoActionBar 0x0
-int style Theme_AppCompat_NoActionBar 0x0
-int style Widget_AppCompat_ActionBar 0x0
-int style Widget_AppCompat_ActionBar_Solid 0x0
-int style Widget_AppCompat_ActionBar_TabBar 0x0
-int style Widget_AppCompat_ActionBar_TabText 0x0
-int style Widget_AppCompat_ActionBar_TabView 0x0
-int style Widget_AppCompat_ActionButton 0x0
-int style Widget_AppCompat_ActionButton_CloseMode 0x0
-int style Widget_AppCompat_ActionButton_Overflow 0x0
-int style Widget_AppCompat_ActionMode 0x0
-int style Widget_AppCompat_ActivityChooserView 0x0
-int style Widget_AppCompat_AutoCompleteTextView 0x0
-int style Widget_AppCompat_Button 0x0
-int style Widget_AppCompat_ButtonBar 0x0
-int style Widget_AppCompat_ButtonBar_AlertDialog 0x0
-int style Widget_AppCompat_Button_Borderless 0x0
-int style Widget_AppCompat_Button_Borderless_Colored 0x0
-int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
-int style Widget_AppCompat_Button_Colored 0x0
-int style Widget_AppCompat_Button_Small 0x0
-int style Widget_AppCompat_CompoundButton_CheckBox 0x0
-int style Widget_AppCompat_CompoundButton_RadioButton 0x0
-int style Widget_AppCompat_CompoundButton_Switch 0x0
-int style Widget_AppCompat_DrawerArrowToggle 0x0
-int style Widget_AppCompat_DropDownItem_Spinner 0x0
-int style Widget_AppCompat_EditText 0x0
-int style Widget_AppCompat_ImageButton 0x0
-int style Widget_AppCompat_Light_ActionBar 0x0
-int style Widget_AppCompat_Light_ActionBar_Solid 0x0
-int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x0
-int style Widget_AppCompat_Light_ActionBar_TabBar 0x0
-int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x0
-int style Widget_AppCompat_Light_ActionBar_TabText 0x0
-int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
-int style Widget_AppCompat_Light_ActionBar_TabView 0x0
-int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x0
-int style Widget_AppCompat_Light_ActionButton 0x0
-int style Widget_AppCompat_Light_ActionButton_CloseMode 0x0
-int style Widget_AppCompat_Light_ActionButton_Overflow 0x0
-int style Widget_AppCompat_Light_ActionMode_Inverse 0x0
-int style Widget_AppCompat_Light_ActivityChooserView 0x0
-int style Widget_AppCompat_Light_AutoCompleteTextView 0x0
-int style Widget_AppCompat_Light_DropDownItem_Spinner 0x0
-int style Widget_AppCompat_Light_ListPopupWindow 0x0
-int style Widget_AppCompat_Light_ListView_DropDown 0x0
-int style Widget_AppCompat_Light_PopupMenu 0x0
-int style Widget_AppCompat_Light_PopupMenu_Overflow 0x0
-int style Widget_AppCompat_Light_SearchView 0x0
-int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x0
-int style Widget_AppCompat_ListMenuView 0x0
-int style Widget_AppCompat_ListPopupWindow 0x0
-int style Widget_AppCompat_ListView 0x0
-int style Widget_AppCompat_ListView_DropDown 0x0
-int style Widget_AppCompat_ListView_Menu 0x0
-int style Widget_AppCompat_PopupMenu 0x0
-int style Widget_AppCompat_PopupMenu_Overflow 0x0
-int style Widget_AppCompat_PopupWindow 0x0
-int style Widget_AppCompat_ProgressBar 0x0
-int style Widget_AppCompat_ProgressBar_Horizontal 0x0
-int style Widget_AppCompat_RatingBar 0x0
-int style Widget_AppCompat_RatingBar_Indicator 0x0
-int style Widget_AppCompat_RatingBar_Small 0x0
-int style Widget_AppCompat_SearchView 0x0
-int style Widget_AppCompat_SearchView_ActionBar 0x0
-int style Widget_AppCompat_SeekBar 0x0
-int style Widget_AppCompat_SeekBar_Discrete 0x0
-int style Widget_AppCompat_Spinner 0x0
-int style Widget_AppCompat_Spinner_DropDown 0x0
-int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x0
-int style Widget_AppCompat_Spinner_Underlined 0x0
-int style Widget_AppCompat_TextView 0x0
-int style Widget_AppCompat_TextView_SpinnerItem 0x0
-int style Widget_AppCompat_Toolbar 0x0
-int style Widget_AppCompat_Toolbar_Button_Navigation 0x0
-int style Widget_Compat_NotificationActionContainer 0x0
-int style Widget_Compat_NotificationActionText 0x0
-int[] styleable ActionBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ActionBar_background 0
-int styleable ActionBar_backgroundSplit 1
-int styleable ActionBar_backgroundStacked 2
-int styleable ActionBar_contentInsetEnd 3
-int styleable ActionBar_contentInsetEndWithActions 4
-int styleable ActionBar_contentInsetLeft 5
-int styleable ActionBar_contentInsetRight 6
-int styleable ActionBar_contentInsetStart 7
-int styleable ActionBar_contentInsetStartWithNavigation 8
-int styleable ActionBar_customNavigationLayout 9
-int styleable ActionBar_displayOptions 10
-int styleable ActionBar_divider 11
-int styleable ActionBar_elevation 12
-int styleable ActionBar_height 13
-int styleable ActionBar_hideOnContentScroll 14
-int styleable ActionBar_homeAsUpIndicator 15
-int styleable ActionBar_homeLayout 16
-int styleable ActionBar_icon 17
-int styleable ActionBar_indeterminateProgressStyle 18
-int styleable ActionBar_itemPadding 19
-int styleable ActionBar_logo 20
-int styleable ActionBar_navigationMode 21
-int styleable ActionBar_popupTheme 22
-int styleable ActionBar_progressBarPadding 23
-int styleable ActionBar_progressBarStyle 24
-int styleable ActionBar_subtitle 25
-int styleable ActionBar_subtitleTextStyle 26
-int styleable ActionBar_title 27
-int styleable ActionBar_titleTextStyle 28
-int[] styleable ActionBarLayout { 0x10100b3 }
-int styleable ActionBarLayout_android_layout_gravity 0
-int[] styleable ActionMenuItemView { 0x101013f }
-int styleable ActionMenuItemView_android_minWidth 0
-int[] styleable ActionMenuView { }
-int[] styleable ActionMode { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ActionMode_background 0
-int styleable ActionMode_backgroundSplit 1
-int styleable ActionMode_closeItemLayout 2
-int styleable ActionMode_height 3
-int styleable ActionMode_subtitleTextStyle 4
-int styleable ActionMode_titleTextStyle 5
-int[] styleable ActivityChooserView { 0x0, 0x0 }
-int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
-int styleable ActivityChooserView_initialActivityCount 1
-int[] styleable AlertDialog { 0x10100f2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AlertDialog_android_layout 0
-int styleable AlertDialog_buttonIconDimen 1
-int styleable AlertDialog_buttonPanelSideLayout 2
-int styleable AlertDialog_listItemLayout 3
-int styleable AlertDialog_listLayout 4
-int styleable AlertDialog_multiChoiceItemLayout 5
-int styleable AlertDialog_showTitle 6
-int styleable AlertDialog_singleChoiceItemLayout 7
-int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
-int styleable AnimatedStateListDrawableCompat_android_constantSize 0
-int styleable AnimatedStateListDrawableCompat_android_dither 1
-int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
-int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
-int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
-int styleable AnimatedStateListDrawableCompat_android_visible 5
-int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
-int styleable AnimatedStateListDrawableItem_android_drawable 0
-int styleable AnimatedStateListDrawableItem_android_id 1
-int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
-int styleable AnimatedStateListDrawableTransition_android_drawable 0
-int styleable AnimatedStateListDrawableTransition_android_fromId 1
-int styleable AnimatedStateListDrawableTransition_android_reversible 2
-int styleable AnimatedStateListDrawableTransition_android_toId 3
-int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
-int styleable AppCompatImageView_android_src 0
-int styleable AppCompatImageView_srcCompat 1
-int styleable AppCompatImageView_tint 2
-int styleable AppCompatImageView_tintMode 3
-int[] styleable AppCompatSeekBar { 0x1010142, 0x0, 0x0, 0x0 }
-int styleable AppCompatSeekBar_android_thumb 0
-int styleable AppCompatSeekBar_tickMark 1
-int styleable AppCompatSeekBar_tickMarkTint 2
-int styleable AppCompatSeekBar_tickMarkTintMode 3
-int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
-int styleable AppCompatTextHelper_android_drawableBottom 0
-int styleable AppCompatTextHelper_android_drawableEnd 1
-int styleable AppCompatTextHelper_android_drawableLeft 2
-int styleable AppCompatTextHelper_android_drawableRight 3
-int styleable AppCompatTextHelper_android_drawableStart 4
-int styleable AppCompatTextHelper_android_drawableTop 5
-int styleable AppCompatTextHelper_android_textAppearance 6
-int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AppCompatTextView_android_textAppearance 0
-int styleable AppCompatTextView_autoSizeMaxTextSize 1
-int styleable AppCompatTextView_autoSizeMinTextSize 2
-int styleable AppCompatTextView_autoSizePresetSizes 3
-int styleable AppCompatTextView_autoSizeStepGranularity 4
-int styleable AppCompatTextView_autoSizeTextType 5
-int styleable AppCompatTextView_drawableBottomCompat 6
-int styleable AppCompatTextView_drawableEndCompat 7
-int styleable AppCompatTextView_drawableLeftCompat 8
-int styleable AppCompatTextView_drawableRightCompat 9
-int styleable AppCompatTextView_drawableStartCompat 10
-int styleable AppCompatTextView_drawableTint 11
-int styleable AppCompatTextView_drawableTintMode 12
-int styleable AppCompatTextView_drawableTopCompat 13
-int styleable AppCompatTextView_firstBaselineToTopHeight 14
-int styleable AppCompatTextView_fontFamily 15
-int styleable AppCompatTextView_fontVariationSettings 16
-int styleable AppCompatTextView_lastBaselineToBottomHeight 17
-int styleable AppCompatTextView_lineHeight 18
-int styleable AppCompatTextView_textAllCaps 19
-int styleable AppCompatTextView_textLocale 20
-int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AppCompatTheme_actionBarDivider 0
-int styleable AppCompatTheme_actionBarItemBackground 1
-int styleable AppCompatTheme_actionBarPopupTheme 2
-int styleable AppCompatTheme_actionBarSize 3
-int styleable AppCompatTheme_actionBarSplitStyle 4
-int styleable AppCompatTheme_actionBarStyle 5
-int styleable AppCompatTheme_actionBarTabBarStyle 6
-int styleable AppCompatTheme_actionBarTabStyle 7
-int styleable AppCompatTheme_actionBarTabTextStyle 8
-int styleable AppCompatTheme_actionBarTheme 9
-int styleable AppCompatTheme_actionBarWidgetTheme 10
-int styleable AppCompatTheme_actionButtonStyle 11
-int styleable AppCompatTheme_actionDropDownStyle 12
-int styleable AppCompatTheme_actionMenuTextAppearance 13
-int styleable AppCompatTheme_actionMenuTextColor 14
-int styleable AppCompatTheme_actionModeBackground 15
-int styleable AppCompatTheme_actionModeCloseButtonStyle 16
-int styleable AppCompatTheme_actionModeCloseDrawable 17
-int styleable AppCompatTheme_actionModeCopyDrawable 18
-int styleable AppCompatTheme_actionModeCutDrawable 19
-int styleable AppCompatTheme_actionModeFindDrawable 20
-int styleable AppCompatTheme_actionModePasteDrawable 21
-int styleable AppCompatTheme_actionModePopupWindowStyle 22
-int styleable AppCompatTheme_actionModeSelectAllDrawable 23
-int styleable AppCompatTheme_actionModeShareDrawable 24
-int styleable AppCompatTheme_actionModeSplitBackground 25
-int styleable AppCompatTheme_actionModeStyle 26
-int styleable AppCompatTheme_actionModeWebSearchDrawable 27
-int styleable AppCompatTheme_actionOverflowButtonStyle 28
-int styleable AppCompatTheme_actionOverflowMenuStyle 29
-int styleable AppCompatTheme_activityChooserViewStyle 30
-int styleable AppCompatTheme_alertDialogButtonGroupStyle 31
-int styleable AppCompatTheme_alertDialogCenterButtons 32
-int styleable AppCompatTheme_alertDialogStyle 33
-int styleable AppCompatTheme_alertDialogTheme 34
-int styleable AppCompatTheme_android_windowAnimationStyle 35
-int styleable AppCompatTheme_android_windowIsFloating 36
-int styleable AppCompatTheme_autoCompleteTextViewStyle 37
-int styleable AppCompatTheme_borderlessButtonStyle 38
-int styleable AppCompatTheme_buttonBarButtonStyle 39
-int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40
-int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41
-int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42
-int styleable AppCompatTheme_buttonBarStyle 43
-int styleable AppCompatTheme_buttonStyle 44
-int styleable AppCompatTheme_buttonStyleSmall 45
-int styleable AppCompatTheme_checkboxStyle 46
-int styleable AppCompatTheme_checkedTextViewStyle 47
-int styleable AppCompatTheme_colorAccent 48
-int styleable AppCompatTheme_colorBackgroundFloating 49
-int styleable AppCompatTheme_colorButtonNormal 50
-int styleable AppCompatTheme_colorControlActivated 51
-int styleable AppCompatTheme_colorControlHighlight 52
-int styleable AppCompatTheme_colorControlNormal 53
-int styleable AppCompatTheme_colorError 54
-int styleable AppCompatTheme_colorPrimary 55
-int styleable AppCompatTheme_colorPrimaryDark 56
-int styleable AppCompatTheme_colorSwitchThumbNormal 57
-int styleable AppCompatTheme_controlBackground 58
-int styleable AppCompatTheme_dialogCornerRadius 59
-int styleable AppCompatTheme_dialogPreferredPadding 60
-int styleable AppCompatTheme_dialogTheme 61
-int styleable AppCompatTheme_dividerHorizontal 62
-int styleable AppCompatTheme_dividerVertical 63
-int styleable AppCompatTheme_dropDownListViewStyle 64
-int styleable AppCompatTheme_dropdownListPreferredItemHeight 65
-int styleable AppCompatTheme_editTextBackground 66
-int styleable AppCompatTheme_editTextColor 67
-int styleable AppCompatTheme_editTextStyle 68
-int styleable AppCompatTheme_homeAsUpIndicator 69
-int styleable AppCompatTheme_imageButtonStyle 70
-int styleable AppCompatTheme_listChoiceBackgroundIndicator 71
-int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 72
-int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73
-int styleable AppCompatTheme_listDividerAlertDialog 74
-int styleable AppCompatTheme_listMenuViewStyle 75
-int styleable AppCompatTheme_listPopupWindowStyle 76
-int styleable AppCompatTheme_listPreferredItemHeight 77
-int styleable AppCompatTheme_listPreferredItemHeightLarge 78
-int styleable AppCompatTheme_listPreferredItemHeightSmall 79
-int styleable AppCompatTheme_listPreferredItemPaddingEnd 80
-int styleable AppCompatTheme_listPreferredItemPaddingLeft 81
-int styleable AppCompatTheme_listPreferredItemPaddingRight 82
-int styleable AppCompatTheme_listPreferredItemPaddingStart 83
-int styleable AppCompatTheme_panelBackground 84
-int styleable AppCompatTheme_panelMenuListTheme 85
-int styleable AppCompatTheme_panelMenuListWidth 86
-int styleable AppCompatTheme_popupMenuStyle 87
-int styleable AppCompatTheme_popupWindowStyle 88
-int styleable AppCompatTheme_radioButtonStyle 89
-int styleable AppCompatTheme_ratingBarStyle 90
-int styleable AppCompatTheme_ratingBarStyleIndicator 91
-int styleable AppCompatTheme_ratingBarStyleSmall 92
-int styleable AppCompatTheme_searchViewStyle 93
-int styleable AppCompatTheme_seekBarStyle 94
-int styleable AppCompatTheme_selectableItemBackground 95
-int styleable AppCompatTheme_selectableItemBackgroundBorderless 96
-int styleable AppCompatTheme_spinnerDropDownItemStyle 97
-int styleable AppCompatTheme_spinnerStyle 98
-int styleable AppCompatTheme_switchStyle 99
-int styleable AppCompatTheme_textAppearanceLargePopupMenu 100
-int styleable AppCompatTheme_textAppearanceListItem 101
-int styleable AppCompatTheme_textAppearanceListItemSecondary 102
-int styleable AppCompatTheme_textAppearanceListItemSmall 103
-int styleable AppCompatTheme_textAppearancePopupMenuHeader 104
-int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105
-int styleable AppCompatTheme_textAppearanceSearchResultTitle 106
-int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107
-int styleable AppCompatTheme_textColorAlertDialogListItem 108
-int styleable AppCompatTheme_textColorSearchUrl 109
-int styleable AppCompatTheme_toolbarNavigationButtonStyle 110
-int styleable AppCompatTheme_toolbarStyle 111
-int styleable AppCompatTheme_tooltipForegroundColor 112
-int styleable AppCompatTheme_tooltipFrameBackground 113
-int styleable AppCompatTheme_viewInflaterClass 114
-int styleable AppCompatTheme_windowActionBar 115
-int styleable AppCompatTheme_windowActionBarOverlay 116
-int styleable AppCompatTheme_windowActionModeOverlay 117
-int styleable AppCompatTheme_windowFixedHeightMajor 118
-int styleable AppCompatTheme_windowFixedHeightMinor 119
-int styleable AppCompatTheme_windowFixedWidthMajor 120
-int styleable AppCompatTheme_windowFixedWidthMinor 121
-int styleable AppCompatTheme_windowMinWidthMajor 122
-int styleable AppCompatTheme_windowMinWidthMinor 123
-int styleable AppCompatTheme_windowNoTitle 124
-int[] styleable ButtonBarLayout { 0x0 }
-int styleable ButtonBarLayout_allowStacking 0
-int[] styleable Carousel { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Carousel_carousel_backwardTransition 0
-int styleable Carousel_carousel_emptyViewsBehavior 1
-int styleable Carousel_carousel_firstView 2
-int styleable Carousel_carousel_forwardTransition 3
-int styleable Carousel_carousel_infinite 4
-int styleable Carousel_carousel_nextState 5
-int styleable Carousel_carousel_previousState 6
-int styleable Carousel_carousel_touchUpMode 7
-int styleable Carousel_carousel_touchUp_dampeningFactor 8
-int styleable Carousel_carousel_touchUp_velocityThreshold 9
-int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
-int styleable CompoundButton_android_button 0
-int styleable CompoundButton_buttonCompat 1
-int styleable CompoundButton_buttonTint 2
-int styleable CompoundButton_buttonTintMode 3
-int[] styleable Constraint { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Constraint_android_alpha 0
-int styleable Constraint_android_elevation 1
-int styleable Constraint_android_id 2
-int styleable Constraint_android_layout_height 3
-int styleable Constraint_android_layout_marginBottom 4
-int styleable Constraint_android_layout_marginEnd 5
-int styleable Constraint_android_layout_marginLeft 6
-int styleable Constraint_android_layout_marginRight 7
-int styleable Constraint_android_layout_marginStart 8
-int styleable Constraint_android_layout_marginTop 9
-int styleable Constraint_android_layout_width 10
-int styleable Constraint_android_maxHeight 11
-int styleable Constraint_android_maxWidth 12
-int styleable Constraint_android_minHeight 13
-int styleable Constraint_android_minWidth 14
-int styleable Constraint_android_orientation 15
-int styleable Constraint_android_rotation 16
-int styleable Constraint_android_rotationX 17
-int styleable Constraint_android_rotationY 18
-int styleable Constraint_android_scaleX 19
-int styleable Constraint_android_scaleY 20
-int styleable Constraint_android_transformPivotX 21
-int styleable Constraint_android_transformPivotY 22
-int styleable Constraint_android_translationX 23
-int styleable Constraint_android_translationY 24
-int styleable Constraint_android_translationZ 25
-int styleable Constraint_android_visibility 26
-int styleable Constraint_animateCircleAngleTo 27
-int styleable Constraint_animateRelativeTo 28
-int styleable Constraint_barrierAllowsGoneWidgets 29
-int styleable Constraint_barrierDirection 30
-int styleable Constraint_barrierMargin 31
-int styleable Constraint_chainUseRtl 32
-int styleable Constraint_constraint_referenced_ids 33
-int styleable Constraint_constraint_referenced_tags 34
-int styleable Constraint_drawPath 35
-int styleable Constraint_flow_firstHorizontalBias 36
-int styleable Constraint_flow_firstHorizontalStyle 37
-int styleable Constraint_flow_firstVerticalBias 38
-int styleable Constraint_flow_firstVerticalStyle 39
-int styleable Constraint_flow_horizontalAlign 40
-int styleable Constraint_flow_horizontalBias 41
-int styleable Constraint_flow_horizontalGap 42
-int styleable Constraint_flow_horizontalStyle 43
-int styleable Constraint_flow_lastHorizontalBias 44
-int styleable Constraint_flow_lastHorizontalStyle 45
-int styleable Constraint_flow_lastVerticalBias 46
-int styleable Constraint_flow_lastVerticalStyle 47
-int styleable Constraint_flow_maxElementsWrap 48
-int styleable Constraint_flow_verticalAlign 49
-int styleable Constraint_flow_verticalBias 50
-int styleable Constraint_flow_verticalGap 51
-int styleable Constraint_flow_verticalStyle 52
-int styleable Constraint_flow_wrapMode 53
-int styleable Constraint_guidelineUseRtl 54
-int styleable Constraint_layout_constrainedHeight 55
-int styleable Constraint_layout_constrainedWidth 56
-int styleable Constraint_layout_constraintBaseline_creator 57
-int styleable Constraint_layout_constraintBaseline_toBaselineOf 58
-int styleable Constraint_layout_constraintBaseline_toBottomOf 59
-int styleable Constraint_layout_constraintBaseline_toTopOf 60
-int styleable Constraint_layout_constraintBottom_creator 61
-int styleable Constraint_layout_constraintBottom_toBottomOf 62
-int styleable Constraint_layout_constraintBottom_toTopOf 63
-int styleable Constraint_layout_constraintCircle 64
-int styleable Constraint_layout_constraintCircleAngle 65
-int styleable Constraint_layout_constraintCircleRadius 66
-int styleable Constraint_layout_constraintDimensionRatio 67
-int styleable Constraint_layout_constraintEnd_toEndOf 68
-int styleable Constraint_layout_constraintEnd_toStartOf 69
-int styleable Constraint_layout_constraintGuide_begin 70
-int styleable Constraint_layout_constraintGuide_end 71
-int styleable Constraint_layout_constraintGuide_percent 72
-int styleable Constraint_layout_constraintHeight 73
-int styleable Constraint_layout_constraintHeight_default 74
-int styleable Constraint_layout_constraintHeight_max 75
-int styleable Constraint_layout_constraintHeight_min 76
-int styleable Constraint_layout_constraintHeight_percent 77
-int styleable Constraint_layout_constraintHorizontal_bias 78
-int styleable Constraint_layout_constraintHorizontal_chainStyle 79
-int styleable Constraint_layout_constraintHorizontal_weight 80
-int styleable Constraint_layout_constraintLeft_creator 81
-int styleable Constraint_layout_constraintLeft_toLeftOf 82
-int styleable Constraint_layout_constraintLeft_toRightOf 83
-int styleable Constraint_layout_constraintRight_creator 84
-int styleable Constraint_layout_constraintRight_toLeftOf 85
-int styleable Constraint_layout_constraintRight_toRightOf 86
-int styleable Constraint_layout_constraintStart_toEndOf 87
-int styleable Constraint_layout_constraintStart_toStartOf 88
-int styleable Constraint_layout_constraintTag 89
-int styleable Constraint_layout_constraintTop_creator 90
-int styleable Constraint_layout_constraintTop_toBottomOf 91
-int styleable Constraint_layout_constraintTop_toTopOf 92
-int styleable Constraint_layout_constraintVertical_bias 93
-int styleable Constraint_layout_constraintVertical_chainStyle 94
-int styleable Constraint_layout_constraintVertical_weight 95
-int styleable Constraint_layout_constraintWidth 96
-int styleable Constraint_layout_constraintWidth_default 97
-int styleable Constraint_layout_constraintWidth_max 98
-int styleable Constraint_layout_constraintWidth_min 99
-int styleable Constraint_layout_constraintWidth_percent 100
-int styleable Constraint_layout_editor_absoluteX 101
-int styleable Constraint_layout_editor_absoluteY 102
-int styleable Constraint_layout_goneMarginBaseline 103
-int styleable Constraint_layout_goneMarginBottom 104
-int styleable Constraint_layout_goneMarginEnd 105
-int styleable Constraint_layout_goneMarginLeft 106
-int styleable Constraint_layout_goneMarginRight 107
-int styleable Constraint_layout_goneMarginStart 108
-int styleable Constraint_layout_goneMarginTop 109
-int styleable Constraint_layout_marginBaseline 110
-int styleable Constraint_layout_wrapBehaviorInParent 111
-int styleable Constraint_motionProgress 112
-int styleable Constraint_motionStagger 113
-int styleable Constraint_pathMotionArc 114
-int styleable Constraint_pivotAnchor 115
-int styleable Constraint_polarRelativeTo 116
-int styleable Constraint_quantizeMotionInterpolator 117
-int styleable Constraint_quantizeMotionPhase 118
-int styleable Constraint_quantizeMotionSteps 119
-int styleable Constraint_transformPivotTarget 120
-int styleable Constraint_transitionEasing 121
-int styleable Constraint_transitionPathRotate 122
-int styleable Constraint_visibilityMode 123
-int[] styleable ConstraintLayout_Layout { 0x1010440, 0x10100f5, 0x10100f6, 0x10100fa, 0x10103b6, 0x101053b, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x101053c, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10100d5, 0x10100d9, 0x10103b4, 0x10100d6, 0x10100d8, 0x10103b3, 0x10100d7, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ConstraintLayout_Layout_android_elevation 0
-int styleable ConstraintLayout_Layout_android_layout_height 1
-int styleable ConstraintLayout_Layout_android_layout_margin 2
-int styleable ConstraintLayout_Layout_android_layout_marginBottom 3
-int styleable ConstraintLayout_Layout_android_layout_marginEnd 4
-int styleable ConstraintLayout_Layout_android_layout_marginHorizontal 5
-int styleable ConstraintLayout_Layout_android_layout_marginLeft 6
-int styleable ConstraintLayout_Layout_android_layout_marginRight 7
-int styleable ConstraintLayout_Layout_android_layout_marginStart 8
-int styleable ConstraintLayout_Layout_android_layout_marginTop 9
-int styleable ConstraintLayout_Layout_android_layout_marginVertical 10
-int styleable ConstraintLayout_Layout_android_layout_width 11
-int styleable ConstraintLayout_Layout_android_maxHeight 12
-int styleable ConstraintLayout_Layout_android_maxWidth 13
-int styleable ConstraintLayout_Layout_android_minHeight 14
-int styleable ConstraintLayout_Layout_android_minWidth 15
-int styleable ConstraintLayout_Layout_android_orientation 16
-int styleable ConstraintLayout_Layout_android_padding 17
-int styleable ConstraintLayout_Layout_android_paddingBottom 18
-int styleable ConstraintLayout_Layout_android_paddingEnd 19
-int styleable ConstraintLayout_Layout_android_paddingLeft 20
-int styleable ConstraintLayout_Layout_android_paddingRight 21
-int styleable ConstraintLayout_Layout_android_paddingStart 22
-int styleable ConstraintLayout_Layout_android_paddingTop 23
-int styleable ConstraintLayout_Layout_android_visibility 24
-int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 25
-int styleable ConstraintLayout_Layout_barrierDirection 26
-int styleable ConstraintLayout_Layout_barrierMargin 27
-int styleable ConstraintLayout_Layout_chainUseRtl 28
-int styleable ConstraintLayout_Layout_circularflow_angles 29
-int styleable ConstraintLayout_Layout_circularflow_defaultAngle 30
-int styleable ConstraintLayout_Layout_circularflow_defaultRadius 31
-int styleable ConstraintLayout_Layout_circularflow_radiusInDP 32
-int styleable ConstraintLayout_Layout_circularflow_viewCenter 33
-int styleable ConstraintLayout_Layout_constraintSet 34
-int styleable ConstraintLayout_Layout_constraint_referenced_ids 35
-int styleable ConstraintLayout_Layout_constraint_referenced_tags 36
-int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 37
-int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 38
-int styleable ConstraintLayout_Layout_flow_firstVerticalBias 39
-int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 40
-int styleable ConstraintLayout_Layout_flow_horizontalAlign 41
-int styleable ConstraintLayout_Layout_flow_horizontalBias 42
-int styleable ConstraintLayout_Layout_flow_horizontalGap 43
-int styleable ConstraintLayout_Layout_flow_horizontalStyle 44
-int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 45
-int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 46
-int styleable ConstraintLayout_Layout_flow_lastVerticalBias 47
-int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 48
-int styleable ConstraintLayout_Layout_flow_maxElementsWrap 49
-int styleable ConstraintLayout_Layout_flow_verticalAlign 50
-int styleable ConstraintLayout_Layout_flow_verticalBias 51
-int styleable ConstraintLayout_Layout_flow_verticalGap 52
-int styleable ConstraintLayout_Layout_flow_verticalStyle 53
-int styleable ConstraintLayout_Layout_flow_wrapMode 54
-int styleable ConstraintLayout_Layout_guidelineUseRtl 55
-int styleable ConstraintLayout_Layout_layoutDescription 56
-int styleable ConstraintLayout_Layout_layout_constrainedHeight 57
-int styleable ConstraintLayout_Layout_layout_constrainedWidth 58
-int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 59
-int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 60
-int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBottomOf 61
-int styleable ConstraintLayout_Layout_layout_constraintBaseline_toTopOf 62
-int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 63
-int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 64
-int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 65
-int styleable ConstraintLayout_Layout_layout_constraintCircle 66
-int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 67
-int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 68
-int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 69
-int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 70
-int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 71
-int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 72
-int styleable ConstraintLayout_Layout_layout_constraintGuide_end 73
-int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 74
-int styleable ConstraintLayout_Layout_layout_constraintHeight 75
-int styleable ConstraintLayout_Layout_layout_constraintHeight_default 76
-int styleable ConstraintLayout_Layout_layout_constraintHeight_max 77
-int styleable ConstraintLayout_Layout_layout_constraintHeight_min 78
-int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 79
-int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 80
-int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 81
-int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 82
-int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 83
-int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 84
-int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 85
-int styleable ConstraintLayout_Layout_layout_constraintRight_creator 86
-int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 87
-int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 88
-int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 89
-int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 90
-int styleable ConstraintLayout_Layout_layout_constraintTag 91
-int styleable ConstraintLayout_Layout_layout_constraintTop_creator 92
-int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 93
-int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 94
-int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 95
-int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 96
-int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 97
-int styleable ConstraintLayout_Layout_layout_constraintWidth 98
-int styleable ConstraintLayout_Layout_layout_constraintWidth_default 99
-int styleable ConstraintLayout_Layout_layout_constraintWidth_max 100
-int styleable ConstraintLayout_Layout_layout_constraintWidth_min 101
-int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 102
-int styleable ConstraintLayout_Layout_layout_editor_absoluteX 103
-int styleable ConstraintLayout_Layout_layout_editor_absoluteY 104
-int styleable ConstraintLayout_Layout_layout_goneMarginBaseline 105
-int styleable ConstraintLayout_Layout_layout_goneMarginBottom 106
-int styleable ConstraintLayout_Layout_layout_goneMarginEnd 107
-int styleable ConstraintLayout_Layout_layout_goneMarginLeft 108
-int styleable ConstraintLayout_Layout_layout_goneMarginRight 109
-int styleable ConstraintLayout_Layout_layout_goneMarginStart 110
-int styleable ConstraintLayout_Layout_layout_goneMarginTop 111
-int styleable ConstraintLayout_Layout_layout_marginBaseline 112
-int styleable ConstraintLayout_Layout_layout_optimizationLevel 113
-int styleable ConstraintLayout_Layout_layout_wrapBehaviorInParent 114
-int[] styleable ConstraintLayout_ReactiveGuide { 0x0, 0x0, 0x0, 0x0 }
-int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange 0
-int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_applyToAllConstraintSets 1
-int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_applyToConstraintSet 2
-int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_valueId 3
-int[] styleable ConstraintLayout_placeholder { 0x0, 0x0 }
-int styleable ConstraintLayout_placeholder_content 0
-int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1
-int[] styleable ConstraintOverride { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ConstraintOverride_android_alpha 0
-int styleable ConstraintOverride_android_elevation 1
-int styleable ConstraintOverride_android_id 2
-int styleable ConstraintOverride_android_layout_height 3
-int styleable ConstraintOverride_android_layout_marginBottom 4
-int styleable ConstraintOverride_android_layout_marginEnd 5
-int styleable ConstraintOverride_android_layout_marginLeft 6
-int styleable ConstraintOverride_android_layout_marginRight 7
-int styleable ConstraintOverride_android_layout_marginStart 8
-int styleable ConstraintOverride_android_layout_marginTop 9
-int styleable ConstraintOverride_android_layout_width 10
-int styleable ConstraintOverride_android_maxHeight 11
-int styleable ConstraintOverride_android_maxWidth 12
-int styleable ConstraintOverride_android_minHeight 13
-int styleable ConstraintOverride_android_minWidth 14
-int styleable ConstraintOverride_android_orientation 15
-int styleable ConstraintOverride_android_rotation 16
-int styleable ConstraintOverride_android_rotationX 17
-int styleable ConstraintOverride_android_rotationY 18
-int styleable ConstraintOverride_android_scaleX 19
-int styleable ConstraintOverride_android_scaleY 20
-int styleable ConstraintOverride_android_transformPivotX 21
-int styleable ConstraintOverride_android_transformPivotY 22
-int styleable ConstraintOverride_android_translationX 23
-int styleable ConstraintOverride_android_translationY 24
-int styleable ConstraintOverride_android_translationZ 25
-int styleable ConstraintOverride_android_visibility 26
-int styleable ConstraintOverride_animateCircleAngleTo 27
-int styleable ConstraintOverride_animateRelativeTo 28
-int styleable ConstraintOverride_barrierAllowsGoneWidgets 29
-int styleable ConstraintOverride_barrierDirection 30
-int styleable ConstraintOverride_barrierMargin 31
-int styleable ConstraintOverride_chainUseRtl 32
-int styleable ConstraintOverride_constraint_referenced_ids 33
-int styleable ConstraintOverride_drawPath 34
-int styleable ConstraintOverride_flow_firstHorizontalBias 35
-int styleable ConstraintOverride_flow_firstHorizontalStyle 36
-int styleable ConstraintOverride_flow_firstVerticalBias 37
-int styleable ConstraintOverride_flow_firstVerticalStyle 38
-int styleable ConstraintOverride_flow_horizontalAlign 39
-int styleable ConstraintOverride_flow_horizontalBias 40
-int styleable ConstraintOverride_flow_horizontalGap 41
-int styleable ConstraintOverride_flow_horizontalStyle 42
-int styleable ConstraintOverride_flow_lastHorizontalBias 43
-int styleable ConstraintOverride_flow_lastHorizontalStyle 44
-int styleable ConstraintOverride_flow_lastVerticalBias 45
-int styleable ConstraintOverride_flow_lastVerticalStyle 46
-int styleable ConstraintOverride_flow_maxElementsWrap 47
-int styleable ConstraintOverride_flow_verticalAlign 48
-int styleable ConstraintOverride_flow_verticalBias 49
-int styleable ConstraintOverride_flow_verticalGap 50
-int styleable ConstraintOverride_flow_verticalStyle 51
-int styleable ConstraintOverride_flow_wrapMode 52
-int styleable ConstraintOverride_guidelineUseRtl 53
-int styleable ConstraintOverride_layout_constrainedHeight 54
-int styleable ConstraintOverride_layout_constrainedWidth 55
-int styleable ConstraintOverride_layout_constraintBaseline_creator 56
-int styleable ConstraintOverride_layout_constraintBottom_creator 57
-int styleable ConstraintOverride_layout_constraintCircleAngle 58
-int styleable ConstraintOverride_layout_constraintCircleRadius 59
-int styleable ConstraintOverride_layout_constraintDimensionRatio 60
-int styleable ConstraintOverride_layout_constraintGuide_begin 61
-int styleable ConstraintOverride_layout_constraintGuide_end 62
-int styleable ConstraintOverride_layout_constraintGuide_percent 63
-int styleable ConstraintOverride_layout_constraintHeight 64
-int styleable ConstraintOverride_layout_constraintHeight_default 65
-int styleable ConstraintOverride_layout_constraintHeight_max 66
-int styleable ConstraintOverride_layout_constraintHeight_min 67
-int styleable ConstraintOverride_layout_constraintHeight_percent 68
-int styleable ConstraintOverride_layout_constraintHorizontal_bias 69
-int styleable ConstraintOverride_layout_constraintHorizontal_chainStyle 70
-int styleable ConstraintOverride_layout_constraintHorizontal_weight 71
-int styleable ConstraintOverride_layout_constraintLeft_creator 72
-int styleable ConstraintOverride_layout_constraintRight_creator 73
-int styleable ConstraintOverride_layout_constraintTag 74
-int styleable ConstraintOverride_layout_constraintTop_creator 75
-int styleable ConstraintOverride_layout_constraintVertical_bias 76
-int styleable ConstraintOverride_layout_constraintVertical_chainStyle 77
-int styleable ConstraintOverride_layout_constraintVertical_weight 78
-int styleable ConstraintOverride_layout_constraintWidth 79
-int styleable ConstraintOverride_layout_constraintWidth_default 80
-int styleable ConstraintOverride_layout_constraintWidth_max 81
-int styleable ConstraintOverride_layout_constraintWidth_min 82
-int styleable ConstraintOverride_layout_constraintWidth_percent 83
-int styleable ConstraintOverride_layout_editor_absoluteX 84
-int styleable ConstraintOverride_layout_editor_absoluteY 85
-int styleable ConstraintOverride_layout_goneMarginBaseline 86
-int styleable ConstraintOverride_layout_goneMarginBottom 87
-int styleable ConstraintOverride_layout_goneMarginEnd 88
-int styleable ConstraintOverride_layout_goneMarginLeft 89
-int styleable ConstraintOverride_layout_goneMarginRight 90
-int styleable ConstraintOverride_layout_goneMarginStart 91
-int styleable ConstraintOverride_layout_goneMarginTop 92
-int styleable ConstraintOverride_layout_marginBaseline 93
-int styleable ConstraintOverride_layout_wrapBehaviorInParent 94
-int styleable ConstraintOverride_motionProgress 95
-int styleable ConstraintOverride_motionStagger 96
-int styleable ConstraintOverride_motionTarget 97
-int styleable ConstraintOverride_pathMotionArc 98
-int styleable ConstraintOverride_pivotAnchor 99
-int styleable ConstraintOverride_polarRelativeTo 100
-int styleable ConstraintOverride_quantizeMotionInterpolator 101
-int styleable ConstraintOverride_quantizeMotionPhase 102
-int styleable ConstraintOverride_quantizeMotionSteps 103
-int styleable ConstraintOverride_transformPivotTarget 104
-int styleable ConstraintOverride_transitionEasing 105
-int styleable ConstraintOverride_transitionPathRotate 106
-int styleable ConstraintOverride_visibilityMode 107
-int[] styleable ConstraintSet { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10101b5, 0x10101b6, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ConstraintSet_android_alpha 0
-int styleable ConstraintSet_android_elevation 1
-int styleable ConstraintSet_android_id 2
-int styleable ConstraintSet_android_layout_height 3
-int styleable ConstraintSet_android_layout_marginBottom 4
-int styleable ConstraintSet_android_layout_marginEnd 5
-int styleable ConstraintSet_android_layout_marginLeft 6
-int styleable ConstraintSet_android_layout_marginRight 7
-int styleable ConstraintSet_android_layout_marginStart 8
-int styleable ConstraintSet_android_layout_marginTop 9
-int styleable ConstraintSet_android_layout_width 10
-int styleable ConstraintSet_android_maxHeight 11
-int styleable ConstraintSet_android_maxWidth 12
-int styleable ConstraintSet_android_minHeight 13
-int styleable ConstraintSet_android_minWidth 14
-int styleable ConstraintSet_android_orientation 15
-int styleable ConstraintSet_android_pivotX 16
-int styleable ConstraintSet_android_pivotY 17
-int styleable ConstraintSet_android_rotation 18
-int styleable ConstraintSet_android_rotationX 19
-int styleable ConstraintSet_android_rotationY 20
-int styleable ConstraintSet_android_scaleX 21
-int styleable ConstraintSet_android_scaleY 22
-int styleable ConstraintSet_android_transformPivotX 23
-int styleable ConstraintSet_android_transformPivotY 24
-int styleable ConstraintSet_android_translationX 25
-int styleable ConstraintSet_android_translationY 26
-int styleable ConstraintSet_android_translationZ 27
-int styleable ConstraintSet_android_visibility 28
-int styleable ConstraintSet_animateCircleAngleTo 29
-int styleable ConstraintSet_animateRelativeTo 30
-int styleable ConstraintSet_barrierAllowsGoneWidgets 31
-int styleable ConstraintSet_barrierDirection 32
-int styleable ConstraintSet_barrierMargin 33
-int styleable ConstraintSet_chainUseRtl 34
-int styleable ConstraintSet_constraintRotate 35
-int styleable ConstraintSet_constraint_referenced_ids 36
-int styleable ConstraintSet_constraint_referenced_tags 37
-int styleable ConstraintSet_deriveConstraintsFrom 38
-int styleable ConstraintSet_drawPath 39
-int styleable ConstraintSet_flow_firstHorizontalBias 40
-int styleable ConstraintSet_flow_firstHorizontalStyle 41
-int styleable ConstraintSet_flow_firstVerticalBias 42
-int styleable ConstraintSet_flow_firstVerticalStyle 43
-int styleable ConstraintSet_flow_horizontalAlign 44
-int styleable ConstraintSet_flow_horizontalBias 45
-int styleable ConstraintSet_flow_horizontalGap 46
-int styleable ConstraintSet_flow_horizontalStyle 47
-int styleable ConstraintSet_flow_lastHorizontalBias 48
-int styleable ConstraintSet_flow_lastHorizontalStyle 49
-int styleable ConstraintSet_flow_lastVerticalBias 50
-int styleable ConstraintSet_flow_lastVerticalStyle 51
-int styleable ConstraintSet_flow_maxElementsWrap 52
-int styleable ConstraintSet_flow_verticalAlign 53
-int styleable ConstraintSet_flow_verticalBias 54
-int styleable ConstraintSet_flow_verticalGap 55
-int styleable ConstraintSet_flow_verticalStyle 56
-int styleable ConstraintSet_flow_wrapMode 57
-int styleable ConstraintSet_guidelineUseRtl 58
-int styleable ConstraintSet_layout_constrainedHeight 59
-int styleable ConstraintSet_layout_constrainedWidth 60
-int styleable ConstraintSet_layout_constraintBaseline_creator 61
-int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 62
-int styleable ConstraintSet_layout_constraintBaseline_toBottomOf 63
-int styleable ConstraintSet_layout_constraintBaseline_toTopOf 64
-int styleable ConstraintSet_layout_constraintBottom_creator 65
-int styleable ConstraintSet_layout_constraintBottom_toBottomOf 66
-int styleable ConstraintSet_layout_constraintBottom_toTopOf 67
-int styleable ConstraintSet_layout_constraintCircle 68
-int styleable ConstraintSet_layout_constraintCircleAngle 69
-int styleable ConstraintSet_layout_constraintCircleRadius 70
-int styleable ConstraintSet_layout_constraintDimensionRatio 71
-int styleable ConstraintSet_layout_constraintEnd_toEndOf 72
-int styleable ConstraintSet_layout_constraintEnd_toStartOf 73
-int styleable ConstraintSet_layout_constraintGuide_begin 74
-int styleable ConstraintSet_layout_constraintGuide_end 75
-int styleable ConstraintSet_layout_constraintGuide_percent 76
-int styleable ConstraintSet_layout_constraintHeight_default 77
-int styleable ConstraintSet_layout_constraintHeight_max 78
-int styleable ConstraintSet_layout_constraintHeight_min 79
-int styleable ConstraintSet_layout_constraintHeight_percent 80
-int styleable ConstraintSet_layout_constraintHorizontal_bias 81
-int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 82
-int styleable ConstraintSet_layout_constraintHorizontal_weight 83
-int styleable ConstraintSet_layout_constraintLeft_creator 84
-int styleable ConstraintSet_layout_constraintLeft_toLeftOf 85
-int styleable ConstraintSet_layout_constraintLeft_toRightOf 86
-int styleable ConstraintSet_layout_constraintRight_creator 87
-int styleable ConstraintSet_layout_constraintRight_toLeftOf 88
-int styleable ConstraintSet_layout_constraintRight_toRightOf 89
-int styleable ConstraintSet_layout_constraintStart_toEndOf 90
-int styleable ConstraintSet_layout_constraintStart_toStartOf 91
-int styleable ConstraintSet_layout_constraintTag 92
-int styleable ConstraintSet_layout_constraintTop_creator 93
-int styleable ConstraintSet_layout_constraintTop_toBottomOf 94
-int styleable ConstraintSet_layout_constraintTop_toTopOf 95
-int styleable ConstraintSet_layout_constraintVertical_bias 96
-int styleable ConstraintSet_layout_constraintVertical_chainStyle 97
-int styleable ConstraintSet_layout_constraintVertical_weight 98
-int styleable ConstraintSet_layout_constraintWidth_default 99
-int styleable ConstraintSet_layout_constraintWidth_max 100
-int styleable ConstraintSet_layout_constraintWidth_min 101
-int styleable ConstraintSet_layout_constraintWidth_percent 102
-int styleable ConstraintSet_layout_editor_absoluteX 103
-int styleable ConstraintSet_layout_editor_absoluteY 104
-int styleable ConstraintSet_layout_goneMarginBaseline 105
-int styleable ConstraintSet_layout_goneMarginBottom 106
-int styleable ConstraintSet_layout_goneMarginEnd 107
-int styleable ConstraintSet_layout_goneMarginLeft 108
-int styleable ConstraintSet_layout_goneMarginRight 109
-int styleable ConstraintSet_layout_goneMarginStart 110
-int styleable ConstraintSet_layout_goneMarginTop 111
-int styleable ConstraintSet_layout_marginBaseline 112
-int styleable ConstraintSet_layout_wrapBehaviorInParent 113
-int styleable ConstraintSet_motionProgress 114
-int styleable ConstraintSet_motionStagger 115
-int styleable ConstraintSet_pathMotionArc 116
-int styleable ConstraintSet_pivotAnchor 117
-int styleable ConstraintSet_polarRelativeTo 118
-int styleable ConstraintSet_quantizeMotionSteps 119
-int styleable ConstraintSet_transitionEasing 120
-int styleable ConstraintSet_transitionPathRotate 121
-int[] styleable CustomAttribute { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable CustomAttribute_attributeName 0
-int styleable CustomAttribute_customBoolean 1
-int styleable CustomAttribute_customColorDrawableValue 2
-int styleable CustomAttribute_customColorValue 3
-int styleable CustomAttribute_customDimension 4
-int styleable CustomAttribute_customFloatValue 5
-int styleable CustomAttribute_customIntegerValue 6
-int styleable CustomAttribute_customPixelDimension 7
-int styleable CustomAttribute_customReference 8
-int styleable CustomAttribute_customStringValue 9
-int styleable CustomAttribute_methodName 10
-int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable DrawerArrowToggle_arrowHeadLength 0
-int styleable DrawerArrowToggle_arrowShaftLength 1
-int styleable DrawerArrowToggle_barLength 2
-int styleable DrawerArrowToggle_color 3
-int styleable DrawerArrowToggle_drawableSize 4
-int styleable DrawerArrowToggle_gapBetweenBars 5
-int styleable DrawerArrowToggle_spinBars 6
-int styleable DrawerArrowToggle_thickness 7
-int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamily_fontProviderAuthority 0
-int styleable FontFamily_fontProviderCerts 1
-int styleable FontFamily_fontProviderFetchStrategy 2
-int styleable FontFamily_fontProviderFetchTimeout 3
-int styleable FontFamily_fontProviderPackage 4
-int styleable FontFamily_fontProviderQuery 5
-int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 4
-int styleable FontFamilyFont_font 5
-int styleable FontFamilyFont_fontStyle 6
-int styleable FontFamilyFont_fontVariationSettings 7
-int styleable FontFamilyFont_fontWeight 8
-int styleable FontFamilyFont_ttcIndex 9
-int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
-int[] styleable ImageFilterView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ImageFilterView_altSrc 0
-int styleable ImageFilterView_blendSrc 1
-int styleable ImageFilterView_brightness 2
-int styleable ImageFilterView_contrast 3
-int styleable ImageFilterView_crossfade 4
-int styleable ImageFilterView_imagePanX 5
-int styleable ImageFilterView_imagePanY 6
-int styleable ImageFilterView_imageRotate 7
-int styleable ImageFilterView_imageZoom 8
-int styleable ImageFilterView_overlay 9
-int styleable ImageFilterView_round 10
-int styleable ImageFilterView_roundPercent 11
-int styleable ImageFilterView_saturation 12
-int styleable ImageFilterView_warmth 13
-int[] styleable KeyAttribute { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyAttribute_android_alpha 0
-int styleable KeyAttribute_android_elevation 1
-int styleable KeyAttribute_android_rotation 2
-int styleable KeyAttribute_android_rotationX 3
-int styleable KeyAttribute_android_rotationY 4
-int styleable KeyAttribute_android_scaleX 5
-int styleable KeyAttribute_android_scaleY 6
-int styleable KeyAttribute_android_transformPivotX 7
-int styleable KeyAttribute_android_transformPivotY 8
-int styleable KeyAttribute_android_translationX 9
-int styleable KeyAttribute_android_translationY 10
-int styleable KeyAttribute_android_translationZ 11
-int styleable KeyAttribute_curveFit 12
-int styleable KeyAttribute_framePosition 13
-int styleable KeyAttribute_motionProgress 14
-int styleable KeyAttribute_motionTarget 15
-int styleable KeyAttribute_transformPivotTarget 16
-int styleable KeyAttribute_transitionEasing 17
-int styleable KeyAttribute_transitionPathRotate 18
-int[] styleable KeyCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyCycle_android_alpha 0
-int styleable KeyCycle_android_elevation 1
-int styleable KeyCycle_android_rotation 2
-int styleable KeyCycle_android_rotationX 3
-int styleable KeyCycle_android_rotationY 4
-int styleable KeyCycle_android_scaleX 5
-int styleable KeyCycle_android_scaleY 6
-int styleable KeyCycle_android_translationX 7
-int styleable KeyCycle_android_translationY 8
-int styleable KeyCycle_android_translationZ 9
-int styleable KeyCycle_curveFit 10
-int styleable KeyCycle_framePosition 11
-int styleable KeyCycle_motionProgress 12
-int styleable KeyCycle_motionTarget 13
-int styleable KeyCycle_transitionEasing 14
-int styleable KeyCycle_transitionPathRotate 15
-int styleable KeyCycle_waveOffset 16
-int styleable KeyCycle_wavePeriod 17
-int styleable KeyCycle_wavePhase 18
-int styleable KeyCycle_waveShape 19
-int styleable KeyCycle_waveVariesBy 20
-int[] styleable KeyFrame { }
-int[] styleable KeyFramesAcceleration { }
-int[] styleable KeyFramesVelocity { }
-int[] styleable KeyPosition { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyPosition_curveFit 0
-int styleable KeyPosition_drawPath 1
-int styleable KeyPosition_framePosition 2
-int styleable KeyPosition_keyPositionType 3
-int styleable KeyPosition_motionTarget 4
-int styleable KeyPosition_pathMotionArc 5
-int styleable KeyPosition_percentHeight 6
-int styleable KeyPosition_percentWidth 7
-int styleable KeyPosition_percentX 8
-int styleable KeyPosition_percentY 9
-int styleable KeyPosition_sizePercent 10
-int styleable KeyPosition_transitionEasing 11
-int[] styleable KeyTimeCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyTimeCycle_android_alpha 0
-int styleable KeyTimeCycle_android_elevation 1
-int styleable KeyTimeCycle_android_rotation 2
-int styleable KeyTimeCycle_android_rotationX 3
-int styleable KeyTimeCycle_android_rotationY 4
-int styleable KeyTimeCycle_android_scaleX 5
-int styleable KeyTimeCycle_android_scaleY 6
-int styleable KeyTimeCycle_android_translationX 7
-int styleable KeyTimeCycle_android_translationY 8
-int styleable KeyTimeCycle_android_translationZ 9
-int styleable KeyTimeCycle_curveFit 10
-int styleable KeyTimeCycle_framePosition 11
-int styleable KeyTimeCycle_motionProgress 12
-int styleable KeyTimeCycle_motionTarget 13
-int styleable KeyTimeCycle_transitionEasing 14
-int styleable KeyTimeCycle_transitionPathRotate 15
-int styleable KeyTimeCycle_waveDecay 16
-int styleable KeyTimeCycle_waveOffset 17
-int styleable KeyTimeCycle_wavePeriod 18
-int styleable KeyTimeCycle_wavePhase 19
-int styleable KeyTimeCycle_waveShape 20
-int[] styleable KeyTrigger { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyTrigger_framePosition 0
-int styleable KeyTrigger_motionTarget 1
-int styleable KeyTrigger_motion_postLayoutCollision 2
-int styleable KeyTrigger_motion_triggerOnCollision 3
-int styleable KeyTrigger_onCross 4
-int styleable KeyTrigger_onNegativeCross 5
-int styleable KeyTrigger_onPositiveCross 6
-int styleable KeyTrigger_triggerId 7
-int styleable KeyTrigger_triggerReceiver 8
-int styleable KeyTrigger_triggerSlack 9
-int styleable KeyTrigger_viewTransitionOnCross 10
-int styleable KeyTrigger_viewTransitionOnNegativeCross 11
-int styleable KeyTrigger_viewTransitionOnPositiveCross 12
-int[] styleable Layout { 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Layout_android_layout_height 0
-int styleable Layout_android_layout_marginBottom 1
-int styleable Layout_android_layout_marginEnd 2
-int styleable Layout_android_layout_marginLeft 3
-int styleable Layout_android_layout_marginRight 4
-int styleable Layout_android_layout_marginStart 5
-int styleable Layout_android_layout_marginTop 6
-int styleable Layout_android_layout_width 7
-int styleable Layout_android_orientation 8
-int styleable Layout_barrierAllowsGoneWidgets 9
-int styleable Layout_barrierDirection 10
-int styleable Layout_barrierMargin 11
-int styleable Layout_chainUseRtl 12
-int styleable Layout_constraint_referenced_ids 13
-int styleable Layout_constraint_referenced_tags 14
-int styleable Layout_guidelineUseRtl 15
-int styleable Layout_layout_constrainedHeight 16
-int styleable Layout_layout_constrainedWidth 17
-int styleable Layout_layout_constraintBaseline_creator 18
-int styleable Layout_layout_constraintBaseline_toBaselineOf 19
-int styleable Layout_layout_constraintBaseline_toBottomOf 20
-int styleable Layout_layout_constraintBaseline_toTopOf 21
-int styleable Layout_layout_constraintBottom_creator 22
-int styleable Layout_layout_constraintBottom_toBottomOf 23
-int styleable Layout_layout_constraintBottom_toTopOf 24
-int styleable Layout_layout_constraintCircle 25
-int styleable Layout_layout_constraintCircleAngle 26
-int styleable Layout_layout_constraintCircleRadius 27
-int styleable Layout_layout_constraintDimensionRatio 28
-int styleable Layout_layout_constraintEnd_toEndOf 29
-int styleable Layout_layout_constraintEnd_toStartOf 30
-int styleable Layout_layout_constraintGuide_begin 31
-int styleable Layout_layout_constraintGuide_end 32
-int styleable Layout_layout_constraintGuide_percent 33
-int styleable Layout_layout_constraintHeight 34
-int styleable Layout_layout_constraintHeight_default 35
-int styleable Layout_layout_constraintHeight_max 36
-int styleable Layout_layout_constraintHeight_min 37
-int styleable Layout_layout_constraintHeight_percent 38
-int styleable Layout_layout_constraintHorizontal_bias 39
-int styleable Layout_layout_constraintHorizontal_chainStyle 40
-int styleable Layout_layout_constraintHorizontal_weight 41
-int styleable Layout_layout_constraintLeft_creator 42
-int styleable Layout_layout_constraintLeft_toLeftOf 43
-int styleable Layout_layout_constraintLeft_toRightOf 44
-int styleable Layout_layout_constraintRight_creator 45
-int styleable Layout_layout_constraintRight_toLeftOf 46
-int styleable Layout_layout_constraintRight_toRightOf 47
-int styleable Layout_layout_constraintStart_toEndOf 48
-int styleable Layout_layout_constraintStart_toStartOf 49
-int styleable Layout_layout_constraintTop_creator 50
-int styleable Layout_layout_constraintTop_toBottomOf 51
-int styleable Layout_layout_constraintTop_toTopOf 52
-int styleable Layout_layout_constraintVertical_bias 53
-int styleable Layout_layout_constraintVertical_chainStyle 54
-int styleable Layout_layout_constraintVertical_weight 55
-int styleable Layout_layout_constraintWidth 56
-int styleable Layout_layout_constraintWidth_default 57
-int styleable Layout_layout_constraintWidth_max 58
-int styleable Layout_layout_constraintWidth_min 59
-int styleable Layout_layout_constraintWidth_percent 60
-int styleable Layout_layout_editor_absoluteX 61
-int styleable Layout_layout_editor_absoluteY 62
-int styleable Layout_layout_goneMarginBaseline 63
-int styleable Layout_layout_goneMarginBottom 64
-int styleable Layout_layout_goneMarginEnd 65
-int styleable Layout_layout_goneMarginLeft 66
-int styleable Layout_layout_goneMarginRight 67
-int styleable Layout_layout_goneMarginStart 68
-int styleable Layout_layout_goneMarginTop 69
-int styleable Layout_layout_marginBaseline 70
-int styleable Layout_layout_wrapBehaviorInParent 71
-int styleable Layout_maxHeight 72
-int styleable Layout_maxWidth 73
-int styleable Layout_minHeight 74
-int styleable Layout_minWidth 75
-int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 }
-int styleable LinearLayoutCompat_android_baselineAligned 0
-int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
-int styleable LinearLayoutCompat_android_gravity 2
-int styleable LinearLayoutCompat_android_orientation 3
-int styleable LinearLayoutCompat_android_weightSum 4
-int styleable LinearLayoutCompat_divider 5
-int styleable LinearLayoutCompat_dividerPadding 6
-int styleable LinearLayoutCompat_measureWithLargestChild 7
-int styleable LinearLayoutCompat_showDividers 8
-int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 }
-int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
-int styleable LinearLayoutCompat_Layout_android_layout_height 1
-int styleable LinearLayoutCompat_Layout_android_layout_weight 2
-int styleable LinearLayoutCompat_Layout_android_layout_width 3
-int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
-int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
-int styleable ListPopupWindow_android_dropDownVerticalOffset 1
-int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
-int styleable MenuGroup_android_checkableBehavior 0
-int styleable MenuGroup_android_enabled 1
-int styleable MenuGroup_android_id 2
-int styleable MenuGroup_android_menuCategory 3
-int styleable MenuGroup_android_orderInCategory 4
-int styleable MenuGroup_android_visible 5
-int[] styleable MenuItem { 0x0, 0x0, 0x0, 0x0, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MenuItem_actionLayout 0
-int styleable MenuItem_actionProviderClass 1
-int styleable MenuItem_actionViewClass 2
-int styleable MenuItem_alphabeticModifiers 3
-int styleable MenuItem_android_alphabeticShortcut 4
-int styleable MenuItem_android_checkable 5
-int styleable MenuItem_android_checked 6
-int styleable MenuItem_android_enabled 7
-int styleable MenuItem_android_icon 8
-int styleable MenuItem_android_id 9
-int styleable MenuItem_android_menuCategory 10
-int styleable MenuItem_android_numericShortcut 11
-int styleable MenuItem_android_onClick 12
-int styleable MenuItem_android_orderInCategory 13
-int styleable MenuItem_android_title 14
-int styleable MenuItem_android_titleCondensed 15
-int styleable MenuItem_android_visible 16
-int styleable MenuItem_contentDescription 17
-int styleable MenuItem_iconTint 18
-int styleable MenuItem_iconTintMode 19
-int styleable MenuItem_numericModifiers 20
-int styleable MenuItem_showAsAction 21
-int styleable MenuItem_tooltipText 22
-int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x0, 0x0 }
-int styleable MenuView_android_headerBackground 0
-int styleable MenuView_android_horizontalDivider 1
-int styleable MenuView_android_itemBackground 2
-int styleable MenuView_android_itemIconDisabledAlpha 3
-int styleable MenuView_android_itemTextAppearance 4
-int styleable MenuView_android_verticalDivider 5
-int styleable MenuView_android_windowAnimationStyle 6
-int styleable MenuView_preserveIconSpacing 7
-int styleable MenuView_subMenuArrow 8
-int[] styleable MockView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MockView_mock_diagonalsColor 0
-int styleable MockView_mock_label 1
-int styleable MockView_mock_labelBackgroundColor 2
-int styleable MockView_mock_labelColor 3
-int styleable MockView_mock_showDiagonals 4
-int styleable MockView_mock_showLabel 5
-int[] styleable Motion { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Motion_animateCircleAngleTo 0
-int styleable Motion_animateRelativeTo 1
-int styleable Motion_drawPath 2
-int styleable Motion_motionPathRotate 3
-int styleable Motion_motionStagger 4
-int styleable Motion_pathMotionArc 5
-int styleable Motion_quantizeMotionInterpolator 6
-int styleable Motion_quantizeMotionPhase 7
-int styleable Motion_quantizeMotionSteps 8
-int styleable Motion_transitionEasing 9
-int[] styleable MotionEffect { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MotionEffect_motionEffect_alpha 0
-int styleable MotionEffect_motionEffect_end 1
-int styleable MotionEffect_motionEffect_move 2
-int styleable MotionEffect_motionEffect_start 3
-int styleable MotionEffect_motionEffect_strict 4
-int styleable MotionEffect_motionEffect_translationX 5
-int styleable MotionEffect_motionEffect_translationY 6
-int styleable MotionEffect_motionEffect_viewTransition 7
-int[] styleable MotionHelper { 0x0, 0x0 }
-int styleable MotionHelper_onHide 0
-int styleable MotionHelper_onShow 1
-int[] styleable MotionLabel { 0x1010535, 0x10103ac, 0x10100af, 0x1010164, 0x101014f, 0x1010098, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MotionLabel_android_autoSizeTextType 0
-int styleable MotionLabel_android_fontFamily 1
-int styleable MotionLabel_android_gravity 2
-int styleable MotionLabel_android_shadowRadius 3
-int styleable MotionLabel_android_text 4
-int styleable MotionLabel_android_textColor 5
-int styleable MotionLabel_android_textSize 6
-int styleable MotionLabel_android_textStyle 7
-int styleable MotionLabel_android_typeface 8
-int styleable MotionLabel_borderRound 9
-int styleable MotionLabel_borderRoundPercent 10
-int styleable MotionLabel_scaleFromTextSize 11
-int styleable MotionLabel_textBackground 12
-int styleable MotionLabel_textBackgroundPanX 13
-int styleable MotionLabel_textBackgroundPanY 14
-int styleable MotionLabel_textBackgroundRotate 15
-int styleable MotionLabel_textBackgroundZoom 16
-int styleable MotionLabel_textOutlineColor 17
-int styleable MotionLabel_textOutlineThickness 18
-int styleable MotionLabel_textPanX 19
-int styleable MotionLabel_textPanY 20
-int styleable MotionLabel_textureBlurFactor 21
-int styleable MotionLabel_textureEffect 22
-int styleable MotionLabel_textureHeight 23
-int styleable MotionLabel_textureWidth 24
-int[] styleable MotionLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MotionLayout_applyMotionScene 0
-int styleable MotionLayout_currentState 1
-int styleable MotionLayout_layoutDescription 2
-int styleable MotionLayout_motionDebug 3
-int styleable MotionLayout_motionProgress 4
-int styleable MotionLayout_showPaths 5
-int[] styleable MotionScene { 0x0, 0x0 }
-int styleable MotionScene_defaultDuration 0
-int styleable MotionScene_layoutDuringTransition 1
-int[] styleable MotionTelltales { 0x0, 0x0, 0x0 }
-int styleable MotionTelltales_telltales_tailColor 0
-int styleable MotionTelltales_telltales_tailScale 1
-int styleable MotionTelltales_telltales_velocityMode 2
-int[] styleable OnClick { 0x0, 0x0 }
-int styleable OnClick_clickAction 0
-int styleable OnClick_targetId 1
-int[] styleable OnSwipe { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable OnSwipe_autoCompleteMode 0
-int styleable OnSwipe_dragDirection 1
-int styleable OnSwipe_dragScale 2
-int styleable OnSwipe_dragThreshold 3
-int styleable OnSwipe_limitBoundsTo 4
-int styleable OnSwipe_maxAcceleration 5
-int styleable OnSwipe_maxVelocity 6
-int styleable OnSwipe_moveWhenScrollAtTop 7
-int styleable OnSwipe_nestedScrollFlags 8
-int styleable OnSwipe_onTouchUp 9
-int styleable OnSwipe_rotationCenterId 10
-int styleable OnSwipe_springBoundary 11
-int styleable OnSwipe_springDamping 12
-int styleable OnSwipe_springMass 13
-int styleable OnSwipe_springStiffness 14
-int styleable OnSwipe_springStopThreshold 15
-int styleable OnSwipe_touchAnchorId 16
-int styleable OnSwipe_touchAnchorSide 17
-int styleable OnSwipe_touchRegionId 18
-int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 }
-int styleable PopupWindow_android_popupAnimationStyle 0
-int styleable PopupWindow_android_popupBackground 1
-int styleable PopupWindow_overlapAnchor 2
-int[] styleable PopupWindowBackgroundState { 0x0 }
-int styleable PopupWindowBackgroundState_state_above_anchor 0
-int[] styleable PropertySet { 0x101031f, 0x10100dc, 0x0, 0x0, 0x0 }
-int styleable PropertySet_android_alpha 0
-int styleable PropertySet_android_visibility 1
-int styleable PropertySet_layout_constraintTag 2
-int styleable PropertySet_motionProgress 3
-int styleable PropertySet_visibilityMode 4
-int[] styleable RecycleListView { 0x0, 0x0 }
-int styleable RecycleListView_paddingBottomNoButtons 0
-int styleable RecycleListView_paddingTopNoTitle 1
-int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable SearchView_android_focusable 0
-int styleable SearchView_android_imeOptions 1
-int styleable SearchView_android_inputType 2
-int styleable SearchView_android_maxWidth 3
-int styleable SearchView_closeIcon 4
-int styleable SearchView_commitIcon 5
-int styleable SearchView_defaultQueryHint 6
-int styleable SearchView_goIcon 7
-int styleable SearchView_iconifiedByDefault 8
-int styleable SearchView_layout 9
-int styleable SearchView_queryBackground 10
-int styleable SearchView_queryHint 11
-int styleable SearchView_searchHintIcon 12
-int styleable SearchView_searchIcon 13
-int styleable SearchView_submitBackground 14
-int styleable SearchView_suggestionRowLayout 15
-int styleable SearchView_voiceIcon 16
-int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
-int styleable Spinner_android_dropDownWidth 0
-int styleable Spinner_android_entries 1
-int styleable Spinner_android_popupBackground 2
-int styleable Spinner_android_prompt 3
-int styleable Spinner_popupTheme 4
-int[] styleable State { 0x10100d0, 0x0 }
-int styleable State_android_id 0
-int styleable State_constraints 1
-int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
-int styleable StateListDrawable_android_constantSize 0
-int styleable StateListDrawable_android_dither 1
-int styleable StateListDrawable_android_enterFadeDuration 2
-int styleable StateListDrawable_android_exitFadeDuration 3
-int styleable StateListDrawable_android_variablePadding 4
-int styleable StateListDrawable_android_visible 5
-int[] styleable StateListDrawableItem { 0x1010199 }
-int styleable StateListDrawableItem_android_drawable 0
-int[] styleable StateSet { 0x0 }
-int styleable StateSet_defaultState 0
-int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable SwitchCompat_android_textOff 0
-int styleable SwitchCompat_android_textOn 1
-int styleable SwitchCompat_android_thumb 2
-int styleable SwitchCompat_showText 3
-int styleable SwitchCompat_splitTrack 4
-int styleable SwitchCompat_switchMinWidth 5
-int styleable SwitchCompat_switchPadding 6
-int styleable SwitchCompat_switchTextAppearance 7
-int styleable SwitchCompat_thumbTextPadding 8
-int styleable SwitchCompat_thumbTint 9
-int styleable SwitchCompat_thumbTintMode 10
-int styleable SwitchCompat_track 11
-int styleable SwitchCompat_trackTint 12
-int styleable SwitchCompat_trackTintMode 13
-int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0 }
-int styleable TextAppearance_android_fontFamily 0
-int styleable TextAppearance_android_shadowColor 1
-int styleable TextAppearance_android_shadowDx 2
-int styleable TextAppearance_android_shadowDy 3
-int styleable TextAppearance_android_shadowRadius 4
-int styleable TextAppearance_android_textColor 5
-int styleable TextAppearance_android_textColorHint 6
-int styleable TextAppearance_android_textColorLink 7
-int styleable TextAppearance_android_textFontWeight 8
-int styleable TextAppearance_android_textSize 9
-int styleable TextAppearance_android_textStyle 10
-int styleable TextAppearance_android_typeface 11
-int styleable TextAppearance_fontFamily 12
-int styleable TextAppearance_fontVariationSettings 13
-int styleable TextAppearance_textAllCaps 14
-int styleable TextAppearance_textLocale 15
-int[] styleable TextEffects { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x101014f, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable TextEffects_android_fontFamily 0
-int styleable TextEffects_android_shadowColor 1
-int styleable TextEffects_android_shadowDx 2
-int styleable TextEffects_android_shadowDy 3
-int styleable TextEffects_android_shadowRadius 4
-int styleable TextEffects_android_text 5
-int styleable TextEffects_android_textSize 6
-int styleable TextEffects_android_textStyle 7
-int styleable TextEffects_android_typeface 8
-int styleable TextEffects_borderRound 9
-int styleable TextEffects_borderRoundPercent 10
-int styleable TextEffects_textFillColor 11
-int styleable TextEffects_textOutlineColor 12
-int styleable TextEffects_textOutlineThickness 13
-int[] styleable Toolbar { 0x10100af, 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Toolbar_android_gravity 0
-int styleable Toolbar_android_minHeight 1
-int styleable Toolbar_buttonGravity 2
-int styleable Toolbar_collapseContentDescription 3
-int styleable Toolbar_collapseIcon 4
-int styleable Toolbar_contentInsetEnd 5
-int styleable Toolbar_contentInsetEndWithActions 6
-int styleable Toolbar_contentInsetLeft 7
-int styleable Toolbar_contentInsetRight 8
-int styleable Toolbar_contentInsetStart 9
-int styleable Toolbar_contentInsetStartWithNavigation 10
-int styleable Toolbar_logo 11
-int styleable Toolbar_logoDescription 12
-int styleable Toolbar_maxButtonHeight 13
-int styleable Toolbar_menu 14
-int styleable Toolbar_navigationContentDescription 15
-int styleable Toolbar_navigationIcon 16
-int styleable Toolbar_popupTheme 17
-int styleable Toolbar_subtitle 18
-int styleable Toolbar_subtitleTextAppearance 19
-int styleable Toolbar_subtitleTextColor 20
-int styleable Toolbar_title 21
-int styleable Toolbar_titleMargin 22
-int styleable Toolbar_titleMarginBottom 23
-int styleable Toolbar_titleMarginEnd 24
-int styleable Toolbar_titleMarginStart 25
-int styleable Toolbar_titleMarginTop 26
-int styleable Toolbar_titleMargins 27
-int styleable Toolbar_titleTextAppearance 28
-int styleable Toolbar_titleTextColor 29
-int[] styleable Transform { 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0 }
-int styleable Transform_android_elevation 0
-int styleable Transform_android_rotation 1
-int styleable Transform_android_rotationX 2
-int styleable Transform_android_rotationY 3
-int styleable Transform_android_scaleX 4
-int styleable Transform_android_scaleY 5
-int styleable Transform_android_transformPivotX 6
-int styleable Transform_android_transformPivotY 7
-int styleable Transform_android_translationX 8
-int styleable Transform_android_translationY 9
-int styleable Transform_android_translationZ 10
-int styleable Transform_transformPivotTarget 11
-int[] styleable Transition { 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Transition_android_id 0
-int styleable Transition_autoTransition 1
-int styleable Transition_constraintSetEnd 2
-int styleable Transition_constraintSetStart 3
-int styleable Transition_duration 4
-int styleable Transition_layoutDuringTransition 5
-int styleable Transition_motionInterpolator 6
-int styleable Transition_pathMotionArc 7
-int styleable Transition_staggered 8
-int styleable Transition_transitionDisable 9
-int styleable Transition_transitionFlags 10
-int[] styleable Variant { 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Variant_constraints 0
-int styleable Variant_region_heightLessThan 1
-int styleable Variant_region_heightMoreThan 2
-int styleable Variant_region_widthLessThan 3
-int styleable Variant_region_widthMoreThan 4
-int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 }
-int styleable View_android_focusable 0
-int styleable View_android_theme 1
-int styleable View_paddingEnd 2
-int styleable View_paddingStart 3
-int styleable View_theme 4
-int[] styleable ViewBackgroundHelper { 0x10100d4, 0x0, 0x0 }
-int styleable ViewBackgroundHelper_android_background 0
-int styleable ViewBackgroundHelper_backgroundTint 1
-int styleable ViewBackgroundHelper_backgroundTintMode 2
-int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
-int styleable ViewStubCompat_android_id 0
-int styleable ViewStubCompat_android_inflatedId 1
-int styleable ViewStubCompat_android_layout 2
-int[] styleable ViewTransition { 0x0, 0x0, 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ViewTransition_SharedValue 0
-int styleable ViewTransition_SharedValueId 1
-int styleable ViewTransition_android_id 2
-int styleable ViewTransition_clearsTag 3
-int styleable ViewTransition_duration 4
-int styleable ViewTransition_ifTagNotSet 5
-int styleable ViewTransition_ifTagSet 6
-int styleable ViewTransition_motionInterpolator 7
-int styleable ViewTransition_motionTarget 8
-int styleable ViewTransition_onStateTransition 9
-int styleable ViewTransition_pathMotionArc 10
-int styleable ViewTransition_setsTag 11
-int styleable ViewTransition_transitionDisable 12
-int styleable ViewTransition_upDuration 13
-int styleable ViewTransition_viewTransitionMode 14
-int[] styleable include { 0x0 }
-int styleable include_constraintSet 0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/classes.jar
deleted file mode 100644
index b4c0952..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/res.zip
deleted file mode 100644
index 6f3a007..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/res/values/values.xml
deleted file mode 100644
index ecd644d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/res/values/values.xml
+++ /dev/null
@@ -1,1563 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125.stamp
deleted file mode 100644
index f852c4d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125.stamp
+++ /dev/null
@@ -1 +0,0 @@
-327E59BCC5156568
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/AndroidManifest.xml
deleted file mode 100644
index c117c12..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/R.txt
deleted file mode 100644
index cd67b8c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/R.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-int attr cardBackgroundColor 0x7f040001
-int attr cardCornerRadius 0x7f040002
-int attr cardElevation 0x7f040003
-int attr cardMaxElevation 0x7f040004
-int attr cardPreventCornerOverlap 0x7f040005
-int attr cardUseCompatPadding 0x7f040006
-int attr cardViewStyle 0x7f040007
-int attr contentPadding 0x7f040008
-int attr contentPaddingBottom 0x7f040009
-int attr contentPaddingLeft 0x7f04000a
-int attr contentPaddingRight 0x7f04000b
-int attr contentPaddingTop 0x7f04000c
-int color cardview_dark_background 0x7f060001
-int color cardview_light_background 0x7f060002
-int color cardview_shadow_end_color 0x7f060003
-int color cardview_shadow_start_color 0x7f060004
-int dimen cardview_compat_inset_shadow 0x7f080001
-int dimen cardview_default_elevation 0x7f080002
-int dimen cardview_default_radius 0x7f080003
-int style Base_CardView 0x7f160001
-int style CardView 0x7f160002
-int style CardView_Dark 0x7f160003
-int style CardView_Light 0x7f160004
-int[] styleable CardView { 0x1010140, 0x101013f, 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c }
-int styleable CardView_android_minHeight 0
-int styleable CardView_android_minWidth 1
-int styleable CardView_cardBackgroundColor 2
-int styleable CardView_cardCornerRadius 3
-int styleable CardView_cardElevation 4
-int styleable CardView_cardMaxElevation 5
-int styleable CardView_cardPreventCornerOverlap 6
-int styleable CardView_cardUseCompatPadding 7
-int styleable CardView_contentPadding 8
-int styleable CardView_contentPaddingBottom 9
-int styleable CardView_contentPaddingLeft 10
-int styleable CardView_contentPaddingRight 11
-int styleable CardView_contentPaddingTop 12
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/classes.jar
deleted file mode 100644
index 4c9f52f..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res.zip
deleted file mode 100644
index e9a9c2a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res/values-v23/values-v23.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res/values-v23/values-v23.xml
deleted file mode 100644
index 1d09208..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res/values-v23/values-v23.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res/values/values.xml
deleted file mode 100644
index ea0f9e1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res/values/values.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
- #FF424242
- #FFFFFFFF
- #03000000
- #37000000
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1dp
- 2dp
- 2dp
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126.stamp
deleted file mode 100644
index 328ac8d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126.stamp
+++ /dev/null
@@ -1 +0,0 @@
-8DEACBF6954DDE61
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/AndroidManifest.xml
deleted file mode 100644
index 02aa7b1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/R.txt
deleted file mode 100644
index 58e4bba..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/R.txt
+++ /dev/null
@@ -1,5822 +0,0 @@
-int anim abc_fade_in 0x0
-int anim abc_fade_out 0x0
-int anim abc_grow_fade_in_from_bottom 0x0
-int anim abc_popup_enter 0x0
-int anim abc_popup_exit 0x0
-int anim abc_shrink_fade_out_from_bottom 0x0
-int anim abc_slide_in_bottom 0x0
-int anim abc_slide_in_top 0x0
-int anim abc_slide_out_bottom 0x0
-int anim abc_slide_out_top 0x0
-int anim abc_tooltip_enter 0x0
-int anim abc_tooltip_exit 0x0
-int anim btn_checkbox_to_checked_box_inner_merged_animation 0x0
-int anim btn_checkbox_to_checked_box_outer_merged_animation 0x0
-int anim btn_checkbox_to_checked_icon_null_animation 0x0
-int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x0
-int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x0
-int anim btn_checkbox_to_unchecked_icon_null_animation 0x0
-int anim btn_radio_to_off_mtrl_dot_group_animation 0x0
-int anim btn_radio_to_off_mtrl_ring_outer_animation 0x0
-int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x0
-int anim btn_radio_to_on_mtrl_dot_group_animation 0x0
-int anim btn_radio_to_on_mtrl_ring_outer_animation 0x0
-int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x0
-int anim design_bottom_sheet_slide_in 0x0
-int anim design_bottom_sheet_slide_out 0x0
-int anim design_snackbar_in 0x0
-int anim design_snackbar_out 0x0
-int anim fragment_close_enter 0x0
-int anim fragment_close_exit 0x0
-int anim fragment_fade_enter 0x0
-int anim fragment_fade_exit 0x0
-int anim fragment_fast_out_extra_slow_in 0x0
-int anim fragment_open_enter 0x0
-int anim fragment_open_exit 0x0
-int anim mtrl_bottom_sheet_slide_in 0x0
-int anim mtrl_bottom_sheet_slide_out 0x0
-int anim mtrl_card_lowers_interpolator 0x0
-int animator design_appbar_state_list_animator 0x0
-int animator design_fab_hide_motion_spec 0x0
-int animator design_fab_show_motion_spec 0x0
-int animator linear_indeterminate_line1_head_interpolator 0x0
-int animator linear_indeterminate_line1_tail_interpolator 0x0
-int animator linear_indeterminate_line2_head_interpolator 0x0
-int animator linear_indeterminate_line2_tail_interpolator 0x0
-int animator m3_btn_elevated_btn_state_list_anim 0x0
-int animator m3_btn_state_list_anim 0x0
-int animator m3_card_elevated_state_list_anim 0x0
-int animator m3_card_state_list_anim 0x0
-int animator m3_chip_state_list_anim 0x0
-int animator m3_elevated_chip_state_list_anim 0x0
-int animator mtrl_btn_state_list_anim 0x0
-int animator mtrl_btn_unelevated_state_list_anim 0x0
-int animator mtrl_card_state_list_anim 0x0
-int animator mtrl_chip_state_list_anim 0x0
-int animator mtrl_extended_fab_change_size_collapse_motion_spec 0x0
-int animator mtrl_extended_fab_change_size_expand_motion_spec 0x0
-int animator mtrl_extended_fab_hide_motion_spec 0x0
-int animator mtrl_extended_fab_show_motion_spec 0x0
-int animator mtrl_extended_fab_state_list_animator 0x0
-int animator mtrl_fab_hide_motion_spec 0x0
-int animator mtrl_fab_show_motion_spec 0x0
-int animator mtrl_fab_transformation_sheet_collapse_spec 0x0
-int animator mtrl_fab_transformation_sheet_expand_spec 0x0
-int attr actionBarDivider 0x0
-int attr actionBarItemBackground 0x0
-int attr actionBarPopupTheme 0x0
-int attr actionBarSize 0x0
-int attr actionBarSplitStyle 0x0
-int attr actionBarStyle 0x0
-int attr actionBarTabBarStyle 0x0
-int attr actionBarTabStyle 0x0
-int attr actionBarTabTextStyle 0x0
-int attr actionBarTheme 0x0
-int attr actionBarWidgetTheme 0x0
-int attr actionButtonStyle 0x0
-int attr actionDropDownStyle 0x0
-int attr actionLayout 0x0
-int attr actionMenuTextAppearance 0x0
-int attr actionMenuTextColor 0x0
-int attr actionModeBackground 0x0
-int attr actionModeCloseButtonStyle 0x0
-int attr actionModeCloseDrawable 0x0
-int attr actionModeCopyDrawable 0x0
-int attr actionModeCutDrawable 0x0
-int attr actionModeFindDrawable 0x0
-int attr actionModePasteDrawable 0x0
-int attr actionModePopupWindowStyle 0x0
-int attr actionModeSelectAllDrawable 0x0
-int attr actionModeShareDrawable 0x0
-int attr actionModeSplitBackground 0x0
-int attr actionModeStyle 0x0
-int attr actionModeWebSearchDrawable 0x0
-int attr actionOverflowButtonStyle 0x0
-int attr actionOverflowMenuStyle 0x0
-int attr actionProviderClass 0x0
-int attr actionTextColorAlpha 0x0
-int attr actionViewClass 0x0
-int attr activityChooserViewStyle 0x0
-int attr alertDialogButtonGroupStyle 0x0
-int attr alertDialogCenterButtons 0x0
-int attr alertDialogStyle 0x0
-int attr alertDialogTheme 0x0
-int attr allowStacking 0x0
-int attr alpha 0x0
-int attr alphabeticModifiers 0x0
-int attr altSrc 0x0
-int attr animate_relativeTo 0x0
-int attr animationMode 0x0
-int attr appBarLayoutStyle 0x0
-int attr applyMotionScene 0x0
-int attr arcMode 0x0
-int attr arrowHeadLength 0x0
-int attr arrowShaftLength 0x0
-int attr attributeName 0x0
-int attr autoCompleteTextViewStyle 0x0
-int attr autoSizeMaxTextSize 0x0
-int attr autoSizeMinTextSize 0x0
-int attr autoSizePresetSizes 0x0
-int attr autoSizeStepGranularity 0x0
-int attr autoSizeTextType 0x0
-int attr autoTransition 0x0
-int attr background 0x0
-int attr backgroundColor 0x0
-int attr backgroundInsetBottom 0x0
-int attr backgroundInsetEnd 0x0
-int attr backgroundInsetStart 0x0
-int attr backgroundInsetTop 0x0
-int attr backgroundOverlayColorAlpha 0x0
-int attr backgroundSplit 0x0
-int attr backgroundStacked 0x0
-int attr backgroundTint 0x0
-int attr backgroundTintMode 0x0
-int attr badgeGravity 0x0
-int attr badgeRadius 0x0
-int attr badgeStyle 0x0
-int attr badgeTextColor 0x0
-int attr badgeWidePadding 0x0
-int attr badgeWithTextRadius 0x0
-int attr barLength 0x0
-int attr barrierAllowsGoneWidgets 0x0
-int attr barrierDirection 0x0
-int attr barrierMargin 0x0
-int attr behavior_autoHide 0x0
-int attr behavior_autoShrink 0x0
-int attr behavior_draggable 0x0
-int attr behavior_expandedOffset 0x0
-int attr behavior_fitToContents 0x0
-int attr behavior_halfExpandedRatio 0x0
-int attr behavior_hideable 0x0
-int attr behavior_overlapTop 0x0
-int attr behavior_peekHeight 0x0
-int attr behavior_saveFlags 0x0
-int attr behavior_skipCollapsed 0x0
-int attr borderWidth 0x0
-int attr borderlessButtonStyle 0x0
-int attr bottomAppBarStyle 0x0
-int attr bottomInsetScrimEnabled 0x0
-int attr bottomNavigationStyle 0x0
-int attr bottomSheetDialogTheme 0x0
-int attr bottomSheetStyle 0x0
-int attr boxBackgroundColor 0x0
-int attr boxBackgroundMode 0x0
-int attr boxCollapsedPaddingTop 0x0
-int attr boxCornerRadiusBottomEnd 0x0
-int attr boxCornerRadiusBottomStart 0x0
-int attr boxCornerRadiusTopEnd 0x0
-int attr boxCornerRadiusTopStart 0x0
-int attr boxStrokeColor 0x0
-int attr boxStrokeErrorColor 0x0
-int attr boxStrokeWidth 0x0
-int attr boxStrokeWidthFocused 0x0
-int attr brightness 0x0
-int attr buttonBarButtonStyle 0x0
-int attr buttonBarNegativeButtonStyle 0x0
-int attr buttonBarNeutralButtonStyle 0x0
-int attr buttonBarPositiveButtonStyle 0x0
-int attr buttonBarStyle 0x0
-int attr buttonCompat 0x0
-int attr buttonGravity 0x0
-int attr buttonIconDimen 0x0
-int attr buttonPanelSideLayout 0x0
-int attr buttonStyle 0x0
-int attr buttonStyleSmall 0x0
-int attr buttonTint 0x0
-int attr buttonTintMode 0x0
-int attr cardBackgroundColor 0x0
-int attr cardCornerRadius 0x0
-int attr cardElevation 0x0
-int attr cardForegroundColor 0x0
-int attr cardMaxElevation 0x0
-int attr cardPreventCornerOverlap 0x0
-int attr cardUseCompatPadding 0x0
-int attr cardViewStyle 0x0
-int attr centerIfNoTextEnabled 0x0
-int attr chainUseRtl 0x0
-int attr checkboxStyle 0x0
-int attr checkedButton 0x0
-int attr checkedChip 0x0
-int attr checkedIcon 0x0
-int attr checkedIconEnabled 0x0
-int attr checkedIconGravity 0x0
-int attr checkedIconMargin 0x0
-int attr checkedIconSize 0x0
-int attr checkedIconTint 0x0
-int attr checkedIconVisible 0x0
-int attr checkedTextViewStyle 0x0
-int attr chipBackgroundColor 0x0
-int attr chipCornerRadius 0x0
-int attr chipEndPadding 0x0
-int attr chipGroupStyle 0x0
-int attr chipIcon 0x0
-int attr chipIconEnabled 0x0
-int attr chipIconSize 0x0
-int attr chipIconTint 0x0
-int attr chipIconVisible 0x0
-int attr chipMinHeight 0x0
-int attr chipMinTouchTargetSize 0x0
-int attr chipSpacing 0x0
-int attr chipSpacingHorizontal 0x0
-int attr chipSpacingVertical 0x0
-int attr chipStandaloneStyle 0x0
-int attr chipStartPadding 0x0
-int attr chipStrokeColor 0x0
-int attr chipStrokeWidth 0x0
-int attr chipStyle 0x0
-int attr chipSurfaceColor 0x0
-int attr circleRadius 0x0
-int attr circularProgressIndicatorStyle 0x0
-int attr clickAction 0x0
-int attr clockFaceBackgroundColor 0x0
-int attr clockHandColor 0x0
-int attr clockIcon 0x0
-int attr clockNumberTextColor 0x0
-int attr closeIcon 0x0
-int attr closeIconEnabled 0x0
-int attr closeIconEndPadding 0x0
-int attr closeIconSize 0x0
-int attr closeIconStartPadding 0x0
-int attr closeIconTint 0x0
-int attr closeIconVisible 0x0
-int attr closeItemLayout 0x0
-int attr collapseContentDescription 0x0
-int attr collapseIcon 0x0
-int attr collapsedSize 0x0
-int attr collapsedTitleGravity 0x0
-int attr collapsedTitleTextAppearance 0x0
-int attr collapsedTitleTextColor 0x0
-int attr collapsingToolbarLayoutLargeSize 0x0
-int attr collapsingToolbarLayoutLargeStyle 0x0
-int attr collapsingToolbarLayoutMediumSize 0x0
-int attr collapsingToolbarLayoutMediumStyle 0x0
-int attr collapsingToolbarLayoutStyle 0x0
-int attr color 0x0
-int attr colorAccent 0x0
-int attr colorBackgroundFloating 0x0
-int attr colorButtonNormal 0x0
-int attr colorContainer 0x0
-int attr colorControlActivated 0x0
-int attr colorControlHighlight 0x0
-int attr colorControlNormal 0x0
-int attr colorError 0x0
-int attr colorErrorContainer 0x0
-int attr colorOnBackground 0x0
-int attr colorOnContainer 0x0
-int attr colorOnError 0x0
-int attr colorOnErrorContainer 0x0
-int attr colorOnPrimary 0x0
-int attr colorOnPrimaryContainer 0x0
-int attr colorOnPrimarySurface 0x0
-int attr colorOnSecondary 0x0
-int attr colorOnSecondaryContainer 0x0
-int attr colorOnSurface 0x0
-int attr colorOnSurfaceInverse 0x0
-int attr colorOnSurfaceVariant 0x0
-int attr colorOnTertiary 0x0
-int attr colorOnTertiaryContainer 0x0
-int attr colorOutline 0x0
-int attr colorPrimary 0x0
-int attr colorPrimaryContainer 0x0
-int attr colorPrimaryDark 0x0
-int attr colorPrimaryInverse 0x0
-int attr colorPrimarySurface 0x0
-int attr colorPrimaryVariant 0x0
-int attr colorSecondary 0x0
-int attr colorSecondaryContainer 0x0
-int attr colorSecondaryVariant 0x0
-int attr colorSurface 0x0
-int attr colorSurfaceInverse 0x0
-int attr colorSurfaceVariant 0x0
-int attr colorSwitchThumbNormal 0x0
-int attr colorTertiary 0x0
-int attr colorTertiaryContainer 0x0
-int attr commitIcon 0x0
-int attr constraintSet 0x0
-int attr constraintSetEnd 0x0
-int attr constraintSetStart 0x0
-int attr constraint_referenced_ids 0x0
-int attr constraints 0x0
-int attr content 0x0
-int attr contentDescription 0x0
-int attr contentInsetEnd 0x0
-int attr contentInsetEndWithActions 0x0
-int attr contentInsetLeft 0x0
-int attr contentInsetRight 0x0
-int attr contentInsetStart 0x0
-int attr contentInsetStartWithNavigation 0x0
-int attr contentPadding 0x0
-int attr contentPaddingBottom 0x0
-int attr contentPaddingEnd 0x0
-int attr contentPaddingLeft 0x0
-int attr contentPaddingRight 0x0
-int attr contentPaddingStart 0x0
-int attr contentPaddingTop 0x0
-int attr contentScrim 0x0
-int attr contrast 0x0
-int attr controlBackground 0x0
-int attr coordinatorLayoutStyle 0x0
-int attr cornerFamily 0x0
-int attr cornerFamilyBottomLeft 0x0
-int attr cornerFamilyBottomRight 0x0
-int attr cornerFamilyTopLeft 0x0
-int attr cornerFamilyTopRight 0x0
-int attr cornerRadius 0x0
-int attr cornerSize 0x0
-int attr cornerSizeBottomLeft 0x0
-int attr cornerSizeBottomRight 0x0
-int attr cornerSizeTopLeft 0x0
-int attr cornerSizeTopRight 0x0
-int attr counterEnabled 0x0
-int attr counterMaxLength 0x0
-int attr counterOverflowTextAppearance 0x0
-int attr counterOverflowTextColor 0x0
-int attr counterTextAppearance 0x0
-int attr counterTextColor 0x0
-int attr crossfade 0x0
-int attr currentState 0x0
-int attr curveFit 0x0
-int attr customBoolean 0x0
-int attr customColorDrawableValue 0x0
-int attr customColorValue 0x0
-int attr customDimension 0x0
-int attr customFloatValue 0x0
-int attr customIntegerValue 0x0
-int attr customNavigationLayout 0x0
-int attr customPixelDimension 0x0
-int attr customStringValue 0x0
-int attr dayInvalidStyle 0x0
-int attr daySelectedStyle 0x0
-int attr dayStyle 0x0
-int attr dayTodayStyle 0x0
-int attr defaultDuration 0x0
-int attr defaultQueryHint 0x0
-int attr defaultState 0x0
-int attr deltaPolarAngle 0x0
-int attr deltaPolarRadius 0x0
-int attr deriveConstraintsFrom 0x0
-int attr dialogCornerRadius 0x0
-int attr dialogPreferredPadding 0x0
-int attr dialogTheme 0x0
-int attr displayOptions 0x0
-int attr divider 0x0
-int attr dividerColor 0x0
-int attr dividerHorizontal 0x0
-int attr dividerInsetEnd 0x0
-int attr dividerInsetStart 0x0
-int attr dividerPadding 0x0
-int attr dividerThickness 0x0
-int attr dividerVertical 0x0
-int attr dragDirection 0x0
-int attr dragScale 0x0
-int attr dragThreshold 0x0
-int attr drawPath 0x0
-int attr drawableBottomCompat 0x0
-int attr drawableEndCompat 0x0
-int attr drawableLeftCompat 0x0
-int attr drawableRightCompat 0x0
-int attr drawableSize 0x0
-int attr drawableStartCompat 0x0
-int attr drawableTint 0x0
-int attr drawableTintMode 0x0
-int attr drawableTopCompat 0x0
-int attr drawerArrowStyle 0x0
-int attr drawerLayoutCornerSize 0x0
-int attr drawerLayoutStyle 0x0
-int attr dropDownListViewStyle 0x0
-int attr dropdownListPreferredItemHeight 0x0
-int attr duration 0x0
-int attr dynamicColorThemeOverlay 0x0
-int attr editTextBackground 0x0
-int attr editTextColor 0x0
-int attr editTextStyle 0x0
-int attr elevation 0x0
-int attr elevationOverlayAccentColor 0x0
-int attr elevationOverlayColor 0x0
-int attr elevationOverlayEnabled 0x0
-int attr enableEdgeToEdge 0x0
-int attr endIconCheckable 0x0
-int attr endIconContentDescription 0x0
-int attr endIconDrawable 0x0
-int attr endIconMode 0x0
-int attr endIconTint 0x0
-int attr endIconTintMode 0x0
-int attr enforceMaterialTheme 0x0
-int attr enforceTextAppearance 0x0
-int attr ensureMinTouchTargetSize 0x0
-int attr errorContentDescription 0x0
-int attr errorEnabled 0x0
-int attr errorIconDrawable 0x0
-int attr errorIconTint 0x0
-int attr errorIconTintMode 0x0
-int attr errorTextAppearance 0x0
-int attr errorTextColor 0x0
-int attr expandActivityOverflowButtonDrawable 0x0
-int attr expanded 0x0
-int attr expandedHintEnabled 0x0
-int attr expandedTitleGravity 0x0
-int attr expandedTitleMargin 0x0
-int attr expandedTitleMarginBottom 0x0
-int attr expandedTitleMarginEnd 0x0
-int attr expandedTitleMarginStart 0x0
-int attr expandedTitleMarginTop 0x0
-int attr expandedTitleTextAppearance 0x0
-int attr expandedTitleTextColor 0x0
-int attr extendMotionSpec 0x0
-int attr extendedFloatingActionButtonPrimaryStyle 0x0
-int attr extendedFloatingActionButtonSecondaryStyle 0x0
-int attr extendedFloatingActionButtonStyle 0x0
-int attr extendedFloatingActionButtonSurfaceStyle 0x0
-int attr extendedFloatingActionButtonTertiaryStyle 0x0
-int attr extraMultilineHeightEnabled 0x0
-int attr fabAlignmentMode 0x0
-int attr fabAnimationMode 0x0
-int attr fabCradleMargin 0x0
-int attr fabCradleRoundedCornerRadius 0x0
-int attr fabCradleVerticalOffset 0x0
-int attr fabCustomSize 0x0
-int attr fabSize 0x0
-int attr fastScrollEnabled 0x0
-int attr fastScrollHorizontalThumbDrawable 0x0
-int attr fastScrollHorizontalTrackDrawable 0x0
-int attr fastScrollVerticalThumbDrawable 0x0
-int attr fastScrollVerticalTrackDrawable 0x0
-int attr firstBaselineToTopHeight 0x0
-int attr floatingActionButtonLargePrimaryStyle 0x0
-int attr floatingActionButtonLargeSecondaryStyle 0x0
-int attr floatingActionButtonLargeStyle 0x0
-int attr floatingActionButtonLargeSurfaceStyle 0x0
-int attr floatingActionButtonLargeTertiaryStyle 0x0
-int attr floatingActionButtonPrimaryStyle 0x0
-int attr floatingActionButtonSecondaryStyle 0x0
-int attr floatingActionButtonStyle 0x0
-int attr floatingActionButtonSurfaceStyle 0x0
-int attr floatingActionButtonTertiaryStyle 0x0
-int attr flow_firstHorizontalBias 0x0
-int attr flow_firstHorizontalStyle 0x0
-int attr flow_firstVerticalBias 0x0
-int attr flow_firstVerticalStyle 0x0
-int attr flow_horizontalAlign 0x0
-int attr flow_horizontalBias 0x0
-int attr flow_horizontalGap 0x0
-int attr flow_horizontalStyle 0x0
-int attr flow_lastHorizontalBias 0x0
-int attr flow_lastHorizontalStyle 0x0
-int attr flow_lastVerticalBias 0x0
-int attr flow_lastVerticalStyle 0x0
-int attr flow_maxElementsWrap 0x0
-int attr flow_padding 0x0
-int attr flow_verticalAlign 0x0
-int attr flow_verticalBias 0x0
-int attr flow_verticalGap 0x0
-int attr flow_verticalStyle 0x0
-int attr flow_wrapMode 0x0
-int attr font 0x0
-int attr fontFamily 0x0
-int attr fontProviderAuthority 0x0
-int attr fontProviderCerts 0x0
-int attr fontProviderFetchStrategy 0x0
-int attr fontProviderFetchTimeout 0x0
-int attr fontProviderPackage 0x0
-int attr fontProviderQuery 0x0
-int attr fontProviderSystemFontFamily 0x0
-int attr fontStyle 0x0
-int attr fontVariationSettings 0x0
-int attr fontWeight 0x0
-int attr forceApplySystemWindowInsetTop 0x0
-int attr foregroundInsidePadding 0x0
-int attr framePosition 0x0
-int attr gapBetweenBars 0x0
-int attr gestureInsetBottomIgnored 0x0
-int attr goIcon 0x0
-int attr haloColor 0x0
-int attr haloRadius 0x0
-int attr headerLayout 0x0
-int attr height 0x0
-int attr helperText 0x0
-int attr helperTextEnabled 0x0
-int attr helperTextTextAppearance 0x0
-int attr helperTextTextColor 0x0
-int attr hideAnimationBehavior 0x0
-int attr hideMotionSpec 0x0
-int attr hideOnContentScroll 0x0
-int attr hideOnScroll 0x0
-int attr hintAnimationEnabled 0x0
-int attr hintEnabled 0x0
-int attr hintTextAppearance 0x0
-int attr hintTextColor 0x0
-int attr homeAsUpIndicator 0x0
-int attr homeLayout 0x0
-int attr horizontalOffset 0x0
-int attr horizontalOffsetWithText 0x0
-int attr hoveredFocusedTranslationZ 0x0
-int attr icon 0x0
-int attr iconEndPadding 0x0
-int attr iconGravity 0x0
-int attr iconPadding 0x0
-int attr iconSize 0x0
-int attr iconStartPadding 0x0
-int attr iconTint 0x0
-int attr iconTintMode 0x0
-int attr iconifiedByDefault 0x0
-int attr imageButtonStyle 0x0
-int attr indeterminateAnimationType 0x0
-int attr indeterminateProgressStyle 0x0
-int attr indicatorColor 0x0
-int attr indicatorDirectionCircular 0x0
-int attr indicatorDirectionLinear 0x0
-int attr indicatorInset 0x0
-int attr indicatorSize 0x0
-int attr initialActivityCount 0x0
-int attr insetForeground 0x0
-int attr isLightTheme 0x0
-int attr isMaterial3Theme 0x0
-int attr isMaterialTheme 0x0
-int attr itemActiveIndicatorStyle 0x0
-int attr itemBackground 0x0
-int attr itemFillColor 0x0
-int attr itemHorizontalPadding 0x0
-int attr itemHorizontalTranslationEnabled 0x0
-int attr itemIconPadding 0x0
-int attr itemIconSize 0x0
-int attr itemIconTint 0x0
-int attr itemMaxLines 0x0
-int attr itemMinHeight 0x0
-int attr itemPadding 0x0
-int attr itemPaddingBottom 0x0
-int attr itemPaddingTop 0x0
-int attr itemRippleColor 0x0
-int attr itemShapeAppearance 0x0
-int attr itemShapeAppearanceOverlay 0x0
-int attr itemShapeFillColor 0x0
-int attr itemShapeInsetBottom 0x0
-int attr itemShapeInsetEnd 0x0
-int attr itemShapeInsetStart 0x0
-int attr itemShapeInsetTop 0x0
-int attr itemSpacing 0x0
-int attr itemStrokeColor 0x0
-int attr itemStrokeWidth 0x0
-int attr itemTextAppearance 0x0
-int attr itemTextAppearanceActive 0x0
-int attr itemTextAppearanceInactive 0x0
-int attr itemTextColor 0x0
-int attr itemVerticalPadding 0x0
-int attr keyPositionType 0x0
-int attr keyboardIcon 0x0
-int attr keylines 0x0
-int attr labelBehavior 0x0
-int attr labelStyle 0x0
-int attr labelVisibilityMode 0x0
-int attr lastBaselineToBottomHeight 0x0
-int attr lastItemDecorated 0x0
-int attr layout 0x0
-int attr layoutDescription 0x0
-int attr layoutDuringTransition 0x0
-int attr layoutManager 0x0
-int attr layout_anchor 0x0
-int attr layout_anchorGravity 0x0
-int attr layout_behavior 0x0
-int attr layout_collapseMode 0x0
-int attr layout_collapseParallaxMultiplier 0x0
-int attr layout_constrainedHeight 0x0
-int attr layout_constrainedWidth 0x0
-int attr layout_constraintBaseline_creator 0x0
-int attr layout_constraintBaseline_toBaselineOf 0x0
-int attr layout_constraintBottom_creator 0x0
-int attr layout_constraintBottom_toBottomOf 0x0
-int attr layout_constraintBottom_toTopOf 0x0
-int attr layout_constraintCircle 0x0
-int attr layout_constraintCircleAngle 0x0
-int attr layout_constraintCircleRadius 0x0
-int attr layout_constraintDimensionRatio 0x0
-int attr layout_constraintEnd_toEndOf 0x0
-int attr layout_constraintEnd_toStartOf 0x0
-int attr layout_constraintGuide_begin 0x0
-int attr layout_constraintGuide_end 0x0
-int attr layout_constraintGuide_percent 0x0
-int attr layout_constraintHeight_default 0x0
-int attr layout_constraintHeight_max 0x0
-int attr layout_constraintHeight_min 0x0
-int attr layout_constraintHeight_percent 0x0
-int attr layout_constraintHorizontal_bias 0x0
-int attr layout_constraintHorizontal_chainStyle 0x0
-int attr layout_constraintHorizontal_weight 0x0
-int attr layout_constraintLeft_creator 0x0
-int attr layout_constraintLeft_toLeftOf 0x0
-int attr layout_constraintLeft_toRightOf 0x0
-int attr layout_constraintRight_creator 0x0
-int attr layout_constraintRight_toLeftOf 0x0
-int attr layout_constraintRight_toRightOf 0x0
-int attr layout_constraintStart_toEndOf 0x0
-int attr layout_constraintStart_toStartOf 0x0
-int attr layout_constraintTag 0x0
-int attr layout_constraintTop_creator 0x0
-int attr layout_constraintTop_toBottomOf 0x0
-int attr layout_constraintTop_toTopOf 0x0
-int attr layout_constraintVertical_bias 0x0
-int attr layout_constraintVertical_chainStyle 0x0
-int attr layout_constraintVertical_weight 0x0
-int attr layout_constraintWidth_default 0x0
-int attr layout_constraintWidth_max 0x0
-int attr layout_constraintWidth_min 0x0
-int attr layout_constraintWidth_percent 0x0
-int attr layout_dodgeInsetEdges 0x0
-int attr layout_editor_absoluteX 0x0
-int attr layout_editor_absoluteY 0x0
-int attr layout_goneMarginBottom 0x0
-int attr layout_goneMarginEnd 0x0
-int attr layout_goneMarginLeft 0x0
-int attr layout_goneMarginRight 0x0
-int attr layout_goneMarginStart 0x0
-int attr layout_goneMarginTop 0x0
-int attr layout_insetEdge 0x0
-int attr layout_keyline 0x0
-int attr layout_optimizationLevel 0x0
-int attr layout_scrollEffect 0x0
-int attr layout_scrollFlags 0x0
-int attr layout_scrollInterpolator 0x0
-int attr liftOnScroll 0x0
-int attr liftOnScrollTargetViewId 0x0
-int attr limitBoundsTo 0x0
-int attr lineHeight 0x0
-int attr lineSpacing 0x0
-int attr linearProgressIndicatorStyle 0x0
-int attr listChoiceBackgroundIndicator 0x0
-int attr listChoiceIndicatorMultipleAnimated 0x0
-int attr listChoiceIndicatorSingleAnimated 0x0
-int attr listDividerAlertDialog 0x0
-int attr listItemLayout 0x0
-int attr listLayout 0x0
-int attr listMenuViewStyle 0x0
-int attr listPopupWindowStyle 0x0
-int attr listPreferredItemHeight 0x0
-int attr listPreferredItemHeightLarge 0x0
-int attr listPreferredItemHeightSmall 0x0
-int attr listPreferredItemPaddingEnd 0x0
-int attr listPreferredItemPaddingLeft 0x0
-int attr listPreferredItemPaddingRight 0x0
-int attr listPreferredItemPaddingStart 0x0
-int attr logo 0x0
-int attr logoAdjustViewBounds 0x0
-int attr logoDescription 0x0
-int attr logoScaleType 0x0
-int attr marginHorizontal 0x0
-int attr marginLeftSystemWindowInsets 0x0
-int attr marginRightSystemWindowInsets 0x0
-int attr marginTopSystemWindowInsets 0x0
-int attr materialAlertDialogBodyTextStyle 0x0
-int attr materialAlertDialogButtonSpacerVisibility 0x0
-int attr materialAlertDialogTheme 0x0
-int attr materialAlertDialogTitleIconStyle 0x0
-int attr materialAlertDialogTitlePanelStyle 0x0
-int attr materialAlertDialogTitleTextStyle 0x0
-int attr materialButtonOutlinedStyle 0x0
-int attr materialButtonStyle 0x0
-int attr materialButtonToggleGroupStyle 0x0
-int attr materialCalendarDay 0x0
-int attr materialCalendarDayOfWeekLabel 0x0
-int attr materialCalendarFullscreenTheme 0x0
-int attr materialCalendarHeaderCancelButton 0x0
-int attr materialCalendarHeaderConfirmButton 0x0
-int attr materialCalendarHeaderDivider 0x0
-int attr materialCalendarHeaderLayout 0x0
-int attr materialCalendarHeaderSelection 0x0
-int attr materialCalendarHeaderTitle 0x0
-int attr materialCalendarHeaderToggleButton 0x0
-int attr materialCalendarMonth 0x0
-int attr materialCalendarMonthNavigationButton 0x0
-int attr materialCalendarStyle 0x0
-int attr materialCalendarTheme 0x0
-int attr materialCalendarYearNavigationButton 0x0
-int attr materialCardViewElevatedStyle 0x0
-int attr materialCardViewFilledStyle 0x0
-int attr materialCardViewOutlinedStyle 0x0
-int attr materialCardViewStyle 0x0
-int attr materialCircleRadius 0x0
-int attr materialClockStyle 0x0
-int attr materialDisplayDividerStyle 0x0
-int attr materialDividerHeavyStyle 0x0
-int attr materialDividerStyle 0x0
-int attr materialThemeOverlay 0x0
-int attr materialTimePickerStyle 0x0
-int attr materialTimePickerTheme 0x0
-int attr materialTimePickerTitleStyle 0x0
-int attr maxAcceleration 0x0
-int attr maxActionInlineWidth 0x0
-int attr maxButtonHeight 0x0
-int attr maxCharacterCount 0x0
-int attr maxHeight 0x0
-int attr maxImageSize 0x0
-int attr maxLines 0x0
-int attr maxVelocity 0x0
-int attr maxWidth 0x0
-int attr measureWithLargestChild 0x0
-int attr menu 0x0
-int attr menuGravity 0x0
-int attr minHeight 0x0
-int attr minHideDelay 0x0
-int attr minSeparation 0x0
-int attr minTouchTargetSize 0x0
-int attr minWidth 0x0
-int attr mock_diagonalsColor 0x0
-int attr mock_label 0x0
-int attr mock_labelBackgroundColor 0x0
-int attr mock_labelColor 0x0
-int attr mock_showDiagonals 0x0
-int attr mock_showLabel 0x0
-int attr motionDebug 0x0
-int attr motionDurationLong1 0x0
-int attr motionDurationLong2 0x0
-int attr motionDurationMedium1 0x0
-int attr motionDurationMedium2 0x0
-int attr motionDurationShort1 0x0
-int attr motionDurationShort2 0x0
-int attr motionEasingAccelerated 0x0
-int attr motionEasingDecelerated 0x0
-int attr motionEasingEmphasized 0x0
-int attr motionEasingLinear 0x0
-int attr motionEasingStandard 0x0
-int attr motionInterpolator 0x0
-int attr motionPath 0x0
-int attr motionPathRotate 0x0
-int attr motionProgress 0x0
-int attr motionStagger 0x0
-int attr motionTarget 0x0
-int attr motion_postLayoutCollision 0x0
-int attr motion_triggerOnCollision 0x0
-int attr moveWhenScrollAtTop 0x0
-int attr multiChoiceItemLayout 0x0
-int attr navigationContentDescription 0x0
-int attr navigationIcon 0x0
-int attr navigationIconTint 0x0
-int attr navigationMode 0x0
-int attr navigationRailStyle 0x0
-int attr navigationViewStyle 0x0
-int attr nestedScrollFlags 0x0
-int attr nestedScrollable 0x0
-int attr number 0x0
-int attr numericModifiers 0x0
-int attr onCross 0x0
-int attr onHide 0x0
-int attr onNegativeCross 0x0
-int attr onPositiveCross 0x0
-int attr onShow 0x0
-int attr onTouchUp 0x0
-int attr overlapAnchor 0x0
-int attr overlay 0x0
-int attr paddingBottomNoButtons 0x0
-int attr paddingBottomSystemWindowInsets 0x0
-int attr paddingEnd 0x0
-int attr paddingLeftSystemWindowInsets 0x0
-int attr paddingRightSystemWindowInsets 0x0
-int attr paddingStart 0x0
-int attr paddingTopNoTitle 0x0
-int attr paddingTopSystemWindowInsets 0x0
-int attr panelBackground 0x0
-int attr panelMenuListTheme 0x0
-int attr panelMenuListWidth 0x0
-int attr passwordToggleContentDescription 0x0
-int attr passwordToggleDrawable 0x0
-int attr passwordToggleEnabled 0x0
-int attr passwordToggleTint 0x0
-int attr passwordToggleTintMode 0x0
-int attr pathMotionArc 0x0
-int attr path_percent 0x0
-int attr percentHeight 0x0
-int attr percentWidth 0x0
-int attr percentX 0x0
-int attr percentY 0x0
-int attr perpendicularPath_percent 0x0
-int attr pivotAnchor 0x0
-int attr placeholderText 0x0
-int attr placeholderTextAppearance 0x0
-int attr placeholderTextColor 0x0
-int attr placeholder_emptyVisibility 0x0
-int attr popupMenuBackground 0x0
-int attr popupMenuStyle 0x0
-int attr popupTheme 0x0
-int attr popupWindowStyle 0x0
-int attr prefixText 0x0
-int attr prefixTextAppearance 0x0
-int attr prefixTextColor 0x0
-int attr preserveIconSpacing 0x0
-int attr pressedTranslationZ 0x0
-int attr progressBarPadding 0x0
-int attr progressBarStyle 0x0
-int attr queryBackground 0x0
-int attr queryHint 0x0
-int attr radioButtonStyle 0x0
-int attr rangeFillColor 0x0
-int attr ratingBarStyle 0x0
-int attr ratingBarStyleIndicator 0x0
-int attr ratingBarStyleSmall 0x0
-int attr recyclerViewStyle 0x0
-int attr region_heightLessThan 0x0
-int attr region_heightMoreThan 0x0
-int attr region_widthLessThan 0x0
-int attr region_widthMoreThan 0x0
-int attr reverseLayout 0x0
-int attr rippleColor 0x0
-int attr round 0x0
-int attr roundPercent 0x0
-int attr saturation 0x0
-int attr scrimAnimationDuration 0x0
-int attr scrimBackground 0x0
-int attr scrimVisibleHeightTrigger 0x0
-int attr searchHintIcon 0x0
-int attr searchIcon 0x0
-int attr searchViewStyle 0x0
-int attr seekBarStyle 0x0
-int attr selectableItemBackground 0x0
-int attr selectableItemBackgroundBorderless 0x0
-int attr selectionRequired 0x0
-int attr selectorSize 0x0
-int attr shapeAppearance 0x0
-int attr shapeAppearanceLargeComponent 0x0
-int attr shapeAppearanceMediumComponent 0x0
-int attr shapeAppearanceOverlay 0x0
-int attr shapeAppearanceSmallComponent 0x0
-int attr showAnimationBehavior 0x0
-int attr showAsAction 0x0
-int attr showDelay 0x0
-int attr showDividers 0x0
-int attr showMotionSpec 0x0
-int attr showPaths 0x0
-int attr showText 0x0
-int attr showTitle 0x0
-int attr shrinkMotionSpec 0x0
-int attr simpleItemLayout 0x0
-int attr simpleItems 0x0
-int attr singleChoiceItemLayout 0x0
-int attr singleLine 0x0
-int attr singleSelection 0x0
-int attr sizePercent 0x0
-int attr sliderStyle 0x0
-int attr snackbarButtonStyle 0x0
-int attr snackbarStyle 0x0
-int attr snackbarTextViewStyle 0x0
-int attr spanCount 0x0
-int attr spinBars 0x0
-int attr spinnerDropDownItemStyle 0x0
-int attr spinnerStyle 0x0
-int attr splitTrack 0x0
-int attr srcCompat 0x0
-int attr stackFromEnd 0x0
-int attr staggered 0x0
-int attr startIconCheckable 0x0
-int attr startIconContentDescription 0x0
-int attr startIconDrawable 0x0
-int attr startIconTint 0x0
-int attr startIconTintMode 0x0
-int attr state_above_anchor 0x0
-int attr state_collapsed 0x0
-int attr state_collapsible 0x0
-int attr state_dragged 0x0
-int attr state_liftable 0x0
-int attr state_lifted 0x0
-int attr statusBarBackground 0x0
-int attr statusBarForeground 0x0
-int attr statusBarScrim 0x0
-int attr strokeColor 0x0
-int attr strokeWidth 0x0
-int attr subMenuArrow 0x0
-int attr subheaderColor 0x0
-int attr subheaderInsetEnd 0x0
-int attr subheaderInsetStart 0x0
-int attr subheaderTextAppearance 0x0
-int attr submitBackground 0x0
-int attr subtitle 0x0
-int attr subtitleCentered 0x0
-int attr subtitleTextAppearance 0x0
-int attr subtitleTextColor 0x0
-int attr subtitleTextStyle 0x0
-int attr suffixText 0x0
-int attr suffixTextAppearance 0x0
-int attr suffixTextColor 0x0
-int attr suggestionRowLayout 0x0
-int attr switchMinWidth 0x0
-int attr switchPadding 0x0
-int attr switchStyle 0x0
-int attr switchTextAppearance 0x0
-int attr tabBackground 0x0
-int attr tabContentStart 0x0
-int attr tabGravity 0x0
-int attr tabIconTint 0x0
-int attr tabIconTintMode 0x0
-int attr tabIndicator 0x0
-int attr tabIndicatorAnimationDuration 0x0
-int attr tabIndicatorAnimationMode 0x0
-int attr tabIndicatorColor 0x0
-int attr tabIndicatorFullWidth 0x0
-int attr tabIndicatorGravity 0x0
-int attr tabIndicatorHeight 0x0
-int attr tabInlineLabel 0x0
-int attr tabMaxWidth 0x0
-int attr tabMinWidth 0x0
-int attr tabMode 0x0
-int attr tabPadding 0x0
-int attr tabPaddingBottom 0x0
-int attr tabPaddingEnd 0x0
-int attr tabPaddingStart 0x0
-int attr tabPaddingTop 0x0
-int attr tabRippleColor 0x0
-int attr tabSecondaryStyle 0x0
-int attr tabSelectedTextColor 0x0
-int attr tabStyle 0x0
-int attr tabTextAppearance 0x0
-int attr tabTextColor 0x0
-int attr tabUnboundedRipple 0x0
-int attr targetId 0x0
-int attr telltales_tailColor 0x0
-int attr telltales_tailScale 0x0
-int attr telltales_velocityMode 0x0
-int attr textAllCaps 0x0
-int attr textAppearanceBody1 0x0
-int attr textAppearanceBody2 0x0
-int attr textAppearanceBodyLarge 0x0
-int attr textAppearanceBodyMedium 0x0
-int attr textAppearanceBodySmall 0x0
-int attr textAppearanceButton 0x0
-int attr textAppearanceCaption 0x0
-int attr textAppearanceDisplayLarge 0x0
-int attr textAppearanceDisplayMedium 0x0
-int attr textAppearanceDisplaySmall 0x0
-int attr textAppearanceHeadline1 0x0
-int attr textAppearanceHeadline2 0x0
-int attr textAppearanceHeadline3 0x0
-int attr textAppearanceHeadline4 0x0
-int attr textAppearanceHeadline5 0x0
-int attr textAppearanceHeadline6 0x0
-int attr textAppearanceHeadlineLarge 0x0
-int attr textAppearanceHeadlineMedium 0x0
-int attr textAppearanceHeadlineSmall 0x0
-int attr textAppearanceLabelLarge 0x0
-int attr textAppearanceLabelMedium 0x0
-int attr textAppearanceLabelSmall 0x0
-int attr textAppearanceLargePopupMenu 0x0
-int attr textAppearanceLineHeightEnabled 0x0
-int attr textAppearanceListItem 0x0
-int attr textAppearanceListItemSecondary 0x0
-int attr textAppearanceListItemSmall 0x0
-int attr textAppearanceOverline 0x0
-int attr textAppearancePopupMenuHeader 0x0
-int attr textAppearanceSearchResultSubtitle 0x0
-int attr textAppearanceSearchResultTitle 0x0
-int attr textAppearanceSmallPopupMenu 0x0
-int attr textAppearanceSubtitle1 0x0
-int attr textAppearanceSubtitle2 0x0
-int attr textAppearanceTitleLarge 0x0
-int attr textAppearanceTitleMedium 0x0
-int attr textAppearanceTitleSmall 0x0
-int attr textColorAlertDialogListItem 0x0
-int attr textColorSearchUrl 0x0
-int attr textEndPadding 0x0
-int attr textInputFilledDenseStyle 0x0
-int attr textInputFilledExposedDropdownMenuStyle 0x0
-int attr textInputFilledStyle 0x0
-int attr textInputLayoutFocusedRectEnabled 0x0
-int attr textInputOutlinedDenseStyle 0x0
-int attr textInputOutlinedExposedDropdownMenuStyle 0x0
-int attr textInputOutlinedStyle 0x0
-int attr textInputStyle 0x0
-int attr textLocale 0x0
-int attr textStartPadding 0x0
-int attr theme 0x0
-int attr themeLineHeight 0x0
-int attr thickness 0x0
-int attr thumbColor 0x0
-int attr thumbElevation 0x0
-int attr thumbRadius 0x0
-int attr thumbStrokeColor 0x0
-int attr thumbStrokeWidth 0x0
-int attr thumbTextPadding 0x0
-int attr thumbTint 0x0
-int attr thumbTintMode 0x0
-int attr tickColor 0x0
-int attr tickColorActive 0x0
-int attr tickColorInactive 0x0
-int attr tickMark 0x0
-int attr tickMarkTint 0x0
-int attr tickMarkTintMode 0x0
-int attr tickVisible 0x0
-int attr tint 0x0
-int attr tintMode 0x0
-int attr title 0x0
-int attr titleCentered 0x0
-int attr titleCollapseMode 0x0
-int attr titleEnabled 0x0
-int attr titleMargin 0x0
-int attr titleMarginBottom 0x0
-int attr titleMarginEnd 0x0
-int attr titleMarginStart 0x0
-int attr titleMarginTop 0x0
-int attr titleMargins 0x0
-int attr titlePositionInterpolator 0x0
-int attr titleTextAppearance 0x0
-int attr titleTextColor 0x0
-int attr titleTextStyle 0x0
-int attr toolbarId 0x0
-int attr toolbarNavigationButtonStyle 0x0
-int attr toolbarStyle 0x0
-int attr toolbarSurfaceStyle 0x0
-int attr tooltipForegroundColor 0x0
-int attr tooltipFrameBackground 0x0
-int attr tooltipStyle 0x0
-int attr tooltipText 0x0
-int attr topInsetScrimEnabled 0x0
-int attr touchAnchorId 0x0
-int attr touchAnchorSide 0x0
-int attr touchRegionId 0x0
-int attr track 0x0
-int attr trackColor 0x0
-int attr trackColorActive 0x0
-int attr trackColorInactive 0x0
-int attr trackCornerRadius 0x0
-int attr trackHeight 0x0
-int attr trackThickness 0x0
-int attr trackTint 0x0
-int attr trackTintMode 0x0
-int attr transitionDisable 0x0
-int attr transitionEasing 0x0
-int attr transitionFlags 0x0
-int attr transitionPathRotate 0x0
-int attr transitionShapeAppearance 0x0
-int attr triggerId 0x0
-int attr triggerReceiver 0x0
-int attr triggerSlack 0x0
-int attr ttcIndex 0x0
-int attr useCompatPadding 0x0
-int attr useMaterialThemeColors 0x0
-int attr values 0x0
-int attr verticalOffset 0x0
-int attr verticalOffsetWithText 0x0
-int attr viewInflaterClass 0x0
-int attr visibilityMode 0x0
-int attr voiceIcon 0x0
-int attr warmth 0x0
-int attr waveDecay 0x0
-int attr waveOffset 0x0
-int attr wavePeriod 0x0
-int attr waveShape 0x0
-int attr waveVariesBy 0x0
-int attr windowActionBar 0x0
-int attr windowActionBarOverlay 0x0
-int attr windowActionModeOverlay 0x0
-int attr windowFixedHeightMajor 0x0
-int attr windowFixedHeightMinor 0x0
-int attr windowFixedWidthMajor 0x0
-int attr windowFixedWidthMinor 0x0
-int attr windowMinWidthMajor 0x0
-int attr windowMinWidthMinor 0x0
-int attr windowNoTitle 0x0
-int attr yearSelectedStyle 0x0
-int attr yearStyle 0x0
-int attr yearTodayStyle 0x0
-int bool abc_action_bar_embed_tabs 0x0
-int bool abc_allow_stacked_button_bar 0x0
-int bool abc_config_actionMenuItemAllCaps 0x0
-int bool mtrl_btn_textappearance_all_caps 0x0
-int color abc_background_cache_hint_selector_material_dark 0x0
-int color abc_background_cache_hint_selector_material_light 0x0
-int color abc_btn_colored_borderless_text_material 0x0
-int color abc_btn_colored_text_material 0x0
-int color abc_color_highlight_material 0x0
-int color abc_decor_view_status_guard 0x0
-int color abc_decor_view_status_guard_light 0x0
-int color abc_hint_foreground_material_dark 0x0
-int color abc_hint_foreground_material_light 0x0
-int color abc_primary_text_disable_only_material_dark 0x0
-int color abc_primary_text_disable_only_material_light 0x0
-int color abc_primary_text_material_dark 0x0
-int color abc_primary_text_material_light 0x0
-int color abc_search_url_text 0x0
-int color abc_search_url_text_normal 0x0
-int color abc_search_url_text_pressed 0x0
-int color abc_search_url_text_selected 0x0
-int color abc_secondary_text_material_dark 0x0
-int color abc_secondary_text_material_light 0x0
-int color abc_tint_btn_checkable 0x0
-int color abc_tint_default 0x0
-int color abc_tint_edittext 0x0
-int color abc_tint_seek_thumb 0x0
-int color abc_tint_spinner 0x0
-int color abc_tint_switch_track 0x0
-int color accent_material_dark 0x0
-int color accent_material_light 0x0
-int color androidx_core_ripple_material_light 0x0
-int color androidx_core_secondary_text_default_material_light 0x0
-int color background_floating_material_dark 0x0
-int color background_floating_material_light 0x0
-int color background_material_dark 0x0
-int color background_material_light 0x0
-int color bright_foreground_disabled_material_dark 0x0
-int color bright_foreground_disabled_material_light 0x0
-int color bright_foreground_inverse_material_dark 0x0
-int color bright_foreground_inverse_material_light 0x0
-int color bright_foreground_material_dark 0x0
-int color bright_foreground_material_light 0x0
-int color button_material_dark 0x0
-int color button_material_light 0x0
-int color cardview_dark_background 0x0
-int color cardview_light_background 0x0
-int color cardview_shadow_end_color 0x0
-int color cardview_shadow_start_color 0x0
-int color checkbox_themeable_attribute_color 0x0
-int color design_bottom_navigation_shadow_color 0x0
-int color design_box_stroke_color 0x0
-int color design_dark_default_color_background 0x0
-int color design_dark_default_color_error 0x0
-int color design_dark_default_color_on_background 0x0
-int color design_dark_default_color_on_error 0x0
-int color design_dark_default_color_on_primary 0x0
-int color design_dark_default_color_on_secondary 0x0
-int color design_dark_default_color_on_surface 0x0
-int color design_dark_default_color_primary 0x0
-int color design_dark_default_color_primary_dark 0x0
-int color design_dark_default_color_primary_variant 0x0
-int color design_dark_default_color_secondary 0x0
-int color design_dark_default_color_secondary_variant 0x0
-int color design_dark_default_color_surface 0x0
-int color design_default_color_background 0x0
-int color design_default_color_error 0x0
-int color design_default_color_on_background 0x0
-int color design_default_color_on_error 0x0
-int color design_default_color_on_primary 0x0
-int color design_default_color_on_secondary 0x0
-int color design_default_color_on_surface 0x0
-int color design_default_color_primary 0x0
-int color design_default_color_primary_dark 0x0
-int color design_default_color_primary_variant 0x0
-int color design_default_color_secondary 0x0
-int color design_default_color_secondary_variant 0x0
-int color design_default_color_surface 0x0
-int color design_error 0x0
-int color design_fab_shadow_end_color 0x0
-int color design_fab_shadow_mid_color 0x0
-int color design_fab_shadow_start_color 0x0
-int color design_fab_stroke_end_inner_color 0x0
-int color design_fab_stroke_end_outer_color 0x0
-int color design_fab_stroke_top_inner_color 0x0
-int color design_fab_stroke_top_outer_color 0x0
-int color design_icon_tint 0x0
-int color design_snackbar_background_color 0x0
-int color dim_foreground_disabled_material_dark 0x0
-int color dim_foreground_disabled_material_light 0x0
-int color dim_foreground_material_dark 0x0
-int color dim_foreground_material_light 0x0
-int color error_color_material_dark 0x0
-int color error_color_material_light 0x0
-int color foreground_material_dark 0x0
-int color foreground_material_light 0x0
-int color highlighted_text_material_dark 0x0
-int color highlighted_text_material_light 0x0
-int color m3_appbar_overlay_color 0x0
-int color m3_assist_chip_icon_tint_color 0x0
-int color m3_assist_chip_stroke_color 0x0
-int color m3_button_background_color_selector 0x0
-int color m3_button_foreground_color_selector 0x0
-int color m3_button_outline_color_selector 0x0
-int color m3_button_ripple_color 0x0
-int color m3_button_ripple_color_selector 0x0
-int color m3_calendar_item_disabled_text 0x0
-int color m3_calendar_item_stroke_color 0x0
-int color m3_card_foreground_color 0x0
-int color m3_card_ripple_color 0x0
-int color m3_card_stroke_color 0x0
-int color m3_chip_assist_text_color 0x0
-int color m3_chip_background_color 0x0
-int color m3_chip_ripple_color 0x0
-int color m3_chip_stroke_color 0x0
-int color m3_chip_text_color 0x0
-int color m3_dark_default_color_primary_text 0x0
-int color m3_dark_default_color_secondary_text 0x0
-int color m3_dark_highlighted_text 0x0
-int color m3_dark_hint_foreground 0x0
-int color m3_dark_primary_text_disable_only 0x0
-int color m3_default_color_primary_text 0x0
-int color m3_default_color_secondary_text 0x0
-int color m3_dynamic_dark_default_color_primary_text 0x0
-int color m3_dynamic_dark_default_color_secondary_text 0x0
-int color m3_dynamic_dark_highlighted_text 0x0
-int color m3_dynamic_dark_hint_foreground 0x0
-int color m3_dynamic_dark_primary_text_disable_only 0x0
-int color m3_dynamic_default_color_primary_text 0x0
-int color m3_dynamic_default_color_secondary_text 0x0
-int color m3_dynamic_highlighted_text 0x0
-int color m3_dynamic_hint_foreground 0x0
-int color m3_dynamic_primary_text_disable_only 0x0
-int color m3_elevated_chip_background_color 0x0
-int color m3_highlighted_text 0x0
-int color m3_hint_foreground 0x0
-int color m3_navigation_bar_item_with_indicator_icon_tint 0x0
-int color m3_navigation_bar_item_with_indicator_label_tint 0x0
-int color m3_navigation_bar_ripple_color_selector 0x0
-int color m3_navigation_item_background_color 0x0
-int color m3_navigation_item_icon_tint 0x0
-int color m3_navigation_item_ripple_color 0x0
-int color m3_navigation_item_text_color 0x0
-int color m3_popupmenu_overlay_color 0x0
-int color m3_primary_text_disable_only 0x0
-int color m3_radiobutton_ripple_tint 0x0
-int color m3_ref_palette_black 0x0
-int color m3_ref_palette_dynamic_neutral0 0x0
-int color m3_ref_palette_dynamic_neutral10 0x0
-int color m3_ref_palette_dynamic_neutral100 0x0
-int color m3_ref_palette_dynamic_neutral20 0x0
-int color m3_ref_palette_dynamic_neutral30 0x0
-int color m3_ref_palette_dynamic_neutral40 0x0
-int color m3_ref_palette_dynamic_neutral50 0x0
-int color m3_ref_palette_dynamic_neutral60 0x0
-int color m3_ref_palette_dynamic_neutral70 0x0
-int color m3_ref_palette_dynamic_neutral80 0x0
-int color m3_ref_palette_dynamic_neutral90 0x0
-int color m3_ref_palette_dynamic_neutral95 0x0
-int color m3_ref_palette_dynamic_neutral99 0x0
-int color m3_ref_palette_dynamic_neutral_variant0 0x0
-int color m3_ref_palette_dynamic_neutral_variant10 0x0
-int color m3_ref_palette_dynamic_neutral_variant100 0x0
-int color m3_ref_palette_dynamic_neutral_variant20 0x0
-int color m3_ref_palette_dynamic_neutral_variant30 0x0
-int color m3_ref_palette_dynamic_neutral_variant40 0x0
-int color m3_ref_palette_dynamic_neutral_variant50 0x0
-int color m3_ref_palette_dynamic_neutral_variant60 0x0
-int color m3_ref_palette_dynamic_neutral_variant70 0x0
-int color m3_ref_palette_dynamic_neutral_variant80 0x0
-int color m3_ref_palette_dynamic_neutral_variant90 0x0
-int color m3_ref_palette_dynamic_neutral_variant95 0x0
-int color m3_ref_palette_dynamic_neutral_variant99 0x0
-int color m3_ref_palette_dynamic_primary0 0x0
-int color m3_ref_palette_dynamic_primary10 0x0
-int color m3_ref_palette_dynamic_primary100 0x0
-int color m3_ref_palette_dynamic_primary20 0x0
-int color m3_ref_palette_dynamic_primary30 0x0
-int color m3_ref_palette_dynamic_primary40 0x0
-int color m3_ref_palette_dynamic_primary50 0x0
-int color m3_ref_palette_dynamic_primary60 0x0
-int color m3_ref_palette_dynamic_primary70 0x0
-int color m3_ref_palette_dynamic_primary80 0x0
-int color m3_ref_palette_dynamic_primary90 0x0
-int color m3_ref_palette_dynamic_primary95 0x0
-int color m3_ref_palette_dynamic_primary99 0x0
-int color m3_ref_palette_dynamic_secondary0 0x0
-int color m3_ref_palette_dynamic_secondary10 0x0
-int color m3_ref_palette_dynamic_secondary100 0x0
-int color m3_ref_palette_dynamic_secondary20 0x0
-int color m3_ref_palette_dynamic_secondary30 0x0
-int color m3_ref_palette_dynamic_secondary40 0x0
-int color m3_ref_palette_dynamic_secondary50 0x0
-int color m3_ref_palette_dynamic_secondary60 0x0
-int color m3_ref_palette_dynamic_secondary70 0x0
-int color m3_ref_palette_dynamic_secondary80 0x0
-int color m3_ref_palette_dynamic_secondary90 0x0
-int color m3_ref_palette_dynamic_secondary95 0x0
-int color m3_ref_palette_dynamic_secondary99 0x0
-int color m3_ref_palette_dynamic_tertiary0 0x0
-int color m3_ref_palette_dynamic_tertiary10 0x0
-int color m3_ref_palette_dynamic_tertiary100 0x0
-int color m3_ref_palette_dynamic_tertiary20 0x0
-int color m3_ref_palette_dynamic_tertiary30 0x0
-int color m3_ref_palette_dynamic_tertiary40 0x0
-int color m3_ref_palette_dynamic_tertiary50 0x0
-int color m3_ref_palette_dynamic_tertiary60 0x0
-int color m3_ref_palette_dynamic_tertiary70 0x0
-int color m3_ref_palette_dynamic_tertiary80 0x0
-int color m3_ref_palette_dynamic_tertiary90 0x0
-int color m3_ref_palette_dynamic_tertiary95 0x0
-int color m3_ref_palette_dynamic_tertiary99 0x0
-int color m3_ref_palette_error0 0x0
-int color m3_ref_palette_error10 0x0
-int color m3_ref_palette_error100 0x0
-int color m3_ref_palette_error20 0x0
-int color m3_ref_palette_error30 0x0
-int color m3_ref_palette_error40 0x0
-int color m3_ref_palette_error50 0x0
-int color m3_ref_palette_error60 0x0
-int color m3_ref_palette_error70 0x0
-int color m3_ref_palette_error80 0x0
-int color m3_ref_palette_error90 0x0
-int color m3_ref_palette_error95 0x0
-int color m3_ref_palette_error99 0x0
-int color m3_ref_palette_neutral0 0x0
-int color m3_ref_palette_neutral10 0x0
-int color m3_ref_palette_neutral100 0x0
-int color m3_ref_palette_neutral20 0x0
-int color m3_ref_palette_neutral30 0x0
-int color m3_ref_palette_neutral40 0x0
-int color m3_ref_palette_neutral50 0x0
-int color m3_ref_palette_neutral60 0x0
-int color m3_ref_palette_neutral70 0x0
-int color m3_ref_palette_neutral80 0x0
-int color m3_ref_palette_neutral90 0x0
-int color m3_ref_palette_neutral95 0x0
-int color m3_ref_palette_neutral99 0x0
-int color m3_ref_palette_neutral_variant0 0x0
-int color m3_ref_palette_neutral_variant10 0x0
-int color m3_ref_palette_neutral_variant100 0x0
-int color m3_ref_palette_neutral_variant20 0x0
-int color m3_ref_palette_neutral_variant30 0x0
-int color m3_ref_palette_neutral_variant40 0x0
-int color m3_ref_palette_neutral_variant50 0x0
-int color m3_ref_palette_neutral_variant60 0x0
-int color m3_ref_palette_neutral_variant70 0x0
-int color m3_ref_palette_neutral_variant80 0x0
-int color m3_ref_palette_neutral_variant90 0x0
-int color m3_ref_palette_neutral_variant95 0x0
-int color m3_ref_palette_neutral_variant99 0x0
-int color m3_ref_palette_primary0 0x0
-int color m3_ref_palette_primary10 0x0
-int color m3_ref_palette_primary100 0x0
-int color m3_ref_palette_primary20 0x0
-int color m3_ref_palette_primary30 0x0
-int color m3_ref_palette_primary40 0x0
-int color m3_ref_palette_primary50 0x0
-int color m3_ref_palette_primary60 0x0
-int color m3_ref_palette_primary70 0x0
-int color m3_ref_palette_primary80 0x0
-int color m3_ref_palette_primary90 0x0
-int color m3_ref_palette_primary95 0x0
-int color m3_ref_palette_primary99 0x0
-int color m3_ref_palette_secondary0 0x0
-int color m3_ref_palette_secondary10 0x0
-int color m3_ref_palette_secondary100 0x0
-int color m3_ref_palette_secondary20 0x0
-int color m3_ref_palette_secondary30 0x0
-int color m3_ref_palette_secondary40 0x0
-int color m3_ref_palette_secondary50 0x0
-int color m3_ref_palette_secondary60 0x0
-int color m3_ref_palette_secondary70 0x0
-int color m3_ref_palette_secondary80 0x0
-int color m3_ref_palette_secondary90 0x0
-int color m3_ref_palette_secondary95 0x0
-int color m3_ref_palette_secondary99 0x0
-int color m3_ref_palette_tertiary0 0x0
-int color m3_ref_palette_tertiary10 0x0
-int color m3_ref_palette_tertiary100 0x0
-int color m3_ref_palette_tertiary20 0x0
-int color m3_ref_palette_tertiary30 0x0
-int color m3_ref_palette_tertiary40 0x0
-int color m3_ref_palette_tertiary50 0x0
-int color m3_ref_palette_tertiary60 0x0
-int color m3_ref_palette_tertiary70 0x0
-int color m3_ref_palette_tertiary80 0x0
-int color m3_ref_palette_tertiary90 0x0
-int color m3_ref_palette_tertiary95 0x0
-int color m3_ref_palette_tertiary99 0x0
-int color m3_ref_palette_white 0x0
-int color m3_selection_control_button_tint 0x0
-int color m3_selection_control_ripple_color_selector 0x0
-int color m3_slider_active_track_color 0x0
-int color m3_slider_halo_color 0x0
-int color m3_slider_inactive_track_color 0x0
-int color m3_slider_thumb_color 0x0
-int color m3_switch_thumb_tint 0x0
-int color m3_switch_track_tint 0x0
-int color m3_sys_color_dark_background 0x0
-int color m3_sys_color_dark_error 0x0
-int color m3_sys_color_dark_error_container 0x0
-int color m3_sys_color_dark_inverse_on_surface 0x0
-int color m3_sys_color_dark_inverse_primary 0x0
-int color m3_sys_color_dark_inverse_surface 0x0
-int color m3_sys_color_dark_on_background 0x0
-int color m3_sys_color_dark_on_error 0x0
-int color m3_sys_color_dark_on_error_container 0x0
-int color m3_sys_color_dark_on_primary 0x0
-int color m3_sys_color_dark_on_primary_container 0x0
-int color m3_sys_color_dark_on_secondary 0x0
-int color m3_sys_color_dark_on_secondary_container 0x0
-int color m3_sys_color_dark_on_surface 0x0
-int color m3_sys_color_dark_on_surface_variant 0x0
-int color m3_sys_color_dark_on_tertiary 0x0
-int color m3_sys_color_dark_on_tertiary_container 0x0
-int color m3_sys_color_dark_outline 0x0
-int color m3_sys_color_dark_primary 0x0
-int color m3_sys_color_dark_primary_container 0x0
-int color m3_sys_color_dark_secondary 0x0
-int color m3_sys_color_dark_secondary_container 0x0
-int color m3_sys_color_dark_surface 0x0
-int color m3_sys_color_dark_surface_variant 0x0
-int color m3_sys_color_dark_tertiary 0x0
-int color m3_sys_color_dark_tertiary_container 0x0
-int color m3_sys_color_dynamic_dark_background 0x0
-int color m3_sys_color_dynamic_dark_inverse_on_surface 0x0
-int color m3_sys_color_dynamic_dark_inverse_primary 0x0
-int color m3_sys_color_dynamic_dark_inverse_surface 0x0
-int color m3_sys_color_dynamic_dark_on_background 0x0
-int color m3_sys_color_dynamic_dark_on_primary 0x0
-int color m3_sys_color_dynamic_dark_on_primary_container 0x0
-int color m3_sys_color_dynamic_dark_on_secondary 0x0
-int color m3_sys_color_dynamic_dark_on_secondary_container 0x0
-int color m3_sys_color_dynamic_dark_on_surface 0x0
-int color m3_sys_color_dynamic_dark_on_surface_variant 0x0
-int color m3_sys_color_dynamic_dark_on_tertiary 0x0
-int color m3_sys_color_dynamic_dark_on_tertiary_container 0x0
-int color m3_sys_color_dynamic_dark_outline 0x0
-int color m3_sys_color_dynamic_dark_primary 0x0
-int color m3_sys_color_dynamic_dark_primary_container 0x0
-int color m3_sys_color_dynamic_dark_secondary 0x0
-int color m3_sys_color_dynamic_dark_secondary_container 0x0
-int color m3_sys_color_dynamic_dark_surface 0x0
-int color m3_sys_color_dynamic_dark_surface_variant 0x0
-int color m3_sys_color_dynamic_dark_tertiary 0x0
-int color m3_sys_color_dynamic_dark_tertiary_container 0x0
-int color m3_sys_color_dynamic_light_background 0x0
-int color m3_sys_color_dynamic_light_inverse_on_surface 0x0
-int color m3_sys_color_dynamic_light_inverse_primary 0x0
-int color m3_sys_color_dynamic_light_inverse_surface 0x0
-int color m3_sys_color_dynamic_light_on_background 0x0
-int color m3_sys_color_dynamic_light_on_primary 0x0
-int color m3_sys_color_dynamic_light_on_primary_container 0x0
-int color m3_sys_color_dynamic_light_on_secondary 0x0
-int color m3_sys_color_dynamic_light_on_secondary_container 0x0
-int color m3_sys_color_dynamic_light_on_surface 0x0
-int color m3_sys_color_dynamic_light_on_surface_variant 0x0
-int color m3_sys_color_dynamic_light_on_tertiary 0x0
-int color m3_sys_color_dynamic_light_on_tertiary_container 0x0
-int color m3_sys_color_dynamic_light_outline 0x0
-int color m3_sys_color_dynamic_light_primary 0x0
-int color m3_sys_color_dynamic_light_primary_container 0x0
-int color m3_sys_color_dynamic_light_secondary 0x0
-int color m3_sys_color_dynamic_light_secondary_container 0x0
-int color m3_sys_color_dynamic_light_surface 0x0
-int color m3_sys_color_dynamic_light_surface_variant 0x0
-int color m3_sys_color_dynamic_light_tertiary 0x0
-int color m3_sys_color_dynamic_light_tertiary_container 0x0
-int color m3_sys_color_light_background 0x0
-int color m3_sys_color_light_error 0x0
-int color m3_sys_color_light_error_container 0x0
-int color m3_sys_color_light_inverse_on_surface 0x0
-int color m3_sys_color_light_inverse_primary 0x0
-int color m3_sys_color_light_inverse_surface 0x0
-int color m3_sys_color_light_on_background 0x0
-int color m3_sys_color_light_on_error 0x0
-int color m3_sys_color_light_on_error_container 0x0
-int color m3_sys_color_light_on_primary 0x0
-int color m3_sys_color_light_on_primary_container 0x0
-int color m3_sys_color_light_on_secondary 0x0
-int color m3_sys_color_light_on_secondary_container 0x0
-int color m3_sys_color_light_on_surface 0x0
-int color m3_sys_color_light_on_surface_variant 0x0
-int color m3_sys_color_light_on_tertiary 0x0
-int color m3_sys_color_light_on_tertiary_container 0x0
-int color m3_sys_color_light_outline 0x0
-int color m3_sys_color_light_primary 0x0
-int color m3_sys_color_light_primary_container 0x0
-int color m3_sys_color_light_secondary 0x0
-int color m3_sys_color_light_secondary_container 0x0
-int color m3_sys_color_light_surface 0x0
-int color m3_sys_color_light_surface_variant 0x0
-int color m3_sys_color_light_tertiary 0x0
-int color m3_sys_color_light_tertiary_container 0x0
-int color m3_tabs_icon_color 0x0
-int color m3_tabs_ripple_color 0x0
-int color m3_text_button_background_color_selector 0x0
-int color m3_text_button_foreground_color_selector 0x0
-int color m3_text_button_ripple_color_selector 0x0
-int color m3_textfield_filled_background_color 0x0
-int color m3_textfield_indicator_text_color 0x0
-int color m3_textfield_input_text_color 0x0
-int color m3_textfield_label_color 0x0
-int color m3_textfield_stroke_color 0x0
-int color m3_timepicker_button_background_color 0x0
-int color m3_timepicker_button_ripple_color 0x0
-int color m3_timepicker_button_text_color 0x0
-int color m3_timepicker_clock_text_color 0x0
-int color m3_timepicker_display_background_color 0x0
-int color m3_timepicker_display_ripple_color 0x0
-int color m3_timepicker_display_stroke_color 0x0
-int color m3_timepicker_display_text_color 0x0
-int color m3_timepicker_secondary_text_button_ripple_color 0x0
-int color m3_timepicker_secondary_text_button_text_color 0x0
-int color m3_tonal_button_ripple_color_selector 0x0
-int color material_blue_grey_800 0x0
-int color material_blue_grey_900 0x0
-int color material_blue_grey_950 0x0
-int color material_cursor_color 0x0
-int color material_deep_teal_200 0x0
-int color material_deep_teal_500 0x0
-int color material_divider_color 0x0
-int color material_dynamic_neutral0 0x0
-int color material_dynamic_neutral10 0x0
-int color material_dynamic_neutral100 0x0
-int color material_dynamic_neutral20 0x0
-int color material_dynamic_neutral30 0x0
-int color material_dynamic_neutral40 0x0
-int color material_dynamic_neutral50 0x0
-int color material_dynamic_neutral60 0x0
-int color material_dynamic_neutral70 0x0
-int color material_dynamic_neutral80 0x0
-int color material_dynamic_neutral90 0x0
-int color material_dynamic_neutral95 0x0
-int color material_dynamic_neutral99 0x0
-int color material_dynamic_neutral_variant0 0x0
-int color material_dynamic_neutral_variant10 0x0
-int color material_dynamic_neutral_variant100 0x0
-int color material_dynamic_neutral_variant20 0x0
-int color material_dynamic_neutral_variant30 0x0
-int color material_dynamic_neutral_variant40 0x0
-int color material_dynamic_neutral_variant50 0x0
-int color material_dynamic_neutral_variant60 0x0
-int color material_dynamic_neutral_variant70 0x0
-int color material_dynamic_neutral_variant80 0x0
-int color material_dynamic_neutral_variant90 0x0
-int color material_dynamic_neutral_variant95 0x0
-int color material_dynamic_neutral_variant99 0x0
-int color material_dynamic_primary0 0x0
-int color material_dynamic_primary10 0x0
-int color material_dynamic_primary100 0x0
-int color material_dynamic_primary20 0x0
-int color material_dynamic_primary30 0x0
-int color material_dynamic_primary40 0x0
-int color material_dynamic_primary50 0x0
-int color material_dynamic_primary60 0x0
-int color material_dynamic_primary70 0x0
-int color material_dynamic_primary80 0x0
-int color material_dynamic_primary90 0x0
-int color material_dynamic_primary95 0x0
-int color material_dynamic_primary99 0x0
-int color material_dynamic_secondary0 0x0
-int color material_dynamic_secondary10 0x0
-int color material_dynamic_secondary100 0x0
-int color material_dynamic_secondary20 0x0
-int color material_dynamic_secondary30 0x0
-int color material_dynamic_secondary40 0x0
-int color material_dynamic_secondary50 0x0
-int color material_dynamic_secondary60 0x0
-int color material_dynamic_secondary70 0x0
-int color material_dynamic_secondary80 0x0
-int color material_dynamic_secondary90 0x0
-int color material_dynamic_secondary95 0x0
-int color material_dynamic_secondary99 0x0
-int color material_dynamic_tertiary0 0x0
-int color material_dynamic_tertiary10 0x0
-int color material_dynamic_tertiary100 0x0
-int color material_dynamic_tertiary20 0x0
-int color material_dynamic_tertiary30 0x0
-int color material_dynamic_tertiary40 0x0
-int color material_dynamic_tertiary50 0x0
-int color material_dynamic_tertiary60 0x0
-int color material_dynamic_tertiary70 0x0
-int color material_dynamic_tertiary80 0x0
-int color material_dynamic_tertiary90 0x0
-int color material_dynamic_tertiary95 0x0
-int color material_dynamic_tertiary99 0x0
-int color material_grey_100 0x0
-int color material_grey_300 0x0
-int color material_grey_50 0x0
-int color material_grey_600 0x0
-int color material_grey_800 0x0
-int color material_grey_850 0x0
-int color material_grey_900 0x0
-int color material_harmonized_color_error 0x0
-int color material_harmonized_color_error_container 0x0
-int color material_harmonized_color_on_error 0x0
-int color material_harmonized_color_on_error_container 0x0
-int color material_on_background_disabled 0x0
-int color material_on_background_emphasis_high_type 0x0
-int color material_on_background_emphasis_medium 0x0
-int color material_on_primary_disabled 0x0
-int color material_on_primary_emphasis_high_type 0x0
-int color material_on_primary_emphasis_medium 0x0
-int color material_on_surface_disabled 0x0
-int color material_on_surface_emphasis_high_type 0x0
-int color material_on_surface_emphasis_medium 0x0
-int color material_on_surface_stroke 0x0
-int color material_slider_active_tick_marks_color 0x0
-int color material_slider_active_track_color 0x0
-int color material_slider_halo_color 0x0
-int color material_slider_inactive_tick_marks_color 0x0
-int color material_slider_inactive_track_color 0x0
-int color material_slider_thumb_color 0x0
-int color material_timepicker_button_background 0x0
-int color material_timepicker_button_stroke 0x0
-int color material_timepicker_clock_text_color 0x0
-int color material_timepicker_clockface 0x0
-int color material_timepicker_modebutton_tint 0x0
-int color mtrl_btn_bg_color_selector 0x0
-int color mtrl_btn_ripple_color 0x0
-int color mtrl_btn_stroke_color_selector 0x0
-int color mtrl_btn_text_btn_bg_color_selector 0x0
-int color mtrl_btn_text_btn_ripple_color 0x0
-int color mtrl_btn_text_color_disabled 0x0
-int color mtrl_btn_text_color_selector 0x0
-int color mtrl_btn_transparent_bg_color 0x0
-int color mtrl_calendar_item_stroke_color 0x0
-int color mtrl_calendar_selected_range 0x0
-int color mtrl_card_view_foreground 0x0
-int color mtrl_card_view_ripple 0x0
-int color mtrl_chip_background_color 0x0
-int color mtrl_chip_close_icon_tint 0x0
-int color mtrl_chip_surface_color 0x0
-int color mtrl_chip_text_color 0x0
-int color mtrl_choice_chip_background_color 0x0
-int color mtrl_choice_chip_ripple_color 0x0
-int color mtrl_choice_chip_text_color 0x0
-int color mtrl_error 0x0
-int color mtrl_fab_bg_color_selector 0x0
-int color mtrl_fab_icon_text_color_selector 0x0
-int color mtrl_fab_ripple_color 0x0
-int color mtrl_filled_background_color 0x0
-int color mtrl_filled_icon_tint 0x0
-int color mtrl_filled_stroke_color 0x0
-int color mtrl_indicator_text_color 0x0
-int color mtrl_navigation_bar_colored_item_tint 0x0
-int color mtrl_navigation_bar_colored_ripple_color 0x0
-int color mtrl_navigation_bar_item_tint 0x0
-int color mtrl_navigation_bar_ripple_color 0x0
-int color mtrl_navigation_item_background_color 0x0
-int color mtrl_navigation_item_icon_tint 0x0
-int color mtrl_navigation_item_text_color 0x0
-int color mtrl_on_primary_text_btn_text_color_selector 0x0
-int color mtrl_on_surface_ripple_color 0x0
-int color mtrl_outlined_icon_tint 0x0
-int color mtrl_outlined_stroke_color 0x0
-int color mtrl_popupmenu_overlay_color 0x0
-int color mtrl_scrim_color 0x0
-int color mtrl_tabs_colored_ripple_color 0x0
-int color mtrl_tabs_icon_color_selector 0x0
-int color mtrl_tabs_icon_color_selector_colored 0x0
-int color mtrl_tabs_legacy_text_color_selector 0x0
-int color mtrl_tabs_ripple_color 0x0
-int color mtrl_text_btn_text_color_selector 0x0
-int color mtrl_textinput_default_box_stroke_color 0x0
-int color mtrl_textinput_disabled_color 0x0
-int color mtrl_textinput_filled_box_default_background_color 0x0
-int color mtrl_textinput_focused_box_stroke_color 0x0
-int color mtrl_textinput_hovered_box_stroke_color 0x0
-int color notification_action_color_filter 0x0
-int color notification_icon_bg_color 0x0
-int color primary_dark_material_dark 0x0
-int color primary_dark_material_light 0x0
-int color primary_material_dark 0x0
-int color primary_material_light 0x0
-int color primary_text_default_material_dark 0x0
-int color primary_text_default_material_light 0x0
-int color primary_text_disabled_material_dark 0x0
-int color primary_text_disabled_material_light 0x0
-int color radiobutton_themeable_attribute_color 0x0
-int color ripple_material_dark 0x0
-int color ripple_material_light 0x0
-int color secondary_text_default_material_dark 0x0
-int color secondary_text_default_material_light 0x0
-int color secondary_text_disabled_material_dark 0x0
-int color secondary_text_disabled_material_light 0x0
-int color switch_thumb_disabled_material_dark 0x0
-int color switch_thumb_disabled_material_light 0x0
-int color switch_thumb_material_dark 0x0
-int color switch_thumb_material_light 0x0
-int color switch_thumb_normal_material_dark 0x0
-int color switch_thumb_normal_material_light 0x0
-int color test_color 0x0
-int color test_mtrl_calendar_day 0x0
-int color test_mtrl_calendar_day_selected 0x0
-int color tooltip_background_dark 0x0
-int color tooltip_background_light 0x0
-int dimen abc_action_bar_content_inset_material 0x0
-int dimen abc_action_bar_content_inset_with_nav 0x0
-int dimen abc_action_bar_default_height_material 0x0
-int dimen abc_action_bar_default_padding_end_material 0x0
-int dimen abc_action_bar_default_padding_start_material 0x0
-int dimen abc_action_bar_elevation_material 0x0
-int dimen abc_action_bar_icon_vertical_padding_material 0x0
-int dimen abc_action_bar_overflow_padding_end_material 0x0
-int dimen abc_action_bar_overflow_padding_start_material 0x0
-int dimen abc_action_bar_stacked_max_height 0x0
-int dimen abc_action_bar_stacked_tab_max_width 0x0
-int dimen abc_action_bar_subtitle_bottom_margin_material 0x0
-int dimen abc_action_bar_subtitle_top_margin_material 0x0
-int dimen abc_action_button_min_height_material 0x0
-int dimen abc_action_button_min_width_material 0x0
-int dimen abc_action_button_min_width_overflow_material 0x0
-int dimen abc_alert_dialog_button_bar_height 0x0
-int dimen abc_alert_dialog_button_dimen 0x0
-int dimen abc_button_inset_horizontal_material 0x0
-int dimen abc_button_inset_vertical_material 0x0
-int dimen abc_button_padding_horizontal_material 0x0
-int dimen abc_button_padding_vertical_material 0x0
-int dimen abc_cascading_menus_min_smallest_width 0x0
-int dimen abc_config_prefDialogWidth 0x0
-int dimen abc_control_corner_material 0x0
-int dimen abc_control_inset_material 0x0
-int dimen abc_control_padding_material 0x0
-int dimen abc_dialog_corner_radius_material 0x0
-int dimen abc_dialog_fixed_height_major 0x0
-int dimen abc_dialog_fixed_height_minor 0x0
-int dimen abc_dialog_fixed_width_major 0x0
-int dimen abc_dialog_fixed_width_minor 0x0
-int dimen abc_dialog_list_padding_bottom_no_buttons 0x0
-int dimen abc_dialog_list_padding_top_no_title 0x0
-int dimen abc_dialog_min_width_major 0x0
-int dimen abc_dialog_min_width_minor 0x0
-int dimen abc_dialog_padding_material 0x0
-int dimen abc_dialog_padding_top_material 0x0
-int dimen abc_dialog_title_divider_material 0x0
-int dimen abc_disabled_alpha_material_dark 0x0
-int dimen abc_disabled_alpha_material_light 0x0
-int dimen abc_dropdownitem_icon_width 0x0
-int dimen abc_dropdownitem_text_padding_left 0x0
-int dimen abc_dropdownitem_text_padding_right 0x0
-int dimen abc_edit_text_inset_bottom_material 0x0
-int dimen abc_edit_text_inset_horizontal_material 0x0
-int dimen abc_edit_text_inset_top_material 0x0
-int dimen abc_floating_window_z 0x0
-int dimen abc_list_item_height_large_material 0x0
-int dimen abc_list_item_height_material 0x0
-int dimen abc_list_item_height_small_material 0x0
-int dimen abc_list_item_padding_horizontal_material 0x0
-int dimen abc_panel_menu_list_width 0x0
-int dimen abc_progress_bar_height_material 0x0
-int dimen abc_search_view_preferred_height 0x0
-int dimen abc_search_view_preferred_width 0x0
-int dimen abc_seekbar_track_background_height_material 0x0
-int dimen abc_seekbar_track_progress_height_material 0x0
-int dimen abc_select_dialog_padding_start_material 0x0
-int dimen abc_switch_padding 0x0
-int dimen abc_text_size_body_1_material 0x0
-int dimen abc_text_size_body_2_material 0x0
-int dimen abc_text_size_button_material 0x0
-int dimen abc_text_size_caption_material 0x0
-int dimen abc_text_size_display_1_material 0x0
-int dimen abc_text_size_display_2_material 0x0
-int dimen abc_text_size_display_3_material 0x0
-int dimen abc_text_size_display_4_material 0x0
-int dimen abc_text_size_headline_material 0x0
-int dimen abc_text_size_large_material 0x0
-int dimen abc_text_size_medium_material 0x0
-int dimen abc_text_size_menu_header_material 0x0
-int dimen abc_text_size_menu_material 0x0
-int dimen abc_text_size_small_material 0x0
-int dimen abc_text_size_subhead_material 0x0
-int dimen abc_text_size_subtitle_material_toolbar 0x0
-int dimen abc_text_size_title_material 0x0
-int dimen abc_text_size_title_material_toolbar 0x0
-int dimen action_bar_size 0x0
-int dimen appcompat_dialog_background_inset 0x0
-int dimen cardview_compat_inset_shadow 0x0
-int dimen cardview_default_elevation 0x0
-int dimen cardview_default_radius 0x0
-int dimen clock_face_margin_start 0x0
-int dimen compat_button_inset_horizontal_material 0x0
-int dimen compat_button_inset_vertical_material 0x0
-int dimen compat_button_padding_horizontal_material 0x0
-int dimen compat_button_padding_vertical_material 0x0
-int dimen compat_control_corner_material 0x0
-int dimen compat_notification_large_icon_max_height 0x0
-int dimen compat_notification_large_icon_max_width 0x0
-int dimen def_drawer_elevation 0x0
-int dimen default_dimension 0x0
-int dimen design_appbar_elevation 0x0
-int dimen design_bottom_navigation_active_item_max_width 0x0
-int dimen design_bottom_navigation_active_item_min_width 0x0
-int dimen design_bottom_navigation_active_text_size 0x0
-int dimen design_bottom_navigation_elevation 0x0
-int dimen design_bottom_navigation_height 0x0
-int dimen design_bottom_navigation_icon_size 0x0
-int dimen design_bottom_navigation_item_max_width 0x0
-int dimen design_bottom_navigation_item_min_width 0x0
-int dimen design_bottom_navigation_label_padding 0x0
-int dimen design_bottom_navigation_margin 0x0
-int dimen design_bottom_navigation_shadow_height 0x0
-int dimen design_bottom_navigation_text_size 0x0
-int dimen design_bottom_sheet_elevation 0x0
-int dimen design_bottom_sheet_modal_elevation 0x0
-int dimen design_bottom_sheet_peek_height_min 0x0
-int dimen design_fab_border_width 0x0
-int dimen design_fab_elevation 0x0
-int dimen design_fab_image_size 0x0
-int dimen design_fab_size_mini 0x0
-int dimen design_fab_size_normal 0x0
-int dimen design_fab_translation_z_hovered_focused 0x0
-int dimen design_fab_translation_z_pressed 0x0
-int dimen design_navigation_elevation 0x0
-int dimen design_navigation_icon_padding 0x0
-int dimen design_navigation_icon_size 0x0
-int dimen design_navigation_item_horizontal_padding 0x0
-int dimen design_navigation_item_icon_padding 0x0
-int dimen design_navigation_item_vertical_padding 0x0
-int dimen design_navigation_max_width 0x0
-int dimen design_navigation_padding_bottom 0x0
-int dimen design_navigation_separator_vertical_padding 0x0
-int dimen design_snackbar_action_inline_max_width 0x0
-int dimen design_snackbar_action_text_color_alpha 0x0
-int dimen design_snackbar_background_corner_radius 0x0
-int dimen design_snackbar_elevation 0x0
-int dimen design_snackbar_extra_spacing_horizontal 0x0
-int dimen design_snackbar_max_width 0x0
-int dimen design_snackbar_min_width 0x0
-int dimen design_snackbar_padding_horizontal 0x0
-int dimen design_snackbar_padding_vertical 0x0
-int dimen design_snackbar_padding_vertical_2lines 0x0
-int dimen design_snackbar_text_size 0x0
-int dimen design_tab_max_width 0x0
-int dimen design_tab_scrollable_min_width 0x0
-int dimen design_tab_text_size 0x0
-int dimen design_tab_text_size_2line 0x0
-int dimen design_textinput_caption_translate_y 0x0
-int dimen disabled_alpha_material_dark 0x0
-int dimen disabled_alpha_material_light 0x0
-int dimen fastscroll_default_thickness 0x0
-int dimen fastscroll_margin 0x0
-int dimen fastscroll_minimum_range 0x0
-int dimen highlight_alpha_material_colored 0x0
-int dimen highlight_alpha_material_dark 0x0
-int dimen highlight_alpha_material_light 0x0
-int dimen hint_alpha_material_dark 0x0
-int dimen hint_alpha_material_light 0x0
-int dimen hint_pressed_alpha_material_dark 0x0
-int dimen hint_pressed_alpha_material_light 0x0
-int dimen item_touch_helper_max_drag_scroll_per_frame 0x0
-int dimen item_touch_helper_swipe_escape_max_velocity 0x0
-int dimen item_touch_helper_swipe_escape_velocity 0x0
-int dimen m3_alert_dialog_action_bottom_padding 0x0
-int dimen m3_alert_dialog_action_top_padding 0x0
-int dimen m3_alert_dialog_corner_size 0x0
-int dimen m3_alert_dialog_elevation 0x0
-int dimen m3_alert_dialog_icon_margin 0x0
-int dimen m3_alert_dialog_icon_size 0x0
-int dimen m3_alert_dialog_title_bottom_margin 0x0
-int dimen m3_appbar_expanded_title_margin_bottom 0x0
-int dimen m3_appbar_expanded_title_margin_horizontal 0x0
-int dimen m3_appbar_scrim_height_trigger 0x0
-int dimen m3_appbar_scrim_height_trigger_large 0x0
-int dimen m3_appbar_scrim_height_trigger_medium 0x0
-int dimen m3_appbar_size_compact 0x0
-int dimen m3_appbar_size_large 0x0
-int dimen m3_appbar_size_medium 0x0
-int dimen m3_badge_horizontal_offset 0x0
-int dimen m3_badge_radius 0x0
-int dimen m3_badge_vertical_offset 0x0
-int dimen m3_badge_with_text_horizontal_offset 0x0
-int dimen m3_badge_with_text_radius 0x0
-int dimen m3_badge_with_text_vertical_offset 0x0
-int dimen m3_bottom_nav_item_active_indicator_height 0x0
-int dimen m3_bottom_nav_item_active_indicator_margin_horizontal 0x0
-int dimen m3_bottom_nav_item_active_indicator_width 0x0
-int dimen m3_bottom_nav_item_padding_bottom 0x0
-int dimen m3_bottom_nav_item_padding_top 0x0
-int dimen m3_bottom_nav_min_height 0x0
-int dimen m3_bottom_sheet_elevation 0x0
-int dimen m3_bottom_sheet_modal_elevation 0x0
-int dimen m3_bottomappbar_fab_cradle_margin 0x0
-int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x0
-int dimen m3_bottomappbar_fab_cradle_vertical_offset 0x0
-int dimen m3_btn_dialog_btn_min_width 0x0
-int dimen m3_btn_dialog_btn_spacing 0x0
-int dimen m3_btn_disabled_elevation 0x0
-int dimen m3_btn_disabled_translation_z 0x0
-int dimen m3_btn_elevated_btn_elevation 0x0
-int dimen m3_btn_elevation 0x0
-int dimen m3_btn_icon_btn_padding_left 0x0
-int dimen m3_btn_icon_btn_padding_right 0x0
-int dimen m3_btn_icon_only_default_padding 0x0
-int dimen m3_btn_icon_only_default_size 0x0
-int dimen m3_btn_icon_only_icon_padding 0x0
-int dimen m3_btn_icon_only_min_width 0x0
-int dimen m3_btn_inset 0x0
-int dimen m3_btn_max_width 0x0
-int dimen m3_btn_padding_bottom 0x0
-int dimen m3_btn_padding_left 0x0
-int dimen m3_btn_padding_right 0x0
-int dimen m3_btn_padding_top 0x0
-int dimen m3_btn_stroke_size 0x0
-int dimen m3_btn_text_btn_icon_padding_left 0x0
-int dimen m3_btn_text_btn_icon_padding_right 0x0
-int dimen m3_btn_text_btn_padding_left 0x0
-int dimen m3_btn_text_btn_padding_right 0x0
-int dimen m3_btn_translation_z_base 0x0
-int dimen m3_btn_translation_z_hovered 0x0
-int dimen m3_card_dragged_z 0x0
-int dimen m3_card_elevated_dragged_z 0x0
-int dimen m3_card_elevated_elevation 0x0
-int dimen m3_card_elevated_hovered_z 0x0
-int dimen m3_card_elevation 0x0
-int dimen m3_card_hovered_z 0x0
-int dimen m3_card_stroke_width 0x0
-int dimen m3_chip_checked_hovered_translation_z 0x0
-int dimen m3_chip_corner_size 0x0
-int dimen m3_chip_disabled_translation_z 0x0
-int dimen m3_chip_dragged_translation_z 0x0
-int dimen m3_chip_elevated_elevation 0x0
-int dimen m3_chip_hovered_translation_z 0x0
-int dimen m3_chip_icon_size 0x0
-int dimen m3_datepicker_elevation 0x0
-int dimen m3_divider_heavy_thickness 0x0
-int dimen m3_extended_fab_bottom_padding 0x0
-int dimen m3_extended_fab_end_padding 0x0
-int dimen m3_extended_fab_icon_padding 0x0
-int dimen m3_extended_fab_min_height 0x0
-int dimen m3_extended_fab_start_padding 0x0
-int dimen m3_extended_fab_top_padding 0x0
-int dimen m3_fab_border_width 0x0
-int dimen m3_fab_corner_size 0x0
-int dimen m3_fab_translation_z_hovered_focused 0x0
-int dimen m3_fab_translation_z_pressed 0x0
-int dimen m3_large_fab_max_image_size 0x0
-int dimen m3_large_fab_size 0x0
-int dimen m3_menu_elevation 0x0
-int dimen m3_navigation_drawer_layout_corner_size 0x0
-int dimen m3_navigation_item_horizontal_padding 0x0
-int dimen m3_navigation_item_icon_padding 0x0
-int dimen m3_navigation_item_shape_inset_bottom 0x0
-int dimen m3_navigation_item_shape_inset_end 0x0
-int dimen m3_navigation_item_shape_inset_start 0x0
-int dimen m3_navigation_item_shape_inset_top 0x0
-int dimen m3_navigation_item_vertical_padding 0x0
-int dimen m3_navigation_menu_divider_horizontal_padding 0x0
-int dimen m3_navigation_menu_headline_horizontal_padding 0x0
-int dimen m3_navigation_rail_default_width 0x0
-int dimen m3_navigation_rail_item_active_indicator_height 0x0
-int dimen m3_navigation_rail_item_active_indicator_margin_horizontal 0x0
-int dimen m3_navigation_rail_item_active_indicator_width 0x0
-int dimen m3_navigation_rail_item_min_height 0x0
-int dimen m3_navigation_rail_item_padding_bottom 0x0
-int dimen m3_navigation_rail_item_padding_top 0x0
-int dimen m3_ripple_default_alpha 0x0
-int dimen m3_ripple_focused_alpha 0x0
-int dimen m3_ripple_hovered_alpha 0x0
-int dimen m3_ripple_pressed_alpha 0x0
-int dimen m3_ripple_selectable_pressed_alpha 0x0
-int dimen m3_slider_thumb_elevation 0x0
-int dimen m3_snackbar_action_text_color_alpha 0x0
-int dimen m3_snackbar_margin 0x0
-int dimen m3_sys_elevation_level0 0x0
-int dimen m3_sys_elevation_level1 0x0
-int dimen m3_sys_elevation_level2 0x0
-int dimen m3_sys_elevation_level3 0x0
-int dimen m3_sys_elevation_level4 0x0
-int dimen m3_sys_elevation_level5 0x0
-int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x0
-int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x0
-int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x0
-int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x0
-int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x0
-int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x0
-int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x0
-int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x0
-int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x0
-int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x0
-int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x0
-int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x0
-int dimen m3_sys_motion_easing_legacy_control_x1 0x0
-int dimen m3_sys_motion_easing_legacy_control_x2 0x0
-int dimen m3_sys_motion_easing_legacy_control_y1 0x0
-int dimen m3_sys_motion_easing_legacy_control_y2 0x0
-int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x0
-int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x0
-int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x0
-int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x0
-int dimen m3_sys_motion_easing_linear_control_x1 0x0
-int dimen m3_sys_motion_easing_linear_control_x2 0x0
-int dimen m3_sys_motion_easing_linear_control_y1 0x0
-int dimen m3_sys_motion_easing_linear_control_y2 0x0
-int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x0
-int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x0
-int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x0
-int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x0
-int dimen m3_sys_motion_easing_standard_control_x1 0x0
-int dimen m3_sys_motion_easing_standard_control_x2 0x0
-int dimen m3_sys_motion_easing_standard_control_y1 0x0
-int dimen m3_sys_motion_easing_standard_control_y2 0x0
-int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x0
-int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x0
-int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x0
-int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x0
-int dimen m3_sys_state_dragged_state_layer_opacity 0x0
-int dimen m3_sys_state_focus_state_layer_opacity 0x0
-int dimen m3_sys_state_hover_state_layer_opacity 0x0
-int dimen m3_sys_state_pressed_state_layer_opacity 0x0
-int dimen m3_timepicker_display_stroke_width 0x0
-int dimen m3_timepicker_window_elevation 0x0
-int dimen material_bottom_sheet_max_width 0x0
-int dimen material_clock_display_padding 0x0
-int dimen material_clock_face_margin_top 0x0
-int dimen material_clock_hand_center_dot_radius 0x0
-int dimen material_clock_hand_padding 0x0
-int dimen material_clock_hand_stroke_width 0x0
-int dimen material_clock_number_text_padding 0x0
-int dimen material_clock_number_text_size 0x0
-int dimen material_clock_period_toggle_height 0x0
-int dimen material_clock_period_toggle_margin_left 0x0
-int dimen material_clock_period_toggle_width 0x0
-int dimen material_clock_size 0x0
-int dimen material_cursor_inset_bottom 0x0
-int dimen material_cursor_inset_top 0x0
-int dimen material_cursor_width 0x0
-int dimen material_divider_thickness 0x0
-int dimen material_emphasis_disabled 0x0
-int dimen material_emphasis_disabled_background 0x0
-int dimen material_emphasis_high_type 0x0
-int dimen material_emphasis_medium 0x0
-int dimen material_filled_edittext_font_1_3_padding_bottom 0x0
-int dimen material_filled_edittext_font_1_3_padding_top 0x0
-int dimen material_filled_edittext_font_2_0_padding_bottom 0x0
-int dimen material_filled_edittext_font_2_0_padding_top 0x0
-int dimen material_font_1_3_box_collapsed_padding_top 0x0
-int dimen material_font_2_0_box_collapsed_padding_top 0x0
-int dimen material_helper_text_default_padding_top 0x0
-int dimen material_helper_text_font_1_3_padding_horizontal 0x0
-int dimen material_helper_text_font_1_3_padding_top 0x0
-int dimen material_input_text_to_prefix_suffix_padding 0x0
-int dimen material_text_size_dp 0x0
-int dimen material_text_size_sp 0x0
-int dimen material_text_view_test_line_height 0x0
-int dimen material_text_view_test_line_height_override 0x0
-int dimen material_textinput_default_width 0x0
-int dimen material_textinput_max_width 0x0
-int dimen material_textinput_min_width 0x0
-int dimen material_time_picker_minimum_screen_height 0x0
-int dimen material_time_picker_minimum_screen_width 0x0
-int dimen material_timepicker_dialog_buttons_margin_top 0x0
-int dimen mtrl_alert_dialog_background_inset_bottom 0x0
-int dimen mtrl_alert_dialog_background_inset_end 0x0
-int dimen mtrl_alert_dialog_background_inset_start 0x0
-int dimen mtrl_alert_dialog_background_inset_top 0x0
-int dimen mtrl_alert_dialog_picker_background_inset 0x0
-int dimen mtrl_badge_horizontal_edge_offset 0x0
-int dimen mtrl_badge_long_text_horizontal_padding 0x0
-int dimen mtrl_badge_radius 0x0
-int dimen mtrl_badge_text_horizontal_edge_offset 0x0
-int dimen mtrl_badge_text_size 0x0
-int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x0
-int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x0
-int dimen mtrl_badge_with_text_radius 0x0
-int dimen mtrl_bottomappbar_fabOffsetEndMode 0x0
-int dimen mtrl_bottomappbar_fab_bottom_margin 0x0
-int dimen mtrl_bottomappbar_fab_cradle_margin 0x0
-int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x0
-int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x0
-int dimen mtrl_bottomappbar_height 0x0
-int dimen mtrl_btn_corner_radius 0x0
-int dimen mtrl_btn_dialog_btn_min_width 0x0
-int dimen mtrl_btn_disabled_elevation 0x0
-int dimen mtrl_btn_disabled_z 0x0
-int dimen mtrl_btn_elevation 0x0
-int dimen mtrl_btn_focused_z 0x0
-int dimen mtrl_btn_hovered_z 0x0
-int dimen mtrl_btn_icon_btn_padding_left 0x0
-int dimen mtrl_btn_icon_padding 0x0
-int dimen mtrl_btn_inset 0x0
-int dimen mtrl_btn_letter_spacing 0x0
-int dimen mtrl_btn_max_width 0x0
-int dimen mtrl_btn_padding_bottom 0x0
-int dimen mtrl_btn_padding_left 0x0
-int dimen mtrl_btn_padding_right 0x0
-int dimen mtrl_btn_padding_top 0x0
-int dimen mtrl_btn_pressed_z 0x0
-int dimen mtrl_btn_snackbar_margin_horizontal 0x0
-int dimen mtrl_btn_stroke_size 0x0
-int dimen mtrl_btn_text_btn_icon_padding 0x0
-int dimen mtrl_btn_text_btn_padding_left 0x0
-int dimen mtrl_btn_text_btn_padding_right 0x0
-int dimen mtrl_btn_text_size 0x0
-int dimen mtrl_btn_z 0x0
-int dimen mtrl_calendar_action_confirm_button_min_width 0x0
-int dimen mtrl_calendar_action_height 0x0
-int dimen mtrl_calendar_action_padding 0x0
-int dimen mtrl_calendar_bottom_padding 0x0
-int dimen mtrl_calendar_content_padding 0x0
-int dimen mtrl_calendar_day_corner 0x0
-int dimen mtrl_calendar_day_height 0x0
-int dimen mtrl_calendar_day_horizontal_padding 0x0
-int dimen mtrl_calendar_day_today_stroke 0x0
-int dimen mtrl_calendar_day_vertical_padding 0x0
-int dimen mtrl_calendar_day_width 0x0
-int dimen mtrl_calendar_days_of_week_height 0x0
-int dimen mtrl_calendar_dialog_background_inset 0x0
-int dimen mtrl_calendar_header_content_padding 0x0
-int dimen mtrl_calendar_header_content_padding_fullscreen 0x0
-int dimen mtrl_calendar_header_divider_thickness 0x0
-int dimen mtrl_calendar_header_height 0x0
-int dimen mtrl_calendar_header_height_fullscreen 0x0
-int dimen mtrl_calendar_header_selection_line_height 0x0
-int dimen mtrl_calendar_header_text_padding 0x0
-int dimen mtrl_calendar_header_toggle_margin_bottom 0x0
-int dimen mtrl_calendar_header_toggle_margin_top 0x0
-int dimen mtrl_calendar_landscape_header_width 0x0
-int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x0
-int dimen mtrl_calendar_month_horizontal_padding 0x0
-int dimen mtrl_calendar_month_vertical_padding 0x0
-int dimen mtrl_calendar_navigation_bottom_padding 0x0
-int dimen mtrl_calendar_navigation_height 0x0
-int dimen mtrl_calendar_navigation_top_padding 0x0
-int dimen mtrl_calendar_pre_l_text_clip_padding 0x0
-int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x0
-int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x0
-int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x0
-int dimen mtrl_calendar_selection_text_baseline_to_top 0x0
-int dimen mtrl_calendar_text_input_padding_top 0x0
-int dimen mtrl_calendar_title_baseline_to_top 0x0
-int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x0
-int dimen mtrl_calendar_year_corner 0x0
-int dimen mtrl_calendar_year_height 0x0
-int dimen mtrl_calendar_year_horizontal_padding 0x0
-int dimen mtrl_calendar_year_vertical_padding 0x0
-int dimen mtrl_calendar_year_width 0x0
-int dimen mtrl_card_checked_icon_margin 0x0
-int dimen mtrl_card_checked_icon_size 0x0
-int dimen mtrl_card_corner_radius 0x0
-int dimen mtrl_card_dragged_z 0x0
-int dimen mtrl_card_elevation 0x0
-int dimen mtrl_card_spacing 0x0
-int dimen mtrl_chip_pressed_translation_z 0x0
-int dimen mtrl_chip_text_size 0x0
-int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x0
-int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x0
-int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x0
-int dimen mtrl_extended_fab_bottom_padding 0x0
-int dimen mtrl_extended_fab_corner_radius 0x0
-int dimen mtrl_extended_fab_disabled_elevation 0x0
-int dimen mtrl_extended_fab_disabled_translation_z 0x0
-int dimen mtrl_extended_fab_elevation 0x0
-int dimen mtrl_extended_fab_end_padding 0x0
-int dimen mtrl_extended_fab_end_padding_icon 0x0
-int dimen mtrl_extended_fab_icon_size 0x0
-int dimen mtrl_extended_fab_icon_text_spacing 0x0
-int dimen mtrl_extended_fab_min_height 0x0
-int dimen mtrl_extended_fab_min_width 0x0
-int dimen mtrl_extended_fab_start_padding 0x0
-int dimen mtrl_extended_fab_start_padding_icon 0x0
-int dimen mtrl_extended_fab_top_padding 0x0
-int dimen mtrl_extended_fab_translation_z_base 0x0
-int dimen mtrl_extended_fab_translation_z_hovered_focused 0x0
-int dimen mtrl_extended_fab_translation_z_pressed 0x0
-int dimen mtrl_fab_elevation 0x0
-int dimen mtrl_fab_min_touch_target 0x0
-int dimen mtrl_fab_translation_z_hovered_focused 0x0
-int dimen mtrl_fab_translation_z_pressed 0x0
-int dimen mtrl_high_ripple_default_alpha 0x0
-int dimen mtrl_high_ripple_focused_alpha 0x0
-int dimen mtrl_high_ripple_hovered_alpha 0x0
-int dimen mtrl_high_ripple_pressed_alpha 0x0
-int dimen mtrl_large_touch_target 0x0
-int dimen mtrl_low_ripple_default_alpha 0x0
-int dimen mtrl_low_ripple_focused_alpha 0x0
-int dimen mtrl_low_ripple_hovered_alpha 0x0
-int dimen mtrl_low_ripple_pressed_alpha 0x0
-int dimen mtrl_min_touch_target_size 0x0
-int dimen mtrl_navigation_bar_item_default_icon_size 0x0
-int dimen mtrl_navigation_bar_item_default_margin 0x0
-int dimen mtrl_navigation_elevation 0x0
-int dimen mtrl_navigation_item_horizontal_padding 0x0
-int dimen mtrl_navigation_item_icon_padding 0x0
-int dimen mtrl_navigation_item_icon_size 0x0
-int dimen mtrl_navigation_item_shape_horizontal_margin 0x0
-int dimen mtrl_navigation_item_shape_vertical_margin 0x0
-int dimen mtrl_navigation_rail_active_text_size 0x0
-int dimen mtrl_navigation_rail_compact_width 0x0
-int dimen mtrl_navigation_rail_default_width 0x0
-int dimen mtrl_navigation_rail_elevation 0x0
-int dimen mtrl_navigation_rail_icon_margin 0x0
-int dimen mtrl_navigation_rail_icon_size 0x0
-int dimen mtrl_navigation_rail_margin 0x0
-int dimen mtrl_navigation_rail_text_bottom_margin 0x0
-int dimen mtrl_navigation_rail_text_size 0x0
-int dimen mtrl_progress_circular_inset 0x0
-int dimen mtrl_progress_circular_inset_extra_small 0x0
-int dimen mtrl_progress_circular_inset_medium 0x0
-int dimen mtrl_progress_circular_inset_small 0x0
-int dimen mtrl_progress_circular_radius 0x0
-int dimen mtrl_progress_circular_size 0x0
-int dimen mtrl_progress_circular_size_extra_small 0x0
-int dimen mtrl_progress_circular_size_medium 0x0
-int dimen mtrl_progress_circular_size_small 0x0
-int dimen mtrl_progress_circular_track_thickness_extra_small 0x0
-int dimen mtrl_progress_circular_track_thickness_medium 0x0
-int dimen mtrl_progress_circular_track_thickness_small 0x0
-int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x0
-int dimen mtrl_progress_track_thickness 0x0
-int dimen mtrl_shape_corner_size_large_component 0x0
-int dimen mtrl_shape_corner_size_medium_component 0x0
-int dimen mtrl_shape_corner_size_small_component 0x0
-int dimen mtrl_slider_halo_radius 0x0
-int dimen mtrl_slider_label_padding 0x0
-int dimen mtrl_slider_label_radius 0x0
-int dimen mtrl_slider_label_square_side 0x0
-int dimen mtrl_slider_thumb_elevation 0x0
-int dimen mtrl_slider_thumb_radius 0x0
-int dimen mtrl_slider_track_height 0x0
-int dimen mtrl_slider_track_side_padding 0x0
-int dimen mtrl_slider_track_top 0x0
-int dimen mtrl_slider_widget_height 0x0
-int dimen mtrl_snackbar_action_text_color_alpha 0x0
-int dimen mtrl_snackbar_background_corner_radius 0x0
-int dimen mtrl_snackbar_background_overlay_color_alpha 0x0
-int dimen mtrl_snackbar_margin 0x0
-int dimen mtrl_snackbar_message_margin_horizontal 0x0
-int dimen mtrl_snackbar_padding_horizontal 0x0
-int dimen mtrl_switch_thumb_elevation 0x0
-int dimen mtrl_textinput_box_corner_radius_medium 0x0
-int dimen mtrl_textinput_box_corner_radius_small 0x0
-int dimen mtrl_textinput_box_label_cutout_padding 0x0
-int dimen mtrl_textinput_box_stroke_width_default 0x0
-int dimen mtrl_textinput_box_stroke_width_focused 0x0
-int dimen mtrl_textinput_counter_margin_start 0x0
-int dimen mtrl_textinput_end_icon_margin_start 0x0
-int dimen mtrl_textinput_outline_box_expanded_padding 0x0
-int dimen mtrl_textinput_start_icon_margin_end 0x0
-int dimen mtrl_toolbar_default_height 0x0
-int dimen mtrl_tooltip_arrowSize 0x0
-int dimen mtrl_tooltip_cornerSize 0x0
-int dimen mtrl_tooltip_minHeight 0x0
-int dimen mtrl_tooltip_minWidth 0x0
-int dimen mtrl_tooltip_padding 0x0
-int dimen mtrl_transition_shared_axis_slide_distance 0x0
-int dimen notification_action_icon_size 0x0
-int dimen notification_action_text_size 0x0
-int dimen notification_big_circle_margin 0x0
-int dimen notification_content_margin_start 0x0
-int dimen notification_large_icon_height 0x0
-int dimen notification_large_icon_width 0x0
-int dimen notification_main_column_padding_top 0x0
-int dimen notification_media_narrow_margin 0x0
-int dimen notification_right_icon_size 0x0
-int dimen notification_right_side_padding_top 0x0
-int dimen notification_small_icon_background_padding 0x0
-int dimen notification_small_icon_size_as_large 0x0
-int dimen notification_subtext_size 0x0
-int dimen notification_top_pad 0x0
-int dimen notification_top_pad_large_text 0x0
-int dimen test_dimen 0x0
-int dimen test_mtrl_calendar_day_cornerSize 0x0
-int dimen test_navigation_bar_active_item_max_width 0x0
-int dimen test_navigation_bar_active_item_min_width 0x0
-int dimen test_navigation_bar_active_text_size 0x0
-int dimen test_navigation_bar_elevation 0x0
-int dimen test_navigation_bar_height 0x0
-int dimen test_navigation_bar_icon_size 0x0
-int dimen test_navigation_bar_item_max_width 0x0
-int dimen test_navigation_bar_item_min_width 0x0
-int dimen test_navigation_bar_label_padding 0x0
-int dimen test_navigation_bar_shadow_height 0x0
-int dimen test_navigation_bar_text_size 0x0
-int dimen tooltip_corner_radius 0x0
-int dimen tooltip_horizontal_padding 0x0
-int dimen tooltip_margin 0x0
-int dimen tooltip_precise_anchor_extra_offset 0x0
-int dimen tooltip_precise_anchor_threshold 0x0
-int dimen tooltip_vertical_padding 0x0
-int dimen tooltip_y_offset_non_touch 0x0
-int dimen tooltip_y_offset_touch 0x0
-int drawable abc_ab_share_pack_mtrl_alpha 0x0
-int drawable abc_action_bar_item_background_material 0x0
-int drawable abc_btn_borderless_material 0x0
-int drawable abc_btn_check_material 0x0
-int drawable abc_btn_check_material_anim 0x0
-int drawable abc_btn_check_to_on_mtrl_000 0x0
-int drawable abc_btn_check_to_on_mtrl_015 0x0
-int drawable abc_btn_colored_material 0x0
-int drawable abc_btn_default_mtrl_shape 0x0
-int drawable abc_btn_radio_material 0x0
-int drawable abc_btn_radio_material_anim 0x0
-int drawable abc_btn_radio_to_on_mtrl_000 0x0
-int drawable abc_btn_radio_to_on_mtrl_015 0x0
-int drawable abc_btn_switch_to_on_mtrl_00001 0x0
-int drawable abc_btn_switch_to_on_mtrl_00012 0x0
-int drawable abc_cab_background_internal_bg 0x0
-int drawable abc_cab_background_top_material 0x0
-int drawable abc_cab_background_top_mtrl_alpha 0x0
-int drawable abc_control_background_material 0x0
-int drawable abc_dialog_material_background 0x0
-int drawable abc_edit_text_material 0x0
-int drawable abc_ic_ab_back_material 0x0
-int drawable abc_ic_arrow_drop_right_black_24dp 0x0
-int drawable abc_ic_clear_material 0x0
-int drawable abc_ic_commit_search_api_mtrl_alpha 0x0
-int drawable abc_ic_go_search_api_material 0x0
-int drawable abc_ic_menu_copy_mtrl_am_alpha 0x0
-int drawable abc_ic_menu_cut_mtrl_alpha 0x0
-int drawable abc_ic_menu_overflow_material 0x0
-int drawable abc_ic_menu_paste_mtrl_am_alpha 0x0
-int drawable abc_ic_menu_selectall_mtrl_alpha 0x0
-int drawable abc_ic_menu_share_mtrl_alpha 0x0
-int drawable abc_ic_search_api_material 0x0
-int drawable abc_ic_star_black_16dp 0x0
-int drawable abc_ic_star_black_36dp 0x0
-int drawable abc_ic_star_black_48dp 0x0
-int drawable abc_ic_star_half_black_16dp 0x0
-int drawable abc_ic_star_half_black_36dp 0x0
-int drawable abc_ic_star_half_black_48dp 0x0
-int drawable abc_ic_voice_search_api_material 0x0
-int drawable abc_item_background_holo_dark 0x0
-int drawable abc_item_background_holo_light 0x0
-int drawable abc_list_divider_material 0x0
-int drawable abc_list_divider_mtrl_alpha 0x0
-int drawable abc_list_focused_holo 0x0
-int drawable abc_list_longpressed_holo 0x0
-int drawable abc_list_pressed_holo_dark 0x0
-int drawable abc_list_pressed_holo_light 0x0
-int drawable abc_list_selector_background_transition_holo_dark 0x0
-int drawable abc_list_selector_background_transition_holo_light 0x0
-int drawable abc_list_selector_disabled_holo_dark 0x0
-int drawable abc_list_selector_disabled_holo_light 0x0
-int drawable abc_list_selector_holo_dark 0x0
-int drawable abc_list_selector_holo_light 0x0
-int drawable abc_menu_hardkey_panel_mtrl_mult 0x0
-int drawable abc_popup_background_mtrl_mult 0x0
-int drawable abc_ratingbar_indicator_material 0x0
-int drawable abc_ratingbar_material 0x0
-int drawable abc_ratingbar_small_material 0x0
-int drawable abc_scrubber_control_off_mtrl_alpha 0x0
-int drawable abc_scrubber_control_to_pressed_mtrl_000 0x0
-int drawable abc_scrubber_control_to_pressed_mtrl_005 0x0
-int drawable abc_scrubber_primary_mtrl_alpha 0x0
-int drawable abc_scrubber_track_mtrl_alpha 0x0
-int drawable abc_seekbar_thumb_material 0x0
-int drawable abc_seekbar_tick_mark_material 0x0
-int drawable abc_seekbar_track_material 0x0
-int drawable abc_spinner_mtrl_am_alpha 0x0
-int drawable abc_spinner_textfield_background_material 0x0
-int drawable abc_switch_thumb_material 0x0
-int drawable abc_switch_track_mtrl_alpha 0x0
-int drawable abc_tab_indicator_material 0x0
-int drawable abc_tab_indicator_mtrl_alpha 0x0
-int drawable abc_text_cursor_material 0x0
-int drawable abc_text_select_handle_left_mtrl_dark 0x0
-int drawable abc_text_select_handle_left_mtrl_light 0x0
-int drawable abc_text_select_handle_middle_mtrl_dark 0x0
-int drawable abc_text_select_handle_middle_mtrl_light 0x0
-int drawable abc_text_select_handle_right_mtrl_dark 0x0
-int drawable abc_text_select_handle_right_mtrl_light 0x0
-int drawable abc_textfield_activated_mtrl_alpha 0x0
-int drawable abc_textfield_default_mtrl_alpha 0x0
-int drawable abc_textfield_search_activated_mtrl_alpha 0x0
-int drawable abc_textfield_search_default_mtrl_alpha 0x0
-int drawable abc_textfield_search_material 0x0
-int drawable abc_vector_test 0x0
-int drawable avd_hide_password 0x0
-int drawable avd_show_password 0x0
-int drawable btn_checkbox_checked_mtrl 0x0
-int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x0
-int drawable btn_checkbox_unchecked_mtrl 0x0
-int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x0
-int drawable btn_radio_off_mtrl 0x0
-int drawable btn_radio_off_to_on_mtrl_animation 0x0
-int drawable btn_radio_on_mtrl 0x0
-int drawable btn_radio_on_to_off_mtrl_animation 0x0
-int drawable design_fab_background 0x0
-int drawable design_ic_visibility 0x0
-int drawable design_ic_visibility_off 0x0
-int drawable design_password_eye 0x0
-int drawable design_snackbar_background 0x0
-int drawable ic_clock_black_24dp 0x0
-int drawable ic_keyboard_black_24dp 0x0
-int drawable ic_m3_chip_check 0x0
-int drawable ic_m3_chip_checked_circle 0x0
-int drawable ic_m3_chip_close 0x0
-int drawable ic_mtrl_checked_circle 0x0
-int drawable ic_mtrl_chip_checked_black 0x0
-int drawable ic_mtrl_chip_checked_circle 0x0
-int drawable ic_mtrl_chip_close_circle 0x0
-int drawable m3_appbar_background 0x0
-int drawable m3_popupmenu_background_overlay 0x0
-int drawable m3_radiobutton_ripple 0x0
-int drawable m3_selection_control_ripple 0x0
-int drawable m3_tabs_background 0x0
-int drawable m3_tabs_line_indicator 0x0
-int drawable m3_tabs_rounded_line_indicator 0x0
-int drawable m3_tabs_transparent_background 0x0
-int drawable material_cursor_drawable 0x0
-int drawable material_ic_calendar_black_24dp 0x0
-int drawable material_ic_clear_black_24dp 0x0
-int drawable material_ic_edit_black_24dp 0x0
-int drawable material_ic_keyboard_arrow_left_black_24dp 0x0
-int drawable material_ic_keyboard_arrow_next_black_24dp 0x0
-int drawable material_ic_keyboard_arrow_previous_black_24dp 0x0
-int drawable material_ic_keyboard_arrow_right_black_24dp 0x0
-int drawable material_ic_menu_arrow_down_black_24dp 0x0
-int drawable material_ic_menu_arrow_up_black_24dp 0x0
-int drawable mtrl_dialog_background 0x0
-int drawable mtrl_dropdown_arrow 0x0
-int drawable mtrl_ic_arrow_drop_down 0x0
-int drawable mtrl_ic_arrow_drop_up 0x0
-int drawable mtrl_ic_cancel 0x0
-int drawable mtrl_ic_error 0x0
-int drawable mtrl_navigation_bar_item_background 0x0
-int drawable mtrl_popupmenu_background 0x0
-int drawable mtrl_popupmenu_background_overlay 0x0
-int drawable mtrl_tabs_default_indicator 0x0
-int drawable navigation_empty_icon 0x0
-int drawable notification_action_background 0x0
-int drawable notification_bg 0x0
-int drawable notification_bg_low 0x0
-int drawable notification_bg_low_normal 0x0
-int drawable notification_bg_low_pressed 0x0
-int drawable notification_bg_normal 0x0
-int drawable notification_bg_normal_pressed 0x0
-int drawable notification_icon_background 0x0
-int drawable notification_template_icon_bg 0x0
-int drawable notification_template_icon_low_bg 0x0
-int drawable notification_tile_bg 0x0
-int drawable notify_panel_notification_icon_bg 0x0
-int drawable test_custom_background 0x0
-int drawable tooltip_frame_dark 0x0
-int drawable tooltip_frame_light 0x0
-int id BOTTOM_END 0x0
-int id BOTTOM_START 0x0
-int id NO_DEBUG 0x0
-int id SHOW_ALL 0x0
-int id SHOW_PATH 0x0
-int id SHOW_PROGRESS 0x0
-int id TOP_END 0x0
-int id TOP_START 0x0
-int id accelerate 0x0
-int id accessibility_action_clickable_span 0x0
-int id accessibility_custom_action_0 0x0
-int id accessibility_custom_action_1 0x0
-int id accessibility_custom_action_10 0x0
-int id accessibility_custom_action_11 0x0
-int id accessibility_custom_action_12 0x0
-int id accessibility_custom_action_13 0x0
-int id accessibility_custom_action_14 0x0
-int id accessibility_custom_action_15 0x0
-int id accessibility_custom_action_16 0x0
-int id accessibility_custom_action_17 0x0
-int id accessibility_custom_action_18 0x0
-int id accessibility_custom_action_19 0x0
-int id accessibility_custom_action_2 0x0
-int id accessibility_custom_action_20 0x0
-int id accessibility_custom_action_21 0x0
-int id accessibility_custom_action_22 0x0
-int id accessibility_custom_action_23 0x0
-int id accessibility_custom_action_24 0x0
-int id accessibility_custom_action_25 0x0
-int id accessibility_custom_action_26 0x0
-int id accessibility_custom_action_27 0x0
-int id accessibility_custom_action_28 0x0
-int id accessibility_custom_action_29 0x0
-int id accessibility_custom_action_3 0x0
-int id accessibility_custom_action_30 0x0
-int id accessibility_custom_action_31 0x0
-int id accessibility_custom_action_4 0x0
-int id accessibility_custom_action_5 0x0
-int id accessibility_custom_action_6 0x0
-int id accessibility_custom_action_7 0x0
-int id accessibility_custom_action_8 0x0
-int id accessibility_custom_action_9 0x0
-int id action_bar 0x0
-int id action_bar_activity_content 0x0
-int id action_bar_container 0x0
-int id action_bar_root 0x0
-int id action_bar_spinner 0x0
-int id action_bar_subtitle 0x0
-int id action_bar_title 0x0
-int id action_container 0x0
-int id action_context_bar 0x0
-int id action_divider 0x0
-int id action_image 0x0
-int id action_menu_divider 0x0
-int id action_menu_presenter 0x0
-int id action_mode_bar 0x0
-int id action_mode_bar_stub 0x0
-int id action_mode_close_button 0x0
-int id action_text 0x0
-int id actions 0x0
-int id activity_chooser_view_content 0x0
-int id add 0x0
-int id alertTitle 0x0
-int id aligned 0x0
-int id animateToEnd 0x0
-int id animateToStart 0x0
-int id arc 0x0
-int id asConfigured 0x0
-int id async 0x0
-int id auto 0x0
-int id autoComplete 0x0
-int id autoCompleteToEnd 0x0
-int id autoCompleteToStart 0x0
-int id barrier 0x0
-int id baseline 0x0
-int id blocking 0x0
-int id bottom 0x0
-int id bounce 0x0
-int id buttonPanel 0x0
-int id cancel_button 0x0
-int id center 0x0
-int id centerCrop 0x0
-int id centerInside 0x0
-int id chain 0x0
-int id checkbox 0x0
-int id checked 0x0
-int id chip 0x0
-int id chip1 0x0
-int id chip2 0x0
-int id chip3 0x0
-int id chip_group 0x0
-int id chronometer 0x0
-int id circle_center 0x0
-int id clear_text 0x0
-int id clockwise 0x0
-int id compress 0x0
-int id confirm_button 0x0
-int id container 0x0
-int id content 0x0
-int id contentPanel 0x0
-int id contiguous 0x0
-int id coordinator 0x0
-int id cos 0x0
-int id counterclockwise 0x0
-int id custom 0x0
-int id customPanel 0x0
-int id cut 0x0
-int id date_picker_actions 0x0
-int id decelerate 0x0
-int id decelerateAndComplete 0x0
-int id decor_content_parent 0x0
-int id default_activity_button 0x0
-int id deltaRelative 0x0
-int id design_bottom_sheet 0x0
-int id design_menu_item_action_area 0x0
-int id design_menu_item_action_area_stub 0x0
-int id design_menu_item_text 0x0
-int id design_navigation_view 0x0
-int id dialog_button 0x0
-int id disjoint 0x0
-int id dragDown 0x0
-int id dragEnd 0x0
-int id dragLeft 0x0
-int id dragRight 0x0
-int id dragStart 0x0
-int id dragUp 0x0
-int id dropdown_editable 0x0
-int id dropdown_menu 0x0
-int id dropdown_noneditable 0x0
-int id easeIn 0x0
-int id easeInOut 0x0
-int id easeOut 0x0
-int id edit_query 0x0
-int id edittext_dropdown_editable 0x0
-int id edittext_dropdown_noneditable 0x0
-int id elastic 0x0
-int id end 0x0
-int id endToStart 0x0
-int id expand_activities_button 0x0
-int id expanded_menu 0x0
-int id fade 0x0
-int id fill 0x0
-int id filled 0x0
-int id fitCenter 0x0
-int id fitEnd 0x0
-int id fitStart 0x0
-int id fitXY 0x0
-int id fixed 0x0
-int id flip 0x0
-int id floating 0x0
-int id forever 0x0
-int id fragment_container_view_tag 0x0
-int id fullscreen_header 0x0
-int id ghost_view 0x0
-int id ghost_view_holder 0x0
-int id gone 0x0
-int id group_divider 0x0
-int id guideline 0x0
-int id header_title 0x0
-int id home 0x0
-int id honorRequest 0x0
-int id icon 0x0
-int id icon_group 0x0
-int id ignore 0x0
-int id ignoreRequest 0x0
-int id image 0x0
-int id info 0x0
-int id invisible 0x0
-int id inward 0x0
-int id italic 0x0
-int id item_touch_helper_previous_elevation 0x0
-int id jumpToEnd 0x0
-int id jumpToStart 0x0
-int id labeled 0x0
-int id layout 0x0
-int id left 0x0
-int id leftToRight 0x0
-int id line1 0x0
-int id line3 0x0
-int id linear 0x0
-int id listMode 0x0
-int id list_item 0x0
-int id masked 0x0
-int id material_clock_display 0x0
-int id material_clock_face 0x0
-int id material_clock_hand 0x0
-int id material_clock_period_am_button 0x0
-int id material_clock_period_pm_button 0x0
-int id material_clock_period_toggle 0x0
-int id material_hour_text_input 0x0
-int id material_hour_tv 0x0
-int id material_label 0x0
-int id material_minute_text_input 0x0
-int id material_minute_tv 0x0
-int id material_textinput_timepicker 0x0
-int id material_timepicker_cancel_button 0x0
-int id material_timepicker_container 0x0
-int id material_timepicker_edit_text 0x0
-int id material_timepicker_mode_button 0x0
-int id material_timepicker_ok_button 0x0
-int id material_timepicker_view 0x0
-int id material_value_index 0x0
-int id matrix 0x0
-int id message 0x0
-int id middle 0x0
-int id mini 0x0
-int id month_grid 0x0
-int id month_navigation_bar 0x0
-int id month_navigation_fragment_toggle 0x0
-int id month_navigation_next 0x0
-int id month_navigation_previous 0x0
-int id month_title 0x0
-int id motion_base 0x0
-int id mtrl_anchor_parent 0x0
-int id mtrl_calendar_day_selector_frame 0x0
-int id mtrl_calendar_days_of_week 0x0
-int id mtrl_calendar_frame 0x0
-int id mtrl_calendar_main_pane 0x0
-int id mtrl_calendar_months 0x0
-int id mtrl_calendar_selection_frame 0x0
-int id mtrl_calendar_text_input_frame 0x0
-int id mtrl_calendar_year_selector_frame 0x0
-int id mtrl_card_checked_layer_id 0x0
-int id mtrl_child_content_container 0x0
-int id mtrl_internal_children_alpha_tag 0x0
-int id mtrl_motion_snapshot_view 0x0
-int id mtrl_picker_fullscreen 0x0
-int id mtrl_picker_header 0x0
-int id mtrl_picker_header_selection_text 0x0
-int id mtrl_picker_header_title_and_selection 0x0
-int id mtrl_picker_header_toggle 0x0
-int id mtrl_picker_text_input_date 0x0
-int id mtrl_picker_text_input_range_end 0x0
-int id mtrl_picker_text_input_range_start 0x0
-int id mtrl_picker_title_text 0x0
-int id mtrl_view_tag_bottom_padding 0x0
-int id multiply 0x0
-int id navigation_bar_item_active_indicator_view 0x0
-int id navigation_bar_item_icon_container 0x0
-int id navigation_bar_item_icon_view 0x0
-int id navigation_bar_item_labels_group 0x0
-int id navigation_bar_item_large_label_view 0x0
-int id navigation_bar_item_small_label_view 0x0
-int id navigation_header_container 0x0
-int id none 0x0
-int id normal 0x0
-int id notification_background 0x0
-int id notification_main_column 0x0
-int id notification_main_column_container 0x0
-int id off 0x0
-int id on 0x0
-int id outline 0x0
-int id outward 0x0
-int id packed 0x0
-int id parallax 0x0
-int id parent 0x0
-int id parentPanel 0x0
-int id parentRelative 0x0
-int id parent_matrix 0x0
-int id password_toggle 0x0
-int id path 0x0
-int id pathRelative 0x0
-int id percent 0x0
-int id pin 0x0
-int id position 0x0
-int id postLayout 0x0
-int id progress_circular 0x0
-int id progress_horizontal 0x0
-int id radio 0x0
-int id rectangles 0x0
-int id reverseSawtooth 0x0
-int id right 0x0
-int id rightToLeft 0x0
-int id right_icon 0x0
-int id right_side 0x0
-int id rounded 0x0
-int id row_index_key 0x0
-int id save_non_transition_alpha 0x0
-int id save_overlay_view 0x0
-int id sawtooth 0x0
-int id scale 0x0
-int id screen 0x0
-int id scrollIndicatorDown 0x0
-int id scrollIndicatorUp 0x0
-int id scrollView 0x0
-int id scrollable 0x0
-int id search_badge 0x0
-int id search_bar 0x0
-int id search_button 0x0
-int id search_close_btn 0x0
-int id search_edit_frame 0x0
-int id search_go_btn 0x0
-int id search_mag_icon 0x0
-int id search_plate 0x0
-int id search_src_text 0x0
-int id search_voice_btn 0x0
-int id select_dialog_listview 0x0
-int id selected 0x0
-int id selection_type 0x0
-int id shortcut 0x0
-int id sin 0x0
-int id slide 0x0
-int id snackbar_action 0x0
-int id snackbar_text 0x0
-int id spacer 0x0
-int id spline 0x0
-int id split_action_bar 0x0
-int id spread 0x0
-int id spread_inside 0x0
-int id square 0x0
-int id src_atop 0x0
-int id src_in 0x0
-int id src_over 0x0
-int id standard 0x0
-int id start 0x0
-int id startHorizontal 0x0
-int id startToEnd 0x0
-int id startVertical 0x0
-int id staticLayout 0x0
-int id staticPostLayout 0x0
-int id stop 0x0
-int id stretch 0x0
-int id submenuarrow 0x0
-int id submit_area 0x0
-int id tabMode 0x0
-int id tag_accessibility_actions 0x0
-int id tag_accessibility_clickable_spans 0x0
-int id tag_accessibility_heading 0x0
-int id tag_accessibility_pane_title 0x0
-int id tag_on_apply_window_listener 0x0
-int id tag_on_receive_content_listener 0x0
-int id tag_on_receive_content_mime_types 0x0
-int id tag_screen_reader_focusable 0x0
-int id tag_state_description 0x0
-int id tag_transition_group 0x0
-int id tag_unhandled_key_event_manager 0x0
-int id tag_unhandled_key_listeners 0x0
-int id tag_window_insets_animation_callback 0x0
-int id test_checkbox_android_button_tint 0x0
-int id test_checkbox_app_button_tint 0x0
-int id test_radiobutton_android_button_tint 0x0
-int id test_radiobutton_app_button_tint 0x0
-int id text 0x0
-int id text2 0x0
-int id textSpacerNoButtons 0x0
-int id textSpacerNoTitle 0x0
-int id text_input_end_icon 0x0
-int id text_input_error_icon 0x0
-int id text_input_start_icon 0x0
-int id textinput_counter 0x0
-int id textinput_error 0x0
-int id textinput_helper_text 0x0
-int id textinput_placeholder 0x0
-int id textinput_prefix_text 0x0
-int id textinput_suffix_text 0x0
-int id time 0x0
-int id title 0x0
-int id titleDividerNoCustom 0x0
-int id title_template 0x0
-int id top 0x0
-int id topPanel 0x0
-int id touch_outside 0x0
-int id transition_current_scene 0x0
-int id transition_layout_save 0x0
-int id transition_position 0x0
-int id transition_scene_layoutid_cache 0x0
-int id transition_transform 0x0
-int id triangle 0x0
-int id unchecked 0x0
-int id uniform 0x0
-int id unlabeled 0x0
-int id up 0x0
-int id view_offset_helper 0x0
-int id visible 0x0
-int id visible_removing_fragment_view_tag 0x0
-int id withinBounds 0x0
-int id wrap 0x0
-int id wrap_content 0x0
-int id zero_corner_chip 0x0
-int integer abc_config_activityDefaultDur 0x0
-int integer abc_config_activityShortDur 0x0
-int integer app_bar_elevation_anim_duration 0x0
-int integer bottom_sheet_slide_duration 0x0
-int integer cancel_button_image_alpha 0x0
-int integer config_tooltipAnimTime 0x0
-int integer design_snackbar_text_max_lines 0x0
-int integer design_tab_indicator_anim_duration_ms 0x0
-int integer hide_password_duration 0x0
-int integer m3_btn_anim_delay_ms 0x0
-int integer m3_btn_anim_duration_ms 0x0
-int integer m3_card_anim_delay_ms 0x0
-int integer m3_card_anim_duration_ms 0x0
-int integer m3_chip_anim_duration 0x0
-int integer m3_sys_motion_duration_100 0x0
-int integer m3_sys_motion_duration_1000 0x0
-int integer m3_sys_motion_duration_150 0x0
-int integer m3_sys_motion_duration_200 0x0
-int integer m3_sys_motion_duration_250 0x0
-int integer m3_sys_motion_duration_300 0x0
-int integer m3_sys_motion_duration_350 0x0
-int integer m3_sys_motion_duration_400 0x0
-int integer m3_sys_motion_duration_450 0x0
-int integer m3_sys_motion_duration_50 0x0
-int integer m3_sys_motion_duration_500 0x0
-int integer m3_sys_motion_duration_550 0x0
-int integer m3_sys_motion_duration_600 0x0
-int integer m3_sys_motion_duration_700 0x0
-int integer m3_sys_motion_duration_800 0x0
-int integer m3_sys_motion_duration_900 0x0
-int integer m3_sys_motion_path 0x0
-int integer material_motion_duration_long_1 0x0
-int integer material_motion_duration_long_2 0x0
-int integer material_motion_duration_medium_1 0x0
-int integer material_motion_duration_medium_2 0x0
-int integer material_motion_duration_short_1 0x0
-int integer material_motion_duration_short_2 0x0
-int integer material_motion_path 0x0
-int integer mtrl_badge_max_character_count 0x0
-int integer mtrl_btn_anim_delay_ms 0x0
-int integer mtrl_btn_anim_duration_ms 0x0
-int integer mtrl_calendar_header_orientation 0x0
-int integer mtrl_calendar_selection_text_lines 0x0
-int integer mtrl_calendar_year_selector_span 0x0
-int integer mtrl_card_anim_delay_ms 0x0
-int integer mtrl_card_anim_duration_ms 0x0
-int integer mtrl_chip_anim_duration 0x0
-int integer mtrl_tab_indicator_anim_duration_ms 0x0
-int integer mtrl_view_gone 0x0
-int integer mtrl_view_invisible 0x0
-int integer mtrl_view_visible 0x0
-int integer show_password_duration 0x0
-int integer status_bar_notification_info_maxnum 0x0
-int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x0
-int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x0
-int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x0
-int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x0
-int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x0
-int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x0
-int interpolator fast_out_slow_in 0x0
-int interpolator mtrl_fast_out_linear_in 0x0
-int interpolator mtrl_fast_out_slow_in 0x0
-int interpolator mtrl_linear 0x0
-int interpolator mtrl_linear_out_slow_in 0x0
-int layout abc_action_bar_title_item 0x0
-int layout abc_action_bar_up_container 0x0
-int layout abc_action_menu_item_layout 0x0
-int layout abc_action_menu_layout 0x0
-int layout abc_action_mode_bar 0x0
-int layout abc_action_mode_close_item_material 0x0
-int layout abc_activity_chooser_view 0x0
-int layout abc_activity_chooser_view_list_item 0x0
-int layout abc_alert_dialog_button_bar_material 0x0
-int layout abc_alert_dialog_material 0x0
-int layout abc_alert_dialog_title_material 0x0
-int layout abc_cascading_menu_item_layout 0x0
-int layout abc_dialog_title_material 0x0
-int layout abc_expanded_menu_layout 0x0
-int layout abc_list_menu_item_checkbox 0x0
-int layout abc_list_menu_item_icon 0x0
-int layout abc_list_menu_item_layout 0x0
-int layout abc_list_menu_item_radio 0x0
-int layout abc_popup_menu_header_item_layout 0x0
-int layout abc_popup_menu_item_layout 0x0
-int layout abc_screen_content_include 0x0
-int layout abc_screen_simple 0x0
-int layout abc_screen_simple_overlay_action_mode 0x0
-int layout abc_screen_toolbar 0x0
-int layout abc_search_dropdown_item_icons_2line 0x0
-int layout abc_search_view 0x0
-int layout abc_select_dialog_material 0x0
-int layout abc_tooltip 0x0
-int layout custom_dialog 0x0
-int layout design_bottom_navigation_item 0x0
-int layout design_bottom_sheet_dialog 0x0
-int layout design_layout_snackbar 0x0
-int layout design_layout_snackbar_include 0x0
-int layout design_layout_tab_icon 0x0
-int layout design_layout_tab_text 0x0
-int layout design_menu_item_action_area 0x0
-int layout design_navigation_item 0x0
-int layout design_navigation_item_header 0x0
-int layout design_navigation_item_separator 0x0
-int layout design_navigation_item_subheader 0x0
-int layout design_navigation_menu 0x0
-int layout design_navigation_menu_item 0x0
-int layout design_text_input_end_icon 0x0
-int layout design_text_input_start_icon 0x0
-int layout m3_alert_dialog 0x0
-int layout m3_alert_dialog_actions 0x0
-int layout m3_alert_dialog_title 0x0
-int layout m3_auto_complete_simple_item 0x0
-int layout material_chip_input_combo 0x0
-int layout material_clock_display 0x0
-int layout material_clock_display_divider 0x0
-int layout material_clock_period_toggle 0x0
-int layout material_clock_period_toggle_land 0x0
-int layout material_clockface_textview 0x0
-int layout material_clockface_view 0x0
-int layout material_radial_view_group 0x0
-int layout material_textinput_timepicker 0x0
-int layout material_time_chip 0x0
-int layout material_time_input 0x0
-int layout material_timepicker 0x0
-int layout material_timepicker_dialog 0x0
-int layout material_timepicker_textinput_display 0x0
-int layout mtrl_alert_dialog 0x0
-int layout mtrl_alert_dialog_actions 0x0
-int layout mtrl_alert_dialog_title 0x0
-int layout mtrl_alert_select_dialog_item 0x0
-int layout mtrl_alert_select_dialog_multichoice 0x0
-int layout mtrl_alert_select_dialog_singlechoice 0x0
-int layout mtrl_auto_complete_simple_item 0x0
-int layout mtrl_calendar_day 0x0
-int layout mtrl_calendar_day_of_week 0x0
-int layout mtrl_calendar_days_of_week 0x0
-int layout mtrl_calendar_horizontal 0x0
-int layout mtrl_calendar_month 0x0
-int layout mtrl_calendar_month_labeled 0x0
-int layout mtrl_calendar_month_navigation 0x0
-int layout mtrl_calendar_months 0x0
-int layout mtrl_calendar_vertical 0x0
-int layout mtrl_calendar_year 0x0
-int layout mtrl_layout_snackbar 0x0
-int layout mtrl_layout_snackbar_include 0x0
-int layout mtrl_navigation_rail_item 0x0
-int layout mtrl_picker_actions 0x0
-int layout mtrl_picker_dialog 0x0
-int layout mtrl_picker_fullscreen 0x0
-int layout mtrl_picker_header_dialog 0x0
-int layout mtrl_picker_header_fullscreen 0x0
-int layout mtrl_picker_header_selection_text 0x0
-int layout mtrl_picker_header_title_text 0x0
-int layout mtrl_picker_header_toggle 0x0
-int layout mtrl_picker_text_input_date 0x0
-int layout mtrl_picker_text_input_date_range 0x0
-int layout notification_action 0x0
-int layout notification_action_tombstone 0x0
-int layout notification_template_custom_big 0x0
-int layout notification_template_icon_group 0x0
-int layout notification_template_part_chronometer 0x0
-int layout notification_template_part_time 0x0
-int layout select_dialog_item_material 0x0
-int layout select_dialog_multichoice_material 0x0
-int layout select_dialog_singlechoice_material 0x0
-int layout support_simple_spinner_dropdown_item 0x0
-int layout test_action_chip 0x0
-int layout test_chip_zero_corner_radius 0x0
-int layout test_design_checkbox 0x0
-int layout test_design_radiobutton 0x0
-int layout test_exposed_dropdown_menu 0x0
-int layout test_navigation_bar_item_layout 0x0
-int layout test_reflow_chipgroup 0x0
-int layout test_toolbar 0x0
-int layout test_toolbar_custom_background 0x0
-int layout test_toolbar_elevation 0x0
-int layout test_toolbar_surface 0x0
-int layout text_view_with_line_height_from_appearance 0x0
-int layout text_view_with_line_height_from_layout 0x0
-int layout text_view_with_line_height_from_style 0x0
-int layout text_view_with_theme_line_height 0x0
-int layout text_view_without_line_height 0x0
-int plurals mtrl_badge_content_description 0x0
-int string abc_action_bar_home_description 0x0
-int string abc_action_bar_up_description 0x0
-int string abc_action_menu_overflow_description 0x0
-int string abc_action_mode_done 0x0
-int string abc_activity_chooser_view_see_all 0x0
-int string abc_activitychooserview_choose_application 0x0
-int string abc_capital_off 0x0
-int string abc_capital_on 0x0
-int string abc_menu_alt_shortcut_label 0x0
-int string abc_menu_ctrl_shortcut_label 0x0
-int string abc_menu_delete_shortcut_label 0x0
-int string abc_menu_enter_shortcut_label 0x0
-int string abc_menu_function_shortcut_label 0x0
-int string abc_menu_meta_shortcut_label 0x0
-int string abc_menu_shift_shortcut_label 0x0
-int string abc_menu_space_shortcut_label 0x0
-int string abc_menu_sym_shortcut_label 0x0
-int string abc_prepend_shortcut_label 0x0
-int string abc_search_hint 0x0
-int string abc_searchview_description_clear 0x0
-int string abc_searchview_description_query 0x0
-int string abc_searchview_description_search 0x0
-int string abc_searchview_description_submit 0x0
-int string abc_searchview_description_voice 0x0
-int string abc_shareactionprovider_share_with 0x0
-int string abc_shareactionprovider_share_with_application 0x0
-int string abc_toolbar_collapse_description 0x0
-int string appbar_scrolling_view_behavior 0x0
-int string bottom_sheet_behavior 0x0
-int string bottomsheet_action_expand_halfway 0x0
-int string character_counter_content_description 0x0
-int string character_counter_overflowed_content_description 0x0
-int string character_counter_pattern 0x0
-int string chip_text 0x0
-int string clear_text_end_icon_content_description 0x0
-int string error_icon_content_description 0x0
-int string exposed_dropdown_menu_content_description 0x0
-int string fab_transformation_scrim_behavior 0x0
-int string fab_transformation_sheet_behavior 0x0
-int string hide_bottom_view_on_scroll_behavior 0x0
-int string icon_content_description 0x0
-int string item_view_role_description 0x0
-int string label 0x0
-int string m3_ref_typeface_brand_medium 0x0
-int string m3_ref_typeface_brand_regular 0x0
-int string m3_ref_typeface_plain_medium 0x0
-int string m3_ref_typeface_plain_regular 0x0
-int string m3_sys_motion_easing_emphasized 0x0
-int string m3_sys_motion_easing_emphasized_accelerate 0x0
-int string m3_sys_motion_easing_emphasized_decelerate 0x0
-int string m3_sys_motion_easing_emphasized_path_data 0x0
-int string m3_sys_motion_easing_legacy 0x0
-int string m3_sys_motion_easing_legacy_accelerate 0x0
-int string m3_sys_motion_easing_legacy_decelerate 0x0
-int string m3_sys_motion_easing_linear 0x0
-int string m3_sys_motion_easing_standard 0x0
-int string m3_sys_motion_easing_standard_accelerate 0x0
-int string m3_sys_motion_easing_standard_decelerate 0x0
-int string material_clock_display_divider 0x0
-int string material_clock_toggle_content_description 0x0
-int string material_hour_selection 0x0
-int string material_hour_suffix 0x0
-int string material_minute_selection 0x0
-int string material_minute_suffix 0x0
-int string material_motion_easing_accelerated 0x0
-int string material_motion_easing_decelerated 0x0
-int string material_motion_easing_emphasized 0x0
-int string material_motion_easing_linear 0x0
-int string material_motion_easing_standard 0x0
-int string material_slider_range_end 0x0
-int string material_slider_range_start 0x0
-int string material_timepicker_am 0x0
-int string material_timepicker_clock_mode_description 0x0
-int string material_timepicker_hour 0x0
-int string material_timepicker_minute 0x0
-int string material_timepicker_pm 0x0
-int string material_timepicker_select_time 0x0
-int string material_timepicker_text_input_mode_description 0x0
-int string mtrl_badge_numberless_content_description 0x0
-int string mtrl_chip_close_icon_content_description 0x0
-int string mtrl_exceed_max_badge_number_content_description 0x0
-int string mtrl_exceed_max_badge_number_suffix 0x0
-int string mtrl_picker_a11y_next_month 0x0
-int string mtrl_picker_a11y_prev_month 0x0
-int string mtrl_picker_announce_current_selection 0x0
-int string mtrl_picker_cancel 0x0
-int string mtrl_picker_confirm 0x0
-int string mtrl_picker_date_header_selected 0x0
-int string mtrl_picker_date_header_title 0x0
-int string mtrl_picker_date_header_unselected 0x0
-int string mtrl_picker_day_of_week_column_header 0x0
-int string mtrl_picker_invalid_format 0x0
-int string mtrl_picker_invalid_format_example 0x0
-int string mtrl_picker_invalid_format_use 0x0
-int string mtrl_picker_invalid_range 0x0
-int string mtrl_picker_navigate_to_year_description 0x0
-int string mtrl_picker_out_of_range 0x0
-int string mtrl_picker_range_header_only_end_selected 0x0
-int string mtrl_picker_range_header_only_start_selected 0x0
-int string mtrl_picker_range_header_selected 0x0
-int string mtrl_picker_range_header_title 0x0
-int string mtrl_picker_range_header_unselected 0x0
-int string mtrl_picker_save 0x0
-int string mtrl_picker_text_input_date_hint 0x0
-int string mtrl_picker_text_input_date_range_end_hint 0x0
-int string mtrl_picker_text_input_date_range_start_hint 0x0
-int string mtrl_picker_text_input_day_abbr 0x0
-int string mtrl_picker_text_input_month_abbr 0x0
-int string mtrl_picker_text_input_year_abbr 0x0
-int string mtrl_picker_toggle_to_calendar_input_mode 0x0
-int string mtrl_picker_toggle_to_day_selection 0x0
-int string mtrl_picker_toggle_to_text_input_mode 0x0
-int string mtrl_picker_toggle_to_year_selection 0x0
-int string mtrl_timepicker_confirm 0x0
-int string password_toggle_content_description 0x0
-int string path_password_eye 0x0
-int string path_password_eye_mask_strike_through 0x0
-int string path_password_eye_mask_visible 0x0
-int string path_password_strike_through 0x0
-int string search_menu_title 0x0
-int string status_bar_notification_info_overflow 0x0
-int style AlertDialog_AppCompat 0x0
-int style AlertDialog_AppCompat_Light 0x0
-int style AndroidThemeColorAccentYellow 0x0
-int style Animation_AppCompat_Dialog 0x0
-int style Animation_AppCompat_DropDownUp 0x0
-int style Animation_AppCompat_Tooltip 0x0
-int style Animation_Design_BottomSheetDialog 0x0
-int style Animation_MaterialComponents_BottomSheetDialog 0x0
-int style Base_AlertDialog_AppCompat 0x0
-int style Base_AlertDialog_AppCompat_Light 0x0
-int style Base_Animation_AppCompat_Dialog 0x0
-int style Base_Animation_AppCompat_DropDownUp 0x0
-int style Base_Animation_AppCompat_Tooltip 0x0
-int style Base_CardView 0x0
-int style Base_DialogWindowTitleBackground_AppCompat 0x0
-int style Base_DialogWindowTitle_AppCompat 0x0
-int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x0
-int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x0
-int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x0
-int style Base_TextAppearance_AppCompat 0x0
-int style Base_TextAppearance_AppCompat_Body1 0x0
-int style Base_TextAppearance_AppCompat_Body2 0x0
-int style Base_TextAppearance_AppCompat_Button 0x0
-int style Base_TextAppearance_AppCompat_Caption 0x0
-int style Base_TextAppearance_AppCompat_Display1 0x0
-int style Base_TextAppearance_AppCompat_Display2 0x0
-int style Base_TextAppearance_AppCompat_Display3 0x0
-int style Base_TextAppearance_AppCompat_Display4 0x0
-int style Base_TextAppearance_AppCompat_Headline 0x0
-int style Base_TextAppearance_AppCompat_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Large 0x0
-int style Base_TextAppearance_AppCompat_Large_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
-int style Base_TextAppearance_AppCompat_Medium 0x0
-int style Base_TextAppearance_AppCompat_Medium_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Menu 0x0
-int style Base_TextAppearance_AppCompat_SearchResult 0x0
-int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x0
-int style Base_TextAppearance_AppCompat_SearchResult_Title 0x0
-int style Base_TextAppearance_AppCompat_Small 0x0
-int style Base_TextAppearance_AppCompat_Small_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Subhead 0x0
-int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Title 0x0
-int style Base_TextAppearance_AppCompat_Title_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Tooltip 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x0
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
-int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
-int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
-int style Base_TextAppearance_MaterialComponents_Badge 0x0
-int style Base_TextAppearance_MaterialComponents_Button 0x0
-int style Base_TextAppearance_MaterialComponents_Headline6 0x0
-int style Base_TextAppearance_MaterialComponents_Subtitle2 0x0
-int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
-int style Base_ThemeOverlay_AppCompat 0x0
-int style Base_ThemeOverlay_AppCompat_ActionBar 0x0
-int style Base_ThemeOverlay_AppCompat_Dark 0x0
-int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0
-int style Base_ThemeOverlay_AppCompat_Dialog 0x0
-int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0
-int style Base_ThemeOverlay_AppCompat_Light 0x0
-int style Base_ThemeOverlay_Material3_AutoCompleteTextView 0x0
-int style Base_ThemeOverlay_Material3_BottomSheetDialog 0x0
-int style Base_ThemeOverlay_Material3_Dialog 0x0
-int style Base_ThemeOverlay_Material3_TextInputEditText 0x0
-int style Base_ThemeOverlay_MaterialComponents_Dialog 0x0
-int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
-int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
-int style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
-int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
-int style Base_Theme_AppCompat 0x0
-int style Base_Theme_AppCompat_CompactMenu 0x0
-int style Base_Theme_AppCompat_Dialog 0x0
-int style Base_Theme_AppCompat_DialogWhenLarge 0x0
-int style Base_Theme_AppCompat_Dialog_Alert 0x0
-int style Base_Theme_AppCompat_Dialog_FixedSize 0x0
-int style Base_Theme_AppCompat_Dialog_MinWidth 0x0
-int style Base_Theme_AppCompat_Light 0x0
-int style Base_Theme_AppCompat_Light_DarkActionBar 0x0
-int style Base_Theme_AppCompat_Light_Dialog 0x0
-int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0
-int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0
-int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0
-int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0
-int style Base_Theme_Material3_Dark 0x0
-int style Base_Theme_Material3_Dark_BottomSheetDialog 0x0
-int style Base_Theme_Material3_Dark_Dialog 0x0
-int style Base_Theme_Material3_Light 0x0
-int style Base_Theme_Material3_Light_BottomSheetDialog 0x0
-int style Base_Theme_Material3_Light_Dialog 0x0
-int style Base_Theme_MaterialComponents 0x0
-int style Base_Theme_MaterialComponents_Bridge 0x0
-int style Base_Theme_MaterialComponents_CompactMenu 0x0
-int style Base_Theme_MaterialComponents_Dialog 0x0
-int style Base_Theme_MaterialComponents_DialogWhenLarge 0x0
-int style Base_Theme_MaterialComponents_Dialog_Alert 0x0
-int style Base_Theme_MaterialComponents_Dialog_Bridge 0x0
-int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x0
-int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x0
-int style Base_Theme_MaterialComponents_Light 0x0
-int style Base_Theme_MaterialComponents_Light_Bridge 0x0
-int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x0
-int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
-int style Base_Theme_MaterialComponents_Light_Dialog 0x0
-int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x0
-int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x0
-int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
-int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
-int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
-int style Base_V14_ThemeOverlay_Material3_BottomSheetDialog 0x0
-int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
-int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x0
-int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
-int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
-int style Base_V14_Theme_Material3_Dark 0x0
-int style Base_V14_Theme_Material3_Dark_BottomSheetDialog 0x0
-int style Base_V14_Theme_Material3_Dark_Dialog 0x0
-int style Base_V14_Theme_Material3_Light 0x0
-int style Base_V14_Theme_Material3_Light_BottomSheetDialog 0x0
-int style Base_V14_Theme_Material3_Light_Dialog 0x0
-int style Base_V14_Theme_MaterialComponents 0x0
-int style Base_V14_Theme_MaterialComponents_Bridge 0x0
-int style Base_V14_Theme_MaterialComponents_Dialog 0x0
-int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x0
-int style Base_V14_Theme_MaterialComponents_Light 0x0
-int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x0
-int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
-int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x0
-int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
-int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
-int style Base_V21_ThemeOverlay_Material3_BottomSheetDialog 0x0
-int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
-int style Base_V21_Theme_AppCompat 0x0
-int style Base_V21_Theme_AppCompat_Dialog 0x0
-int style Base_V21_Theme_AppCompat_Light 0x0
-int style Base_V21_Theme_AppCompat_Light_Dialog 0x0
-int style Base_V21_Theme_MaterialComponents 0x0
-int style Base_V21_Theme_MaterialComponents_Dialog 0x0
-int style Base_V21_Theme_MaterialComponents_Light 0x0
-int style Base_V21_Theme_MaterialComponents_Light_Dialog 0x0
-int style Base_V22_Theme_AppCompat 0x0
-int style Base_V22_Theme_AppCompat_Light 0x0
-int style Base_V23_Theme_AppCompat 0x0
-int style Base_V23_Theme_AppCompat_Light 0x0
-int style Base_V24_Theme_Material3_Dark 0x0
-int style Base_V24_Theme_Material3_Dark_Dialog 0x0
-int style Base_V24_Theme_Material3_Light 0x0
-int style Base_V24_Theme_Material3_Light_Dialog 0x0
-int style Base_V26_Theme_AppCompat 0x0
-int style Base_V26_Theme_AppCompat_Light 0x0
-int style Base_V26_Widget_AppCompat_Toolbar 0x0
-int style Base_V28_Theme_AppCompat 0x0
-int style Base_V28_Theme_AppCompat_Light 0x0
-int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x0
-int style Base_V7_Theme_AppCompat 0x0
-int style Base_V7_Theme_AppCompat_Dialog 0x0
-int style Base_V7_Theme_AppCompat_Light 0x0
-int style Base_V7_Theme_AppCompat_Light_Dialog 0x0
-int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x0
-int style Base_V7_Widget_AppCompat_EditText 0x0
-int style Base_V7_Widget_AppCompat_Toolbar 0x0
-int style Base_Widget_AppCompat_ActionBar 0x0
-int style Base_Widget_AppCompat_ActionBar_Solid 0x0
-int style Base_Widget_AppCompat_ActionBar_TabBar 0x0
-int style Base_Widget_AppCompat_ActionBar_TabText 0x0
-int style Base_Widget_AppCompat_ActionBar_TabView 0x0
-int style Base_Widget_AppCompat_ActionButton 0x0
-int style Base_Widget_AppCompat_ActionButton_CloseMode 0x0
-int style Base_Widget_AppCompat_ActionButton_Overflow 0x0
-int style Base_Widget_AppCompat_ActionMode 0x0
-int style Base_Widget_AppCompat_ActivityChooserView 0x0
-int style Base_Widget_AppCompat_AutoCompleteTextView 0x0
-int style Base_Widget_AppCompat_Button 0x0
-int style Base_Widget_AppCompat_ButtonBar 0x0
-int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x0
-int style Base_Widget_AppCompat_Button_Borderless 0x0
-int style Base_Widget_AppCompat_Button_Borderless_Colored 0x0
-int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
-int style Base_Widget_AppCompat_Button_Colored 0x0
-int style Base_Widget_AppCompat_Button_Small 0x0
-int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x0
-int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x0
-int style Base_Widget_AppCompat_CompoundButton_Switch 0x0
-int style Base_Widget_AppCompat_DrawerArrowToggle 0x0
-int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x0
-int style Base_Widget_AppCompat_DropDownItem_Spinner 0x0
-int style Base_Widget_AppCompat_EditText 0x0
-int style Base_Widget_AppCompat_ImageButton 0x0
-int style Base_Widget_AppCompat_Light_ActionBar 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x0
-int style Base_Widget_AppCompat_Light_PopupMenu 0x0
-int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x0
-int style Base_Widget_AppCompat_ListMenuView 0x0
-int style Base_Widget_AppCompat_ListPopupWindow 0x0
-int style Base_Widget_AppCompat_ListView 0x0
-int style Base_Widget_AppCompat_ListView_DropDown 0x0
-int style Base_Widget_AppCompat_ListView_Menu 0x0
-int style Base_Widget_AppCompat_PopupMenu 0x0
-int style Base_Widget_AppCompat_PopupMenu_Overflow 0x0
-int style Base_Widget_AppCompat_PopupWindow 0x0
-int style Base_Widget_AppCompat_ProgressBar 0x0
-int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x0
-int style Base_Widget_AppCompat_RatingBar 0x0
-int style Base_Widget_AppCompat_RatingBar_Indicator 0x0
-int style Base_Widget_AppCompat_RatingBar_Small 0x0
-int style Base_Widget_AppCompat_SearchView 0x0
-int style Base_Widget_AppCompat_SearchView_ActionBar 0x0
-int style Base_Widget_AppCompat_SeekBar 0x0
-int style Base_Widget_AppCompat_SeekBar_Discrete 0x0
-int style Base_Widget_AppCompat_Spinner 0x0
-int style Base_Widget_AppCompat_Spinner_Underlined 0x0
-int style Base_Widget_AppCompat_TextView 0x0
-int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0
-int style Base_Widget_AppCompat_Toolbar 0x0
-int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0
-int style Base_Widget_Design_TabLayout 0x0
-int style Base_Widget_Material3_ActionBar_Solid 0x0
-int style Base_Widget_Material3_ActionMode 0x0
-int style Base_Widget_Material3_CardView 0x0
-int style Base_Widget_Material3_Chip 0x0
-int style Base_Widget_Material3_CollapsingToolbar 0x0
-int style Base_Widget_Material3_CompoundButton_CheckBox 0x0
-int style Base_Widget_Material3_CompoundButton_RadioButton 0x0
-int style Base_Widget_Material3_CompoundButton_Switch 0x0
-int style Base_Widget_Material3_ExtendedFloatingActionButton 0x0
-int style Base_Widget_Material3_ExtendedFloatingActionButton_Icon 0x0
-int style Base_Widget_Material3_FloatingActionButton 0x0
-int style Base_Widget_Material3_FloatingActionButton_Large 0x0
-int style Base_Widget_Material3_Light_ActionBar_Solid 0x0
-int style Base_Widget_Material3_MaterialCalendar_NavigationButton 0x0
-int style Base_Widget_Material3_Snackbar 0x0
-int style Base_Widget_Material3_TabLayout 0x0
-int style Base_Widget_Material3_TabLayout_OnSurface 0x0
-int style Base_Widget_Material3_TabLayout_Secondary 0x0
-int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x0
-int style Base_Widget_MaterialComponents_CheckedTextView 0x0
-int style Base_Widget_MaterialComponents_Chip 0x0
-int style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
-int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x0
-int style Base_Widget_MaterialComponents_PopupMenu 0x0
-int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
-int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
-int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x0
-int style Base_Widget_MaterialComponents_Slider 0x0
-int style Base_Widget_MaterialComponents_Snackbar 0x0
-int style Base_Widget_MaterialComponents_TextInputEditText 0x0
-int style Base_Widget_MaterialComponents_TextInputLayout 0x0
-int style Base_Widget_MaterialComponents_TextView 0x0
-int style CardView 0x0
-int style CardView_Dark 0x0
-int style CardView_Light 0x0
-int style EmptyTheme 0x0
-int style MaterialAlertDialog_Material3 0x0
-int style MaterialAlertDialog_Material3_Body_Text 0x0
-int style MaterialAlertDialog_Material3_Body_Text_CenterStacked 0x0
-int style MaterialAlertDialog_Material3_Title_Icon 0x0
-int style MaterialAlertDialog_Material3_Title_Icon_CenterStacked 0x0
-int style MaterialAlertDialog_Material3_Title_Panel 0x0
-int style MaterialAlertDialog_Material3_Title_Panel_CenterStacked 0x0
-int style MaterialAlertDialog_Material3_Title_Text 0x0
-int style MaterialAlertDialog_Material3_Title_Text_CenterStacked 0x0
-int style MaterialAlertDialog_MaterialComponents 0x0
-int style MaterialAlertDialog_MaterialComponents_Body_Text 0x0
-int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x0
-int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x0
-int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x0
-int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x0
-int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x0
-int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x0
-int style MaterialAlertDialog_MaterialComponents_Title_Text 0x0
-int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x0
-int style Platform_AppCompat 0x0
-int style Platform_AppCompat_Light 0x0
-int style Platform_MaterialComponents 0x0
-int style Platform_MaterialComponents_Dialog 0x0
-int style Platform_MaterialComponents_Light 0x0
-int style Platform_MaterialComponents_Light_Dialog 0x0
-int style Platform_ThemeOverlay_AppCompat 0x0
-int style Platform_ThemeOverlay_AppCompat_Dark 0x0
-int style Platform_ThemeOverlay_AppCompat_Light 0x0
-int style Platform_V21_AppCompat 0x0
-int style Platform_V21_AppCompat_Light 0x0
-int style Platform_V25_AppCompat 0x0
-int style Platform_V25_AppCompat_Light 0x0
-int style Platform_Widget_AppCompat_Spinner 0x0
-int style RtlOverlay_DialogWindowTitle_AppCompat 0x0
-int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x0
-int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x0
-int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x0
-int style RtlUnderlay_Widget_AppCompat_ActionButton 0x0
-int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x0
-int style ShapeAppearanceOverlay 0x0
-int style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize 0x0
-int style ShapeAppearanceOverlay_BottomRightCut 0x0
-int style ShapeAppearanceOverlay_Cut 0x0
-int style ShapeAppearanceOverlay_DifferentCornerSize 0x0
-int style ShapeAppearanceOverlay_Material3_Button 0x0
-int style ShapeAppearanceOverlay_Material3_Chip 0x0
-int style ShapeAppearanceOverlay_Material3_FloatingActionButton 0x0
-int style ShapeAppearanceOverlay_Material3_NavigationView_Item 0x0
-int style ShapeAppearanceOverlay_Material3_TextField_Filled 0x0
-int style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x0
-int style ShapeAppearanceOverlay_TopLeftCut 0x0
-int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x0
-int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x0
-int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top 0x0
-int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x0
-int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top 0x0
-int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x0
-int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x0
-int style ShapeAppearance_M3_Sys_Shape_Corner_Large_End 0x0
-int style ShapeAppearance_M3_Sys_Shape_Corner_Large_Top 0x0
-int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x0
-int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x0
-int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x0
-int style ShapeAppearance_Material3_Corner_ExtraLarge 0x0
-int style ShapeAppearance_Material3_Corner_ExtraSmall 0x0
-int style ShapeAppearance_Material3_Corner_Full 0x0
-int style ShapeAppearance_Material3_Corner_Large 0x0
-int style ShapeAppearance_Material3_Corner_Medium 0x0
-int style ShapeAppearance_Material3_Corner_None 0x0
-int style ShapeAppearance_Material3_Corner_Small 0x0
-int style ShapeAppearance_Material3_LargeComponent 0x0
-int style ShapeAppearance_Material3_MediumComponent 0x0
-int style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator 0x0
-int style ShapeAppearance_Material3_SmallComponent 0x0
-int style ShapeAppearance_Material3_Tooltip 0x0
-int style ShapeAppearance_MaterialComponents 0x0
-int style ShapeAppearance_MaterialComponents_LargeComponent 0x0
-int style ShapeAppearance_MaterialComponents_MediumComponent 0x0
-int style ShapeAppearance_MaterialComponents_SmallComponent 0x0
-int style ShapeAppearance_MaterialComponents_Test 0x0
-int style ShapeAppearance_MaterialComponents_Tooltip 0x0
-int style TestStyleWithLineHeight 0x0
-int style TestStyleWithLineHeightAppearance 0x0
-int style TestStyleWithThemeLineHeightAttribute 0x0
-int style TestStyleWithoutLineHeight 0x0
-int style TestThemeWithLineHeight 0x0
-int style TestThemeWithLineHeightDisabled 0x0
-int style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x0
-int style Test_Theme_MaterialComponents_MaterialCalendar 0x0
-int style Test_Widget_MaterialComponents_MaterialCalendar 0x0
-int style Test_Widget_MaterialComponents_MaterialCalendar_Day 0x0
-int style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x0
-int style TextAppearance_AppCompat 0x0
-int style TextAppearance_AppCompat_Body1 0x0
-int style TextAppearance_AppCompat_Body2 0x0
-int style TextAppearance_AppCompat_Button 0x0
-int style TextAppearance_AppCompat_Caption 0x0
-int style TextAppearance_AppCompat_Display1 0x0
-int style TextAppearance_AppCompat_Display2 0x0
-int style TextAppearance_AppCompat_Display3 0x0
-int style TextAppearance_AppCompat_Display4 0x0
-int style TextAppearance_AppCompat_Headline 0x0
-int style TextAppearance_AppCompat_Inverse 0x0
-int style TextAppearance_AppCompat_Large 0x0
-int style TextAppearance_AppCompat_Large_Inverse 0x0
-int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x0
-int style TextAppearance_AppCompat_Light_SearchResult_Title 0x0
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
-int style TextAppearance_AppCompat_Medium 0x0
-int style TextAppearance_AppCompat_Medium_Inverse 0x0
-int style TextAppearance_AppCompat_Menu 0x0
-int style TextAppearance_AppCompat_SearchResult_Subtitle 0x0
-int style TextAppearance_AppCompat_SearchResult_Title 0x0
-int style TextAppearance_AppCompat_Small 0x0
-int style TextAppearance_AppCompat_Small_Inverse 0x0
-int style TextAppearance_AppCompat_Subhead 0x0
-int style TextAppearance_AppCompat_Subhead_Inverse 0x0
-int style TextAppearance_AppCompat_Title 0x0
-int style TextAppearance_AppCompat_Title_Inverse 0x0
-int style TextAppearance_AppCompat_Tooltip 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_Button 0x0
-int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
-int style TextAppearance_AppCompat_Widget_Button_Colored 0x0
-int style TextAppearance_AppCompat_Widget_Button_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_DropDownItem 0x0
-int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
-int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
-int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
-int style TextAppearance_AppCompat_Widget_Switch 0x0
-int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
-int style TextAppearance_Compat_Notification 0x0
-int style TextAppearance_Compat_Notification_Info 0x0
-int style TextAppearance_Compat_Notification_Line2 0x0
-int style TextAppearance_Compat_Notification_Time 0x0
-int style TextAppearance_Compat_Notification_Title 0x0
-int style TextAppearance_Design_CollapsingToolbar_Expanded 0x0
-int style TextAppearance_Design_Counter 0x0
-int style TextAppearance_Design_Counter_Overflow 0x0
-int style TextAppearance_Design_Error 0x0
-int style TextAppearance_Design_HelperText 0x0
-int style TextAppearance_Design_Hint 0x0
-int style TextAppearance_Design_Placeholder 0x0
-int style TextAppearance_Design_Prefix 0x0
-int style TextAppearance_Design_Snackbar_Message 0x0
-int style TextAppearance_Design_Suffix 0x0
-int style TextAppearance_Design_Tab 0x0
-int style TextAppearance_M3_Sys_Typescale_BodyLarge 0x0
-int style TextAppearance_M3_Sys_Typescale_BodyMedium 0x0
-int style TextAppearance_M3_Sys_Typescale_BodySmall 0x0
-int style TextAppearance_M3_Sys_Typescale_DisplayLarge 0x0
-int style TextAppearance_M3_Sys_Typescale_DisplayMedium 0x0
-int style TextAppearance_M3_Sys_Typescale_DisplaySmall 0x0
-int style TextAppearance_M3_Sys_Typescale_HeadlineLarge 0x0
-int style TextAppearance_M3_Sys_Typescale_HeadlineMedium 0x0
-int style TextAppearance_M3_Sys_Typescale_HeadlineSmall 0x0
-int style TextAppearance_M3_Sys_Typescale_LabelLarge 0x0
-int style TextAppearance_M3_Sys_Typescale_LabelMedium 0x0
-int style TextAppearance_M3_Sys_Typescale_LabelSmall 0x0
-int style TextAppearance_M3_Sys_Typescale_TitleLarge 0x0
-int style TextAppearance_M3_Sys_Typescale_TitleMedium 0x0
-int style TextAppearance_M3_Sys_Typescale_TitleSmall 0x0
-int style TextAppearance_Material3_ActionBar_Subtitle 0x0
-int style TextAppearance_Material3_ActionBar_Title 0x0
-int style TextAppearance_Material3_BodyLarge 0x0
-int style TextAppearance_Material3_BodyMedium 0x0
-int style TextAppearance_Material3_BodySmall 0x0
-int style TextAppearance_Material3_DisplayLarge 0x0
-int style TextAppearance_Material3_DisplayMedium 0x0
-int style TextAppearance_Material3_DisplaySmall 0x0
-int style TextAppearance_Material3_HeadlineLarge 0x0
-int style TextAppearance_Material3_HeadlineMedium 0x0
-int style TextAppearance_Material3_HeadlineSmall 0x0
-int style TextAppearance_Material3_LabelLarge 0x0
-int style TextAppearance_Material3_LabelMedium 0x0
-int style TextAppearance_Material3_LabelSmall 0x0
-int style TextAppearance_Material3_MaterialTimePicker_Title 0x0
-int style TextAppearance_Material3_TitleLarge 0x0
-int style TextAppearance_Material3_TitleMedium 0x0
-int style TextAppearance_Material3_TitleSmall 0x0
-int style TextAppearance_MaterialComponents_Badge 0x0
-int style TextAppearance_MaterialComponents_Body1 0x0
-int style TextAppearance_MaterialComponents_Body2 0x0
-int style TextAppearance_MaterialComponents_Button 0x0
-int style TextAppearance_MaterialComponents_Caption 0x0
-int style TextAppearance_MaterialComponents_Chip 0x0
-int style TextAppearance_MaterialComponents_Headline1 0x0
-int style TextAppearance_MaterialComponents_Headline2 0x0
-int style TextAppearance_MaterialComponents_Headline3 0x0
-int style TextAppearance_MaterialComponents_Headline4 0x0
-int style TextAppearance_MaterialComponents_Headline5 0x0
-int style TextAppearance_MaterialComponents_Headline6 0x0
-int style TextAppearance_MaterialComponents_Overline 0x0
-int style TextAppearance_MaterialComponents_Subtitle1 0x0
-int style TextAppearance_MaterialComponents_Subtitle2 0x0
-int style TextAppearance_MaterialComponents_TimePicker_Title 0x0
-int style TextAppearance_MaterialComponents_Tooltip 0x0
-int style TextAppearance_Test_NoTextSize 0x0
-int style TextAppearance_Test_UsesDp 0x0
-int style TextAppearance_Test_UsesSP 0x0
-int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
-int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
-int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
-int style ThemeOverlayColorAccentRed 0x0
-int style ThemeOverlay_AppCompat 0x0
-int style ThemeOverlay_AppCompat_ActionBar 0x0
-int style ThemeOverlay_AppCompat_Dark 0x0
-int style ThemeOverlay_AppCompat_Dark_ActionBar 0x0
-int style ThemeOverlay_AppCompat_DayNight 0x0
-int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x0
-int style ThemeOverlay_AppCompat_Dialog 0x0
-int style ThemeOverlay_AppCompat_Dialog_Alert 0x0
-int style ThemeOverlay_AppCompat_Light 0x0
-int style ThemeOverlay_Design_TextInputEditText 0x0
-int style ThemeOverlay_Material3 0x0
-int style ThemeOverlay_Material3_ActionBar 0x0
-int style ThemeOverlay_Material3_AutoCompleteTextView 0x0
-int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox 0x0
-int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x0
-int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x0
-int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
-int style ThemeOverlay_Material3_BottomAppBar 0x0
-int style ThemeOverlay_Material3_BottomSheetDialog 0x0
-int style ThemeOverlay_Material3_Button 0x0
-int style ThemeOverlay_Material3_Button_ElevatedButton 0x0
-int style ThemeOverlay_Material3_Button_TextButton 0x0
-int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x0
-int style ThemeOverlay_Material3_Button_TonalButton 0x0
-int style ThemeOverlay_Material3_Chip 0x0
-int style ThemeOverlay_Material3_Chip_Assist 0x0
-int style ThemeOverlay_Material3_Dark 0x0
-int style ThemeOverlay_Material3_Dark_ActionBar 0x0
-int style ThemeOverlay_Material3_DayNight_BottomSheetDialog 0x0
-int style ThemeOverlay_Material3_Dialog 0x0
-int style ThemeOverlay_Material3_Dialog_Alert 0x0
-int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x0
-int style ThemeOverlay_Material3_DynamicColors_Dark 0x0
-int style ThemeOverlay_Material3_DynamicColors_DayNight 0x0
-int style ThemeOverlay_Material3_DynamicColors_Light 0x0
-int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x0
-int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x0
-int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x0
-int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x0
-int style ThemeOverlay_Material3_HarmonizedColors 0x0
-int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x0
-int style ThemeOverlay_Material3_Light 0x0
-int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x0
-int style ThemeOverlay_Material3_MaterialAlertDialog 0x0
-int style ThemeOverlay_Material3_MaterialAlertDialog_Centered 0x0
-int style ThemeOverlay_Material3_MaterialCalendar 0x0
-int style ThemeOverlay_Material3_MaterialCalendar_Fullscreen 0x0
-int style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton 0x0
-int style ThemeOverlay_Material3_MaterialTimePicker 0x0
-int style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText 0x0
-int style ThemeOverlay_Material3_NavigationView 0x0
-int style ThemeOverlay_Material3_Snackbar 0x0
-int style ThemeOverlay_Material3_TextInputEditText 0x0
-int style ThemeOverlay_Material3_TextInputEditText_FilledBox 0x0
-int style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense 0x0
-int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox 0x0
-int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense 0x0
-int style ThemeOverlay_Material3_Toolbar_Surface 0x0
-int style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon 0x0
-int style ThemeOverlay_MaterialComponents 0x0
-int style ThemeOverlay_MaterialComponents_ActionBar 0x0
-int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x0
-int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x0
-int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x0
-int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x0
-int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x0
-int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x0
-int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x0
-int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x0
-int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x0
-int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
-int style ThemeOverlay_MaterialComponents_Dark 0x0
-int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x0
-int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x0
-int style ThemeOverlay_MaterialComponents_Dialog 0x0
-int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
-int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
-int style ThemeOverlay_MaterialComponents_Light 0x0
-int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x0
-int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x0
-int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x0
-int style ThemeOverlay_MaterialComponents_TextInputEditText 0x0
-int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x0
-int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
-int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x0
-int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
-int style ThemeOverlay_MaterialComponents_TimePicker 0x0
-int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x0
-int style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
-int style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary 0x0
-int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x0
-int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x0
-int style Theme_AppCompat 0x0
-int style Theme_AppCompat_CompactMenu 0x0
-int style Theme_AppCompat_DayNight 0x0
-int style Theme_AppCompat_DayNight_DarkActionBar 0x0
-int style Theme_AppCompat_DayNight_Dialog 0x0
-int style Theme_AppCompat_DayNight_DialogWhenLarge 0x0
-int style Theme_AppCompat_DayNight_Dialog_Alert 0x0
-int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x0
-int style Theme_AppCompat_DayNight_NoActionBar 0x0
-int style Theme_AppCompat_Dialog 0x0
-int style Theme_AppCompat_DialogWhenLarge 0x0
-int style Theme_AppCompat_Dialog_Alert 0x0
-int style Theme_AppCompat_Dialog_MinWidth 0x0
-int style Theme_AppCompat_Empty 0x0
-int style Theme_AppCompat_Light 0x0
-int style Theme_AppCompat_Light_DarkActionBar 0x0
-int style Theme_AppCompat_Light_Dialog 0x0
-int style Theme_AppCompat_Light_DialogWhenLarge 0x0
-int style Theme_AppCompat_Light_Dialog_Alert 0x0
-int style Theme_AppCompat_Light_Dialog_MinWidth 0x0
-int style Theme_AppCompat_Light_NoActionBar 0x0
-int style Theme_AppCompat_NoActionBar 0x0
-int style Theme_Design 0x0
-int style Theme_Design_BottomSheetDialog 0x0
-int style Theme_Design_Light 0x0
-int style Theme_Design_Light_BottomSheetDialog 0x0
-int style Theme_Design_Light_NoActionBar 0x0
-int style Theme_Design_NoActionBar 0x0
-int style Theme_Material3_Dark 0x0
-int style Theme_Material3_Dark_BottomSheetDialog 0x0
-int style Theme_Material3_Dark_Dialog 0x0
-int style Theme_Material3_Dark_DialogWhenLarge 0x0
-int style Theme_Material3_Dark_Dialog_Alert 0x0
-int style Theme_Material3_Dark_Dialog_MinWidth 0x0
-int style Theme_Material3_Dark_NoActionBar 0x0
-int style Theme_Material3_DayNight 0x0
-int style Theme_Material3_DayNight_BottomSheetDialog 0x0
-int style Theme_Material3_DayNight_Dialog 0x0
-int style Theme_Material3_DayNight_DialogWhenLarge 0x0
-int style Theme_Material3_DayNight_Dialog_Alert 0x0
-int style Theme_Material3_DayNight_Dialog_MinWidth 0x0
-int style Theme_Material3_DayNight_NoActionBar 0x0
-int style Theme_Material3_DynamicColors_Dark 0x0
-int style Theme_Material3_DynamicColors_DayNight 0x0
-int style Theme_Material3_DynamicColors_Light 0x0
-int style Theme_Material3_Light 0x0
-int style Theme_Material3_Light_BottomSheetDialog 0x0
-int style Theme_Material3_Light_Dialog 0x0
-int style Theme_Material3_Light_DialogWhenLarge 0x0
-int style Theme_Material3_Light_Dialog_Alert 0x0
-int style Theme_Material3_Light_Dialog_MinWidth 0x0
-int style Theme_Material3_Light_NoActionBar 0x0
-int style Theme_MaterialComponents 0x0
-int style Theme_MaterialComponents_BottomSheetDialog 0x0
-int style Theme_MaterialComponents_Bridge 0x0
-int style Theme_MaterialComponents_CompactMenu 0x0
-int style Theme_MaterialComponents_DayNight 0x0
-int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x0
-int style Theme_MaterialComponents_DayNight_Bridge 0x0
-int style Theme_MaterialComponents_DayNight_DarkActionBar 0x0
-int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x0
-int style Theme_MaterialComponents_DayNight_Dialog 0x0
-int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x0
-int style Theme_MaterialComponents_DayNight_NoActionBar 0x0
-int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x0
-int style Theme_MaterialComponents_Dialog 0x0
-int style Theme_MaterialComponents_DialogWhenLarge 0x0
-int style Theme_MaterialComponents_Dialog_Alert 0x0
-int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x0
-int style Theme_MaterialComponents_Dialog_Bridge 0x0
-int style Theme_MaterialComponents_Dialog_FixedSize 0x0
-int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x0
-int style Theme_MaterialComponents_Dialog_MinWidth 0x0
-int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x0
-int style Theme_MaterialComponents_Light 0x0
-int style Theme_MaterialComponents_Light_BarSize 0x0
-int style Theme_MaterialComponents_Light_BottomSheetDialog 0x0
-int style Theme_MaterialComponents_Light_Bridge 0x0
-int style Theme_MaterialComponents_Light_DarkActionBar 0x0
-int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
-int style Theme_MaterialComponents_Light_Dialog 0x0
-int style Theme_MaterialComponents_Light_DialogWhenLarge 0x0
-int style Theme_MaterialComponents_Light_Dialog_Alert 0x0
-int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x0
-int style Theme_MaterialComponents_Light_Dialog_Bridge 0x0
-int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
-int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x0
-int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
-int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x0
-int style Theme_MaterialComponents_Light_LargeTouch 0x0
-int style Theme_MaterialComponents_Light_NoActionBar 0x0
-int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x0
-int style Theme_MaterialComponents_NoActionBar 0x0
-int style Theme_MaterialComponents_NoActionBar_Bridge 0x0
-int style Widget_AppCompat_ActionBar 0x0
-int style Widget_AppCompat_ActionBar_Solid 0x0
-int style Widget_AppCompat_ActionBar_TabBar 0x0
-int style Widget_AppCompat_ActionBar_TabText 0x0
-int style Widget_AppCompat_ActionBar_TabView 0x0
-int style Widget_AppCompat_ActionButton 0x0
-int style Widget_AppCompat_ActionButton_CloseMode 0x0
-int style Widget_AppCompat_ActionButton_Overflow 0x0
-int style Widget_AppCompat_ActionMode 0x0
-int style Widget_AppCompat_ActivityChooserView 0x0
-int style Widget_AppCompat_AutoCompleteTextView 0x0
-int style Widget_AppCompat_Button 0x0
-int style Widget_AppCompat_ButtonBar 0x0
-int style Widget_AppCompat_ButtonBar_AlertDialog 0x0
-int style Widget_AppCompat_Button_Borderless 0x0
-int style Widget_AppCompat_Button_Borderless_Colored 0x0
-int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
-int style Widget_AppCompat_Button_Colored 0x0
-int style Widget_AppCompat_Button_Small 0x0
-int style Widget_AppCompat_CompoundButton_CheckBox 0x0
-int style Widget_AppCompat_CompoundButton_RadioButton 0x0
-int style Widget_AppCompat_CompoundButton_Switch 0x0
-int style Widget_AppCompat_DrawerArrowToggle 0x0
-int style Widget_AppCompat_DropDownItem_Spinner 0x0
-int style Widget_AppCompat_EditText 0x0
-int style Widget_AppCompat_ImageButton 0x0
-int style Widget_AppCompat_Light_ActionBar 0x0
-int style Widget_AppCompat_Light_ActionBar_Solid 0x0
-int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x0
-int style Widget_AppCompat_Light_ActionBar_TabBar 0x0
-int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x0
-int style Widget_AppCompat_Light_ActionBar_TabText 0x0
-int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
-int style Widget_AppCompat_Light_ActionBar_TabView 0x0
-int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x0
-int style Widget_AppCompat_Light_ActionButton 0x0
-int style Widget_AppCompat_Light_ActionButton_CloseMode 0x0
-int style Widget_AppCompat_Light_ActionButton_Overflow 0x0
-int style Widget_AppCompat_Light_ActionMode_Inverse 0x0
-int style Widget_AppCompat_Light_ActivityChooserView 0x0
-int style Widget_AppCompat_Light_AutoCompleteTextView 0x0
-int style Widget_AppCompat_Light_DropDownItem_Spinner 0x0
-int style Widget_AppCompat_Light_ListPopupWindow 0x0
-int style Widget_AppCompat_Light_ListView_DropDown 0x0
-int style Widget_AppCompat_Light_PopupMenu 0x0
-int style Widget_AppCompat_Light_PopupMenu_Overflow 0x0
-int style Widget_AppCompat_Light_SearchView 0x0
-int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x0
-int style Widget_AppCompat_ListMenuView 0x0
-int style Widget_AppCompat_ListPopupWindow 0x0
-int style Widget_AppCompat_ListView 0x0
-int style Widget_AppCompat_ListView_DropDown 0x0
-int style Widget_AppCompat_ListView_Menu 0x0
-int style Widget_AppCompat_PopupMenu 0x0
-int style Widget_AppCompat_PopupMenu_Overflow 0x0
-int style Widget_AppCompat_PopupWindow 0x0
-int style Widget_AppCompat_ProgressBar 0x0
-int style Widget_AppCompat_ProgressBar_Horizontal 0x0
-int style Widget_AppCompat_RatingBar 0x0
-int style Widget_AppCompat_RatingBar_Indicator 0x0
-int style Widget_AppCompat_RatingBar_Small 0x0
-int style Widget_AppCompat_SearchView 0x0
-int style Widget_AppCompat_SearchView_ActionBar 0x0
-int style Widget_AppCompat_SeekBar 0x0
-int style Widget_AppCompat_SeekBar_Discrete 0x0
-int style Widget_AppCompat_Spinner 0x0
-int style Widget_AppCompat_Spinner_DropDown 0x0
-int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x0
-int style Widget_AppCompat_Spinner_Underlined 0x0
-int style Widget_AppCompat_TextView 0x0
-int style Widget_AppCompat_TextView_SpinnerItem 0x0
-int style Widget_AppCompat_Toolbar 0x0
-int style Widget_AppCompat_Toolbar_Button_Navigation 0x0
-int style Widget_Compat_NotificationActionContainer 0x0
-int style Widget_Compat_NotificationActionText 0x0
-int style Widget_Design_AppBarLayout 0x0
-int style Widget_Design_BottomNavigationView 0x0
-int style Widget_Design_BottomSheet_Modal 0x0
-int style Widget_Design_CollapsingToolbar 0x0
-int style Widget_Design_FloatingActionButton 0x0
-int style Widget_Design_NavigationView 0x0
-int style Widget_Design_ScrimInsetsFrameLayout 0x0
-int style Widget_Design_Snackbar 0x0
-int style Widget_Design_TabLayout 0x0
-int style Widget_Design_TextInputEditText 0x0
-int style Widget_Design_TextInputLayout 0x0
-int style Widget_Material3_ActionBar_Solid 0x0
-int style Widget_Material3_ActionMode 0x0
-int style Widget_Material3_AppBarLayout 0x0
-int style Widget_Material3_AutoCompleteTextView_FilledBox 0x0
-int style Widget_Material3_AutoCompleteTextView_FilledBox_Dense 0x0
-int style Widget_Material3_AutoCompleteTextView_OutlinedBox 0x0
-int style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
-int style Widget_Material3_Badge 0x0
-int style Widget_Material3_BottomAppBar 0x0
-int style Widget_Material3_BottomNavigationView 0x0
-int style Widget_Material3_BottomNavigationView_ActiveIndicator 0x0
-int style Widget_Material3_BottomSheet 0x0
-int style Widget_Material3_BottomSheet_Modal 0x0
-int style Widget_Material3_Button 0x0
-int style Widget_Material3_Button_ElevatedButton 0x0
-int style Widget_Material3_Button_ElevatedButton_Icon 0x0
-int style Widget_Material3_Button_Icon 0x0
-int style Widget_Material3_Button_IconButton 0x0
-int style Widget_Material3_Button_OutlinedButton 0x0
-int style Widget_Material3_Button_OutlinedButton_Icon 0x0
-int style Widget_Material3_Button_TextButton 0x0
-int style Widget_Material3_Button_TextButton_Dialog 0x0
-int style Widget_Material3_Button_TextButton_Dialog_Flush 0x0
-int style Widget_Material3_Button_TextButton_Dialog_Icon 0x0
-int style Widget_Material3_Button_TextButton_Icon 0x0
-int style Widget_Material3_Button_TextButton_Snackbar 0x0
-int style Widget_Material3_Button_TonalButton 0x0
-int style Widget_Material3_Button_TonalButton_Icon 0x0
-int style Widget_Material3_Button_UnelevatedButton 0x0
-int style Widget_Material3_CardView_Elevated 0x0
-int style Widget_Material3_CardView_Filled 0x0
-int style Widget_Material3_CardView_Outlined 0x0
-int style Widget_Material3_CheckedTextView 0x0
-int style Widget_Material3_ChipGroup 0x0
-int style Widget_Material3_Chip_Assist 0x0
-int style Widget_Material3_Chip_Assist_Elevated 0x0
-int style Widget_Material3_Chip_Filter 0x0
-int style Widget_Material3_Chip_Filter_Elevated 0x0
-int style Widget_Material3_Chip_Input 0x0
-int style Widget_Material3_Chip_Input_Elevated 0x0
-int style Widget_Material3_Chip_Input_Icon 0x0
-int style Widget_Material3_Chip_Input_Icon_Elevated 0x0
-int style Widget_Material3_Chip_Suggestion 0x0
-int style Widget_Material3_Chip_Suggestion_Elevated 0x0
-int style Widget_Material3_CircularProgressIndicator 0x0
-int style Widget_Material3_CircularProgressIndicator_ExtraSmall 0x0
-int style Widget_Material3_CircularProgressIndicator_Medium 0x0
-int style Widget_Material3_CircularProgressIndicator_Small 0x0
-int style Widget_Material3_CollapsingToolbar 0x0
-int style Widget_Material3_CollapsingToolbar_Large 0x0
-int style Widget_Material3_CollapsingToolbar_Medium 0x0
-int style Widget_Material3_CompoundButton_CheckBox 0x0
-int style Widget_Material3_CompoundButton_RadioButton 0x0
-int style Widget_Material3_CompoundButton_Switch 0x0
-int style Widget_Material3_DrawerLayout 0x0
-int style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary 0x0
-int style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary 0x0
-int style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface 0x0
-int style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary 0x0
-int style Widget_Material3_ExtendedFloatingActionButton_Primary 0x0
-int style Widget_Material3_ExtendedFloatingActionButton_Secondary 0x0
-int style Widget_Material3_ExtendedFloatingActionButton_Surface 0x0
-int style Widget_Material3_ExtendedFloatingActionButton_Tertiary 0x0
-int style Widget_Material3_FloatingActionButton_Large_Primary 0x0
-int style Widget_Material3_FloatingActionButton_Large_Secondary 0x0
-int style Widget_Material3_FloatingActionButton_Large_Surface 0x0
-int style Widget_Material3_FloatingActionButton_Large_Tertiary 0x0
-int style Widget_Material3_FloatingActionButton_Primary 0x0
-int style Widget_Material3_FloatingActionButton_Secondary 0x0
-int style Widget_Material3_FloatingActionButton_Surface 0x0
-int style Widget_Material3_FloatingActionButton_Tertiary 0x0
-int style Widget_Material3_Light_ActionBar_Solid 0x0
-int style Widget_Material3_LinearProgressIndicator 0x0
-int style Widget_Material3_MaterialCalendar 0x0
-int style Widget_Material3_MaterialCalendar_Day 0x0
-int style Widget_Material3_MaterialCalendar_DayOfWeekLabel 0x0
-int style Widget_Material3_MaterialCalendar_DayTextView 0x0
-int style Widget_Material3_MaterialCalendar_Day_Invalid 0x0
-int style Widget_Material3_MaterialCalendar_Day_Selected 0x0
-int style Widget_Material3_MaterialCalendar_Day_Today 0x0
-int style Widget_Material3_MaterialCalendar_Fullscreen 0x0
-int style Widget_Material3_MaterialCalendar_HeaderCancelButton 0x0
-int style Widget_Material3_MaterialCalendar_HeaderDivider 0x0
-int style Widget_Material3_MaterialCalendar_HeaderLayout 0x0
-int style Widget_Material3_MaterialCalendar_HeaderSelection 0x0
-int style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen 0x0
-int style Widget_Material3_MaterialCalendar_HeaderTitle 0x0
-int style Widget_Material3_MaterialCalendar_HeaderToggleButton 0x0
-int style Widget_Material3_MaterialCalendar_Item 0x0
-int style Widget_Material3_MaterialCalendar_MonthNavigationButton 0x0
-int style Widget_Material3_MaterialCalendar_MonthTextView 0x0
-int style Widget_Material3_MaterialCalendar_Year 0x0
-int style Widget_Material3_MaterialCalendar_YearNavigationButton 0x0
-int style Widget_Material3_MaterialCalendar_Year_Selected 0x0
-int style Widget_Material3_MaterialCalendar_Year_Today 0x0
-int style Widget_Material3_MaterialDivider 0x0
-int style Widget_Material3_MaterialDivider_Heavy 0x0
-int style Widget_Material3_MaterialTimePicker 0x0
-int style Widget_Material3_MaterialTimePicker_Button 0x0
-int style Widget_Material3_MaterialTimePicker_Clock 0x0
-int style Widget_Material3_MaterialTimePicker_Display 0x0
-int style Widget_Material3_MaterialTimePicker_Display_Divider 0x0
-int style Widget_Material3_MaterialTimePicker_Display_HelperText 0x0
-int style Widget_Material3_MaterialTimePicker_Display_TextInputEditText 0x0
-int style Widget_Material3_MaterialTimePicker_Display_TextInputLayout 0x0
-int style Widget_Material3_MaterialTimePicker_ImageButton 0x0
-int style Widget_Material3_NavigationRailView 0x0
-int style Widget_Material3_NavigationRailView_ActiveIndicator 0x0
-int style Widget_Material3_NavigationView 0x0
-int style Widget_Material3_PopupMenu 0x0
-int style Widget_Material3_PopupMenu_ContextMenu 0x0
-int style Widget_Material3_PopupMenu_ListPopupWindow 0x0
-int style Widget_Material3_PopupMenu_Overflow 0x0
-int style Widget_Material3_Slider 0x0
-int style Widget_Material3_Snackbar 0x0
-int style Widget_Material3_Snackbar_FullWidth 0x0
-int style Widget_Material3_Snackbar_TextView 0x0
-int style Widget_Material3_TabLayout 0x0
-int style Widget_Material3_TabLayout_OnSurface 0x0
-int style Widget_Material3_TabLayout_Secondary 0x0
-int style Widget_Material3_TextInputEditText_FilledBox 0x0
-int style Widget_Material3_TextInputEditText_FilledBox_Dense 0x0
-int style Widget_Material3_TextInputEditText_OutlinedBox 0x0
-int style Widget_Material3_TextInputEditText_OutlinedBox_Dense 0x0
-int style Widget_Material3_TextInputLayout_FilledBox 0x0
-int style Widget_Material3_TextInputLayout_FilledBox_Dense 0x0
-int style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x0
-int style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu 0x0
-int style Widget_Material3_TextInputLayout_OutlinedBox 0x0
-int style Widget_Material3_TextInputLayout_OutlinedBox_Dense 0x0
-int style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x0
-int style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x0
-int style Widget_Material3_Toolbar 0x0
-int style Widget_Material3_Toolbar_OnSurface 0x0
-int style Widget_Material3_Toolbar_Surface 0x0
-int style Widget_Material3_Tooltip 0x0
-int style Widget_MaterialComponents_ActionBar_Primary 0x0
-int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x0
-int style Widget_MaterialComponents_ActionBar_Solid 0x0
-int style Widget_MaterialComponents_ActionBar_Surface 0x0
-int style Widget_MaterialComponents_ActionMode 0x0
-int style Widget_MaterialComponents_AppBarLayout_Primary 0x0
-int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x0
-int style Widget_MaterialComponents_AppBarLayout_Surface 0x0
-int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x0
-int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x0
-int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x0
-int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x0
-int style Widget_MaterialComponents_Badge 0x0
-int style Widget_MaterialComponents_BottomAppBar 0x0
-int style Widget_MaterialComponents_BottomAppBar_Colored 0x0
-int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x0
-int style Widget_MaterialComponents_BottomNavigationView 0x0
-int style Widget_MaterialComponents_BottomNavigationView_Colored 0x0
-int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x0
-int style Widget_MaterialComponents_BottomSheet 0x0
-int style Widget_MaterialComponents_BottomSheet_Modal 0x0
-int style Widget_MaterialComponents_Button 0x0
-int style Widget_MaterialComponents_Button_Icon 0x0
-int style Widget_MaterialComponents_Button_OutlinedButton 0x0
-int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x0
-int style Widget_MaterialComponents_Button_TextButton 0x0
-int style Widget_MaterialComponents_Button_TextButton_Dialog 0x0
-int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x0
-int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x0
-int style Widget_MaterialComponents_Button_TextButton_Icon 0x0
-int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x0
-int style Widget_MaterialComponents_Button_UnelevatedButton 0x0
-int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x0
-int style Widget_MaterialComponents_CardView 0x0
-int style Widget_MaterialComponents_CheckedTextView 0x0
-int style Widget_MaterialComponents_ChipGroup 0x0
-int style Widget_MaterialComponents_Chip_Action 0x0
-int style Widget_MaterialComponents_Chip_Choice 0x0
-int style Widget_MaterialComponents_Chip_Entry 0x0
-int style Widget_MaterialComponents_Chip_Filter 0x0
-int style Widget_MaterialComponents_CircularProgressIndicator 0x0
-int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x0
-int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x0
-int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x0
-int style Widget_MaterialComponents_CollapsingToolbar 0x0
-int style Widget_MaterialComponents_CompoundButton_CheckBox 0x0
-int style Widget_MaterialComponents_CompoundButton_RadioButton 0x0
-int style Widget_MaterialComponents_CompoundButton_Switch 0x0
-int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x0
-int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x0
-int style Widget_MaterialComponents_FloatingActionButton 0x0
-int style Widget_MaterialComponents_Light_ActionBar_Solid 0x0
-int style Widget_MaterialComponents_LinearProgressIndicator 0x0
-int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x0
-int style Widget_MaterialComponents_MaterialCalendar 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Day 0x0
-int style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel 0x0
-int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Item 0x0
-int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x0
-int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Year 0x0
-int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x0
-int style Widget_MaterialComponents_MaterialDivider 0x0
-int style Widget_MaterialComponents_NavigationRailView 0x0
-int style Widget_MaterialComponents_NavigationRailView_Colored 0x0
-int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x0
-int style Widget_MaterialComponents_NavigationRailView_Compact 0x0
-int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x0
-int style Widget_MaterialComponents_NavigationView 0x0
-int style Widget_MaterialComponents_PopupMenu 0x0
-int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
-int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
-int style Widget_MaterialComponents_PopupMenu_Overflow 0x0
-int style Widget_MaterialComponents_ProgressIndicator 0x0
-int style Widget_MaterialComponents_ShapeableImageView 0x0
-int style Widget_MaterialComponents_Slider 0x0
-int style Widget_MaterialComponents_Snackbar 0x0
-int style Widget_MaterialComponents_Snackbar_FullWidth 0x0
-int style Widget_MaterialComponents_Snackbar_TextView 0x0
-int style Widget_MaterialComponents_TabLayout 0x0
-int style Widget_MaterialComponents_TabLayout_Colored 0x0
-int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x0
-int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x0
-int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
-int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x0
-int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
-int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x0
-int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x0
-int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x0
-int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x0
-int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x0
-int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x0
-int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x0
-int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x0
-int style Widget_MaterialComponents_TextView 0x0
-int style Widget_MaterialComponents_TimePicker 0x0
-int style Widget_MaterialComponents_TimePicker_Button 0x0
-int style Widget_MaterialComponents_TimePicker_Clock 0x0
-int style Widget_MaterialComponents_TimePicker_Display 0x0
-int style Widget_MaterialComponents_TimePicker_Display_Divider 0x0
-int style Widget_MaterialComponents_TimePicker_Display_HelperText 0x0
-int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
-int style Widget_MaterialComponents_TimePicker_Display_TextInputLayout 0x0
-int style Widget_MaterialComponents_TimePicker_ImageButton 0x0
-int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x0
-int style Widget_MaterialComponents_Toolbar 0x0
-int style Widget_MaterialComponents_Toolbar_Primary 0x0
-int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x0
-int style Widget_MaterialComponents_Toolbar_Surface 0x0
-int style Widget_MaterialComponents_Tooltip 0x0
-int style Widget_Support_CoordinatorLayout 0x0
-int[] styleable ActionBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ActionBar_background 0
-int styleable ActionBar_backgroundSplit 1
-int styleable ActionBar_backgroundStacked 2
-int styleable ActionBar_contentInsetEnd 3
-int styleable ActionBar_contentInsetEndWithActions 4
-int styleable ActionBar_contentInsetLeft 5
-int styleable ActionBar_contentInsetRight 6
-int styleable ActionBar_contentInsetStart 7
-int styleable ActionBar_contentInsetStartWithNavigation 8
-int styleable ActionBar_customNavigationLayout 9
-int styleable ActionBar_displayOptions 10
-int styleable ActionBar_divider 11
-int styleable ActionBar_elevation 12
-int styleable ActionBar_height 13
-int styleable ActionBar_hideOnContentScroll 14
-int styleable ActionBar_homeAsUpIndicator 15
-int styleable ActionBar_homeLayout 16
-int styleable ActionBar_icon 17
-int styleable ActionBar_indeterminateProgressStyle 18
-int styleable ActionBar_itemPadding 19
-int styleable ActionBar_logo 20
-int styleable ActionBar_navigationMode 21
-int styleable ActionBar_popupTheme 22
-int styleable ActionBar_progressBarPadding 23
-int styleable ActionBar_progressBarStyle 24
-int styleable ActionBar_subtitle 25
-int styleable ActionBar_subtitleTextStyle 26
-int styleable ActionBar_title 27
-int styleable ActionBar_titleTextStyle 28
-int[] styleable ActionBarLayout { 0x10100b3 }
-int styleable ActionBarLayout_android_layout_gravity 0
-int[] styleable ActionMenuItemView { 0x101013f }
-int styleable ActionMenuItemView_android_minWidth 0
-int[] styleable ActionMenuView { }
-int[] styleable ActionMode { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ActionMode_background 0
-int styleable ActionMode_backgroundSplit 1
-int styleable ActionMode_closeItemLayout 2
-int styleable ActionMode_height 3
-int styleable ActionMode_subtitleTextStyle 4
-int styleable ActionMode_titleTextStyle 5
-int[] styleable ActivityChooserView { 0x0, 0x0 }
-int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
-int styleable ActivityChooserView_initialActivityCount 1
-int[] styleable AlertDialog { 0x10100f2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AlertDialog_android_layout 0
-int styleable AlertDialog_buttonIconDimen 1
-int styleable AlertDialog_buttonPanelSideLayout 2
-int styleable AlertDialog_listItemLayout 3
-int styleable AlertDialog_listLayout 4
-int styleable AlertDialog_multiChoiceItemLayout 5
-int styleable AlertDialog_showTitle 6
-int styleable AlertDialog_singleChoiceItemLayout 7
-int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
-int styleable AnimatedStateListDrawableCompat_android_constantSize 0
-int styleable AnimatedStateListDrawableCompat_android_dither 1
-int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
-int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
-int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
-int styleable AnimatedStateListDrawableCompat_android_visible 5
-int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
-int styleable AnimatedStateListDrawableItem_android_drawable 0
-int styleable AnimatedStateListDrawableItem_android_id 1
-int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
-int styleable AnimatedStateListDrawableTransition_android_drawable 0
-int styleable AnimatedStateListDrawableTransition_android_fromId 1
-int styleable AnimatedStateListDrawableTransition_android_reversible 2
-int styleable AnimatedStateListDrawableTransition_android_toId 3
-int[] styleable AppBarLayout { 0x10100d4, 0x1010540, 0x101048f, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AppBarLayout_android_background 0
-int styleable AppBarLayout_android_keyboardNavigationCluster 1
-int styleable AppBarLayout_android_touchscreenBlocksFocus 2
-int styleable AppBarLayout_elevation 3
-int styleable AppBarLayout_expanded 4
-int styleable AppBarLayout_liftOnScroll 5
-int styleable AppBarLayout_liftOnScrollTargetViewId 6
-int styleable AppBarLayout_statusBarForeground 7
-int[] styleable AppBarLayoutStates { 0x0, 0x0, 0x0, 0x0 }
-int styleable AppBarLayoutStates_state_collapsed 0
-int styleable AppBarLayoutStates_state_collapsible 1
-int styleable AppBarLayoutStates_state_liftable 2
-int styleable AppBarLayoutStates_state_lifted 3
-int[] styleable AppBarLayout_Layout { 0x0, 0x0, 0x0 }
-int styleable AppBarLayout_Layout_layout_scrollEffect 0
-int styleable AppBarLayout_Layout_layout_scrollFlags 1
-int styleable AppBarLayout_Layout_layout_scrollInterpolator 2
-int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
-int styleable AppCompatImageView_android_src 0
-int styleable AppCompatImageView_srcCompat 1
-int styleable AppCompatImageView_tint 2
-int styleable AppCompatImageView_tintMode 3
-int[] styleable AppCompatSeekBar { 0x1010142, 0x0, 0x0, 0x0 }
-int styleable AppCompatSeekBar_android_thumb 0
-int styleable AppCompatSeekBar_tickMark 1
-int styleable AppCompatSeekBar_tickMarkTint 2
-int styleable AppCompatSeekBar_tickMarkTintMode 3
-int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
-int styleable AppCompatTextHelper_android_drawableBottom 0
-int styleable AppCompatTextHelper_android_drawableEnd 1
-int styleable AppCompatTextHelper_android_drawableLeft 2
-int styleable AppCompatTextHelper_android_drawableRight 3
-int styleable AppCompatTextHelper_android_drawableStart 4
-int styleable AppCompatTextHelper_android_drawableTop 5
-int styleable AppCompatTextHelper_android_textAppearance 6
-int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AppCompatTextView_android_textAppearance 0
-int styleable AppCompatTextView_autoSizeMaxTextSize 1
-int styleable AppCompatTextView_autoSizeMinTextSize 2
-int styleable AppCompatTextView_autoSizePresetSizes 3
-int styleable AppCompatTextView_autoSizeStepGranularity 4
-int styleable AppCompatTextView_autoSizeTextType 5
-int styleable AppCompatTextView_drawableBottomCompat 6
-int styleable AppCompatTextView_drawableEndCompat 7
-int styleable AppCompatTextView_drawableLeftCompat 8
-int styleable AppCompatTextView_drawableRightCompat 9
-int styleable AppCompatTextView_drawableStartCompat 10
-int styleable AppCompatTextView_drawableTint 11
-int styleable AppCompatTextView_drawableTintMode 12
-int styleable AppCompatTextView_drawableTopCompat 13
-int styleable AppCompatTextView_firstBaselineToTopHeight 14
-int styleable AppCompatTextView_fontFamily 15
-int styleable AppCompatTextView_fontVariationSettings 16
-int styleable AppCompatTextView_lastBaselineToBottomHeight 17
-int styleable AppCompatTextView_lineHeight 18
-int styleable AppCompatTextView_textAllCaps 19
-int styleable AppCompatTextView_textLocale 20
-int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AppCompatTheme_actionBarDivider 0
-int styleable AppCompatTheme_actionBarItemBackground 1
-int styleable AppCompatTheme_actionBarPopupTheme 2
-int styleable AppCompatTheme_actionBarSize 3
-int styleable AppCompatTheme_actionBarSplitStyle 4
-int styleable AppCompatTheme_actionBarStyle 5
-int styleable AppCompatTheme_actionBarTabBarStyle 6
-int styleable AppCompatTheme_actionBarTabStyle 7
-int styleable AppCompatTheme_actionBarTabTextStyle 8
-int styleable AppCompatTheme_actionBarTheme 9
-int styleable AppCompatTheme_actionBarWidgetTheme 10
-int styleable AppCompatTheme_actionButtonStyle 11
-int styleable AppCompatTheme_actionDropDownStyle 12
-int styleable AppCompatTheme_actionMenuTextAppearance 13
-int styleable AppCompatTheme_actionMenuTextColor 14
-int styleable AppCompatTheme_actionModeBackground 15
-int styleable AppCompatTheme_actionModeCloseButtonStyle 16
-int styleable AppCompatTheme_actionModeCloseDrawable 17
-int styleable AppCompatTheme_actionModeCopyDrawable 18
-int styleable AppCompatTheme_actionModeCutDrawable 19
-int styleable AppCompatTheme_actionModeFindDrawable 20
-int styleable AppCompatTheme_actionModePasteDrawable 21
-int styleable AppCompatTheme_actionModePopupWindowStyle 22
-int styleable AppCompatTheme_actionModeSelectAllDrawable 23
-int styleable AppCompatTheme_actionModeShareDrawable 24
-int styleable AppCompatTheme_actionModeSplitBackground 25
-int styleable AppCompatTheme_actionModeStyle 26
-int styleable AppCompatTheme_actionModeWebSearchDrawable 27
-int styleable AppCompatTheme_actionOverflowButtonStyle 28
-int styleable AppCompatTheme_actionOverflowMenuStyle 29
-int styleable AppCompatTheme_activityChooserViewStyle 30
-int styleable AppCompatTheme_alertDialogButtonGroupStyle 31
-int styleable AppCompatTheme_alertDialogCenterButtons 32
-int styleable AppCompatTheme_alertDialogStyle 33
-int styleable AppCompatTheme_alertDialogTheme 34
-int styleable AppCompatTheme_android_windowAnimationStyle 35
-int styleable AppCompatTheme_android_windowIsFloating 36
-int styleable AppCompatTheme_autoCompleteTextViewStyle 37
-int styleable AppCompatTheme_borderlessButtonStyle 38
-int styleable AppCompatTheme_buttonBarButtonStyle 39
-int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40
-int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41
-int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42
-int styleable AppCompatTheme_buttonBarStyle 43
-int styleable AppCompatTheme_buttonStyle 44
-int styleable AppCompatTheme_buttonStyleSmall 45
-int styleable AppCompatTheme_checkboxStyle 46
-int styleable AppCompatTheme_checkedTextViewStyle 47
-int styleable AppCompatTheme_colorAccent 48
-int styleable AppCompatTheme_colorBackgroundFloating 49
-int styleable AppCompatTheme_colorButtonNormal 50
-int styleable AppCompatTheme_colorControlActivated 51
-int styleable AppCompatTheme_colorControlHighlight 52
-int styleable AppCompatTheme_colorControlNormal 53
-int styleable AppCompatTheme_colorError 54
-int styleable AppCompatTheme_colorPrimary 55
-int styleable AppCompatTheme_colorPrimaryDark 56
-int styleable AppCompatTheme_colorSwitchThumbNormal 57
-int styleable AppCompatTheme_controlBackground 58
-int styleable AppCompatTheme_dialogCornerRadius 59
-int styleable AppCompatTheme_dialogPreferredPadding 60
-int styleable AppCompatTheme_dialogTheme 61
-int styleable AppCompatTheme_dividerHorizontal 62
-int styleable AppCompatTheme_dividerVertical 63
-int styleable AppCompatTheme_dropDownListViewStyle 64
-int styleable AppCompatTheme_dropdownListPreferredItemHeight 65
-int styleable AppCompatTheme_editTextBackground 66
-int styleable AppCompatTheme_editTextColor 67
-int styleable AppCompatTheme_editTextStyle 68
-int styleable AppCompatTheme_homeAsUpIndicator 69
-int styleable AppCompatTheme_imageButtonStyle 70
-int styleable AppCompatTheme_listChoiceBackgroundIndicator 71
-int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 72
-int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73
-int styleable AppCompatTheme_listDividerAlertDialog 74
-int styleable AppCompatTheme_listMenuViewStyle 75
-int styleable AppCompatTheme_listPopupWindowStyle 76
-int styleable AppCompatTheme_listPreferredItemHeight 77
-int styleable AppCompatTheme_listPreferredItemHeightLarge 78
-int styleable AppCompatTheme_listPreferredItemHeightSmall 79
-int styleable AppCompatTheme_listPreferredItemPaddingEnd 80
-int styleable AppCompatTheme_listPreferredItemPaddingLeft 81
-int styleable AppCompatTheme_listPreferredItemPaddingRight 82
-int styleable AppCompatTheme_listPreferredItemPaddingStart 83
-int styleable AppCompatTheme_panelBackground 84
-int styleable AppCompatTheme_panelMenuListTheme 85
-int styleable AppCompatTheme_panelMenuListWidth 86
-int styleable AppCompatTheme_popupMenuStyle 87
-int styleable AppCompatTheme_popupWindowStyle 88
-int styleable AppCompatTheme_radioButtonStyle 89
-int styleable AppCompatTheme_ratingBarStyle 90
-int styleable AppCompatTheme_ratingBarStyleIndicator 91
-int styleable AppCompatTheme_ratingBarStyleSmall 92
-int styleable AppCompatTheme_searchViewStyle 93
-int styleable AppCompatTheme_seekBarStyle 94
-int styleable AppCompatTheme_selectableItemBackground 95
-int styleable AppCompatTheme_selectableItemBackgroundBorderless 96
-int styleable AppCompatTheme_spinnerDropDownItemStyle 97
-int styleable AppCompatTheme_spinnerStyle 98
-int styleable AppCompatTheme_switchStyle 99
-int styleable AppCompatTheme_textAppearanceLargePopupMenu 100
-int styleable AppCompatTheme_textAppearanceListItem 101
-int styleable AppCompatTheme_textAppearanceListItemSecondary 102
-int styleable AppCompatTheme_textAppearanceListItemSmall 103
-int styleable AppCompatTheme_textAppearancePopupMenuHeader 104
-int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105
-int styleable AppCompatTheme_textAppearanceSearchResultTitle 106
-int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107
-int styleable AppCompatTheme_textColorAlertDialogListItem 108
-int styleable AppCompatTheme_textColorSearchUrl 109
-int styleable AppCompatTheme_toolbarNavigationButtonStyle 110
-int styleable AppCompatTheme_toolbarStyle 111
-int styleable AppCompatTheme_tooltipForegroundColor 112
-int styleable AppCompatTheme_tooltipFrameBackground 113
-int styleable AppCompatTheme_viewInflaterClass 114
-int styleable AppCompatTheme_windowActionBar 115
-int styleable AppCompatTheme_windowActionBarOverlay 116
-int styleable AppCompatTheme_windowActionModeOverlay 117
-int styleable AppCompatTheme_windowFixedHeightMajor 118
-int styleable AppCompatTheme_windowFixedHeightMinor 119
-int styleable AppCompatTheme_windowFixedWidthMajor 120
-int styleable AppCompatTheme_windowFixedWidthMinor 121
-int styleable AppCompatTheme_windowMinWidthMajor 122
-int styleable AppCompatTheme_windowMinWidthMinor 123
-int styleable AppCompatTheme_windowNoTitle 124
-int[] styleable Badge { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Badge_backgroundColor 0
-int styleable Badge_badgeGravity 1
-int styleable Badge_badgeRadius 2
-int styleable Badge_badgeTextColor 3
-int styleable Badge_badgeWidePadding 4
-int styleable Badge_badgeWithTextRadius 5
-int styleable Badge_horizontalOffset 6
-int styleable Badge_horizontalOffsetWithText 7
-int styleable Badge_maxCharacterCount 8
-int styleable Badge_number 9
-int styleable Badge_verticalOffset 10
-int styleable Badge_verticalOffsetWithText 11
-int[] styleable BaseProgressIndicator { 0x1010139, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable BaseProgressIndicator_android_indeterminate 0
-int styleable BaseProgressIndicator_hideAnimationBehavior 1
-int styleable BaseProgressIndicator_indicatorColor 2
-int styleable BaseProgressIndicator_minHideDelay 3
-int styleable BaseProgressIndicator_showAnimationBehavior 4
-int styleable BaseProgressIndicator_showDelay 5
-int styleable BaseProgressIndicator_trackColor 6
-int styleable BaseProgressIndicator_trackCornerRadius 7
-int styleable BaseProgressIndicator_trackThickness 8
-int[] styleable BottomAppBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable BottomAppBar_backgroundTint 0
-int styleable BottomAppBar_elevation 1
-int styleable BottomAppBar_fabAlignmentMode 2
-int styleable BottomAppBar_fabAnimationMode 3
-int styleable BottomAppBar_fabCradleMargin 4
-int styleable BottomAppBar_fabCradleRoundedCornerRadius 5
-int styleable BottomAppBar_fabCradleVerticalOffset 6
-int styleable BottomAppBar_hideOnScroll 7
-int styleable BottomAppBar_navigationIconTint 8
-int styleable BottomAppBar_paddingBottomSystemWindowInsets 9
-int styleable BottomAppBar_paddingLeftSystemWindowInsets 10
-int styleable BottomAppBar_paddingRightSystemWindowInsets 11
-int[] styleable BottomNavigationView { 0x1010140, 0x0 }
-int styleable BottomNavigationView_android_minHeight 0
-int styleable BottomNavigationView_itemHorizontalTranslationEnabled 1
-int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x1010120, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable BottomSheetBehavior_Layout_android_elevation 0
-int styleable BottomSheetBehavior_Layout_android_maxHeight 1
-int styleable BottomSheetBehavior_Layout_android_maxWidth 2
-int styleable BottomSheetBehavior_Layout_backgroundTint 3
-int styleable BottomSheetBehavior_Layout_behavior_draggable 4
-int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 5
-int styleable BottomSheetBehavior_Layout_behavior_fitToContents 6
-int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 7
-int styleable BottomSheetBehavior_Layout_behavior_hideable 8
-int styleable BottomSheetBehavior_Layout_behavior_peekHeight 9
-int styleable BottomSheetBehavior_Layout_behavior_saveFlags 10
-int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 11
-int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 12
-int styleable BottomSheetBehavior_Layout_marginLeftSystemWindowInsets 13
-int styleable BottomSheetBehavior_Layout_marginRightSystemWindowInsets 14
-int styleable BottomSheetBehavior_Layout_marginTopSystemWindowInsets 15
-int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 16
-int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 17
-int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 18
-int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 19
-int styleable BottomSheetBehavior_Layout_shapeAppearance 20
-int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 21
-int[] styleable ButtonBarLayout { 0x0 }
-int styleable ButtonBarLayout_allowStacking 0
-int[] styleable CardView { 0x1010140, 0x101013f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable CardView_android_minHeight 0
-int styleable CardView_android_minWidth 1
-int styleable CardView_cardBackgroundColor 2
-int styleable CardView_cardCornerRadius 3
-int styleable CardView_cardElevation 4
-int styleable CardView_cardMaxElevation 5
-int styleable CardView_cardPreventCornerOverlap 6
-int styleable CardView_cardUseCompatPadding 7
-int styleable CardView_contentPadding 8
-int styleable CardView_contentPaddingBottom 9
-int styleable CardView_contentPaddingLeft 10
-int styleable CardView_contentPaddingRight 11
-int styleable CardView_contentPaddingTop 12
-int[] styleable Chip { 0x10101e5, 0x10100ab, 0x101011f, 0x101014f, 0x1010034, 0x1010098, 0x1010095, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Chip_android_checkable 0
-int styleable Chip_android_ellipsize 1
-int styleable Chip_android_maxWidth 2
-int styleable Chip_android_text 3
-int styleable Chip_android_textAppearance 4
-int styleable Chip_android_textColor 5
-int styleable Chip_android_textSize 6
-int styleable Chip_checkedIcon 7
-int styleable Chip_checkedIconEnabled 8
-int styleable Chip_checkedIconTint 9
-int styleable Chip_checkedIconVisible 10
-int styleable Chip_chipBackgroundColor 11
-int styleable Chip_chipCornerRadius 12
-int styleable Chip_chipEndPadding 13
-int styleable Chip_chipIcon 14
-int styleable Chip_chipIconEnabled 15
-int styleable Chip_chipIconSize 16
-int styleable Chip_chipIconTint 17
-int styleable Chip_chipIconVisible 18
-int styleable Chip_chipMinHeight 19
-int styleable Chip_chipMinTouchTargetSize 20
-int styleable Chip_chipStartPadding 21
-int styleable Chip_chipStrokeColor 22
-int styleable Chip_chipStrokeWidth 23
-int styleable Chip_chipSurfaceColor 24
-int styleable Chip_closeIcon 25
-int styleable Chip_closeIconEnabled 26
-int styleable Chip_closeIconEndPadding 27
-int styleable Chip_closeIconSize 28
-int styleable Chip_closeIconStartPadding 29
-int styleable Chip_closeIconTint 30
-int styleable Chip_closeIconVisible 31
-int styleable Chip_ensureMinTouchTargetSize 32
-int styleable Chip_hideMotionSpec 33
-int styleable Chip_iconEndPadding 34
-int styleable Chip_iconStartPadding 35
-int styleable Chip_rippleColor 36
-int styleable Chip_shapeAppearance 37
-int styleable Chip_shapeAppearanceOverlay 38
-int styleable Chip_showMotionSpec 39
-int styleable Chip_textEndPadding 40
-int styleable Chip_textStartPadding 41
-int[] styleable ChipGroup { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ChipGroup_checkedChip 0
-int styleable ChipGroup_chipSpacing 1
-int styleable ChipGroup_chipSpacingHorizontal 2
-int styleable ChipGroup_chipSpacingVertical 3
-int styleable ChipGroup_selectionRequired 4
-int styleable ChipGroup_singleLine 5
-int styleable ChipGroup_singleSelection 6
-int[] styleable CircularProgressIndicator { 0x0, 0x0, 0x0 }
-int styleable CircularProgressIndicator_indicatorDirectionCircular 0
-int styleable CircularProgressIndicator_indicatorInset 1
-int styleable CircularProgressIndicator_indicatorSize 2
-int[] styleable ClockFaceView { 0x0, 0x0 }
-int styleable ClockFaceView_clockFaceBackgroundColor 0
-int styleable ClockFaceView_clockNumberTextColor 1
-int[] styleable ClockHandView { 0x0, 0x0, 0x0 }
-int styleable ClockHandView_clockHandColor 0
-int styleable ClockHandView_materialCircleRadius 1
-int styleable ClockHandView_selectorSize 2
-int[] styleable CollapsingToolbarLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
-int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
-int styleable CollapsingToolbarLayout_collapsedTitleTextColor 2
-int styleable CollapsingToolbarLayout_contentScrim 3
-int styleable CollapsingToolbarLayout_expandedTitleGravity 4
-int styleable CollapsingToolbarLayout_expandedTitleMargin 5
-int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 6
-int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 7
-int styleable CollapsingToolbarLayout_expandedTitleMarginStart 8
-int styleable CollapsingToolbarLayout_expandedTitleMarginTop 9
-int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 10
-int styleable CollapsingToolbarLayout_expandedTitleTextColor 11
-int styleable CollapsingToolbarLayout_extraMultilineHeightEnabled 12
-int styleable CollapsingToolbarLayout_forceApplySystemWindowInsetTop 13
-int styleable CollapsingToolbarLayout_maxLines 14
-int styleable CollapsingToolbarLayout_scrimAnimationDuration 15
-int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 16
-int styleable CollapsingToolbarLayout_statusBarScrim 17
-int styleable CollapsingToolbarLayout_title 18
-int styleable CollapsingToolbarLayout_titleCollapseMode 19
-int styleable CollapsingToolbarLayout_titleEnabled 20
-int styleable CollapsingToolbarLayout_titlePositionInterpolator 21
-int styleable CollapsingToolbarLayout_toolbarId 22
-int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
-int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
-int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
-int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
-int styleable CompoundButton_android_button 0
-int styleable CompoundButton_buttonCompat 1
-int styleable CompoundButton_buttonTint 2
-int styleable CompoundButton_buttonTintMode 3
-int[] styleable Constraint { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Constraint_android_alpha 0
-int styleable Constraint_android_elevation 1
-int styleable Constraint_android_id 2
-int styleable Constraint_android_layout_height 3
-int styleable Constraint_android_layout_marginBottom 4
-int styleable Constraint_android_layout_marginEnd 5
-int styleable Constraint_android_layout_marginLeft 6
-int styleable Constraint_android_layout_marginRight 7
-int styleable Constraint_android_layout_marginStart 8
-int styleable Constraint_android_layout_marginTop 9
-int styleable Constraint_android_layout_width 10
-int styleable Constraint_android_maxHeight 11
-int styleable Constraint_android_maxWidth 12
-int styleable Constraint_android_minHeight 13
-int styleable Constraint_android_minWidth 14
-int styleable Constraint_android_orientation 15
-int styleable Constraint_android_rotation 16
-int styleable Constraint_android_rotationX 17
-int styleable Constraint_android_rotationY 18
-int styleable Constraint_android_scaleX 19
-int styleable Constraint_android_scaleY 20
-int styleable Constraint_android_transformPivotX 21
-int styleable Constraint_android_transformPivotY 22
-int styleable Constraint_android_translationX 23
-int styleable Constraint_android_translationY 24
-int styleable Constraint_android_translationZ 25
-int styleable Constraint_android_visibility 26
-int styleable Constraint_animate_relativeTo 27
-int styleable Constraint_barrierAllowsGoneWidgets 28
-int styleable Constraint_barrierDirection 29
-int styleable Constraint_barrierMargin 30
-int styleable Constraint_chainUseRtl 31
-int styleable Constraint_constraint_referenced_ids 32
-int styleable Constraint_drawPath 33
-int styleable Constraint_flow_firstHorizontalBias 34
-int styleable Constraint_flow_firstHorizontalStyle 35
-int styleable Constraint_flow_firstVerticalBias 36
-int styleable Constraint_flow_firstVerticalStyle 37
-int styleable Constraint_flow_horizontalAlign 38
-int styleable Constraint_flow_horizontalBias 39
-int styleable Constraint_flow_horizontalGap 40
-int styleable Constraint_flow_horizontalStyle 41
-int styleable Constraint_flow_lastHorizontalBias 42
-int styleable Constraint_flow_lastHorizontalStyle 43
-int styleable Constraint_flow_lastVerticalBias 44
-int styleable Constraint_flow_lastVerticalStyle 45
-int styleable Constraint_flow_maxElementsWrap 46
-int styleable Constraint_flow_verticalAlign 47
-int styleable Constraint_flow_verticalBias 48
-int styleable Constraint_flow_verticalGap 49
-int styleable Constraint_flow_verticalStyle 50
-int styleable Constraint_flow_wrapMode 51
-int styleable Constraint_layout_constrainedHeight 52
-int styleable Constraint_layout_constrainedWidth 53
-int styleable Constraint_layout_constraintBaseline_creator 54
-int styleable Constraint_layout_constraintBaseline_toBaselineOf 55
-int styleable Constraint_layout_constraintBottom_creator 56
-int styleable Constraint_layout_constraintBottom_toBottomOf 57
-int styleable Constraint_layout_constraintBottom_toTopOf 58
-int styleable Constraint_layout_constraintCircle 59
-int styleable Constraint_layout_constraintCircleAngle 60
-int styleable Constraint_layout_constraintCircleRadius 61
-int styleable Constraint_layout_constraintDimensionRatio 62
-int styleable Constraint_layout_constraintEnd_toEndOf 63
-int styleable Constraint_layout_constraintEnd_toStartOf 64
-int styleable Constraint_layout_constraintGuide_begin 65
-int styleable Constraint_layout_constraintGuide_end 66
-int styleable Constraint_layout_constraintGuide_percent 67
-int styleable Constraint_layout_constraintHeight_default 68
-int styleable Constraint_layout_constraintHeight_max 69
-int styleable Constraint_layout_constraintHeight_min 70
-int styleable Constraint_layout_constraintHeight_percent 71
-int styleable Constraint_layout_constraintHorizontal_bias 72
-int styleable Constraint_layout_constraintHorizontal_chainStyle 73
-int styleable Constraint_layout_constraintHorizontal_weight 74
-int styleable Constraint_layout_constraintLeft_creator 75
-int styleable Constraint_layout_constraintLeft_toLeftOf 76
-int styleable Constraint_layout_constraintLeft_toRightOf 77
-int styleable Constraint_layout_constraintRight_creator 78
-int styleable Constraint_layout_constraintRight_toLeftOf 79
-int styleable Constraint_layout_constraintRight_toRightOf 80
-int styleable Constraint_layout_constraintStart_toEndOf 81
-int styleable Constraint_layout_constraintStart_toStartOf 82
-int styleable Constraint_layout_constraintTag 83
-int styleable Constraint_layout_constraintTop_creator 84
-int styleable Constraint_layout_constraintTop_toBottomOf 85
-int styleable Constraint_layout_constraintTop_toTopOf 86
-int styleable Constraint_layout_constraintVertical_bias 87
-int styleable Constraint_layout_constraintVertical_chainStyle 88
-int styleable Constraint_layout_constraintVertical_weight 89
-int styleable Constraint_layout_constraintWidth_default 90
-int styleable Constraint_layout_constraintWidth_max 91
-int styleable Constraint_layout_constraintWidth_min 92
-int styleable Constraint_layout_constraintWidth_percent 93
-int styleable Constraint_layout_editor_absoluteX 94
-int styleable Constraint_layout_editor_absoluteY 95
-int styleable Constraint_layout_goneMarginBottom 96
-int styleable Constraint_layout_goneMarginEnd 97
-int styleable Constraint_layout_goneMarginLeft 98
-int styleable Constraint_layout_goneMarginRight 99
-int styleable Constraint_layout_goneMarginStart 100
-int styleable Constraint_layout_goneMarginTop 101
-int styleable Constraint_motionProgress 102
-int styleable Constraint_motionStagger 103
-int styleable Constraint_pathMotionArc 104
-int styleable Constraint_pivotAnchor 105
-int styleable Constraint_transitionEasing 106
-int styleable Constraint_transitionPathRotate 107
-int styleable Constraint_visibilityMode 108
-int[] styleable ConstraintLayout_Layout { 0x1010440, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10100d5, 0x10100d9, 0x10103b4, 0x10100d6, 0x10100d8, 0x10103b3, 0x10100d7, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ConstraintLayout_Layout_android_elevation 0
-int styleable ConstraintLayout_Layout_android_maxHeight 1
-int styleable ConstraintLayout_Layout_android_maxWidth 2
-int styleable ConstraintLayout_Layout_android_minHeight 3
-int styleable ConstraintLayout_Layout_android_minWidth 4
-int styleable ConstraintLayout_Layout_android_orientation 5
-int styleable ConstraintLayout_Layout_android_padding 6
-int styleable ConstraintLayout_Layout_android_paddingBottom 7
-int styleable ConstraintLayout_Layout_android_paddingEnd 8
-int styleable ConstraintLayout_Layout_android_paddingLeft 9
-int styleable ConstraintLayout_Layout_android_paddingRight 10
-int styleable ConstraintLayout_Layout_android_paddingStart 11
-int styleable ConstraintLayout_Layout_android_paddingTop 12
-int styleable ConstraintLayout_Layout_android_visibility 13
-int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 14
-int styleable ConstraintLayout_Layout_barrierDirection 15
-int styleable ConstraintLayout_Layout_barrierMargin 16
-int styleable ConstraintLayout_Layout_chainUseRtl 17
-int styleable ConstraintLayout_Layout_constraintSet 18
-int styleable ConstraintLayout_Layout_constraint_referenced_ids 19
-int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 20
-int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 21
-int styleable ConstraintLayout_Layout_flow_firstVerticalBias 22
-int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 23
-int styleable ConstraintLayout_Layout_flow_horizontalAlign 24
-int styleable ConstraintLayout_Layout_flow_horizontalBias 25
-int styleable ConstraintLayout_Layout_flow_horizontalGap 26
-int styleable ConstraintLayout_Layout_flow_horizontalStyle 27
-int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 28
-int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 29
-int styleable ConstraintLayout_Layout_flow_lastVerticalBias 30
-int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 31
-int styleable ConstraintLayout_Layout_flow_maxElementsWrap 32
-int styleable ConstraintLayout_Layout_flow_verticalAlign 33
-int styleable ConstraintLayout_Layout_flow_verticalBias 34
-int styleable ConstraintLayout_Layout_flow_verticalGap 35
-int styleable ConstraintLayout_Layout_flow_verticalStyle 36
-int styleable ConstraintLayout_Layout_flow_wrapMode 37
-int styleable ConstraintLayout_Layout_layoutDescription 38
-int styleable ConstraintLayout_Layout_layout_constrainedHeight 39
-int styleable ConstraintLayout_Layout_layout_constrainedWidth 40
-int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 41
-int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 42
-int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 43
-int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 44
-int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 45
-int styleable ConstraintLayout_Layout_layout_constraintCircle 46
-int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 47
-int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 48
-int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 49
-int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 50
-int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 51
-int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 52
-int styleable ConstraintLayout_Layout_layout_constraintGuide_end 53
-int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 54
-int styleable ConstraintLayout_Layout_layout_constraintHeight_default 55
-int styleable ConstraintLayout_Layout_layout_constraintHeight_max 56
-int styleable ConstraintLayout_Layout_layout_constraintHeight_min 57
-int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 58
-int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 59
-int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 60
-int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 61
-int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 62
-int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 63
-int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 64
-int styleable ConstraintLayout_Layout_layout_constraintRight_creator 65
-int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 66
-int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 67
-int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 68
-int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 69
-int styleable ConstraintLayout_Layout_layout_constraintTag 70
-int styleable ConstraintLayout_Layout_layout_constraintTop_creator 71
-int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 72
-int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 73
-int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 74
-int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 75
-int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 76
-int styleable ConstraintLayout_Layout_layout_constraintWidth_default 77
-int styleable ConstraintLayout_Layout_layout_constraintWidth_max 78
-int styleable ConstraintLayout_Layout_layout_constraintWidth_min 79
-int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 80
-int styleable ConstraintLayout_Layout_layout_editor_absoluteX 81
-int styleable ConstraintLayout_Layout_layout_editor_absoluteY 82
-int styleable ConstraintLayout_Layout_layout_goneMarginBottom 83
-int styleable ConstraintLayout_Layout_layout_goneMarginEnd 84
-int styleable ConstraintLayout_Layout_layout_goneMarginLeft 85
-int styleable ConstraintLayout_Layout_layout_goneMarginRight 86
-int styleable ConstraintLayout_Layout_layout_goneMarginStart 87
-int styleable ConstraintLayout_Layout_layout_goneMarginTop 88
-int styleable ConstraintLayout_Layout_layout_optimizationLevel 89
-int[] styleable ConstraintLayout_placeholder { 0x0, 0x0 }
-int styleable ConstraintLayout_placeholder_content 0
-int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1
-int[] styleable ConstraintSet { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10101b5, 0x10101b6, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ConstraintSet_android_alpha 0
-int styleable ConstraintSet_android_elevation 1
-int styleable ConstraintSet_android_id 2
-int styleable ConstraintSet_android_layout_height 3
-int styleable ConstraintSet_android_layout_marginBottom 4
-int styleable ConstraintSet_android_layout_marginEnd 5
-int styleable ConstraintSet_android_layout_marginLeft 6
-int styleable ConstraintSet_android_layout_marginRight 7
-int styleable ConstraintSet_android_layout_marginStart 8
-int styleable ConstraintSet_android_layout_marginTop 9
-int styleable ConstraintSet_android_layout_width 10
-int styleable ConstraintSet_android_maxHeight 11
-int styleable ConstraintSet_android_maxWidth 12
-int styleable ConstraintSet_android_minHeight 13
-int styleable ConstraintSet_android_minWidth 14
-int styleable ConstraintSet_android_orientation 15
-int styleable ConstraintSet_android_pivotX 16
-int styleable ConstraintSet_android_pivotY 17
-int styleable ConstraintSet_android_rotation 18
-int styleable ConstraintSet_android_rotationX 19
-int styleable ConstraintSet_android_rotationY 20
-int styleable ConstraintSet_android_scaleX 21
-int styleable ConstraintSet_android_scaleY 22
-int styleable ConstraintSet_android_transformPivotX 23
-int styleable ConstraintSet_android_transformPivotY 24
-int styleable ConstraintSet_android_translationX 25
-int styleable ConstraintSet_android_translationY 26
-int styleable ConstraintSet_android_translationZ 27
-int styleable ConstraintSet_android_visibility 28
-int styleable ConstraintSet_animate_relativeTo 29
-int styleable ConstraintSet_barrierAllowsGoneWidgets 30
-int styleable ConstraintSet_barrierDirection 31
-int styleable ConstraintSet_barrierMargin 32
-int styleable ConstraintSet_chainUseRtl 33
-int styleable ConstraintSet_constraint_referenced_ids 34
-int styleable ConstraintSet_deriveConstraintsFrom 35
-int styleable ConstraintSet_drawPath 36
-int styleable ConstraintSet_flow_firstHorizontalBias 37
-int styleable ConstraintSet_flow_firstHorizontalStyle 38
-int styleable ConstraintSet_flow_firstVerticalBias 39
-int styleable ConstraintSet_flow_firstVerticalStyle 40
-int styleable ConstraintSet_flow_horizontalAlign 41
-int styleable ConstraintSet_flow_horizontalBias 42
-int styleable ConstraintSet_flow_horizontalGap 43
-int styleable ConstraintSet_flow_horizontalStyle 44
-int styleable ConstraintSet_flow_lastHorizontalBias 45
-int styleable ConstraintSet_flow_lastHorizontalStyle 46
-int styleable ConstraintSet_flow_lastVerticalBias 47
-int styleable ConstraintSet_flow_lastVerticalStyle 48
-int styleable ConstraintSet_flow_maxElementsWrap 49
-int styleable ConstraintSet_flow_verticalAlign 50
-int styleable ConstraintSet_flow_verticalBias 51
-int styleable ConstraintSet_flow_verticalGap 52
-int styleable ConstraintSet_flow_verticalStyle 53
-int styleable ConstraintSet_flow_wrapMode 54
-int styleable ConstraintSet_layout_constrainedHeight 55
-int styleable ConstraintSet_layout_constrainedWidth 56
-int styleable ConstraintSet_layout_constraintBaseline_creator 57
-int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 58
-int styleable ConstraintSet_layout_constraintBottom_creator 59
-int styleable ConstraintSet_layout_constraintBottom_toBottomOf 60
-int styleable ConstraintSet_layout_constraintBottom_toTopOf 61
-int styleable ConstraintSet_layout_constraintCircle 62
-int styleable ConstraintSet_layout_constraintCircleAngle 63
-int styleable ConstraintSet_layout_constraintCircleRadius 64
-int styleable ConstraintSet_layout_constraintDimensionRatio 65
-int styleable ConstraintSet_layout_constraintEnd_toEndOf 66
-int styleable ConstraintSet_layout_constraintEnd_toStartOf 67
-int styleable ConstraintSet_layout_constraintGuide_begin 68
-int styleable ConstraintSet_layout_constraintGuide_end 69
-int styleable ConstraintSet_layout_constraintGuide_percent 70
-int styleable ConstraintSet_layout_constraintHeight_default 71
-int styleable ConstraintSet_layout_constraintHeight_max 72
-int styleable ConstraintSet_layout_constraintHeight_min 73
-int styleable ConstraintSet_layout_constraintHeight_percent 74
-int styleable ConstraintSet_layout_constraintHorizontal_bias 75
-int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 76
-int styleable ConstraintSet_layout_constraintHorizontal_weight 77
-int styleable ConstraintSet_layout_constraintLeft_creator 78
-int styleable ConstraintSet_layout_constraintLeft_toLeftOf 79
-int styleable ConstraintSet_layout_constraintLeft_toRightOf 80
-int styleable ConstraintSet_layout_constraintRight_creator 81
-int styleable ConstraintSet_layout_constraintRight_toLeftOf 82
-int styleable ConstraintSet_layout_constraintRight_toRightOf 83
-int styleable ConstraintSet_layout_constraintStart_toEndOf 84
-int styleable ConstraintSet_layout_constraintStart_toStartOf 85
-int styleable ConstraintSet_layout_constraintTag 86
-int styleable ConstraintSet_layout_constraintTop_creator 87
-int styleable ConstraintSet_layout_constraintTop_toBottomOf 88
-int styleable ConstraintSet_layout_constraintTop_toTopOf 89
-int styleable ConstraintSet_layout_constraintVertical_bias 90
-int styleable ConstraintSet_layout_constraintVertical_chainStyle 91
-int styleable ConstraintSet_layout_constraintVertical_weight 92
-int styleable ConstraintSet_layout_constraintWidth_default 93
-int styleable ConstraintSet_layout_constraintWidth_max 94
-int styleable ConstraintSet_layout_constraintWidth_min 95
-int styleable ConstraintSet_layout_constraintWidth_percent 96
-int styleable ConstraintSet_layout_editor_absoluteX 97
-int styleable ConstraintSet_layout_editor_absoluteY 98
-int styleable ConstraintSet_layout_goneMarginBottom 99
-int styleable ConstraintSet_layout_goneMarginEnd 100
-int styleable ConstraintSet_layout_goneMarginLeft 101
-int styleable ConstraintSet_layout_goneMarginRight 102
-int styleable ConstraintSet_layout_goneMarginStart 103
-int styleable ConstraintSet_layout_goneMarginTop 104
-int styleable ConstraintSet_motionProgress 105
-int styleable ConstraintSet_motionStagger 106
-int styleable ConstraintSet_pathMotionArc 107
-int styleable ConstraintSet_pivotAnchor 108
-int styleable ConstraintSet_transitionEasing 109
-int styleable ConstraintSet_transitionPathRotate 110
-int[] styleable CoordinatorLayout { 0x0, 0x0 }
-int styleable CoordinatorLayout_keylines 0
-int styleable CoordinatorLayout_statusBarBackground 1
-int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable CoordinatorLayout_Layout_android_layout_gravity 0
-int styleable CoordinatorLayout_Layout_layout_anchor 1
-int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
-int styleable CoordinatorLayout_Layout_layout_behavior 3
-int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
-int styleable CoordinatorLayout_Layout_layout_insetEdge 5
-int styleable CoordinatorLayout_Layout_layout_keyline 6
-int[] styleable CustomAttribute { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable CustomAttribute_attributeName 0
-int styleable CustomAttribute_customBoolean 1
-int styleable CustomAttribute_customColorDrawableValue 2
-int styleable CustomAttribute_customColorValue 3
-int styleable CustomAttribute_customDimension 4
-int styleable CustomAttribute_customFloatValue 5
-int styleable CustomAttribute_customIntegerValue 6
-int styleable CustomAttribute_customPixelDimension 7
-int styleable CustomAttribute_customStringValue 8
-int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable DrawerArrowToggle_arrowHeadLength 0
-int styleable DrawerArrowToggle_arrowShaftLength 1
-int styleable DrawerArrowToggle_barLength 2
-int styleable DrawerArrowToggle_color 3
-int styleable DrawerArrowToggle_drawableSize 4
-int styleable DrawerArrowToggle_gapBetweenBars 5
-int styleable DrawerArrowToggle_spinBars 6
-int styleable DrawerArrowToggle_thickness 7
-int[] styleable DrawerLayout { 0x0 }
-int styleable DrawerLayout_elevation 0
-int[] styleable ExtendedFloatingActionButton { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ExtendedFloatingActionButton_collapsedSize 0
-int styleable ExtendedFloatingActionButton_elevation 1
-int styleable ExtendedFloatingActionButton_extendMotionSpec 2
-int styleable ExtendedFloatingActionButton_hideMotionSpec 3
-int styleable ExtendedFloatingActionButton_showMotionSpec 4
-int styleable ExtendedFloatingActionButton_shrinkMotionSpec 5
-int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x0, 0x0 }
-int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
-int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
-int[] styleable FloatingActionButton { 0x101000e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FloatingActionButton_android_enabled 0
-int styleable FloatingActionButton_backgroundTint 1
-int styleable FloatingActionButton_backgroundTintMode 2
-int styleable FloatingActionButton_borderWidth 3
-int styleable FloatingActionButton_elevation 4
-int styleable FloatingActionButton_ensureMinTouchTargetSize 5
-int styleable FloatingActionButton_fabCustomSize 6
-int styleable FloatingActionButton_fabSize 7
-int styleable FloatingActionButton_hideMotionSpec 8
-int styleable FloatingActionButton_hoveredFocusedTranslationZ 9
-int styleable FloatingActionButton_maxImageSize 10
-int styleable FloatingActionButton_pressedTranslationZ 11
-int styleable FloatingActionButton_rippleColor 12
-int styleable FloatingActionButton_shapeAppearance 13
-int styleable FloatingActionButton_shapeAppearanceOverlay 14
-int styleable FloatingActionButton_showMotionSpec 15
-int styleable FloatingActionButton_useCompatPadding 16
-int[] styleable FloatingActionButton_Behavior_Layout { 0x0 }
-int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
-int[] styleable FlowLayout { 0x0, 0x0 }
-int styleable FlowLayout_itemSpacing 0
-int styleable FlowLayout_lineSpacing 1
-int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamily_fontProviderAuthority 0
-int styleable FontFamily_fontProviderCerts 1
-int styleable FontFamily_fontProviderFetchStrategy 2
-int styleable FontFamily_fontProviderFetchTimeout 3
-int styleable FontFamily_fontProviderPackage 4
-int styleable FontFamily_fontProviderQuery 5
-int styleable FontFamily_fontProviderSystemFontFamily 6
-int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 4
-int styleable FontFamilyFont_font 5
-int styleable FontFamilyFont_fontStyle 6
-int styleable FontFamilyFont_fontVariationSettings 7
-int styleable FontFamilyFont_fontWeight 8
-int styleable FontFamilyFont_ttcIndex 9
-int[] styleable ForegroundLinearLayout { 0x1010109, 0x1010200, 0x0 }
-int styleable ForegroundLinearLayout_android_foreground 0
-int styleable ForegroundLinearLayout_android_foregroundGravity 1
-int styleable ForegroundLinearLayout_foregroundInsidePadding 2
-int[] styleable Fragment { 0x10100d0, 0x1010003, 0x10100d1 }
-int styleable Fragment_android_id 0
-int styleable Fragment_android_name 1
-int styleable Fragment_android_tag 2
-int[] styleable FragmentContainerView { 0x1010003, 0x10100d1 }
-int styleable FragmentContainerView_android_name 0
-int styleable FragmentContainerView_android_tag 1
-int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
-int[] styleable ImageFilterView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ImageFilterView_altSrc 0
-int styleable ImageFilterView_brightness 1
-int styleable ImageFilterView_contrast 2
-int styleable ImageFilterView_crossfade 3
-int styleable ImageFilterView_overlay 4
-int styleable ImageFilterView_round 5
-int styleable ImageFilterView_roundPercent 6
-int styleable ImageFilterView_saturation 7
-int styleable ImageFilterView_warmth 8
-int[] styleable Insets { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Insets_marginLeftSystemWindowInsets 0
-int styleable Insets_marginRightSystemWindowInsets 1
-int styleable Insets_marginTopSystemWindowInsets 2
-int styleable Insets_paddingBottomSystemWindowInsets 3
-int styleable Insets_paddingLeftSystemWindowInsets 4
-int styleable Insets_paddingRightSystemWindowInsets 5
-int styleable Insets_paddingTopSystemWindowInsets 6
-int[] styleable KeyAttribute { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyAttribute_android_alpha 0
-int styleable KeyAttribute_android_elevation 1
-int styleable KeyAttribute_android_rotation 2
-int styleable KeyAttribute_android_rotationX 3
-int styleable KeyAttribute_android_rotationY 4
-int styleable KeyAttribute_android_scaleX 5
-int styleable KeyAttribute_android_scaleY 6
-int styleable KeyAttribute_android_transformPivotX 7
-int styleable KeyAttribute_android_transformPivotY 8
-int styleable KeyAttribute_android_translationX 9
-int styleable KeyAttribute_android_translationY 10
-int styleable KeyAttribute_android_translationZ 11
-int styleable KeyAttribute_curveFit 12
-int styleable KeyAttribute_framePosition 13
-int styleable KeyAttribute_motionProgress 14
-int styleable KeyAttribute_motionTarget 15
-int styleable KeyAttribute_transitionEasing 16
-int styleable KeyAttribute_transitionPathRotate 17
-int[] styleable KeyCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyCycle_android_alpha 0
-int styleable KeyCycle_android_elevation 1
-int styleable KeyCycle_android_rotation 2
-int styleable KeyCycle_android_rotationX 3
-int styleable KeyCycle_android_rotationY 4
-int styleable KeyCycle_android_scaleX 5
-int styleable KeyCycle_android_scaleY 6
-int styleable KeyCycle_android_translationX 7
-int styleable KeyCycle_android_translationY 8
-int styleable KeyCycle_android_translationZ 9
-int styleable KeyCycle_curveFit 10
-int styleable KeyCycle_framePosition 11
-int styleable KeyCycle_motionProgress 12
-int styleable KeyCycle_motionTarget 13
-int styleable KeyCycle_transitionEasing 14
-int styleable KeyCycle_transitionPathRotate 15
-int styleable KeyCycle_waveOffset 16
-int styleable KeyCycle_wavePeriod 17
-int styleable KeyCycle_waveShape 18
-int styleable KeyCycle_waveVariesBy 19
-int[] styleable KeyPosition { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyPosition_curveFit 0
-int styleable KeyPosition_drawPath 1
-int styleable KeyPosition_framePosition 2
-int styleable KeyPosition_keyPositionType 3
-int styleable KeyPosition_motionTarget 4
-int styleable KeyPosition_pathMotionArc 5
-int styleable KeyPosition_percentHeight 6
-int styleable KeyPosition_percentWidth 7
-int styleable KeyPosition_percentX 8
-int styleable KeyPosition_percentY 9
-int styleable KeyPosition_sizePercent 10
-int styleable KeyPosition_transitionEasing 11
-int[] styleable KeyTimeCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyTimeCycle_android_alpha 0
-int styleable KeyTimeCycle_android_elevation 1
-int styleable KeyTimeCycle_android_rotation 2
-int styleable KeyTimeCycle_android_rotationX 3
-int styleable KeyTimeCycle_android_rotationY 4
-int styleable KeyTimeCycle_android_scaleX 5
-int styleable KeyTimeCycle_android_scaleY 6
-int styleable KeyTimeCycle_android_translationX 7
-int styleable KeyTimeCycle_android_translationY 8
-int styleable KeyTimeCycle_android_translationZ 9
-int styleable KeyTimeCycle_curveFit 10
-int styleable KeyTimeCycle_framePosition 11
-int styleable KeyTimeCycle_motionProgress 12
-int styleable KeyTimeCycle_motionTarget 13
-int styleable KeyTimeCycle_transitionEasing 14
-int styleable KeyTimeCycle_transitionPathRotate 15
-int styleable KeyTimeCycle_waveDecay 16
-int styleable KeyTimeCycle_waveOffset 17
-int styleable KeyTimeCycle_wavePeriod 18
-int styleable KeyTimeCycle_waveShape 19
-int[] styleable KeyTrigger { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyTrigger_framePosition 0
-int styleable KeyTrigger_motionTarget 1
-int styleable KeyTrigger_motion_postLayoutCollision 2
-int styleable KeyTrigger_motion_triggerOnCollision 3
-int styleable KeyTrigger_onCross 4
-int styleable KeyTrigger_onNegativeCross 5
-int styleable KeyTrigger_onPositiveCross 6
-int styleable KeyTrigger_triggerId 7
-int styleable KeyTrigger_triggerReceiver 8
-int styleable KeyTrigger_triggerSlack 9
-int[] styleable Layout { 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Layout_android_layout_height 0
-int styleable Layout_android_layout_marginBottom 1
-int styleable Layout_android_layout_marginEnd 2
-int styleable Layout_android_layout_marginLeft 3
-int styleable Layout_android_layout_marginRight 4
-int styleable Layout_android_layout_marginStart 5
-int styleable Layout_android_layout_marginTop 6
-int styleable Layout_android_layout_width 7
-int styleable Layout_android_orientation 8
-int styleable Layout_barrierAllowsGoneWidgets 9
-int styleable Layout_barrierDirection 10
-int styleable Layout_barrierMargin 11
-int styleable Layout_chainUseRtl 12
-int styleable Layout_constraint_referenced_ids 13
-int styleable Layout_layout_constrainedHeight 14
-int styleable Layout_layout_constrainedWidth 15
-int styleable Layout_layout_constraintBaseline_creator 16
-int styleable Layout_layout_constraintBaseline_toBaselineOf 17
-int styleable Layout_layout_constraintBottom_creator 18
-int styleable Layout_layout_constraintBottom_toBottomOf 19
-int styleable Layout_layout_constraintBottom_toTopOf 20
-int styleable Layout_layout_constraintCircle 21
-int styleable Layout_layout_constraintCircleAngle 22
-int styleable Layout_layout_constraintCircleRadius 23
-int styleable Layout_layout_constraintDimensionRatio 24
-int styleable Layout_layout_constraintEnd_toEndOf 25
-int styleable Layout_layout_constraintEnd_toStartOf 26
-int styleable Layout_layout_constraintGuide_begin 27
-int styleable Layout_layout_constraintGuide_end 28
-int styleable Layout_layout_constraintGuide_percent 29
-int styleable Layout_layout_constraintHeight_default 30
-int styleable Layout_layout_constraintHeight_max 31
-int styleable Layout_layout_constraintHeight_min 32
-int styleable Layout_layout_constraintHeight_percent 33
-int styleable Layout_layout_constraintHorizontal_bias 34
-int styleable Layout_layout_constraintHorizontal_chainStyle 35
-int styleable Layout_layout_constraintHorizontal_weight 36
-int styleable Layout_layout_constraintLeft_creator 37
-int styleable Layout_layout_constraintLeft_toLeftOf 38
-int styleable Layout_layout_constraintLeft_toRightOf 39
-int styleable Layout_layout_constraintRight_creator 40
-int styleable Layout_layout_constraintRight_toLeftOf 41
-int styleable Layout_layout_constraintRight_toRightOf 42
-int styleable Layout_layout_constraintStart_toEndOf 43
-int styleable Layout_layout_constraintStart_toStartOf 44
-int styleable Layout_layout_constraintTop_creator 45
-int styleable Layout_layout_constraintTop_toBottomOf 46
-int styleable Layout_layout_constraintTop_toTopOf 47
-int styleable Layout_layout_constraintVertical_bias 48
-int styleable Layout_layout_constraintVertical_chainStyle 49
-int styleable Layout_layout_constraintVertical_weight 50
-int styleable Layout_layout_constraintWidth_default 51
-int styleable Layout_layout_constraintWidth_max 52
-int styleable Layout_layout_constraintWidth_min 53
-int styleable Layout_layout_constraintWidth_percent 54
-int styleable Layout_layout_editor_absoluteX 55
-int styleable Layout_layout_editor_absoluteY 56
-int styleable Layout_layout_goneMarginBottom 57
-int styleable Layout_layout_goneMarginEnd 58
-int styleable Layout_layout_goneMarginLeft 59
-int styleable Layout_layout_goneMarginRight 60
-int styleable Layout_layout_goneMarginStart 61
-int styleable Layout_layout_goneMarginTop 62
-int styleable Layout_maxHeight 63
-int styleable Layout_maxWidth 64
-int styleable Layout_minHeight 65
-int styleable Layout_minWidth 66
-int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 }
-int styleable LinearLayoutCompat_android_baselineAligned 0
-int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
-int styleable LinearLayoutCompat_android_gravity 2
-int styleable LinearLayoutCompat_android_orientation 3
-int styleable LinearLayoutCompat_android_weightSum 4
-int styleable LinearLayoutCompat_divider 5
-int styleable LinearLayoutCompat_dividerPadding 6
-int styleable LinearLayoutCompat_measureWithLargestChild 7
-int styleable LinearLayoutCompat_showDividers 8
-int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 }
-int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
-int styleable LinearLayoutCompat_Layout_android_layout_height 1
-int styleable LinearLayoutCompat_Layout_android_layout_weight 2
-int styleable LinearLayoutCompat_Layout_android_layout_width 3
-int[] styleable LinearProgressIndicator { 0x0, 0x0 }
-int styleable LinearProgressIndicator_indeterminateAnimationType 0
-int styleable LinearProgressIndicator_indicatorDirectionLinear 1
-int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
-int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
-int styleable ListPopupWindow_android_dropDownVerticalOffset 1
-int[] styleable MaterialAlertDialog { 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialAlertDialog_backgroundInsetBottom 0
-int styleable MaterialAlertDialog_backgroundInsetEnd 1
-int styleable MaterialAlertDialog_backgroundInsetStart 2
-int styleable MaterialAlertDialog_backgroundInsetTop 3
-int[] styleable MaterialAlertDialogTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0
-int styleable MaterialAlertDialogTheme_materialAlertDialogButtonSpacerVisibility 1
-int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 2
-int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 3
-int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 4
-int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 5
-int[] styleable MaterialAutoCompleteTextView { 0x1010220, 0x0, 0x0 }
-int styleable MaterialAutoCompleteTextView_android_inputType 0
-int styleable MaterialAutoCompleteTextView_simpleItemLayout 1
-int styleable MaterialAutoCompleteTextView_simpleItems 2
-int[] styleable MaterialButton { 0x10100d4, 0x10101e5, 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialButton_android_background 0
-int styleable MaterialButton_android_checkable 1
-int styleable MaterialButton_android_insetBottom 2
-int styleable MaterialButton_android_insetLeft 3
-int styleable MaterialButton_android_insetRight 4
-int styleable MaterialButton_android_insetTop 5
-int styleable MaterialButton_backgroundTint 6
-int styleable MaterialButton_backgroundTintMode 7
-int styleable MaterialButton_cornerRadius 8
-int styleable MaterialButton_elevation 9
-int styleable MaterialButton_icon 10
-int styleable MaterialButton_iconGravity 11
-int styleable MaterialButton_iconPadding 12
-int styleable MaterialButton_iconSize 13
-int styleable MaterialButton_iconTint 14
-int styleable MaterialButton_iconTintMode 15
-int styleable MaterialButton_rippleColor 16
-int styleable MaterialButton_shapeAppearance 17
-int styleable MaterialButton_shapeAppearanceOverlay 18
-int styleable MaterialButton_strokeColor 19
-int styleable MaterialButton_strokeWidth 20
-int[] styleable MaterialButtonToggleGroup { 0x0, 0x0, 0x0 }
-int styleable MaterialButtonToggleGroup_checkedButton 0
-int styleable MaterialButtonToggleGroup_selectionRequired 1
-int styleable MaterialButtonToggleGroup_singleSelection 2
-int[] styleable MaterialCalendar { 0x101020d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialCalendar_android_windowFullscreen 0
-int styleable MaterialCalendar_dayInvalidStyle 1
-int styleable MaterialCalendar_daySelectedStyle 2
-int styleable MaterialCalendar_dayStyle 3
-int styleable MaterialCalendar_dayTodayStyle 4
-int styleable MaterialCalendar_nestedScrollable 5
-int styleable MaterialCalendar_rangeFillColor 6
-int styleable MaterialCalendar_yearSelectedStyle 7
-int styleable MaterialCalendar_yearStyle 8
-int styleable MaterialCalendar_yearTodayStyle 9
-int[] styleable MaterialCalendarItem { 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialCalendarItem_android_insetBottom 0
-int styleable MaterialCalendarItem_android_insetLeft 1
-int styleable MaterialCalendarItem_android_insetRight 2
-int styleable MaterialCalendarItem_android_insetTop 3
-int styleable MaterialCalendarItem_itemFillColor 4
-int styleable MaterialCalendarItem_itemShapeAppearance 5
-int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
-int styleable MaterialCalendarItem_itemStrokeColor 7
-int styleable MaterialCalendarItem_itemStrokeWidth 8
-int styleable MaterialCalendarItem_itemTextColor 9
-int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialCardView_android_checkable 0
-int styleable MaterialCardView_cardForegroundColor 1
-int styleable MaterialCardView_checkedIcon 2
-int styleable MaterialCardView_checkedIconGravity 3
-int styleable MaterialCardView_checkedIconMargin 4
-int styleable MaterialCardView_checkedIconSize 5
-int styleable MaterialCardView_checkedIconTint 6
-int styleable MaterialCardView_rippleColor 7
-int styleable MaterialCardView_shapeAppearance 8
-int styleable MaterialCardView_shapeAppearanceOverlay 9
-int styleable MaterialCardView_state_dragged 10
-int styleable MaterialCardView_strokeColor 11
-int styleable MaterialCardView_strokeWidth 12
-int[] styleable MaterialCheckBox { 0x0, 0x0, 0x0 }
-int styleable MaterialCheckBox_buttonTint 0
-int styleable MaterialCheckBox_centerIfNoTextEnabled 1
-int styleable MaterialCheckBox_useMaterialThemeColors 2
-int[] styleable MaterialDivider { 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialDivider_dividerColor 0
-int styleable MaterialDivider_dividerInsetEnd 1
-int styleable MaterialDivider_dividerInsetStart 2
-int styleable MaterialDivider_dividerThickness 3
-int styleable MaterialDivider_lastItemDecorated 4
-int[] styleable MaterialRadioButton { 0x0, 0x0 }
-int styleable MaterialRadioButton_buttonTint 0
-int styleable MaterialRadioButton_useMaterialThemeColors 1
-int[] styleable MaterialShape { 0x0, 0x0 }
-int styleable MaterialShape_shapeAppearance 0
-int styleable MaterialShape_shapeAppearanceOverlay 1
-int[] styleable MaterialTextAppearance { 0x10104b6, 0x101057f, 0x0 }
-int styleable MaterialTextAppearance_android_letterSpacing 0
-int styleable MaterialTextAppearance_android_lineHeight 1
-int styleable MaterialTextAppearance_lineHeight 2
-int[] styleable MaterialTextView { 0x101057f, 0x1010034, 0x0 }
-int styleable MaterialTextView_android_lineHeight 0
-int styleable MaterialTextView_android_textAppearance 1
-int styleable MaterialTextView_lineHeight 2
-int[] styleable MaterialTimePicker { 0x0, 0x0 }
-int styleable MaterialTimePicker_clockIcon 0
-int styleable MaterialTimePicker_keyboardIcon 1
-int[] styleable MaterialToolbar { 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialToolbar_logoAdjustViewBounds 0
-int styleable MaterialToolbar_logoScaleType 1
-int styleable MaterialToolbar_navigationIconTint 2
-int styleable MaterialToolbar_subtitleCentered 3
-int styleable MaterialToolbar_titleCentered 4
-int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
-int styleable MenuGroup_android_checkableBehavior 0
-int styleable MenuGroup_android_enabled 1
-int styleable MenuGroup_android_id 2
-int styleable MenuGroup_android_menuCategory 3
-int styleable MenuGroup_android_orderInCategory 4
-int styleable MenuGroup_android_visible 5
-int[] styleable MenuItem { 0x0, 0x0, 0x0, 0x0, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MenuItem_actionLayout 0
-int styleable MenuItem_actionProviderClass 1
-int styleable MenuItem_actionViewClass 2
-int styleable MenuItem_alphabeticModifiers 3
-int styleable MenuItem_android_alphabeticShortcut 4
-int styleable MenuItem_android_checkable 5
-int styleable MenuItem_android_checked 6
-int styleable MenuItem_android_enabled 7
-int styleable MenuItem_android_icon 8
-int styleable MenuItem_android_id 9
-int styleable MenuItem_android_menuCategory 10
-int styleable MenuItem_android_numericShortcut 11
-int styleable MenuItem_android_onClick 12
-int styleable MenuItem_android_orderInCategory 13
-int styleable MenuItem_android_title 14
-int styleable MenuItem_android_titleCondensed 15
-int styleable MenuItem_android_visible 16
-int styleable MenuItem_contentDescription 17
-int styleable MenuItem_iconTint 18
-int styleable MenuItem_iconTintMode 19
-int styleable MenuItem_numericModifiers 20
-int styleable MenuItem_showAsAction 21
-int styleable MenuItem_tooltipText 22
-int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x0, 0x0 }
-int styleable MenuView_android_headerBackground 0
-int styleable MenuView_android_horizontalDivider 1
-int styleable MenuView_android_itemBackground 2
-int styleable MenuView_android_itemIconDisabledAlpha 3
-int styleable MenuView_android_itemTextAppearance 4
-int styleable MenuView_android_verticalDivider 5
-int styleable MenuView_android_windowAnimationStyle 6
-int styleable MenuView_preserveIconSpacing 7
-int styleable MenuView_subMenuArrow 8
-int[] styleable MockView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MockView_mock_diagonalsColor 0
-int styleable MockView_mock_label 1
-int styleable MockView_mock_labelBackgroundColor 2
-int styleable MockView_mock_labelColor 3
-int styleable MockView_mock_showDiagonals 4
-int styleable MockView_mock_showLabel 5
-int[] styleable Motion { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Motion_animate_relativeTo 0
-int styleable Motion_drawPath 1
-int styleable Motion_motionPathRotate 2
-int styleable Motion_motionStagger 3
-int styleable Motion_pathMotionArc 4
-int styleable Motion_transitionEasing 5
-int[] styleable MotionHelper { 0x0, 0x0 }
-int styleable MotionHelper_onHide 0
-int styleable MotionHelper_onShow 1
-int[] styleable MotionLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MotionLayout_applyMotionScene 0
-int styleable MotionLayout_currentState 1
-int styleable MotionLayout_layoutDescription 2
-int styleable MotionLayout_motionDebug 3
-int styleable MotionLayout_motionProgress 4
-int styleable MotionLayout_showPaths 5
-int[] styleable MotionScene { 0x0, 0x0 }
-int styleable MotionScene_defaultDuration 0
-int styleable MotionScene_layoutDuringTransition 1
-int[] styleable MotionTelltales { 0x0, 0x0, 0x0 }
-int styleable MotionTelltales_telltales_tailColor 0
-int styleable MotionTelltales_telltales_tailScale 1
-int styleable MotionTelltales_telltales_velocityMode 2
-int[] styleable NavigationBarActiveIndicator { 0x10101a5, 0x1010155, 0x1010159, 0x0, 0x0 }
-int styleable NavigationBarActiveIndicator_android_color 0
-int styleable NavigationBarActiveIndicator_android_height 1
-int styleable NavigationBarActiveIndicator_android_width 2
-int styleable NavigationBarActiveIndicator_marginHorizontal 3
-int styleable NavigationBarActiveIndicator_shapeAppearance 4
-int[] styleable NavigationBarView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable NavigationBarView_backgroundTint 0
-int styleable NavigationBarView_elevation 1
-int styleable NavigationBarView_itemActiveIndicatorStyle 2
-int styleable NavigationBarView_itemBackground 3
-int styleable NavigationBarView_itemIconSize 4
-int styleable NavigationBarView_itemIconTint 5
-int styleable NavigationBarView_itemPaddingBottom 6
-int styleable NavigationBarView_itemPaddingTop 7
-int styleable NavigationBarView_itemRippleColor 8
-int styleable NavigationBarView_itemTextAppearanceActive 9
-int styleable NavigationBarView_itemTextAppearanceInactive 10
-int styleable NavigationBarView_itemTextColor 11
-int styleable NavigationBarView_labelVisibilityMode 12
-int styleable NavigationBarView_menu 13
-int[] styleable NavigationRailView { 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable NavigationRailView_headerLayout 0
-int styleable NavigationRailView_itemMinHeight 1
-int styleable NavigationRailView_menuGravity 2
-int styleable NavigationRailView_paddingBottomSystemWindowInsets 3
-int styleable NavigationRailView_paddingTopSystemWindowInsets 4
-int[] styleable NavigationView { 0x10100d4, 0x10100dd, 0x10100b3, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable NavigationView_android_background 0
-int styleable NavigationView_android_fitsSystemWindows 1
-int styleable NavigationView_android_layout_gravity 2
-int styleable NavigationView_android_maxWidth 3
-int styleable NavigationView_bottomInsetScrimEnabled 4
-int styleable NavigationView_dividerInsetEnd 5
-int styleable NavigationView_dividerInsetStart 6
-int styleable NavigationView_drawerLayoutCornerSize 7
-int styleable NavigationView_elevation 8
-int styleable NavigationView_headerLayout 9
-int styleable NavigationView_itemBackground 10
-int styleable NavigationView_itemHorizontalPadding 11
-int styleable NavigationView_itemIconPadding 12
-int styleable NavigationView_itemIconSize 13
-int styleable NavigationView_itemIconTint 14
-int styleable NavigationView_itemMaxLines 15
-int styleable NavigationView_itemRippleColor 16
-int styleable NavigationView_itemShapeAppearance 17
-int styleable NavigationView_itemShapeAppearanceOverlay 18
-int styleable NavigationView_itemShapeFillColor 19
-int styleable NavigationView_itemShapeInsetBottom 20
-int styleable NavigationView_itemShapeInsetEnd 21
-int styleable NavigationView_itemShapeInsetStart 22
-int styleable NavigationView_itemShapeInsetTop 23
-int styleable NavigationView_itemTextAppearance 24
-int styleable NavigationView_itemTextColor 25
-int styleable NavigationView_itemVerticalPadding 26
-int styleable NavigationView_menu 27
-int styleable NavigationView_shapeAppearance 28
-int styleable NavigationView_shapeAppearanceOverlay 29
-int styleable NavigationView_subheaderColor 30
-int styleable NavigationView_subheaderInsetEnd 31
-int styleable NavigationView_subheaderInsetStart 32
-int styleable NavigationView_subheaderTextAppearance 33
-int styleable NavigationView_topInsetScrimEnabled 34
-int[] styleable OnClick { 0x0, 0x0 }
-int styleable OnClick_clickAction 0
-int styleable OnClick_targetId 1
-int[] styleable OnSwipe { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable OnSwipe_dragDirection 0
-int styleable OnSwipe_dragScale 1
-int styleable OnSwipe_dragThreshold 2
-int styleable OnSwipe_limitBoundsTo 3
-int styleable OnSwipe_maxAcceleration 4
-int styleable OnSwipe_maxVelocity 5
-int styleable OnSwipe_moveWhenScrollAtTop 6
-int styleable OnSwipe_nestedScrollFlags 7
-int styleable OnSwipe_onTouchUp 8
-int styleable OnSwipe_touchAnchorId 9
-int styleable OnSwipe_touchAnchorSide 10
-int styleable OnSwipe_touchRegionId 11
-int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 }
-int styleable PopupWindow_android_popupAnimationStyle 0
-int styleable PopupWindow_android_popupBackground 1
-int styleable PopupWindow_overlapAnchor 2
-int[] styleable PopupWindowBackgroundState { 0x0 }
-int styleable PopupWindowBackgroundState_state_above_anchor 0
-int[] styleable PropertySet { 0x101031f, 0x10100dc, 0x0, 0x0, 0x0 }
-int styleable PropertySet_android_alpha 0
-int styleable PropertySet_android_visibility 1
-int styleable PropertySet_layout_constraintTag 2
-int styleable PropertySet_motionProgress 3
-int styleable PropertySet_visibilityMode 4
-int[] styleable RadialViewGroup { 0x0 }
-int styleable RadialViewGroup_materialCircleRadius 0
-int[] styleable RangeSlider { 0x0, 0x0 }
-int styleable RangeSlider_minSeparation 0
-int styleable RangeSlider_values 1
-int[] styleable RecycleListView { 0x0, 0x0 }
-int styleable RecycleListView_paddingBottomNoButtons 0
-int styleable RecycleListView_paddingTopNoTitle 1
-int[] styleable RecyclerView { 0x10100eb, 0x10100f1, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable RecyclerView_android_clipToPadding 0
-int styleable RecyclerView_android_descendantFocusability 1
-int styleable RecyclerView_android_orientation 2
-int styleable RecyclerView_fastScrollEnabled 3
-int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
-int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
-int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
-int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
-int styleable RecyclerView_layoutManager 8
-int styleable RecyclerView_reverseLayout 9
-int styleable RecyclerView_spanCount 10
-int styleable RecyclerView_stackFromEnd 11
-int[] styleable ScrimInsetsFrameLayout { 0x0 }
-int styleable ScrimInsetsFrameLayout_insetForeground 0
-int[] styleable ScrollingViewBehavior_Layout { 0x0 }
-int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
-int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable SearchView_android_focusable 0
-int styleable SearchView_android_imeOptions 1
-int styleable SearchView_android_inputType 2
-int styleable SearchView_android_maxWidth 3
-int styleable SearchView_closeIcon 4
-int styleable SearchView_commitIcon 5
-int styleable SearchView_defaultQueryHint 6
-int styleable SearchView_goIcon 7
-int styleable SearchView_iconifiedByDefault 8
-int styleable SearchView_layout 9
-int styleable SearchView_queryBackground 10
-int styleable SearchView_queryHint 11
-int styleable SearchView_searchHintIcon 12
-int styleable SearchView_searchIcon 13
-int styleable SearchView_submitBackground 14
-int styleable SearchView_suggestionRowLayout 15
-int styleable SearchView_voiceIcon 16
-int[] styleable ShapeAppearance { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ShapeAppearance_cornerFamily 0
-int styleable ShapeAppearance_cornerFamilyBottomLeft 1
-int styleable ShapeAppearance_cornerFamilyBottomRight 2
-int styleable ShapeAppearance_cornerFamilyTopLeft 3
-int styleable ShapeAppearance_cornerFamilyTopRight 4
-int styleable ShapeAppearance_cornerSize 5
-int styleable ShapeAppearance_cornerSizeBottomLeft 6
-int styleable ShapeAppearance_cornerSizeBottomRight 7
-int styleable ShapeAppearance_cornerSizeTopLeft 8
-int styleable ShapeAppearance_cornerSizeTopRight 9
-int[] styleable ShapeableImageView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ShapeableImageView_contentPadding 0
-int styleable ShapeableImageView_contentPaddingBottom 1
-int styleable ShapeableImageView_contentPaddingEnd 2
-int styleable ShapeableImageView_contentPaddingLeft 3
-int styleable ShapeableImageView_contentPaddingRight 4
-int styleable ShapeableImageView_contentPaddingStart 5
-int styleable ShapeableImageView_contentPaddingTop 6
-int styleable ShapeableImageView_shapeAppearance 7
-int styleable ShapeableImageView_shapeAppearanceOverlay 8
-int styleable ShapeableImageView_strokeColor 9
-int styleable ShapeableImageView_strokeWidth 10
-int[] styleable Slider { 0x101000e, 0x1010146, 0x1010024, 0x10102de, 0x10102df, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Slider_android_enabled 0
-int styleable Slider_android_stepSize 1
-int styleable Slider_android_value 2
-int styleable Slider_android_valueFrom 3
-int styleable Slider_android_valueTo 4
-int styleable Slider_haloColor 5
-int styleable Slider_haloRadius 6
-int styleable Slider_labelBehavior 7
-int styleable Slider_labelStyle 8
-int styleable Slider_thumbColor 9
-int styleable Slider_thumbElevation 10
-int styleable Slider_thumbRadius 11
-int styleable Slider_thumbStrokeColor 12
-int styleable Slider_thumbStrokeWidth 13
-int styleable Slider_tickColor 14
-int styleable Slider_tickColorActive 15
-int styleable Slider_tickColorInactive 16
-int styleable Slider_tickVisible 17
-int styleable Slider_trackColor 18
-int styleable Slider_trackColorActive 19
-int styleable Slider_trackColorInactive 20
-int styleable Slider_trackHeight 21
-int[] styleable Snackbar { 0x0, 0x0, 0x0 }
-int styleable Snackbar_snackbarButtonStyle 0
-int styleable Snackbar_snackbarStyle 1
-int styleable Snackbar_snackbarTextViewStyle 2
-int[] styleable SnackbarLayout { 0x0, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable SnackbarLayout_actionTextColorAlpha 0
-int styleable SnackbarLayout_android_maxWidth 1
-int styleable SnackbarLayout_animationMode 2
-int styleable SnackbarLayout_backgroundOverlayColorAlpha 3
-int styleable SnackbarLayout_backgroundTint 4
-int styleable SnackbarLayout_backgroundTintMode 5
-int styleable SnackbarLayout_elevation 6
-int styleable SnackbarLayout_maxActionInlineWidth 7
-int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
-int styleable Spinner_android_dropDownWidth 0
-int styleable Spinner_android_entries 1
-int styleable Spinner_android_popupBackground 2
-int styleable Spinner_android_prompt 3
-int styleable Spinner_popupTheme 4
-int[] styleable State { 0x10100d0, 0x0 }
-int styleable State_android_id 0
-int styleable State_constraints 1
-int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
-int styleable StateListDrawable_android_constantSize 0
-int styleable StateListDrawable_android_dither 1
-int styleable StateListDrawable_android_enterFadeDuration 2
-int styleable StateListDrawable_android_exitFadeDuration 3
-int styleable StateListDrawable_android_variablePadding 4
-int styleable StateListDrawable_android_visible 5
-int[] styleable StateListDrawableItem { 0x1010199 }
-int styleable StateListDrawableItem_android_drawable 0
-int[] styleable StateSet { 0x0 }
-int styleable StateSet_defaultState 0
-int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable SwitchCompat_android_textOff 0
-int styleable SwitchCompat_android_textOn 1
-int styleable SwitchCompat_android_thumb 2
-int styleable SwitchCompat_showText 3
-int styleable SwitchCompat_splitTrack 4
-int styleable SwitchCompat_switchMinWidth 5
-int styleable SwitchCompat_switchPadding 6
-int styleable SwitchCompat_switchTextAppearance 7
-int styleable SwitchCompat_thumbTextPadding 8
-int styleable SwitchCompat_thumbTint 9
-int styleable SwitchCompat_thumbTintMode 10
-int styleable SwitchCompat_track 11
-int styleable SwitchCompat_trackTint 12
-int styleable SwitchCompat_trackTintMode 13
-int[] styleable SwitchMaterial { 0x0 }
-int styleable SwitchMaterial_useMaterialThemeColors 0
-int[] styleable TabItem { 0x1010002, 0x10100f2, 0x101014f }
-int styleable TabItem_android_icon 0
-int styleable TabItem_android_layout 1
-int styleable TabItem_android_text 2
-int[] styleable TabLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable TabLayout_tabBackground 0
-int styleable TabLayout_tabContentStart 1
-int styleable TabLayout_tabGravity 2
-int styleable TabLayout_tabIconTint 3
-int styleable TabLayout_tabIconTintMode 4
-int styleable TabLayout_tabIndicator 5
-int styleable TabLayout_tabIndicatorAnimationDuration 6
-int styleable TabLayout_tabIndicatorAnimationMode 7
-int styleable TabLayout_tabIndicatorColor 8
-int styleable TabLayout_tabIndicatorFullWidth 9
-int styleable TabLayout_tabIndicatorGravity 10
-int styleable TabLayout_tabIndicatorHeight 11
-int styleable TabLayout_tabInlineLabel 12
-int styleable TabLayout_tabMaxWidth 13
-int styleable TabLayout_tabMinWidth 14
-int styleable TabLayout_tabMode 15
-int styleable TabLayout_tabPadding 16
-int styleable TabLayout_tabPaddingBottom 17
-int styleable TabLayout_tabPaddingEnd 18
-int styleable TabLayout_tabPaddingStart 19
-int styleable TabLayout_tabPaddingTop 20
-int styleable TabLayout_tabRippleColor 21
-int styleable TabLayout_tabSelectedTextColor 22
-int styleable TabLayout_tabTextAppearance 23
-int styleable TabLayout_tabTextColor 24
-int styleable TabLayout_tabUnboundedRipple 25
-int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0 }
-int styleable TextAppearance_android_fontFamily 0
-int styleable TextAppearance_android_shadowColor 1
-int styleable TextAppearance_android_shadowDx 2
-int styleable TextAppearance_android_shadowDy 3
-int styleable TextAppearance_android_shadowRadius 4
-int styleable TextAppearance_android_textColor 5
-int styleable TextAppearance_android_textColorHint 6
-int styleable TextAppearance_android_textColorLink 7
-int styleable TextAppearance_android_textFontWeight 8
-int styleable TextAppearance_android_textSize 9
-int styleable TextAppearance_android_textStyle 10
-int styleable TextAppearance_android_typeface 11
-int styleable TextAppearance_fontFamily 12
-int styleable TextAppearance_fontVariationSettings 13
-int styleable TextAppearance_textAllCaps 14
-int styleable TextAppearance_textLocale 15
-int[] styleable TextInputEditText { 0x0 }
-int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0
-int[] styleable TextInputLayout { 0x101000e, 0x1010150, 0x1010157, 0x101011f, 0x101015a, 0x101013f, 0x101009a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable TextInputLayout_android_enabled 0
-int styleable TextInputLayout_android_hint 1
-int styleable TextInputLayout_android_maxEms 2
-int styleable TextInputLayout_android_maxWidth 3
-int styleable TextInputLayout_android_minEms 4
-int styleable TextInputLayout_android_minWidth 5
-int styleable TextInputLayout_android_textColorHint 6
-int styleable TextInputLayout_boxBackgroundColor 7
-int styleable TextInputLayout_boxBackgroundMode 8
-int styleable TextInputLayout_boxCollapsedPaddingTop 9
-int styleable TextInputLayout_boxCornerRadiusBottomEnd 10
-int styleable TextInputLayout_boxCornerRadiusBottomStart 11
-int styleable TextInputLayout_boxCornerRadiusTopEnd 12
-int styleable TextInputLayout_boxCornerRadiusTopStart 13
-int styleable TextInputLayout_boxStrokeColor 14
-int styleable TextInputLayout_boxStrokeErrorColor 15
-int styleable TextInputLayout_boxStrokeWidth 16
-int styleable TextInputLayout_boxStrokeWidthFocused 17
-int styleable TextInputLayout_counterEnabled 18
-int styleable TextInputLayout_counterMaxLength 19
-int styleable TextInputLayout_counterOverflowTextAppearance 20
-int styleable TextInputLayout_counterOverflowTextColor 21
-int styleable TextInputLayout_counterTextAppearance 22
-int styleable TextInputLayout_counterTextColor 23
-int styleable TextInputLayout_endIconCheckable 24
-int styleable TextInputLayout_endIconContentDescription 25
-int styleable TextInputLayout_endIconDrawable 26
-int styleable TextInputLayout_endIconMode 27
-int styleable TextInputLayout_endIconTint 28
-int styleable TextInputLayout_endIconTintMode 29
-int styleable TextInputLayout_errorContentDescription 30
-int styleable TextInputLayout_errorEnabled 31
-int styleable TextInputLayout_errorIconDrawable 32
-int styleable TextInputLayout_errorIconTint 33
-int styleable TextInputLayout_errorIconTintMode 34
-int styleable TextInputLayout_errorTextAppearance 35
-int styleable TextInputLayout_errorTextColor 36
-int styleable TextInputLayout_expandedHintEnabled 37
-int styleable TextInputLayout_helperText 38
-int styleable TextInputLayout_helperTextEnabled 39
-int styleable TextInputLayout_helperTextTextAppearance 40
-int styleable TextInputLayout_helperTextTextColor 41
-int styleable TextInputLayout_hintAnimationEnabled 42
-int styleable TextInputLayout_hintEnabled 43
-int styleable TextInputLayout_hintTextAppearance 44
-int styleable TextInputLayout_hintTextColor 45
-int styleable TextInputLayout_passwordToggleContentDescription 46
-int styleable TextInputLayout_passwordToggleDrawable 47
-int styleable TextInputLayout_passwordToggleEnabled 48
-int styleable TextInputLayout_passwordToggleTint 49
-int styleable TextInputLayout_passwordToggleTintMode 50
-int styleable TextInputLayout_placeholderText 51
-int styleable TextInputLayout_placeholderTextAppearance 52
-int styleable TextInputLayout_placeholderTextColor 53
-int styleable TextInputLayout_prefixText 54
-int styleable TextInputLayout_prefixTextAppearance 55
-int styleable TextInputLayout_prefixTextColor 56
-int styleable TextInputLayout_shapeAppearance 57
-int styleable TextInputLayout_shapeAppearanceOverlay 58
-int styleable TextInputLayout_startIconCheckable 59
-int styleable TextInputLayout_startIconContentDescription 60
-int styleable TextInputLayout_startIconDrawable 61
-int styleable TextInputLayout_startIconTint 62
-int styleable TextInputLayout_startIconTintMode 63
-int styleable TextInputLayout_suffixText 64
-int styleable TextInputLayout_suffixTextAppearance 65
-int styleable TextInputLayout_suffixTextColor 66
-int[] styleable ThemeEnforcement { 0x1010034, 0x0, 0x0 }
-int styleable ThemeEnforcement_android_textAppearance 0
-int styleable ThemeEnforcement_enforceMaterialTheme 1
-int styleable ThemeEnforcement_enforceTextAppearance 2
-int[] styleable Toolbar { 0x10100af, 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Toolbar_android_gravity 0
-int styleable Toolbar_android_minHeight 1
-int styleable Toolbar_buttonGravity 2
-int styleable Toolbar_collapseContentDescription 3
-int styleable Toolbar_collapseIcon 4
-int styleable Toolbar_contentInsetEnd 5
-int styleable Toolbar_contentInsetEndWithActions 6
-int styleable Toolbar_contentInsetLeft 7
-int styleable Toolbar_contentInsetRight 8
-int styleable Toolbar_contentInsetStart 9
-int styleable Toolbar_contentInsetStartWithNavigation 10
-int styleable Toolbar_logo 11
-int styleable Toolbar_logoDescription 12
-int styleable Toolbar_maxButtonHeight 13
-int styleable Toolbar_menu 14
-int styleable Toolbar_navigationContentDescription 15
-int styleable Toolbar_navigationIcon 16
-int styleable Toolbar_popupTheme 17
-int styleable Toolbar_subtitle 18
-int styleable Toolbar_subtitleTextAppearance 19
-int styleable Toolbar_subtitleTextColor 20
-int styleable Toolbar_title 21
-int styleable Toolbar_titleMargin 22
-int styleable Toolbar_titleMarginBottom 23
-int styleable Toolbar_titleMarginEnd 24
-int styleable Toolbar_titleMarginStart 25
-int styleable Toolbar_titleMarginTop 26
-int styleable Toolbar_titleMargins 27
-int styleable Toolbar_titleTextAppearance 28
-int styleable Toolbar_titleTextColor 29
-int[] styleable Tooltip { 0x10100f6, 0x1010140, 0x101013f, 0x10100d5, 0x101014f, 0x1010034, 0x1010098, 0x0 }
-int styleable Tooltip_android_layout_margin 0
-int styleable Tooltip_android_minHeight 1
-int styleable Tooltip_android_minWidth 2
-int styleable Tooltip_android_padding 3
-int styleable Tooltip_android_text 4
-int styleable Tooltip_android_textAppearance 5
-int styleable Tooltip_android_textColor 6
-int styleable Tooltip_backgroundTint 7
-int[] styleable Transform { 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa }
-int styleable Transform_android_elevation 0
-int styleable Transform_android_rotation 1
-int styleable Transform_android_rotationX 2
-int styleable Transform_android_rotationY 3
-int styleable Transform_android_scaleX 4
-int styleable Transform_android_scaleY 5
-int styleable Transform_android_transformPivotX 6
-int styleable Transform_android_transformPivotY 7
-int styleable Transform_android_translationX 8
-int styleable Transform_android_translationY 9
-int styleable Transform_android_translationZ 10
-int[] styleable Transition { 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Transition_android_id 0
-int styleable Transition_autoTransition 1
-int styleable Transition_constraintSetEnd 2
-int styleable Transition_constraintSetStart 3
-int styleable Transition_duration 4
-int styleable Transition_layoutDuringTransition 5
-int styleable Transition_motionInterpolator 6
-int styleable Transition_pathMotionArc 7
-int styleable Transition_staggered 8
-int styleable Transition_transitionDisable 9
-int styleable Transition_transitionFlags 10
-int[] styleable Variant { 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Variant_constraints 0
-int styleable Variant_region_heightLessThan 1
-int styleable Variant_region_heightMoreThan 2
-int styleable Variant_region_widthLessThan 3
-int styleable Variant_region_widthMoreThan 4
-int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 }
-int styleable View_android_focusable 0
-int styleable View_android_theme 1
-int styleable View_paddingEnd 2
-int styleable View_paddingStart 3
-int styleable View_theme 4
-int[] styleable ViewBackgroundHelper { 0x10100d4, 0x0, 0x0 }
-int styleable ViewBackgroundHelper_android_background 0
-int styleable ViewBackgroundHelper_backgroundTint 1
-int styleable ViewBackgroundHelper_backgroundTintMode 2
-int[] styleable ViewPager2 { 0x10100c4 }
-int styleable ViewPager2_android_orientation 0
-int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
-int styleable ViewStubCompat_android_id 0
-int styleable ViewStubCompat_android_inflatedId 1
-int styleable ViewStubCompat_android_layout 2
-int xml standalone_badge 0x0
-int xml standalone_badge_gravity_bottom_end 0x0
-int xml standalone_badge_gravity_bottom_start 0x0
-int xml standalone_badge_gravity_top_start 0x0
-int xml standalone_badge_offset 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/annotations.zip
deleted file mode 100644
index fa26465..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/annotations.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/classes.jar
deleted file mode 100644
index 4a983a2..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/proguard.txt
deleted file mode 100644
index 241f624..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/proguard.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright (C) 2015 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# CoordinatorLayout resolves the behaviors of its child components with reflection.
--keep public class * extends androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior {
- public (android.content.Context, android.util.AttributeSet);
- public ();
-}
-
-# Make sure we keep annotations for CoordinatorLayout's DefaultBehavior
--keepattributes RuntimeVisible*Annotation*
-
-# Copyright (C) 2018 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# AppCompatViewInflater reads the viewInflaterClass theme attribute which then
-# reflectively instantiates MaterialComponentsViewInflater using the no-argument
-# constructor. We only need to keep this constructor and the class name if
-# AppCompatViewInflater is also being kept.
--if class androidx.appcompat.app.AppCompatViewInflater
--keep class com.google.android.material.theme.MaterialComponentsViewInflater {
- ();
-}
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/public.txt
deleted file mode 100644
index e84d42c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/public.txt
+++ /dev/null
@@ -1,996 +0,0 @@
-style Animation_Design_BottomSheetDialog
-style MaterialAlertDialog_Material3
-style MaterialAlertDialog_Material3_Body_Text
-style MaterialAlertDialog_Material3_Body_Text_CenterStacked
-style MaterialAlertDialog_Material3_Title_Icon
-style MaterialAlertDialog_Material3_Title_Icon_CenterStacked
-style MaterialAlertDialog_Material3_Title_Panel
-style MaterialAlertDialog_Material3_Title_Panel_CenterStacked
-style MaterialAlertDialog_Material3_Title_Text
-style MaterialAlertDialog_Material3_Title_Text_CenterStacked
-style MaterialAlertDialog_MaterialComponents_Title_Icon
-style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked
-style MaterialAlertDialog_MaterialComponents_Title_Panel
-style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked
-style MaterialAlertDialog_MaterialComponents_Title_Text
-style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked
-style Platform_MaterialComponents
-style Platform_MaterialComponents_Light
-style ShapeAppearance_Material3_LargeComponent
-style ShapeAppearance_Material3_MediumComponent
-style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator
-style ShapeAppearance_Material3_SmallComponent
-style ShapeAppearance_Material3_Tooltip
-style ShapeAppearance_MaterialComponents_LargeComponent
-style ShapeAppearance_MaterialComponents_MediumComponent
-style ShapeAppearance_MaterialComponents_SmallComponent
-style ShapeAppearance_MaterialComponents_Tooltip
-style ShapeAppearanceOverlay_Material3_Button
-style ShapeAppearanceOverlay_Material3_Chip
-style ShapeAppearanceOverlay_Material3_FloatingActionButton
-style ShapeAppearanceOverlay_Material3_NavigationView_Item
-style ShapeAppearanceOverlay_MaterialAlertDialog_Material3
-style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
-style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen
-style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year
-style TextAppearance_Design_CollapsingToolbar_Expanded
-style TextAppearance_Material3_ActionBar_Subtitle
-style TextAppearance_Material3_ActionBar_Title
-style TextAppearance_Material3_BodyLarge
-style TextAppearance_Material3_BodyMedium
-style TextAppearance_Material3_BodySmall
-style TextAppearance_Material3_DisplayLarge
-style TextAppearance_Material3_DisplayMedium
-style TextAppearance_Material3_DisplaySmall
-style TextAppearance_Material3_HeadlineLarge
-style TextAppearance_Material3_HeadlineMedium
-style TextAppearance_Material3_HeadlineSmall
-style TextAppearance_Material3_LabelLarge
-style TextAppearance_Material3_LabelMedium
-style TextAppearance_Material3_LabelSmall
-style TextAppearance_Material3_MaterialTimePicker_Title
-style TextAppearance_Material3_TitleLarge
-style TextAppearance_Material3_TitleMedium
-style TextAppearance_Material3_TitleSmall
-style TextAppearance_MaterialComponents_Body1
-style TextAppearance_MaterialComponents_Body2
-style TextAppearance_MaterialComponents_Button
-style TextAppearance_MaterialComponents_Caption
-style TextAppearance_MaterialComponents_Headline1
-style TextAppearance_MaterialComponents_Headline2
-style TextAppearance_MaterialComponents_Headline3
-style TextAppearance_MaterialComponents_Headline4
-style TextAppearance_MaterialComponents_Headline5
-style TextAppearance_MaterialComponents_Headline6
-style TextAppearance_MaterialComponents_Overline
-style TextAppearance_MaterialComponents_Subtitle1
-style TextAppearance_MaterialComponents_Subtitle2
-style TextAppearance_MaterialComponents_Tooltip
-style Theme_Design
-style Theme_Design_BottomSheetDialog
-style Theme_Design_Light
-style Theme_Design_Light_NoActionBar
-style Theme_Design_NoActionBar
-style Theme_Material3_Dark
-style Theme_Material3_Dark_BottomSheetDialog
-style Theme_Material3_Dark_Dialog
-style Theme_Material3_Dark_Dialog_Alert
-style Theme_Material3_Dark_Dialog_MinWidth
-style Theme_Material3_Dark_DialogWhenLarge
-style Theme_Material3_Dark_NoActionBar
-style Theme_Material3_DayNight
-style Theme_Material3_DayNight_BottomSheetDialog
-style Theme_Material3_DayNight_Dialog
-style Theme_Material3_DayNight_Dialog_Alert
-style Theme_Material3_DayNight_Dialog_MinWidth
-style Theme_Material3_DayNight_DialogWhenLarge
-style Theme_Material3_DayNight_NoActionBar
-style Theme_Material3_DynamicColors_Dark
-style Theme_Material3_DynamicColors_DayNight
-style Theme_Material3_DynamicColors_Light
-style Theme_Material3_Light
-style Theme_Material3_Light_BottomSheetDialog
-style Theme_Material3_Light_Dialog
-style Theme_Material3_Light_Dialog_Alert
-style Theme_Material3_Light_Dialog_MinWidth
-style Theme_Material3_Light_DialogWhenLarge
-style Theme_Material3_Light_NoActionBar
-style Theme_MaterialComponents
-style Theme_MaterialComponents_BottomSheetDialog
-style Theme_MaterialComponents_Bridge
-style Theme_MaterialComponents_CompactMenu
-style Theme_MaterialComponents_DayNight
-style Theme_MaterialComponents_DayNight_Bridge
-style Theme_MaterialComponents_DayNight_DarkActionBar
-style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge
-style Theme_MaterialComponents_DayNight_Dialog
-style Theme_MaterialComponents_DayNight_Dialog_Alert
-style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge
-style Theme_MaterialComponents_DayNight_Dialog_Bridge
-style Theme_MaterialComponents_DayNight_Dialog_FixedSize
-style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge
-style Theme_MaterialComponents_DayNight_Dialog_MinWidth
-style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge
-style Theme_MaterialComponents_DayNight_DialogWhenLarge
-style Theme_MaterialComponents_DayNight_NoActionBar
-style Theme_MaterialComponents_DayNight_NoActionBar_Bridge
-style Theme_MaterialComponents_Dialog
-style Theme_MaterialComponents_Dialog_Alert
-style Theme_MaterialComponents_Dialog_Alert_Bridge
-style Theme_MaterialComponents_Dialog_Bridge
-style Theme_MaterialComponents_Dialog_FixedSize
-style Theme_MaterialComponents_Dialog_FixedSize_Bridge
-style Theme_MaterialComponents_Dialog_MinWidth
-style Theme_MaterialComponents_Dialog_MinWidth_Bridge
-style Theme_MaterialComponents_DialogWhenLarge
-style Theme_MaterialComponents_Light
-style Theme_MaterialComponents_Light_BottomSheetDialog
-style Theme_MaterialComponents_Light_Bridge
-style Theme_MaterialComponents_Light_DarkActionBar
-style Theme_MaterialComponents_Light_DarkActionBar_Bridge
-style Theme_MaterialComponents_Light_Dialog
-style Theme_MaterialComponents_Light_Dialog_Alert
-style Theme_MaterialComponents_Light_Dialog_Alert_Bridge
-style Theme_MaterialComponents_Light_Dialog_Bridge
-style Theme_MaterialComponents_Light_Dialog_FixedSize
-style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge
-style Theme_MaterialComponents_Light_Dialog_MinWidth
-style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge
-style Theme_MaterialComponents_Light_DialogWhenLarge
-style Theme_MaterialComponents_Light_NoActionBar
-style Theme_MaterialComponents_Light_NoActionBar_Bridge
-style Theme_MaterialComponents_NoActionBar
-style Theme_MaterialComponents_NoActionBar_Bridge
-style ThemeOverlay_Material3
-style ThemeOverlay_Material3_AutoCompleteTextView
-style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox
-style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense
-style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox
-style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense
-style ThemeOverlay_Material3_BottomAppBar
-style ThemeOverlay_Material3_BottomSheetDialog
-style ThemeOverlay_Material3_Button
-style ThemeOverlay_Material3_Button_ElevatedButton
-style ThemeOverlay_Material3_Button_TextButton
-style ThemeOverlay_Material3_Button_TextButton_Snackbar
-style ThemeOverlay_Material3_Button_TonalButton
-style ThemeOverlay_Material3_Dark
-style ThemeOverlay_Material3_DayNight_BottomSheetDialog
-style ThemeOverlay_Material3_Dialog
-style ThemeOverlay_Material3_Dialog_Alert
-style ThemeOverlay_Material3_DynamicColors_Dark
-style ThemeOverlay_Material3_DynamicColors_DayNight
-style ThemeOverlay_Material3_DynamicColors_Light
-style ThemeOverlay_Material3_FloatingActionButton_Primary
-style ThemeOverlay_Material3_FloatingActionButton_Secondary
-style ThemeOverlay_Material3_FloatingActionButton_Surface
-style ThemeOverlay_Material3_FloatingActionButton_Tertiary
-style ThemeOverlay_Material3_Light
-style ThemeOverlay_Material3_MaterialAlertDialog
-style ThemeOverlay_Material3_MaterialAlertDialog_Centered
-style ThemeOverlay_Material3_MaterialCalendar
-style ThemeOverlay_Material3_MaterialCalendar_Fullscreen
-style ThemeOverlay_Material3_MaterialTimePicker
-style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText
-style ThemeOverlay_Material3_NavigationView
-style ThemeOverlay_Material3_Snackbar
-style ThemeOverlay_Material3_TextInputEditText
-style ThemeOverlay_Material3_TextInputEditText_FilledBox
-style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense
-style ThemeOverlay_Material3_TextInputEditText_OutlinedBox
-style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense
-style ThemeOverlay_Material3_Toolbar_Surface
-style ThemeOverlay_MaterialComponents
-style ThemeOverlay_MaterialComponents_ActionBar
-style ThemeOverlay_MaterialComponents_BottomSheetDialog
-style ThemeOverlay_MaterialComponents_Dark
-style ThemeOverlay_MaterialComponents_Dark_ActionBar
-style ThemeOverlay_MaterialComponents_Dialog
-style ThemeOverlay_MaterialComponents_Dialog_Alert
-style ThemeOverlay_MaterialComponents_Light
-style ThemeOverlay_MaterialComponents_MaterialCalendar
-style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen
-style ThemeOverlay_MaterialComponents_TimePicker
-style ThemeOverlay_MaterialComponents_Toolbar_Primary
-style ThemeOverlay_MaterialComponents_Toolbar_Surface
-style Widget_Design_AppBarLayout
-style Widget_Design_BottomNavigationView
-style Widget_Design_BottomSheet_Modal
-style Widget_Design_CollapsingToolbar
-style Widget_Design_FloatingActionButton
-style Widget_Design_NavigationView
-style Widget_Design_ScrimInsetsFrameLayout
-style Widget_Design_Snackbar
-style Widget_Design_TabLayout
-style Widget_Design_TextInputLayout
-style Widget_Material3_ActionBar_Solid
-style Widget_Material3_ActionMode
-style Widget_Material3_AppBarLayout
-style Widget_Material3_AutoCompleteTextView_FilledBox
-style Widget_Material3_AutoCompleteTextView_FilledBox_Dense
-style Widget_Material3_AutoCompleteTextView_OutlinedBox
-style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense
-style Widget_Material3_Badge
-style Widget_Material3_BottomAppBar
-style Widget_Material3_BottomNavigationView
-style Widget_Material3_BottomNavigationView_ActiveIndicator
-style Widget_Material3_BottomSheet
-style Widget_Material3_BottomSheet_Modal
-style Widget_Material3_Button
-style Widget_Material3_Button_ElevatedButton
-style Widget_Material3_Button_ElevatedButton_Icon
-style Widget_Material3_Button_Icon
-style Widget_Material3_Button_IconButton
-style Widget_Material3_Button_OutlinedButton
-style Widget_Material3_Button_OutlinedButton_Icon
-style Widget_Material3_Button_TextButton
-style Widget_Material3_Button_TextButton_Dialog
-style Widget_Material3_Button_TextButton_Dialog_Flush
-style Widget_Material3_Button_TextButton_Dialog_Icon
-style Widget_Material3_Button_TextButton_Icon
-style Widget_Material3_Button_TextButton_Snackbar
-style Widget_Material3_Button_TonalButton
-style Widget_Material3_Button_TonalButton_Icon
-style Widget_Material3_Button_UnelevatedButton
-style Widget_Material3_CardView_Elevated
-style Widget_Material3_CardView_Filled
-style Widget_Material3_CardView_Outlined
-style Widget_Material3_CheckedTextView
-style Widget_Material3_Chip_Assist
-style Widget_Material3_Chip_Assist_Elevated
-style Widget_Material3_Chip_Filter
-style Widget_Material3_Chip_Filter_Elevated
-style Widget_Material3_Chip_Input
-style Widget_Material3_Chip_Input_Elevated
-style Widget_Material3_Chip_Input_Icon
-style Widget_Material3_Chip_Input_Icon_Elevated
-style Widget_Material3_Chip_Suggestion
-style Widget_Material3_Chip_Suggestion_Elevated
-style Widget_Material3_ChipGroup
-style Widget_Material3_CircularProgressIndicator
-style Widget_Material3_CircularProgressIndicator_ExtraSmall
-style Widget_Material3_CircularProgressIndicator_Medium
-style Widget_Material3_CircularProgressIndicator_Small
-style Widget_Material3_CollapsingToolbar
-style Widget_Material3_CollapsingToolbar_Large
-style Widget_Material3_CollapsingToolbar_Medium
-style Widget_Material3_CompoundButton_CheckBox
-style Widget_Material3_CompoundButton_RadioButton
-style Widget_Material3_CompoundButton_Switch
-style Widget_Material3_DrawerLayout
-style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary
-style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary
-style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface
-style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary
-style Widget_Material3_ExtendedFloatingActionButton_Primary
-style Widget_Material3_ExtendedFloatingActionButton_Secondary
-style Widget_Material3_ExtendedFloatingActionButton_Surface
-style Widget_Material3_ExtendedFloatingActionButton_Tertiary
-style Widget_Material3_FloatingActionButton_Large_Primary
-style Widget_Material3_FloatingActionButton_Large_Secondary
-style Widget_Material3_FloatingActionButton_Large_Surface
-style Widget_Material3_FloatingActionButton_Large_Tertiary
-style Widget_Material3_FloatingActionButton_Primary
-style Widget_Material3_FloatingActionButton_Secondary
-style Widget_Material3_FloatingActionButton_Surface
-style Widget_Material3_FloatingActionButton_Tertiary
-style Widget_Material3_Light_ActionBar_Solid
-style Widget_Material3_LinearProgressIndicator
-style Widget_Material3_MaterialCalendar
-style Widget_Material3_MaterialCalendar_Day
-style Widget_Material3_MaterialCalendar_Day_Invalid
-style Widget_Material3_MaterialCalendar_Day_Selected
-style Widget_Material3_MaterialCalendar_Day_Today
-style Widget_Material3_MaterialCalendar_Fullscreen
-style Widget_Material3_MaterialCalendar_Item
-style Widget_Material3_MaterialCalendar_Year
-style Widget_Material3_MaterialCalendar_Year_Selected
-style Widget_Material3_MaterialCalendar_Year_Today
-style Widget_Material3_MaterialDivider
-style Widget_Material3_MaterialDivider_Heavy
-style Widget_Material3_MaterialTimePicker
-style Widget_Material3_MaterialTimePicker_Button
-style Widget_Material3_MaterialTimePicker_Clock
-style Widget_Material3_MaterialTimePicker_Display
-style Widget_Material3_MaterialTimePicker_Display_Divider
-style Widget_Material3_MaterialTimePicker_Display_HelperText
-style Widget_Material3_MaterialTimePicker_Display_TextInputEditText
-style Widget_Material3_MaterialTimePicker_Display_TextInputLayout
-style Widget_Material3_MaterialTimePicker_ImageButton
-style Widget_Material3_NavigationRailView
-style Widget_Material3_NavigationRailView_ActiveIndicator
-style Widget_Material3_NavigationView
-style Widget_Material3_PopupMenu
-style Widget_Material3_PopupMenu_ContextMenu
-style Widget_Material3_PopupMenu_ListPopupWindow
-style Widget_Material3_PopupMenu_Overflow
-style Widget_Material3_Slider
-style Widget_Material3_Snackbar
-style Widget_Material3_Snackbar_FullWidth
-style Widget_Material3_Snackbar_TextView
-style Widget_Material3_TabLayout
-style Widget_Material3_TabLayout_OnSurface
-style Widget_Material3_TabLayout_Secondary
-style Widget_Material3_TextInputEditText_FilledBox
-style Widget_Material3_TextInputEditText_FilledBox_Dense
-style Widget_Material3_TextInputEditText_OutlinedBox
-style Widget_Material3_TextInputEditText_OutlinedBox_Dense
-style Widget_Material3_TextInputLayout_FilledBox
-style Widget_Material3_TextInputLayout_FilledBox_Dense
-style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
-style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu
-style Widget_Material3_TextInputLayout_OutlinedBox
-style Widget_Material3_TextInputLayout_OutlinedBox_Dense
-style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
-style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu
-style Widget_Material3_Toolbar
-style Widget_Material3_Toolbar_OnSurface
-style Widget_Material3_Toolbar_Surface
-style Widget_Material3_Tooltip
-style Widget_MaterialComponents_ActionBar_Primary
-style Widget_MaterialComponents_ActionBar_PrimarySurface
-style Widget_MaterialComponents_ActionBar_Solid
-style Widget_MaterialComponents_ActionBar_Surface
-style Widget_MaterialComponents_AppBarLayout_Primary
-style Widget_MaterialComponents_AppBarLayout_PrimarySurface
-style Widget_MaterialComponents_AppBarLayout_Surface
-style Widget_MaterialComponents_Badge
-style Widget_MaterialComponents_BottomAppBar
-style Widget_MaterialComponents_BottomAppBar_Colored
-style Widget_MaterialComponents_BottomAppBar_PrimarySurface
-style Widget_MaterialComponents_BottomNavigationView
-style Widget_MaterialComponents_BottomNavigationView_Colored
-style Widget_MaterialComponents_BottomNavigationView_PrimarySurface
-style Widget_MaterialComponents_BottomSheet
-style Widget_MaterialComponents_BottomSheet_Modal
-style Widget_MaterialComponents_Button
-style Widget_MaterialComponents_Button_OutlinedButton
-style Widget_MaterialComponents_Button_TextButton
-style Widget_MaterialComponents_Button_TextButton_Dialog
-style Widget_MaterialComponents_Button_TextButton_Dialog_Flush
-style Widget_MaterialComponents_Button_UnelevatedButton
-style Widget_MaterialComponents_CardView
-style Widget_MaterialComponents_Chip_Action
-style Widget_MaterialComponents_Chip_Choice
-style Widget_MaterialComponents_Chip_Entry
-style Widget_MaterialComponents_Chip_Filter
-style Widget_MaterialComponents_ChipGroup
-style Widget_MaterialComponents_CircularProgressIndicator
-style Widget_MaterialComponents_ExtendedFloatingActionButton
-style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon
-style Widget_MaterialComponents_FloatingActionButton
-style Widget_MaterialComponents_Light_ActionBar_Solid
-style Widget_MaterialComponents_LinearProgressIndicator
-style Widget_MaterialComponents_MaterialCalendar
-style Widget_MaterialComponents_MaterialCalendar_Day
-style Widget_MaterialComponents_MaterialCalendar_Day_Invalid
-style Widget_MaterialComponents_MaterialCalendar_Day_Selected
-style Widget_MaterialComponents_MaterialCalendar_Day_Today
-style Widget_MaterialComponents_MaterialCalendar_Fullscreen
-style Widget_MaterialComponents_MaterialCalendar_Item
-style Widget_MaterialComponents_MaterialCalendar_Year
-style Widget_MaterialComponents_MaterialCalendar_Year_Selected
-style Widget_MaterialComponents_MaterialCalendar_Year_Today
-style Widget_MaterialComponents_MaterialDivider
-style Widget_MaterialComponents_NavigationRailView
-style Widget_MaterialComponents_NavigationRailView_Colored
-style Widget_MaterialComponents_NavigationRailView_Colored_Compact
-style Widget_MaterialComponents_NavigationRailView_Compact
-style Widget_MaterialComponents_NavigationRailView_PrimarySurface
-style Widget_MaterialComponents_Slider
-style Widget_MaterialComponents_Snackbar
-style Widget_MaterialComponents_Snackbar_FullWidth
-style Widget_MaterialComponents_Snackbar_TextView
-style Widget_MaterialComponents_TabLayout
-style Widget_MaterialComponents_TabLayout_Colored
-style Widget_MaterialComponents_TabLayout_PrimarySurface
-style Widget_MaterialComponents_TextInputLayout_FilledBox
-style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense
-style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
-style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu
-style Widget_MaterialComponents_TextInputLayout_OutlinedBox
-style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense
-style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
-style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu
-style Widget_MaterialComponents_TextView
-style Widget_MaterialComponents_TimePicker
-style Widget_MaterialComponents_TimePicker_Button
-style Widget_MaterialComponents_TimePicker_Display
-style Widget_MaterialComponents_TimePicker_Display_TextInputEditText
-style Widget_MaterialComponents_TimePicker_ImageButton
-style Widget_MaterialComponents_Toolbar
-style Widget_MaterialComponents_Toolbar_Primary
-style Widget_MaterialComponents_Toolbar_PrimarySurface
-style Widget_MaterialComponents_Toolbar_Surface
-style Widget_MaterialComponents_Tooltip
-attr additionalPaddingEndForIcon
-attr additionalPaddingStartForIcon
-attr animationMode
-attr appBarLayoutStyle
-string appbar_scrolling_view_behavior
-attr backgroundColor
-attr backgroundInsetBottom
-attr backgroundInsetEnd
-attr backgroundInsetStart
-attr backgroundInsetTop
-color backgroundTint
-attr backgroundTint
-attr badgeGravity
-attr badgeStyle
-attr badgeTextColor
-attr behavior_autoHide
-attr behavior_autoShrink
-attr behavior_draggable
-attr behavior_expandedOffset
-attr behavior_fitToContents
-attr behavior_halfExpandedRatio
-attr behavior_hideable
-attr behavior_overlapTop
-attr behavior_peekHeight
-attr behavior_saveFlags
-attr behavior_skipCollapsed
-attr borderWidth
-attr bottomAppBarStyle
-attr bottomInsetScrimEnabled
-attr bottomNavigationStyle
-attr bottomSheetDialogTheme
-attr bottomSheetStyle
-string bottom_sheet_behavior
-attr boxBackgroundColor
-attr boxBackgroundMode
-attr boxCollapsedPaddingBottom
-attr boxCollapsedPaddingTop
-attr boxCornerRadiusBottomEnd
-attr boxCornerRadiusBottomStart
-attr boxCornerRadiusTopEnd
-attr boxCornerRadiusTopStart
-attr boxExpandedPaddingBottom
-attr boxExpandedPaddingTop
-attr boxPaddingBottom
-attr boxPaddingEnd
-attr boxPaddingStart
-attr boxPaddingTop
-attr boxStrokeColor
-attr boxStrokeErrorColor
-attr boxStrokeWidth
-attr boxStrokeWidthFocused
-attr cardForegroundColor
-attr centerIfNoTextEnabled
-attr checkedButton
-attr checkedChip
-attr checkedIcon
-attr checkedIconEnabled
-attr checkedIconGravity
-attr checkedIconMargin
-attr checkedIconSize
-attr checkedIconTint
-attr checkedIconVisible
-attr chipBackgroundColor
-attr chipCornerRadius
-attr chipEndPadding
-attr chipGroupStyle
-attr chipIcon
-attr chipIconEnabled
-attr chipIconSize
-attr chipIconTint
-attr chipIconVisible
-attr chipMinHeight
-attr chipMinTouchTargetSize
-attr chipSpacing
-attr chipSpacingHorizontal
-attr chipSpacingVertical
-attr chipStandaloneStyle
-attr chipStartPadding
-attr chipStrokeColor
-attr chipStrokeWidth
-attr chipStyle
-attr circularProgressIndicatorStyle
-attr clockFaceBackgroundColor
-attr clockHandColor
-attr clockIcon
-attr clockNumberTextColor
-attr closeIcon
-attr closeIconEnabled
-attr closeIconEndPadding
-attr closeIconSize
-attr closeIconStartPadding
-attr closeIconTint
-attr closeIconVisible
-attr collapsedSize
-attr collapsedTitleGravity
-attr collapsedTitleTextAppearance
-attr collapsedTitleTextColor
-attr collapsingToolbarLayoutLargeSize
-attr collapsingToolbarLayoutLargeStyle
-attr collapsingToolbarLayoutMediumSize
-attr collapsingToolbarLayoutMediumStyle
-attr collapsingToolbarLayoutStyle
-attr colorErrorContainer
-attr colorOnBackground
-attr colorOnError
-attr colorOnErrorContainer
-attr colorOnPrimary
-attr colorOnPrimaryContainer
-attr colorOnPrimarySurface
-attr colorOnSecondary
-attr colorOnSecondaryContainer
-attr colorOnSurface
-attr colorOnSurfaceInverse
-attr colorOnSurfaceVariant
-attr colorOnTertiary
-attr colorOnTertiaryContainer
-attr colorOutline
-attr colorPrimaryContainer
-attr colorPrimaryInverse
-attr colorPrimarySurface
-attr colorPrimaryVariant
-attr colorSecondary
-attr colorSecondaryContainer
-attr colorSecondaryVariant
-attr colorSurface
-attr colorSurfaceInverse
-attr colorSurfaceVariant
-attr colorTertiary
-attr colorTertiaryContainer
-attr contentPaddingEnd
-attr contentPaddingStart
-attr contentScrim
-attr cornerFamily
-attr cornerFamilyBottomLeft
-attr cornerFamilyBottomRight
-attr cornerFamilyTopLeft
-attr cornerFamilyTopRight
-attr cornerRadius
-attr cornerSize
-attr cornerSizeBottomLeft
-attr cornerSizeBottomRight
-attr cornerSizeTopLeft
-attr cornerSizeTopRight
-attr counterEnabled
-attr counterMaxLength
-attr counterOverflowTextAppearance
-attr counterOverflowTextColor
-attr counterTextAppearance
-attr counterTextColor
-attr dayInvalidStyle
-attr daySelectedStyle
-attr dayStyle
-attr dayTodayStyle
-color design_default_color_background
-color design_default_color_error
-color design_default_color_on_primary
-color design_default_color_on_secondary
-color design_default_color_primary
-color design_default_color_primary_dark
-color design_default_color_primary_variant
-color design_default_color_secondary
-color design_default_color_secondary_variant
-color design_default_color_surface
-attr dividerColor
-attr dividerInsetEnd
-attr dividerInsetStart
-attr dividerThickness
-attr drawerLayoutCornerSize
-attr dynamicColorThemeOverlay
-attr elevationOverlayColor
-attr elevationOverlayEnabled
-attr enableEdgeToEdge
-attr endIconCheckable
-attr endIconContentDescription
-attr endIconDrawable
-attr endIconMode
-attr endIconTint
-attr endIconTintMode
-attr enforceMaterialTheme
-attr enforceTextAppearance
-attr ensureMinTouchTargetSize
-attr errorContentDescription
-attr errorEnabled
-attr errorIconDrawable
-attr errorIconTint
-attr errorIconTintMode
-attr errorTextAppearance
-attr errorTextColor
-attr expanded
-attr expandedHintEnabled
-attr expandedTitleGravity
-attr expandedTitleMargin
-attr expandedTitleMarginBottom
-attr expandedTitleMarginEnd
-attr expandedTitleMarginStart
-attr expandedTitleMarginTop
-attr expandedTitleTextAppearance
-attr expandedTitleTextColor
-attr extendMotionSpec
-attr extendedFloatingActionButtonPrimaryStyle
-attr extendedFloatingActionButtonSecondaryStyle
-attr extendedFloatingActionButtonStyle
-attr extendedFloatingActionButtonSurfaceStyle
-attr extendedFloatingActionButtonTertiaryStyle
-attr fabAlignmentMode
-attr fabAnimationMode
-attr fabCradleMargin
-attr fabCradleRoundedCornerRadius
-attr fabCradleVerticalOffset
-attr fabCustomSize
-attr fabSize
-string fab_transformation_scrim_behavior
-string fab_transformation_sheet_behavior
-attr floatingActionButtonLargePrimaryStyle
-attr floatingActionButtonLargeSecondaryStyle
-attr floatingActionButtonLargeStyle
-attr floatingActionButtonLargeSurfaceStyle
-attr floatingActionButtonLargeTertiaryStyle
-attr floatingActionButtonPrimaryStyle
-attr floatingActionButtonSecondaryStyle
-attr floatingActionButtonStyle
-attr floatingActionButtonSurfaceStyle
-attr floatingActionButtonTertiaryStyle
-attr gestureInsetBottomIgnored
-attr haloColor
-attr haloRadius
-attr headerLayout
-attr helperText
-attr helperTextEnabled
-attr helperTextTextAppearance
-attr helperTextTextColor
-attr hideAnimationBehavior
-attr hideMotionSpec
-attr hideOnScroll
-string hide_bottom_view_on_scroll_behavior
-attr hintAnimationEnabled
-attr hintEnabled
-attr hintTextAppearance
-attr hintTextColor
-attr horizontalOffset
-attr hoveredFocusedTranslationZ
-attr icon
-attr iconEndPadding
-attr iconGravity
-attr iconPadding
-attr iconSize
-attr iconStartPadding
-attr iconTint
-attr iconTintMode
-attr indeterminateAnimationType
-attr indicatorColor
-attr indicatorDirectionCircular
-attr indicatorDirectionLinear
-attr indicatorInset
-attr indicatorSize
-attr insetForeground
-attr itemActiveIndicatorStyle
-attr itemBackground
-attr itemFillColor
-attr itemHorizontalPadding
-attr itemHorizontalTranslationEnabled
-attr itemIconPadding
-attr itemIconSize
-attr itemIconTint
-attr itemMaxLines
-attr itemMinHeight
-attr itemPaddingBottom
-attr itemPaddingTop
-attr itemRippleColor
-attr itemShapeAppearance
-attr itemShapeAppearanceOverlay
-attr itemShapeFillColor
-attr itemShapeInsetBottom
-attr itemShapeInsetEnd
-attr itemShapeInsetStart
-attr itemShapeInsetTop
-attr itemStrokeColor
-attr itemStrokeWidth
-attr itemTextAppearance
-attr itemTextAppearanceActive
-attr itemTextAppearanceInactive
-attr itemTextColor
-attr itemVerticalPadding
-attr keyboardIcon
-attr labelBehavior
-attr labelStyle
-attr labelVisibilityMode
-attr lastItemDecorated
-attr layout_collapseMode
-attr layout_collapseParallaxMultiplier
-attr layout_scrollFlags
-attr layout_scrollInterpolator
-attr liftOnScroll
-attr liftOnScrollTargetViewId
-attr linearProgressIndicatorStyle
-attr logoAdjustViewBounds
-attr logoScaleType
-attr marginHorizontal
-attr marginLeftSystemWindowInsets
-attr marginRightSystemWindowInsets
-attr marginTopSystemWindowInsets
-attr materialAlertDialogBodyTextStyle
-attr materialAlertDialogButtonSpacerVisibility
-attr materialAlertDialogTheme
-attr materialAlertDialogTitleIconStyle
-attr materialAlertDialogTitlePanelStyle
-attr materialAlertDialogTitleTextStyle
-attr materialButtonOutlinedStyle
-attr materialButtonStyle
-attr materialButtonToggleGroupStyle
-attr materialCalendarFullscreenTheme
-attr materialCalendarStyle
-attr materialCalendarTheme
-attr materialCardViewElevatedStyle
-attr materialCardViewFilledStyle
-attr materialCardViewOutlinedStyle
-attr materialCardViewStyle
-attr materialClockStyle
-attr materialDividerHeavyStyle
-attr materialDividerStyle
-attr materialThemeOverlay
-attr materialTimePickerStyle
-attr materialTimePickerTheme
-color material_dynamic_neutral0
-color material_dynamic_neutral10
-color material_dynamic_neutral100
-color material_dynamic_neutral20
-color material_dynamic_neutral30
-color material_dynamic_neutral40
-color material_dynamic_neutral50
-color material_dynamic_neutral60
-color material_dynamic_neutral70
-color material_dynamic_neutral80
-color material_dynamic_neutral90
-color material_dynamic_neutral95
-color material_dynamic_neutral99
-color material_dynamic_neutral_variant0
-color material_dynamic_neutral_variant10
-color material_dynamic_neutral_variant100
-color material_dynamic_neutral_variant20
-color material_dynamic_neutral_variant30
-color material_dynamic_neutral_variant40
-color material_dynamic_neutral_variant50
-color material_dynamic_neutral_variant60
-color material_dynamic_neutral_variant70
-color material_dynamic_neutral_variant80
-color material_dynamic_neutral_variant90
-color material_dynamic_neutral_variant95
-color material_dynamic_neutral_variant99
-color material_dynamic_primary0
-color material_dynamic_primary10
-color material_dynamic_primary100
-color material_dynamic_primary20
-color material_dynamic_primary30
-color material_dynamic_primary40
-color material_dynamic_primary50
-color material_dynamic_primary60
-color material_dynamic_primary70
-color material_dynamic_primary80
-color material_dynamic_primary90
-color material_dynamic_primary95
-color material_dynamic_primary99
-color material_dynamic_secondary0
-color material_dynamic_secondary10
-color material_dynamic_secondary100
-color material_dynamic_secondary20
-color material_dynamic_secondary30
-color material_dynamic_secondary40
-color material_dynamic_secondary50
-color material_dynamic_secondary60
-color material_dynamic_secondary70
-color material_dynamic_secondary80
-color material_dynamic_secondary90
-color material_dynamic_secondary95
-color material_dynamic_secondary99
-color material_dynamic_tertiary0
-color material_dynamic_tertiary10
-color material_dynamic_tertiary100
-color material_dynamic_tertiary20
-color material_dynamic_tertiary30
-color material_dynamic_tertiary40
-color material_dynamic_tertiary50
-color material_dynamic_tertiary60
-color material_dynamic_tertiary70
-color material_dynamic_tertiary80
-color material_dynamic_tertiary90
-color material_dynamic_tertiary95
-color material_dynamic_tertiary99
-dimen material_emphasis_disabled
-dimen material_emphasis_disabled_background
-dimen material_emphasis_high_type
-dimen material_emphasis_medium
-integer material_motion_duration_long_1
-integer material_motion_duration_long_2
-integer material_motion_duration_medium_1
-integer material_motion_duration_medium_2
-integer material_motion_duration_short_1
-integer material_motion_duration_short_2
-string material_motion_easing_accelerated
-string material_motion_easing_decelerated
-string material_motion_easing_emphasized
-string material_motion_easing_linear
-string material_motion_easing_standard
-color material_on_background_disabled
-color material_on_background_emphasis_high_type
-color material_on_background_emphasis_medium
-color material_on_primary_disabled
-color material_on_primary_emphasis_high_type
-color material_on_primary_emphasis_medium
-color material_on_surface_disabled
-color material_on_surface_emphasis_high_type
-color material_on_surface_emphasis_medium
-color material_on_surface_stroke
-attr maxActionInlineWidth
-attr maxCharacterCount
-attr maxImageSize
-attr maxLines
-attr menu
-attr menuGravity
-attr minHideDelay
-attr minTouchTargetSize
-attr motionDurationLong1
-attr motionDurationLong2
-attr motionDurationMedium1
-attr motionDurationMedium2
-attr motionDurationShort1
-attr motionDurationShort2
-attr motionEasingAccelerated
-attr motionEasingDecelerated
-attr motionEasingEmphasized
-attr motionEasingLinear
-attr motionEasingStandard
-attr motionPath
-attr navigationIconTint
-attr navigationRailStyle
-attr navigationViewStyle
-attr number
-attr paddingBottomSystemWindowInsets
-attr paddingLeftSystemWindowInsets
-attr paddingRightSystemWindowInsets
-attr paddingTopSystemWindowInsets
-attr passwordToggleContentDescription
-attr passwordToggleDrawable
-attr passwordToggleEnabled
-attr passwordToggleTint
-attr passwordToggleTintMode
-attr placeholderText
-attr placeholderTextAppearance
-attr placeholderTextColor
-attr popupMenuBackground
-attr prefixText
-attr prefixTextAppearance
-attr prefixTextColor
-attr pressedTranslationZ
-attr rangeFillColor
-attr rippleColor
-attr scrimAnimationDuration
-attr scrimBackground
-attr scrimVisibleHeightTrigger
-attr selectionRequired
-attr shapeAppearance
-attr shapeAppearanceLargeComponent
-attr shapeAppearanceMediumComponent
-attr shapeAppearanceOverlay
-attr shapeAppearanceSmallComponent
-attr showAnimationBehavior
-attr showDelay
-attr showMotionSpec
-attr shrinkMotionSpec
-attr simpleItemLayout
-attr simpleItems
-attr singleLine
-attr singleSelection
-attr sliderStyle
-attr snackbarButtonStyle
-attr snackbarStyle
-attr snackbarTextViewStyle
-attr startIconCheckable
-attr startIconContentDescription
-attr startIconDrawable
-attr startIconTint
-attr startIconTintMode
-attr state_dragged
-attr state_liftable
-attr state_lifted
-attr statusBarForeground
-attr statusBarScrim
-attr strokeColor
-attr strokeWidth
-attr subheaderColor
-attr subheaderInsetEnd
-attr subheaderInsetStart
-attr subheaderTextAppearance
-attr subtitleCentered
-attr suffixText
-attr suffixTextAppearance
-attr suffixTextColor
-attr tabBackground
-attr tabContentStart
-attr tabGravity
-attr tabIconTint
-attr tabIconTintMode
-attr tabIndicator
-attr tabIndicatorAnimationMode
-attr tabIndicatorColor
-attr tabIndicatorFullWidth
-attr tabIndicatorGravity
-attr tabIndicatorHeight
-attr tabInlineLabel
-attr tabMaxWidth
-attr tabMinWidth
-attr tabMode
-attr tabPadding
-attr tabPaddingBottom
-attr tabPaddingEnd
-attr tabPaddingStart
-attr tabPaddingTop
-attr tabRippleColor
-attr tabSecondaryStyle
-attr tabSelectedTextColor
-attr tabStyle
-attr tabTextAppearance
-attr tabTextColor
-attr textAppearanceBody1
-attr textAppearanceBody2
-attr textAppearanceBodyLarge
-attr textAppearanceBodyMedium
-attr textAppearanceBodySmall
-attr textAppearanceButton
-attr textAppearanceCaption
-attr textAppearanceDisplayLarge
-attr textAppearanceDisplayMedium
-attr textAppearanceDisplaySmall
-attr textAppearanceHeadline1
-attr textAppearanceHeadline2
-attr textAppearanceHeadline3
-attr textAppearanceHeadline4
-attr textAppearanceHeadline5
-attr textAppearanceHeadline6
-attr textAppearanceHeadlineLarge
-attr textAppearanceHeadlineMedium
-attr textAppearanceHeadlineSmall
-attr textAppearanceLabelLarge
-attr textAppearanceLabelMedium
-attr textAppearanceLabelSmall
-attr textAppearanceOverline
-attr textAppearanceSubtitle1
-attr textAppearanceSubtitle2
-attr textAppearanceTitleLarge
-attr textAppearanceTitleMedium
-attr textAppearanceTitleSmall
-attr textEndPadding
-attr textInputFilledDenseStyle
-attr textInputFilledExposedDropdownMenuStyle
-attr textInputFilledStyle
-attr textInputLayoutFocusedRectEnabled
-attr textInputOutlinedDenseStyle
-attr textInputOutlinedExposedDropdownMenuStyle
-attr textInputOutlinedStyle
-attr textInputStyle
-attr textStartPadding
-attr thumbColor
-attr thumbElevation
-attr thumbRadius
-attr thumbStrokeColor
-attr thumbStrokeWidth
-attr tickColor
-attr tickColorActive
-attr tickColorInactive
-attr tickVisible
-attr titleCentered
-attr titleEnabled
-attr titlePositionInterpolator
-attr toolbarId
-attr toolbarSurfaceStyle
-attr tooltipStyle
-attr topInsetScrimEnabled
-attr trackColor
-attr trackColorActive
-attr trackColorInactive
-attr trackCornerRadius
-attr trackHeight
-attr trackThickness
-attr transitionShapeAppearance
-attr useCompatPadding
-attr useMaterialThemeColors
-attr values
-attr verticalOffset
-attr yearSelectedStyle
-attr yearStyle
-attr yearTodayStyle
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res.zip
deleted file mode 100644
index f5e50d0..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/design_bottom_sheet_slide_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/design_bottom_sheet_slide_in.xml
deleted file mode 100644
index 30d0d0d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/design_bottom_sheet_slide_in.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/design_bottom_sheet_slide_out.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/design_bottom_sheet_slide_out.xml
deleted file mode 100644
index 459c216..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/design_bottom_sheet_slide_out.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/mtrl_bottom_sheet_slide_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/mtrl_bottom_sheet_slide_in.xml
deleted file mode 100644
index 737e410..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/mtrl_bottom_sheet_slide_in.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/mtrl_bottom_sheet_slide_out.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/mtrl_bottom_sheet_slide_out.xml
deleted file mode 100644
index 4e63b7b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/mtrl_bottom_sheet_slide_out.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_bottom_sheet_slide_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_bottom_sheet_slide_in.xml
deleted file mode 100644
index b01829e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_bottom_sheet_slide_in.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_bottom_sheet_slide_out.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_bottom_sheet_slide_out.xml
deleted file mode 100644
index 12fd977..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_bottom_sheet_slide_out.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_snackbar_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_snackbar_in.xml
deleted file mode 100644
index 45e6ccb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_snackbar_in.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_snackbar_out.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_snackbar_out.xml
deleted file mode 100644
index 5e21a20..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_snackbar_out.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_bottom_sheet_slide_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_bottom_sheet_slide_in.xml
deleted file mode 100644
index 34a8b7b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_bottom_sheet_slide_in.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_bottom_sheet_slide_out.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_bottom_sheet_slide_out.xml
deleted file mode 100644
index 3a4c67a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_bottom_sheet_slide_out.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_card_lowers_interpolator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_card_lowers_interpolator.xml
deleted file mode 100644
index a80d781..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_card_lowers_interpolator.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator-v21/design_appbar_state_list_animator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator-v21/design_appbar_state_list_animator.xml
deleted file mode 100644
index 94ee693..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator-v21/design_appbar_state_list_animator.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/design_fab_hide_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/design_fab_hide_motion_spec.xml
deleted file mode 100644
index c748813..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/design_fab_hide_motion_spec.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/design_fab_show_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/design_fab_show_motion_spec.xml
deleted file mode 100644
index bfddcee..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/design_fab_show_motion_spec.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line1_head_interpolator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line1_head_interpolator.xml
deleted file mode 100644
index 627678f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line1_head_interpolator.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line1_tail_interpolator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line1_tail_interpolator.xml
deleted file mode 100644
index 82ca9eb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line1_tail_interpolator.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line2_head_interpolator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line2_head_interpolator.xml
deleted file mode 100644
index 4b5cac8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line2_head_interpolator.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line2_tail_interpolator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line2_tail_interpolator.xml
deleted file mode 100644
index 7834163..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line2_tail_interpolator.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_btn_elevated_btn_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_btn_elevated_btn_state_list_anim.xml
deleted file mode 100644
index c1d5edd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_btn_elevated_btn_state_list_anim.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_btn_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_btn_state_list_anim.xml
deleted file mode 100644
index 56d21ec..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_btn_state_list_anim.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_card_elevated_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_card_elevated_state_list_anim.xml
deleted file mode 100644
index cdc2bb4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_card_elevated_state_list_anim.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
-
-
- -
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_card_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_card_state_list_anim.xml
deleted file mode 100644
index 33a828b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_card_state_list_anim.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_chip_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_chip_state_list_anim.xml
deleted file mode 100644
index 5718329..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_chip_state_list_anim.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_elevated_chip_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_elevated_chip_state_list_anim.xml
deleted file mode 100644
index 240f429..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_elevated_chip_state_list_anim.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_btn_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_btn_state_list_anim.xml
deleted file mode 100644
index 38d4d9f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_btn_state_list_anim.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_btn_unelevated_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_btn_unelevated_state_list_anim.xml
deleted file mode 100644
index 5d5834a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_btn_unelevated_state_list_anim.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_card_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_card_state_list_anim.xml
deleted file mode 100644
index 058c65b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_card_state_list_anim.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
- -
-
-
-
-
-
-
- -
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_chip_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_chip_state_list_anim.xml
deleted file mode 100644
index dcdb4d1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_chip_state_list_anim.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml
deleted file mode 100644
index f4b8018..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml
deleted file mode 100644
index d03b023..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_hide_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_hide_motion_spec.xml
deleted file mode 100644
index 9f9f2ae..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_hide_motion_spec.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_show_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_show_motion_spec.xml
deleted file mode 100644
index 9659742..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_show_motion_spec.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_state_list_animator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_state_list_animator.xml
deleted file mode 100644
index ae64e8f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_state_list_animator.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_hide_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_hide_motion_spec.xml
deleted file mode 100644
index 122aca1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_hide_motion_spec.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_show_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_show_motion_spec.xml
deleted file mode 100644
index 392e0d9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_show_motion_spec.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml
deleted file mode 100644
index 1da3578..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_transformation_sheet_expand_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_transformation_sheet_expand_spec.xml
deleted file mode 100644
index 0f10c4c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_transformation_sheet_expand_spec.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_button_stroke.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_button_stroke.xml
deleted file mode 100644
index 7854866..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_button_stroke.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_clockface.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_clockface.xml
deleted file mode 100644
index cb0d4c0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_clockface.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_modebutton_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_modebutton_tint.xml
deleted file mode 100644
index 2f1331f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_modebutton_tint.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_default_color_primary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_default_color_primary_text.xml
deleted file mode 100644
index 7fe6931..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_default_color_primary_text.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml
deleted file mode 100644
index 129b6f5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_highlighted_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_highlighted_text.xml
deleted file mode 100644
index cdd3583..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_highlighted_text.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_hint_foreground.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_hint_foreground.xml
deleted file mode 100644
index 44039d8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_hint_foreground.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml
deleted file mode 100644
index 97dd91d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_default_color_primary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_default_color_primary_text.xml
deleted file mode 100644
index 219c210..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_default_color_primary_text.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_default_color_secondary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_default_color_secondary_text.xml
deleted file mode 100644
index e9706bb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_default_color_secondary_text.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_highlighted_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_highlighted_text.xml
deleted file mode 100644
index 5543e65..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_highlighted_text.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_hint_foreground.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_hint_foreground.xml
deleted file mode 100644
index 34d8867..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_hint_foreground.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_primary_text_disable_only.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_primary_text_disable_only.xml
deleted file mode 100644
index e2a24c6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_primary_text_disable_only.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/checkbox_themeable_attribute_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/checkbox_themeable_attribute_color.xml
deleted file mode 100644
index 7b55f4c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/checkbox_themeable_attribute_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_box_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_box_stroke_color.xml
deleted file mode 100644
index e31903f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_box_stroke_color.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_error.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_error.xml
deleted file mode 100644
index 80b2b6c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_error.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_icon_tint.xml
deleted file mode 100644
index b5a7111..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_icon_tint.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_appbar_overlay_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_appbar_overlay_color.xml
deleted file mode 100644
index e905911..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_appbar_overlay_color.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_assist_chip_icon_tint_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_assist_chip_icon_tint_color.xml
deleted file mode 100644
index 6815069..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_assist_chip_icon_tint_color.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_assist_chip_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_assist_chip_stroke_color.xml
deleted file mode 100644
index 75e3601..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_assist_chip_stroke_color.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_background_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_background_color_selector.xml
deleted file mode 100644
index 9f4ebda..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_background_color_selector.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_foreground_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_foreground_color_selector.xml
deleted file mode 100644
index 9e594c5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_foreground_color_selector.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_outline_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_outline_color_selector.xml
deleted file mode 100644
index df01f9d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_outline_color_selector.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_ripple_color.xml
deleted file mode 100644
index 6393e53..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_ripple_color.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_ripple_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_ripple_color_selector.xml
deleted file mode 100644
index 879e8f6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_ripple_color_selector.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_calendar_item_disabled_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_calendar_item_disabled_text.xml
deleted file mode 100644
index 1d733b2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_calendar_item_disabled_text.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_calendar_item_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_calendar_item_stroke_color.xml
deleted file mode 100644
index a988c4d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_calendar_item_stroke_color.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_foreground_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_foreground_color.xml
deleted file mode 100644
index ef22c51..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_foreground_color.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_ripple_color.xml
deleted file mode 100644
index e2bad74..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_ripple_color.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_stroke_color.xml
deleted file mode 100644
index 42a6c07..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_stroke_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_assist_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_assist_text_color.xml
deleted file mode 100644
index ab7f687..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_assist_text_color.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_background_color.xml
deleted file mode 100644
index 8efdcda..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_background_color.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_ripple_color.xml
deleted file mode 100644
index 3e8ace2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_ripple_color.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_stroke_color.xml
deleted file mode 100644
index 3cc9b0d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_stroke_color.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_text_color.xml
deleted file mode 100644
index 70a4a34..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_text_color.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_default_color_primary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_default_color_primary_text.xml
deleted file mode 100644
index ef7f3b8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_default_color_primary_text.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_default_color_secondary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_default_color_secondary_text.xml
deleted file mode 100644
index 0f5b122..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_default_color_secondary_text.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_highlighted_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_highlighted_text.xml
deleted file mode 100644
index c9ac3ab..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_highlighted_text.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_hint_foreground.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_hint_foreground.xml
deleted file mode 100644
index 9edd7e6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_hint_foreground.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_primary_text_disable_only.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_primary_text_disable_only.xml
deleted file mode 100644
index 1e9383a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_primary_text_disable_only.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_default_color_primary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_default_color_primary_text.xml
deleted file mode 100644
index ba8e8b3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_default_color_primary_text.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_default_color_secondary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_default_color_secondary_text.xml
deleted file mode 100644
index e64ad1a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_default_color_secondary_text.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_elevated_chip_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_elevated_chip_background_color.xml
deleted file mode 100644
index 926b975..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_elevated_chip_background_color.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_highlighted_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_highlighted_text.xml
deleted file mode 100644
index dd3ad37..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_highlighted_text.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_hint_foreground.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_hint_foreground.xml
deleted file mode 100644
index 6dfb3b2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_hint_foreground.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml
deleted file mode 100644
index 6e8eedb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_item_with_indicator_label_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_item_with_indicator_label_tint.xml
deleted file mode 100644
index 9c054f2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_item_with_indicator_label_tint.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_ripple_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_ripple_color_selector.xml
deleted file mode 100644
index 5d3d705..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_ripple_color_selector.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_background_color.xml
deleted file mode 100644
index df34430..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_background_color.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_icon_tint.xml
deleted file mode 100644
index 4ab0384..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_icon_tint.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_ripple_color.xml
deleted file mode 100644
index 17aad96..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_ripple_color.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_text_color.xml
deleted file mode 100644
index 4ab0384..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_text_color.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_popupmenu_overlay_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_popupmenu_overlay_color.xml
deleted file mode 100644
index bf25f82..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_popupmenu_overlay_color.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_primary_text_disable_only.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_primary_text_disable_only.xml
deleted file mode 100644
index af842e6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_primary_text_disable_only.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_radiobutton_ripple_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_radiobutton_ripple_tint.xml
deleted file mode 100644
index f6fb909..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_radiobutton_ripple_tint.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_selection_control_button_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_selection_control_button_tint.xml
deleted file mode 100644
index f1c0b7f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_selection_control_button_tint.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_selection_control_ripple_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_selection_control_ripple_color_selector.xml
deleted file mode 100644
index 0977642..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_selection_control_ripple_color_selector.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_active_track_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_active_track_color.xml
deleted file mode 100644
index 3d107e8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_active_track_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_halo_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_halo_color.xml
deleted file mode 100644
index 40be92b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_halo_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_inactive_track_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_inactive_track_color.xml
deleted file mode 100644
index 5ff01e5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_inactive_track_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_thumb_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_thumb_color.xml
deleted file mode 100644
index 98c9409..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_thumb_color.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_switch_thumb_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_switch_thumb_tint.xml
deleted file mode 100644
index ad3fa33..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_switch_thumb_tint.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_switch_track_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_switch_track_tint.xml
deleted file mode 100644
index a92c59f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_switch_track_tint.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tabs_icon_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tabs_icon_color.xml
deleted file mode 100644
index 870d91c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tabs_icon_color.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tabs_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tabs_ripple_color.xml
deleted file mode 100644
index 8347a8c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tabs_ripple_color.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_background_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_background_color_selector.xml
deleted file mode 100644
index cb926ad..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_background_color_selector.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_foreground_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_foreground_color_selector.xml
deleted file mode 100644
index f4a4770..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_foreground_color_selector.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_ripple_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_ripple_color_selector.xml
deleted file mode 100644
index 9243bef..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_ripple_color_selector.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_filled_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_filled_background_color.xml
deleted file mode 100644
index d1d2481..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_filled_background_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_indicator_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_indicator_text_color.xml
deleted file mode 100644
index ba51f00..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_indicator_text_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_input_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_input_text_color.xml
deleted file mode 100644
index 9265d50..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_input_text_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_label_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_label_color.xml
deleted file mode 100644
index 4665853..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_label_color.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_stroke_color.xml
deleted file mode 100644
index 3020bb4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_stroke_color.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_background_color.xml
deleted file mode 100644
index 9350db5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_background_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_ripple_color.xml
deleted file mode 100644
index fd97fcd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_ripple_color.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_text_color.xml
deleted file mode 100644
index 2f06b3b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_text_color.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_clock_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_clock_text_color.xml
deleted file mode 100644
index 99e7b9f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_clock_text_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_background_color.xml
deleted file mode 100644
index 942e584..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_background_color.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_ripple_color.xml
deleted file mode 100644
index bffda75..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_ripple_color.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_stroke_color.xml
deleted file mode 100644
index 0969681..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_stroke_color.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_text_color.xml
deleted file mode 100644
index 14d3d4a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_text_color.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_secondary_text_button_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_secondary_text_button_ripple_color.xml
deleted file mode 100644
index 9dd384c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_secondary_text_button_ripple_color.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_secondary_text_button_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_secondary_text_button_text_color.xml
deleted file mode 100644
index 81e688d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_secondary_text_button_text_color.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tonal_button_ripple_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tonal_button_ripple_color_selector.xml
deleted file mode 100644
index e08d52d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tonal_button_ripple_color_selector.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_cursor_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_cursor_color.xml
deleted file mode 100644
index 787ae51..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_cursor_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_divider_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_divider_color.xml
deleted file mode 100644
index f9d3ff3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_divider_color.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_disabled.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_disabled.xml
deleted file mode 100644
index 9c7f0bd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_disabled.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_emphasis_high_type.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_emphasis_high_type.xml
deleted file mode 100644
index 5601110..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_emphasis_high_type.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_emphasis_medium.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_emphasis_medium.xml
deleted file mode 100644
index 1a9480b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_emphasis_medium.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_disabled.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_disabled.xml
deleted file mode 100644
index c971e2c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_disabled.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_emphasis_high_type.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_emphasis_high_type.xml
deleted file mode 100644
index 6aebb05..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_emphasis_high_type.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_emphasis_medium.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_emphasis_medium.xml
deleted file mode 100644
index 8795019..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_emphasis_medium.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_disabled.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_disabled.xml
deleted file mode 100644
index 390d9f2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_disabled.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_emphasis_high_type.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_emphasis_high_type.xml
deleted file mode 100644
index 24f2fab..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_emphasis_high_type.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_emphasis_medium.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_emphasis_medium.xml
deleted file mode 100644
index fa5295b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_emphasis_medium.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_stroke.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_stroke.xml
deleted file mode 100644
index fffd52e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_stroke.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_active_tick_marks_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_active_tick_marks_color.xml
deleted file mode 100644
index c55e115..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_active_tick_marks_color.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_active_track_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_active_track_color.xml
deleted file mode 100644
index 47a5d5f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_active_track_color.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_halo_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_halo_color.xml
deleted file mode 100644
index da0ab8c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_halo_color.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_inactive_tick_marks_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_inactive_tick_marks_color.xml
deleted file mode 100644
index cecd651..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_inactive_tick_marks_color.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_inactive_track_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_inactive_track_color.xml
deleted file mode 100644
index 873f5a9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_inactive_track_color.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_thumb_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_thumb_color.xml
deleted file mode 100644
index 8a77994..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_thumb_color.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_button_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_button_background.xml
deleted file mode 100644
index 603d8c7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_button_background.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_button_stroke.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_button_stroke.xml
deleted file mode 100644
index 9493bc4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_button_stroke.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_clock_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_clock_text_color.xml
deleted file mode 100644
index 0f74e98..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_clock_text_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_clockface.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_clockface.xml
deleted file mode 100644
index a6ca678..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_clockface.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_modebutton_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_modebutton_tint.xml
deleted file mode 100644
index 557aa06..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_modebutton_tint.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_bg_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_bg_color_selector.xml
deleted file mode 100644
index 689809a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_bg_color_selector.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_ripple_color.xml
deleted file mode 100644
index 25c82cf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_ripple_color.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_stroke_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_stroke_color_selector.xml
deleted file mode 100644
index 5db3a22..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_stroke_color_selector.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_btn_bg_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_btn_bg_color_selector.xml
deleted file mode 100644
index 72c7542..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_btn_bg_color_selector.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_btn_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_btn_ripple_color.xml
deleted file mode 100644
index 87b9e30..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_btn_ripple_color.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_color_selector.xml
deleted file mode 100644
index 659e08c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_color_selector.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_calendar_item_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_calendar_item_stroke_color.xml
deleted file mode 100644
index fef1013..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_calendar_item_stroke_color.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_calendar_selected_range.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_calendar_selected_range.xml
deleted file mode 100644
index 37071cf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_calendar_selected_range.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_card_view_foreground.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_card_view_foreground.xml
deleted file mode 100644
index 4e6d3c3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_card_view_foreground.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_card_view_ripple.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_card_view_ripple.xml
deleted file mode 100644
index bc58d21..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_card_view_ripple.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_background_color.xml
deleted file mode 100644
index 25100da..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_background_color.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_close_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_close_icon_tint.xml
deleted file mode 100644
index e8ac08d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_close_icon_tint.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_surface_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_surface_color.xml
deleted file mode 100644
index c77a053..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_surface_color.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_text_color.xml
deleted file mode 100644
index 227b349..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_text_color.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_background_color.xml
deleted file mode 100644
index ea71779..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_background_color.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_ripple_color.xml
deleted file mode 100644
index 642b9ce..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_ripple_color.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_text_color.xml
deleted file mode 100644
index 62b8677..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_text_color.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_error.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_error.xml
deleted file mode 100644
index a46497f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_error.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_bg_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_bg_color_selector.xml
deleted file mode 100644
index 31b20b2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_bg_color_selector.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_icon_text_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_icon_text_color_selector.xml
deleted file mode 100644
index 0e87a86..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_icon_text_color_selector.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_ripple_color.xml
deleted file mode 100644
index 2791c18..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_ripple_color.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_background_color.xml
deleted file mode 100644
index 0cf75c3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_background_color.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_icon_tint.xml
deleted file mode 100644
index bafe722..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_icon_tint.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_stroke_color.xml
deleted file mode 100644
index 802d832..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_stroke_color.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_indicator_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_indicator_text_color.xml
deleted file mode 100644
index fd978fa..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_indicator_text_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_colored_item_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_colored_item_tint.xml
deleted file mode 100644
index 9f76bd2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_colored_item_tint.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_colored_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_colored_ripple_color.xml
deleted file mode 100644
index dc03816..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_colored_ripple_color.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_item_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_item_tint.xml
deleted file mode 100644
index 7234783..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_item_tint.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_ripple_color.xml
deleted file mode 100644
index 65cd72d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_ripple_color.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_background_color.xml
deleted file mode 100644
index 1fc6fb5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_background_color.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_icon_tint.xml
deleted file mode 100644
index f69dbaf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_icon_tint.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_text_color.xml
deleted file mode 100644
index f69dbaf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_text_color.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_on_primary_text_btn_text_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_on_primary_text_btn_text_color_selector.xml
deleted file mode 100644
index 2ea9f1b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_on_primary_text_btn_text_color_selector.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_on_surface_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_on_surface_ripple_color.xml
deleted file mode 100644
index edccf85..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_on_surface_ripple_color.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_outlined_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_outlined_icon_tint.xml
deleted file mode 100644
index d14fb07..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_outlined_icon_tint.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_outlined_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_outlined_stroke_color.xml
deleted file mode 100644
index b687332..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_outlined_stroke_color.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_popupmenu_overlay_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_popupmenu_overlay_color.xml
deleted file mode 100644
index b891e97..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_popupmenu_overlay_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_colored_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_colored_ripple_color.xml
deleted file mode 100644
index 1c6265c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_colored_ripple_color.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_icon_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_icon_color_selector.xml
deleted file mode 100644
index a2e3254..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_icon_color_selector.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_icon_color_selector_colored.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_icon_color_selector_colored.xml
deleted file mode 100644
index 297894c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_icon_color_selector_colored.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_legacy_text_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_legacy_text_color_selector.xml
deleted file mode 100644
index 21f6883..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_legacy_text_color_selector.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_ripple_color.xml
deleted file mode 100644
index f77cdff..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_ripple_color.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_text_btn_text_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_text_btn_text_color_selector.xml
deleted file mode 100644
index 0d86cba..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_text_btn_text_color_selector.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/radiobutton_themeable_attribute_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/radiobutton_themeable_attribute_color.xml
deleted file mode 100644
index 9be5a8a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/radiobutton_themeable_attribute_color.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/test_mtrl_calendar_day.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/test_mtrl_calendar_day.xml
deleted file mode 100644
index e5ba70b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/test_mtrl_calendar_day.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/test_mtrl_calendar_day_selected.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/test_mtrl_calendar_day_selected.xml
deleted file mode 100644
index 5d3d798..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/test_mtrl_calendar_day_selected.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/m3_tabs_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/m3_tabs_background.xml
deleted file mode 100644
index cd6371d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/m3_tabs_background.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
- -
-
-
-
-
- -
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/material_cursor_drawable.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/material_cursor_drawable.xml
deleted file mode 100644
index 209c7f0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/material_cursor_drawable.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/mtrl_navigation_bar_item_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/mtrl_navigation_bar_item_background.xml
deleted file mode 100644
index 9e653d6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/mtrl_navigation_bar_item_background.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_appbar_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_appbar_background.xml
deleted file mode 100644
index 6d29cd9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_appbar_background.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- -
-
-
-
-
- -
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_popupmenu_background_overlay.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_popupmenu_background_overlay.xml
deleted file mode 100644
index e6a922e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_popupmenu_background_overlay.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_radiobutton_ripple.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_radiobutton_ripple.xml
deleted file mode 100644
index 5363dd1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_radiobutton_ripple.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_selection_control_ripple.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_selection_control_ripple.xml
deleted file mode 100644
index 2122b41..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_selection_control_ripple.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_tabs_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_tabs_background.xml
deleted file mode 100644
index 05e0329..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_tabs_background.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
- -
-
-
-
-
- -
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_tabs_transparent_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_tabs_transparent_background.xml
deleted file mode 100644
index 8b9c2b4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_tabs_transparent_background.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
- -
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/mtrl_popupmenu_background_overlay.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/mtrl_popupmenu_background_overlay.xml
deleted file mode 100644
index fe51fcb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/mtrl_popupmenu_background_overlay.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/avd_hide_password.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/avd_hide_password.xml
deleted file mode 100644
index 89f4cdd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/avd_hide_password.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/avd_show_password.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/avd_show_password.xml
deleted file mode 100644
index aed3983..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/avd_show_password.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_fab_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_fab_background.xml
deleted file mode 100644
index 0c1309d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_fab_background.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_ic_visibility.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_ic_visibility.xml
deleted file mode 100644
index 078630f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_ic_visibility.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_ic_visibility_off.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_ic_visibility_off.xml
deleted file mode 100644
index 30c361f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_ic_visibility_off.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_password_eye.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_password_eye.xml
deleted file mode 100644
index 9e7ca96..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_password_eye.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_snackbar_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_snackbar_background.xml
deleted file mode 100644
index 945a0ce..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_snackbar_background.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_clock_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_clock_black_24dp.xml
deleted file mode 100644
index e411c47..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_clock_black_24dp.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_keyboard_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_keyboard_black_24dp.xml
deleted file mode 100644
index 4a55da8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_keyboard_black_24dp.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_check.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_check.xml
deleted file mode 100644
index 709d5c5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_check.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_checked_circle.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_checked_circle.xml
deleted file mode 100644
index 2a9ca41..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_checked_circle.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_close.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_close.xml
deleted file mode 100644
index b16e3e2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_close.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_checked_circle.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_checked_circle.xml
deleted file mode 100644
index f78ef67..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_checked_circle.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_checked_black.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_checked_black.xml
deleted file mode 100644
index 9032d92..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_checked_black.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_checked_circle.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_checked_circle.xml
deleted file mode 100644
index 78820bc..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_checked_circle.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_close_circle.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_close_circle.xml
deleted file mode 100644
index e65d48c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_close_circle.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_popupmenu_background_overlay.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_popupmenu_background_overlay.xml
deleted file mode 100644
index 6018f03..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_popupmenu_background_overlay.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_tabs_line_indicator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_tabs_line_indicator.xml
deleted file mode 100644
index f4c2fc7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_tabs_line_indicator.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_tabs_rounded_line_indicator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_tabs_rounded_line_indicator.xml
deleted file mode 100644
index 4f2b2a9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_tabs_rounded_line_indicator.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
- -
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_cursor_drawable.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_cursor_drawable.xml
deleted file mode 100644
index 6fdbd56..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_cursor_drawable.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_calendar_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_calendar_black_24dp.xml
deleted file mode 100644
index faf92c0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_calendar_black_24dp.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_clear_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_clear_black_24dp.xml
deleted file mode 100644
index 193b845..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_clear_black_24dp.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_edit_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_edit_black_24dp.xml
deleted file mode 100644
index 6f49c43..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_edit_black_24dp.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml
deleted file mode 100644
index 1f18d28..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml
deleted file mode 100644
index 89457fc..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_menu_arrow_down_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_menu_arrow_down_black_24dp.xml
deleted file mode 100644
index 014cecc..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_menu_arrow_down_black_24dp.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_menu_arrow_up_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_menu_arrow_up_black_24dp.xml
deleted file mode 100644
index 268495c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_menu_arrow_up_black_24dp.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_dialog_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_dialog_background.xml
deleted file mode 100644
index dd0ed8c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_dialog_background.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_dropdown_arrow.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_dropdown_arrow.xml
deleted file mode 100644
index 445a017..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_dropdown_arrow.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_arrow_drop_down.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_arrow_drop_down.xml
deleted file mode 100644
index 58bc9e8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_arrow_drop_down.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_arrow_drop_up.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_arrow_drop_up.xml
deleted file mode 100644
index 93d88d5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_arrow_drop_up.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_cancel.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_cancel.xml
deleted file mode 100644
index bc1dc5f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_cancel.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_error.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_error.xml
deleted file mode 100644
index 1ba7c82..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_error.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_navigation_bar_item_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_navigation_bar_item_background.xml
deleted file mode 100644
index 82dd0ab..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_navigation_bar_item_background.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_popupmenu_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_popupmenu_background.xml
deleted file mode 100644
index f2eeebb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_popupmenu_background.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_popupmenu_background_overlay.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_popupmenu_background_overlay.xml
deleted file mode 100644
index 021fe9d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_popupmenu_background_overlay.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_tabs_default_indicator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_tabs_default_indicator.xml
deleted file mode 100644
index 68ac740..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_tabs_default_indicator.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- -
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/navigation_empty_icon.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/navigation_empty_icon.xml
deleted file mode 100644
index 976507e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/navigation_empty_icon.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/test_custom_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/test_custom_background.xml
deleted file mode 100644
index 2d38f72..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/test_custom_background.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_fast_out_linear_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_fast_out_linear_in.xml
deleted file mode 100644
index f88a91d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_fast_out_linear_in.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_fast_out_slow_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_fast_out_slow_in.xml
deleted file mode 100644
index a0e2c84..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_fast_out_slow_in.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_linear_out_slow_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_linear_out_slow_in.xml
deleted file mode 100644
index 2325a84..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_linear_out_slow_in.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_fast_out_linear_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_fast_out_linear_in.xml
deleted file mode 100644
index 0b9d209..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_fast_out_linear_in.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_fast_out_slow_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_fast_out_slow_in.xml
deleted file mode 100644
index dd9db49..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_fast_out_slow_in.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_linear.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_linear.xml
deleted file mode 100644
index 92a560c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_linear.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_linear_out_slow_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_linear_out_slow_in.xml
deleted file mode 100644
index 32407f0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_linear_out_slow_in.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/material_clock_period_toggle_land.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/material_clock_period_toggle_land.xml
deleted file mode 100644
index c40ede3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/material_clock_period_toggle_land.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/material_timepicker.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/material_timepicker.xml
deleted file mode 100644
index f703571..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/material_timepicker.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/mtrl_picker_header_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/mtrl_picker_header_dialog.xml
deleted file mode 100644
index dae8c3c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/mtrl_picker_header_dialog.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-ldrtl-v17/material_textinput_timepicker.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-ldrtl-v17/material_textinput_timepicker.xml
deleted file mode 100644
index 999dbf3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-ldrtl-v17/material_textinput_timepicker.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-sw600dp-v13/design_layout_snackbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-sw600dp-v13/design_layout_snackbar.xml
deleted file mode 100644
index 1d25f0d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-sw600dp-v13/design_layout_snackbar.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-sw600dp-v13/mtrl_layout_snackbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-sw600dp-v13/mtrl_layout_snackbar.xml
deleted file mode 100644
index e182439..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-sw600dp-v13/mtrl_layout_snackbar.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-v26/mtrl_calendar_month.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-v26/mtrl_calendar_month.xml
deleted file mode 100644
index dc39a3d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-v26/mtrl_calendar_month.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_bottom_navigation_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_bottom_navigation_item.xml
deleted file mode 100644
index d64dd8d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_bottom_navigation_item.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_bottom_sheet_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_bottom_sheet_dialog.xml
deleted file mode 100644
index 111d696..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_bottom_sheet_dialog.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_snackbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_snackbar.xml
deleted file mode 100644
index 65d7fda..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_snackbar.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_snackbar_include.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_snackbar_include.xml
deleted file mode 100644
index 66dba14..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_snackbar_include.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_tab_icon.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_tab_icon.xml
deleted file mode 100644
index 4c2011b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_tab_icon.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_tab_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_tab_text.xml
deleted file mode 100644
index 56d28d7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_tab_text.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_menu_item_action_area.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_menu_item_action_area.xml
deleted file mode 100644
index 68890e2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_menu_item_action_area.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item.xml
deleted file mode 100644
index 80f0a42..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_header.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_header.xml
deleted file mode 100644
index c55c63e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_header.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_separator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_separator.xml
deleted file mode 100644
index b06cfb4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_separator.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_subheader.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_subheader.xml
deleted file mode 100644
index 0efa85c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_subheader.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_menu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_menu.xml
deleted file mode 100644
index bd9d623..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_menu.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_menu_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_menu_item.xml
deleted file mode 100644
index 8aa2a5c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_menu_item.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_text_input_end_icon.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_text_input_end_icon.xml
deleted file mode 100644
index 322b19d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_text_input_end_icon.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_text_input_start_icon.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_text_input_start_icon.xml
deleted file mode 100644
index bc6d4f3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_text_input_start_icon.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog.xml
deleted file mode 100644
index dc04f9d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog.xml
+++ /dev/null
@@ -1,103 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog_actions.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog_actions.xml
deleted file mode 100644
index 42541ab..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog_actions.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog_title.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog_title.xml
deleted file mode 100644
index 3c02771..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog_title.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_auto_complete_simple_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_auto_complete_simple_item.xml
deleted file mode 100644
index 37f96a2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_auto_complete_simple_item.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_chip_input_combo.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_chip_input_combo.xml
deleted file mode 100644
index 9409c69..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_chip_input_combo.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_display.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_display.xml
deleted file mode 100644
index e7e8bf6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_display.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_display_divider.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_display_divider.xml
deleted file mode 100644
index 33a9c97..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_display_divider.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_period_toggle.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_period_toggle.xml
deleted file mode 100644
index 9ee1e6c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_period_toggle.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clockface_textview.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clockface_textview.xml
deleted file mode 100644
index 807b1e2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clockface_textview.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clockface_view.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clockface_view.xml
deleted file mode 100644
index 0acd5b1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clockface_view.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_radial_view_group.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_radial_view_group.xml
deleted file mode 100644
index b700653..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_radial_view_group.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_textinput_timepicker.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_textinput_timepicker.xml
deleted file mode 100644
index 8d53ca3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_textinput_timepicker.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_time_chip.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_time_chip.xml
deleted file mode 100644
index 4076da0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_time_chip.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_time_input.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_time_input.xml
deleted file mode 100644
index 3d13b14..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_time_input.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker.xml
deleted file mode 100644
index d056a6e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker_dialog.xml
deleted file mode 100644
index e53c376..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker_dialog.xml
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker_textinput_display.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker_textinput_display.xml
deleted file mode 100644
index 39ab8e8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker_textinput_display.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog.xml
deleted file mode 100644
index 0364779..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog.xml
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog_actions.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog_actions.xml
deleted file mode 100644
index 9ff9ae1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog_actions.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog_title.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog_title.xml
deleted file mode 100644
index ec2d240..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog_title.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_item.xml
deleted file mode 100644
index 28f93cd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_item.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_multichoice.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_multichoice.xml
deleted file mode 100644
index e2deebb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_multichoice.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_singlechoice.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_singlechoice.xml
deleted file mode 100644
index f945659..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_singlechoice.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_auto_complete_simple_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_auto_complete_simple_item.xml
deleted file mode 100644
index 27475da..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_auto_complete_simple_item.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_day.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_day.xml
deleted file mode 100644
index bbecaf6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_day.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_day_of_week.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_day_of_week.xml
deleted file mode 100644
index fa39a4a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_day_of_week.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_days_of_week.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_days_of_week.xml
deleted file mode 100644
index abfc21a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_days_of_week.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_horizontal.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_horizontal.xml
deleted file mode 100644
index 6d16ecb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_horizontal.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month.xml
deleted file mode 100644
index 7561507..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month_labeled.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month_labeled.xml
deleted file mode 100644
index 5f73004..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month_labeled.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month_navigation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month_navigation.xml
deleted file mode 100644
index 14b3ac1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month_navigation.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_months.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_months.xml
deleted file mode 100644
index 7bf9098..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_months.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_vertical.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_vertical.xml
deleted file mode 100644
index 0592b8b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_vertical.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_year.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_year.xml
deleted file mode 100644
index 0f8ed1f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_year.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_layout_snackbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_layout_snackbar.xml
deleted file mode 100644
index 6f52c4a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_layout_snackbar.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_layout_snackbar_include.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_layout_snackbar_include.xml
deleted file mode 100644
index b142de1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_layout_snackbar_include.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_navigation_rail_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_navigation_rail_item.xml
deleted file mode 100644
index 97e71f5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_navigation_rail_item.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_actions.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_actions.xml
deleted file mode 100644
index 3d5e9de..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_actions.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_dialog.xml
deleted file mode 100644
index dd654dc..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_dialog.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_fullscreen.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_fullscreen.xml
deleted file mode 100644
index 6156e62..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_fullscreen.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_dialog.xml
deleted file mode 100644
index 283d329..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_dialog.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_fullscreen.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_fullscreen.xml
deleted file mode 100644
index ad0e80f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_fullscreen.xml
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_selection_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_selection_text.xml
deleted file mode 100644
index 244f632..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_selection_text.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_title_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_title_text.xml
deleted file mode 100644
index e77f5da..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_title_text.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_toggle.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_toggle.xml
deleted file mode 100644
index a0fd119..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_toggle.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_text_input_date.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_text_input_date.xml
deleted file mode 100644
index 89a2df6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_text_input_date.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_text_input_date_range.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_text_input_date_range.xml
deleted file mode 100644
index 6b22181..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_text_input_date_range.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_action_chip.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_action_chip.xml
deleted file mode 100644
index a859ef5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_action_chip.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_chip_zero_corner_radius.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_chip_zero_corner_radius.xml
deleted file mode 100644
index eac711a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_chip_zero_corner_radius.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_design_checkbox.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_design_checkbox.xml
deleted file mode 100644
index cb4d7db..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_design_checkbox.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_design_radiobutton.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_design_radiobutton.xml
deleted file mode 100644
index 674a747..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_design_radiobutton.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_exposed_dropdown_menu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_exposed_dropdown_menu.xml
deleted file mode 100644
index 04fa455..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_exposed_dropdown_menu.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_navigation_bar_item_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_navigation_bar_item_layout.xml
deleted file mode 100644
index edb72e9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_navigation_bar_item_layout.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_reflow_chipgroup.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_reflow_chipgroup.xml
deleted file mode 100644
index 03ecbf6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_reflow_chipgroup.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar.xml
deleted file mode 100644
index ed8788f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_custom_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_custom_background.xml
deleted file mode 100644
index a0a3c51..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_custom_background.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_elevation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_elevation.xml
deleted file mode 100644
index 03e56d5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_elevation.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_surface.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_surface.xml
deleted file mode 100644
index 1b414ac..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_surface.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_appearance.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_appearance.xml
deleted file mode 100644
index a8198fb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_appearance.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_layout.xml
deleted file mode 100644
index 48bb021..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_layout.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_style.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_style.xml
deleted file mode 100644
index b685089..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_style.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_theme_line_height.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_theme_line_height.xml
deleted file mode 100644
index 13f4d5a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_theme_line_height.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_without_line_height.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_without_line_height.xml
deleted file mode 100644
index fe6c0d6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_without_line_height.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-af/values-af.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-af/values-af.xml
deleted file mode 100644
index a4a1777..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-af/values-af.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d nuwe kennisgewing
- - %d nuwe kennisgewings
-
- Vou halfpad uit
- Karakters ingevoer: %1$d van %2$d
- Karakterlimiet oorskry %1$d van %2$d
- Vee teks uit
- Fout
- Wys aftrekkieslys
- Dialoogikoon
- Oortjie
- Kies vm. of nm.
- Kies uur
- %1$s-uur
- Kies minute
- %1$s minute
- VM.
- Skakel oor na horlosiemodus vir die tydinvoer.
- Uur
- Minuut
- NM.
- Kies tyd
- Skakel oor na teksmodus vir die tydinvoer.
- Nuwe kennisgewing
- Verwyder %1$s
- Meer as %1$d nuwe kennisgewings
- Verander na volgende maand
- Verander na vorige maand
- Huidige keuse: %1$s
- @android:string/ok
- %1$s
- Kies datum
- Gekose datum
- Kolom van dae: %1$s
- Ongeldige formaat.
- Voorbeeld: %1$s
- Gebruik: %1$s
- Ongeldige reeks.
- Gaan na jaar %1$s
- Buite reeks: %1$s
- Begindatum – %1$s
- %1$s – Einddatum
- %1$s-%2$s
- Kies datumreeks
- Begindatum – Einddatum
- Stoor
- Datum
- Einddatum
- Begindatum
- d
- m
- j
- Skakel oor na kalenderinvoermodus
- Tik om oor te skakel na die kies van \'n dag
- Skakel oor na teksinvoermodus
- Tik om oor te skakel na die kies van \'n jaar
- Wys wagwoord
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-am/values-am.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-am/values-am.xml
deleted file mode 100644
index c77c675..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-am/values-am.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d አዲስ ማሳወቂያዎች
- - %d አዲስ ማሳወቂያዎች
-
- ግማሽ መንገድ ዘርጋ
- ቁምፊዎች %1$d ከ%2$d ገብተዋል
- የቁምፊ ገደብ %1$d ከ%2$d አልፏል
- ጽሑፍን አጽዳ
- ስህተት
- ተቆልቋይ ምናሌን አሳይ
- የንግግር አዶ
- ትር
- AM ወይም PM ይምረጡ
- ሰዓትን ይምረጡ
- %1$s ሰዓት
- ደቂቃዎችን ይምረጡ
- %1$s ደቂቃዎች
- ጥዋት
- ለጊዜ ግቤቱ ወደ የሰዓት ሁነታ ቀይር።
- ሰዓት
- ደቂቃ
- ከሰዓት
- ጊዜ ምረጥ
- ለጊዜ ግቤቱ ወደ የጽሑፍ ግቤት ሁነታ ቀይር።
- አዲስ ማሳወቂያ
- %1$sን አስወግድ
- ከ%1$d በላይ አዲስ ማሳወቂያዎች
- ወደ የሚቀጥለው ወር ቀይር
- ወደ ቀዳሚው ወር ቀይር
- የአሁኑ ምርጫ፦ %1$s
- @android:string/ok
- %1$s
- ቀን ይምረጡ
- የተመረጠው ቀን
- የቀኖች ዓምድ፦ %1$s
- ልክ ያልሆነ ቅርጸት
- ምሳሌ፦ %1$s
- %1$s ን ይጠቀሙ
- ልክ ያልኾነ ክልል።
- ወደ ዓመት %1$s አሰስ
- ከክልል ውጪ፦ %1$s
- መጀመሪያ ቀን – %1$s
- %1$s – መጨረሻ ቀን
- %1$s – %2$s
- ክልል ይምረጡ
- የመጀመሪያ ቀን – የመጨረሻ ቀን
- አስቀምጥ
- ቀን
- የማብቂያ ቀን
- መጀመሪያ ቀን
- ቀ
- ደ
- ዓ
- ወደ የቀን መቁጠሪያ ግቤት ሁነታ ቀይር
- ወደ ቀን መምረጥ ለመቀየር መታ ያድርጉ
- ወደ ጽሑፍ ግቤት ሁነታ ቀይር
- ወደ ዓመት መምረጥ ለመቀየር መታ ያድርጉ
- የይለፍ ቃል አሳይ
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ar/values-ar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ar/values-ar.xml
deleted file mode 100644
index 7ef43de..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ar/values-ar.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
- - %d إشعار جديد
- - إشعار جديد واحد (%d)
- - إشعاران جديدان (%d)
- - %d إشعارات جديدة
- - %d إشعارًا جديدًا
- - %d إشعار جديد
-
- توسيع البطاقة السفلية
- تمّ إدخال %1$d حرف من إجمالي %2$d.
- تجاوز عدد الأحرف المسموح به %1$d من %2$d.
- محو النص
- خطأ
- عرض القائمة المنسدلة
- رمز مربع الحوار
- علامة تبويب
- يُرجى اختيار صباحًا أو مساءً.
- تحديد الساعة
- الساعة %1$s
- تحديد الدقائق
- %1$s دقيقة
- صباحًا
- يُرجى التبديل إلى وضع الساعة لإدخال الوقت.
- الساعة
- دقيقة
- مساءً
- اختيار الوقت
- يُرجى التبديل إلى وضع إدخال النص لإدخال الوقت.
- إشعار جديد
- إزالة %1$s
- يبلغ عدد الإشعارات الجديدة أكثر من %1$d.
- التغيير إلى الشهر التالي
- التغيير إلى الشهر السابق
- الاختيار الحالي: %1$s
- @android:string/ok
- %1$s
- يُرجى اختيار تاريخ.
- التاريخ المحدَّد
- عمود الأيام: %1$s
- التنسيق غير صالح
- مثال: %1$s
- استخدام: %1$s
- النطاق غير صالح
- التنقل إلى العام %1$s
- خارج النطاق: %1$s
- تاريخ البدء – %1$s
- %1$s – تاريخ الانتهاء
- %1$s – %2$s
- يُرجى اختيار نطاق زمني.
- تاريخ البدء - تاريخ الانتهاء
- حفظ
- التاريخ
- تاريخ الانتهاء
- تاريخ البدء
- ي
- ش
- س
- التبديل إلى وضع \"الإدخال في التقويم\"
- انقر للتبديل إلى اختيار يوم
- التبديل إلى وضع \"إدخال النص\"
- انقر للتبديل إلى اختيار عام
- عرض كلمة المرور
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-as/values-as.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-as/values-as.xml
deleted file mode 100644
index cca5063..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-as/values-as.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d new notification
- - %d new notifications
-
- Expand halfway
- %2$dটাৰ ভিতৰত %1$dটা বৰ্ণ লিখা হৈছে
- %2$dটাৰ ভিতৰত %1$dটা বৰ্ণৰ সীমা অতিক্ৰম কৰিছে
- Clear text
- Error
- Show dropdown menu
- Dialog Icon
- Tab
- Select AM or PM
- Select hour
- %1$s o\'clock
- মিনিট বাছনি কৰক
- %1$s minutes
- AM
- সময়ৰ ইনপুটৰ বাবে ঘড়ী ম\'ডলৈ যাওক।
- Hour
- Minute
- PM
- Select time
- সময়ৰ ইনপুটৰ বাবে পাঠৰ ইনপুট ম\'ডলৈ যাওক।
- New notification
- %1$sক আঁতৰাওক
- More than %1$d new notifications
- Change to next month
- Change to previous month
- Current selection: %1$s
- @android:string/ok
- %1$s
- Select Date
- Selected date
- Column of days: %1$s
- Invalid format.
- Example: %1$s
- Use: %1$s
- Invalid range.
- Navigate to year %1$s
- Out of range: %1$s
- Start date – %1$s
- %1$s – End date
- %1$s – %2$s
- Select Range
- Start date – End date
- Save
- Date
- End date
- Start date
- d
- m
- y
- Switch to calendar input mode
- Tap to switch to selecting a day
- Switch to text input mode
- Tap to switch to selecting a year
- পাছৱৰ্ড দেখুৱাওক
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-az/values-az.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-az/values-az.xml
deleted file mode 100644
index f75d05f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-az/values-az.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d yeni bildiriş
- - %d yeni bildiriş
-
- Tam genişləndirin
- %1$d/%2$d simvol daxil edilib
- Simvol limiti %1$d/%2$d dəyərini keçdi
- Mətni silin
- Xəta
- Açılan menyunu göstərin
- Dialoq ikonası
- Tab
- Gündüz və ya axşam seçin
- Saatı seçin
- Saat %1$s
- Dəqiqə seçin
- %1$s dəqiqə
- AM
- Zamanı daxil etmək üçün saat rejiminə keçin
- Saat
- Dəqiqə
- GƏ
- Vaxt seçin
- Zamanı daxil etmək üçün mətnlə daxiletmə rejiminə keçin
- Yeni bildiriş
- %1$s silin
- Minimum %1$d yeni bildiriş
- Növbəti aya dəyişin
- Əvvəlki aya dəyişin
- Cari seçim: %1$s
- @android:string/ok
- %1$s
- Tarix seçin
- Seçilmiş tarix
- Gün sütunu: %1$s
- Yanlış format.
- Nümunə: %1$s
- %1$s istifadə edin
- Yanlış diapazon.
- %1$s ilinə keçin
- Əhatə dairəsindən kənar: %1$s
- Başlama tarixi – %1$s
- %1$s – Bitmə tarixi
- %1$s: %2$s
- Aralıq seçin
- Başlama tarixi - Bitmə tarixi
- Saxlayın
- Tarix
- Bitmə tarixi
- Başlama tarixi
- gün
- ay
- il
- Təqvim daxiletmə rejiminə keçin
- Gün seçiminə keçmək üçün toxunun
- Mətn daxiletmə rejiminə keçin
- İl seçiminə keçmək üçün toxunun
- Parolu göstərin
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-b+es+419/values-b+es+419.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-b+es+419/values-b+es+419.xml
deleted file mode 100644
index c4ad064..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-b+es+419/values-b+es+419.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d notificación nueva
- - %d notificaciones nuevas
-
- Expandir hasta la mitad
- Caracteres ingresados: %1$d de %2$d
- Se excedió en %1$d el límite de caracteres de %2$d
- Borrar texto
- Error
- Mostrar menú desplegable
- Ícono de diálogo
- Pestaña
- Selecciona a.m. o p.m.
- Seleccione la hora.
- %1$s en punto
- Seleccionar minutos
- %1$s minutos
- a.m.
- Cambia al modo de reloj para ingresar la hora.
- Hora
- Minuto
- p.m.
- Seleccionar la hora
- Cambia al modo de entrada de texto para ingresar la hora.
- Notificación nueva
- Quitar %1$s
- Más de %1$d notificaciones nuevas
- Cambiar al mes siguiente
- Cambiar al mes anterior
- Selección actual: %1$s
- @android:string/ok
- %1$s
- Seleccionar fecha
- Fecha seleccionada
- Columna de días: %1$s
- Formato no válido
- Ejemplo: %1$s
- Usar: %1$s
- El rango no es válido.
- Navegar al año %1$s
- Fuera de rango: %1$s
- Fecha de inicio - %1$s
- %1$s - fecha de finalización
- %1$s-%2$s
- Selecciona un período
- Fecha de inicio - fecha de finalización
- Guardar
- Fecha
- Fecha de finalización
- Fecha de inicio
- d
- m
- a
- Cambiar al modo de entrada de calendario
- Presiona para seleccionar un día
- Cambiar al modo de entrada de texto
- Presiona para seleccionar un año
- Mostrar contraseña
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
deleted file mode 100644
index 29d863d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
- - %d novo obaveštenje
- - %d nova obaveštenja
- - %d novih obaveštenja
-
- Proširite do pola
- Uneti znakovi: %1$d od %2$d
- Prekoračeno je ograničenje broja znakova: %1$d od %2$d
- Obriši tekst
- Greška
- Prikaži padajući meni
- Ikona dijaloga
- Kartica
- Izaberite pre podne ili po podne
- Izaberite sat
- %1$s s
- Izaberite minute
- %1$s min
- AM
- Pređite u režim sata radi unosa vremena.
- Sat
- Minut
- PM
- Izaberite vreme
- Pređite u režim unosa teksta radi unosa vremena.
- Novo obaveštenje
- Uklonite %1$s
- Novih obaveštenja: više od %1$d
- Pređite na sledeći mesec
- Pređite na prethodni mesec
- Aktuelni izbor: %1$s
- @android:string/ok
- %1$s
- Izaberite datum
- Izabrani datum
- Kolona sa danima: %1$s
- Format je nevažeći.
- Primer: %1$s
- Koristite: %1$s
- Nevažeći period.
- Idite na godinu %1$s
- Izvan perioda: %1$s
- Datum početka – %1$s
- %1$s – Datum završetka
- %1$s–%2$s
- Izaberite period
- Datum početka – Datum završetka
- Sačuvaj
- Datum
- Datum završetka
- Datum početka
- d
- m
- g
- Pređite na režim unosa u Kalendaru
- Dodirnite da biste prešli na izbor dana
- Pređite na režim unosa teksta
- Dodirnite da biste prešli na izbor godine
- Prikaži lozinku
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-be/values-be.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-be/values-be.xml
deleted file mode 100644
index fe98f7f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-be/values-be.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
- - %d новае апавяшчэнне
- - %d новыя апавяшчэнні
- - %d новых апавяшчэнняў
- - %d новага апавяшчэння
-
- Разгарнуць напалову
- Уведзена сімвалаў: %1$d з %2$d
- Ліміт сімвалаў перавышаны: %1$d з %2$d
- Ачысціць тэкст
- Памылка
- Паказаць выпадное меню
- Значок дыялогавага акна
- Укладка
- Выберыце AM (да паўдня) або PM (пасля паўдня)
- Выберыце гадзіну
- %1$s гадз
- Выберыце хвіліны
- %1$s хв
- AM
- Пераключыцца на рэжым гадзінніка пры ўводзе часу.
- Гадзіна
- Хвіліна
- PM
- Выберыце час
- Пераключыцца на рэжым тэксту пры ўводзе часу.
- Новае апавяшчэнне
- Выдаліць %1$s
- Колькасць новых апавяшчэнняў перавысіла %1$d
- Перайсці да наступнага месяца
- Перайсці да папярэдняга месяца
- Бягучае вылучэнне: %1$s
- @android:string/ok
- %1$s
- Выберыце дату
- Выбраная дата
- Слупок дзён: %1$s
- Няправільны фармат.
- Прыклад: %1$s
- Неабходны фармат: %1$s
- Няправільны дыяпазон.
- Перайсці ў %1$s год
- Па-за межамі дыяпазону: %1$s
- Дата пачатку – %1$s
- %1$s – дата заканчэння
- %1$s – %2$s
- Выберыце дыяпазон дат
- Дата пачатку – дата заканчэння
- Захаваць
- Дата
- Дата заканчэння
- Дата пачатку
- д
- м
- г
- Пераключыцца ў рэжым уводу \"Каляндар\"
- Дакраніцеся, каб пераключыцца на выбар дня
- Пераключыцца ў рэжым уводу \"Тэкст\"
- Дакраніцеся, каб пераключыцца на выбар года
- Паказаць пароль
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bg/values-bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bg/values-bg.xml
deleted file mode 100644
index 6e1f7b1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bg/values-bg.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d ново известие
- - %d нови известия
-
- Разгъване наполовина
- Въведени знаци: %1$d от %2$d
- Максималният брой знаци е надхвърлен с(ъс) %1$d от %2$d
- Изчистване на текста
- Грешка
- Показване на падащото меню
- Икона за диалогов прозорец
- Раздел
- Изберете AM или PM
- Изберете час
- %1$s часа
- Избиране на минути
- %1$s минути
- AM
- Превключете към режима за часовник, за да въведете часа.
- Час
- Минута
- PM
- Избор на час
- Превключете към режима за въвеждане на текст, за да въведете часа.
- Ново известие
- Премахване на %1$s
- Повече от %1$d нови известия
- Преминаване към следващия месец
- Преминаване към предишния месец
- Текущ избор: %1$s
- @android:string/ok
- %1$s
- Избиране на дата
- Избрана дата
- Колона за дни: %1$s
- Форматът е невалиден.
- Пример: %1$s
- Използвайте: %1$s
- Невалиден диапазон.
- Навигиране до %1$s г.
- Извън диапазона: %1$s
- Начална дата – %1$s
- %1$s – крайна дата
- %1$s – %2$s
- Избиране на период от време
- Начална дата – крайна дата
- Запазване
- Дата
- Крайна дата
- Начална дата
- д
- м
- г
- Превключване към режим на въвеждане в календар
- Докоснете, за да превключите към избиране на ден
- Превключване към режим за въвеждане на текст
- Докоснете, за да превключите към избиране на година
- Показване на паролата
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bn/values-bn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bn/values-bn.xml
deleted file mode 100644
index 5e3c50f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bn/values-bn.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %dটি নতুন বিজ্ঞপ্তি
- - %dটি নতুন বিজ্ঞপ্তি
-
- অর্ধেক প্রসারিত করুন
- %2$dটির মধ্যে %1$dটি অক্ষর লেখা হয়েছে
- অক্ষরের সীমা %1$d এর %2$d অতিক্রম করেছে
- টেক্সট মুছুন
- সমস্যা
- ড্রপ-ডাউন মেনু দেখুন
- ডায়ালগ আইকন
- ট্যাব
- AM অথবা PM বেছে নিন
- ঘণ্টা বেছে নিন
- %1$sটা বাজে
- মিনিট বেছে নিন
- %1$s মিনিট
- AM
- সময় ইনপুট দেওয়ার জন্য ঘড়ি মোডে যান।
- ঘণ্টা
- মিনিট
- PM
- সময় বেছে নিন
- সময় ইনপুট দেওয়ার জন্য পাঠ্য ইনপুট মোডে যান।
- নতুন বিজ্ঞপ্তি
- %1$s সরিয়ে দিন
- %1$dটির বেশি নতুন বিজ্ঞপ্তি
- আগামী মাসে যান
- আগের মাসে যান
- বর্তমান বাছাই: %1$s
- @android:string/ok
- %1$s
- তারিখ বেছে নিন
- বেছে নেওয়া তারিখ
- সপ্তাহের দিনগুলির কলাম: %1$s
- ভুল ফর্ম্যাট।
- উদাহরণ: %1$s
- %1$s ফর্ম্যাটে লিখুন
- তারিখ সঠিক নয়।
- নেভিগেট করে %1$s সালে যান
- নির্দিষ্ট তারিখের বাইরে: %1$s
- শুরুর তারিখ – %1$s
- %1$s – সমাপ্তির তারিখ
- %1$s – %2$s
- রেঞ্জ বেছে নিন
- শুরুর তারিখ - সমাপ্তির তারিখ
- সেভ করুন
- তারিখ
- সমাপ্তির তারিখ
- শুরুর তারিখ
- d
- m
- y
- ক্যালেন্ডার ইনপুট মোডে বদল করুন
- দিন বেছে নেওয়ার মোডে বদল করতে ট্যাপ করুন
- টেক্সট ইনপুট মোডে বদল করুন
- বছর বেছে নেওয়ার মোডে বদল করতে ট্যাপ করুন
- পাসওয়ার্ড দেখান
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bs/values-bs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bs/values-bs.xml
deleted file mode 100644
index 5e692b1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bs/values-bs.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
- - %d novo obavještenje
- - %d nova obavještenja
- - %d novih obavještenja
-
- Proširivanje dopola
- Uneseno znakova: %1$d od %2$d
- Ograničenje broja znakova premašuje %1$d od %2$d
- Obriši tekst
- Greška
- Prikaži padajući meni
- ikona dijaloškog okvira
- Kartica
- Odaberite prijepodne ili poslijepodne
- Odaberite sat
- %1$s h
- Odaberite minute
- %1$s min
- AM
- Prebacite u način rada kao sat za unos vremena.
- Sat
- Minuta
- PM
- Odabir vremena
- Prebacite u način unosa teksta za unos vremena.
- Novo obavještenje
- Uklonite %1$s
- Broj novih obavještenja: više od %1$d
- Promijeni na sljedeći mjesec
- Promijeni na prethodni mjesec
- Trenutni izbor: %1$s
- @android:string/ok
- %1$s
- Odaberite datum
- Odabrani datum
- Kolona za dane: %1$s
- Nevažeći format.
- Primjer: %1$s
- Koristi: %1$s
- Nevažeći opseg.
- Odlazak na %1$s. godinu
- Izvan opsega: %1$s
- Datum početka – %1$s
- %1$s – Datum završetka
- %1$s – %2$s
- Odaberite raspon
- Datum početka – Datum završetka
- Sačuvaj
- Datum
- Datum završetka
- Datum početka
- d
- m
- g
- Prebacivanje na način unosa kalendara
- Dodirnite da prebacite na odabir dana
- Prebacivanje na način unosa teksta
- Dodirnite da prebacite na odabir godine
- Prikaži lozinku
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ca/values-ca.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ca/values-ca.xml
deleted file mode 100644
index 578b1ef..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ca/values-ca.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d notificació nova
- - %d notificacions noves
-
- Desplega fins a la meitat
- Caràcters introduïts: %1$d de %2$d
- S\'ha superat el límit de caràcters (%1$d de %2$d)
- Esborra el text
- Error
- Mostra el menú desplegable
- Icona del quadre de diàleg
- Tabulador
- Selecciona a. m. o p. m.
- Seleccioneu l\'hora
- %1$s en punt
- Selecciona els minuts
- %1$s minuts
- a. m.
- Canvia al mode de rellotge per introduir l\'hora.
- Hora
- Minut
- p. m.
- Selecció de l\'hora
- Canvia al mode d\'introducció de text per introduir l\'hora.
- Notificació nova
- Suprimeix %1$s
- Més de %1$d notificacions noves
- Canvia al mes següent
- Canvia al mes anterior
- Selecció actual: %1$s
- @android:string/ok
- %1$s
- Selecciona una data
- Data seleccionada
- Columna de dies: %1$s
- El format no és vàlid.
- Exemple: %1$s
- Utilitza: %1$s
- L\'interval no és vàlid.
- Canvia a l\'any %1$s
- La data està fora de l\'interval: %1$s
- Data d\'inici - %1$s
- %1$s - data de finalització
- %1$s - %2$s
- Selecciona un interval
- Data d\'inici - data de finalització
- Desa
- Data
- Data de finalització
- Data d\'inici
- d
- m
- a
- Canvia al mode d\'introducció de dades del calendari
- Toca per canviar a la selecció del dia
- Canvia al mode d\'introducció de text
- Toca per canviar a la selecció de l\'any
- Mostra la contrasenya
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-cs/values-cs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-cs/values-cs.xml
deleted file mode 100644
index d50028f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-cs/values-cs.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
- - %d nové oznámení
- - %d nová oznámení
- - %d nového oznámení
- - %d nových oznámení
-
- Rozbalit napůl
- Zadané znaky: %1$d z %2$d
- Byl překročen povolený počet znaků (%1$d z %2$d)
- Vymazat text
- Chyba
- Zobrazit rozbalovací nabídku
- Ikona dialogového okna
- Karta
- Vyberte AM nebo PM
- Vyberte hodinu
- %1$s
- Zvolte minuty
- %1$s min
- AM
- Chcete-li zadat čas, přepněte na režim hodin.
- Hodina
- Minuta
- PM
- Vyberte čas
- Chcete-li zadat čas, přepněte na režim textu.
- Nové oznámení
- Odstranit položku %1$s
- Více než %1$d nových oznámení
- Přejít na další měsíc
- Přejít na předchozí měsíc
- Aktuální výběr: %1$s
- @android:string/ok
- %1$s
- Vyberte datum
- Vybrané datum
- Sloupec dnů: %1$s
- Neplatný formát.
- Příklad: %1$s
- Použijte: %1$s
- Neplatný rozsah.
- Přejít na rok %1$s
- Mimo rozsah: %1$s
- Datum zahájení – %1$s
- %1$s – datum ukončení
- %1$s – %2$s
- Vyberte rozsah
- Datum zahájení – datum ukončení
- Uložit
- Datum
- Datum ukončení
- Datum zahájení
- d
- m
- r
- Přepnout na režim zadávání do kalendáře
- Klepnutím přepnete na výběr dne
- Přepnout na režim zadávání textu
- Klepnutím přepnete na výběr roku
- Zobrazit heslo
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-da/values-da.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-da/values-da.xml
deleted file mode 100644
index 27fab41..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-da/values-da.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d ny notifikation
- - %d nye notifikationer
-
- Udvid halvdelen
- Du har brugt %1$d ud af %2$d tegn
- Du har brugt %1$d tegn og dermed overskredet tegnbegrænsningen på %2$d.
- Ryd tekst
- Fejl
- Vis rullemenuen
- Ikon for dialogboks
- Fane
- Vælg AM eller PM
- Vælg time
- klokken %1$s
- Vælg minutter
- %1$s minutter
- f.m.
- Skift til urtilstand for at angive klokkeslæt.
- Time
- Minut
- e.m.
- Vælg tidspunkt
- Skift til teksttilstand for at angive klokkeslæt.
- Ny notifikation
- Fjern %1$s
- Flere end %1$d nye notifikationer
- Skift til næste måned
- Skift til forrige måned
- Aktuelt valg: %1$s
- @android:string/ok
- %1$s
- Vælg dato
- Valgt dato
- Kolonne med dage: %1$s
- Ugyldigt format.
- Eksempel: %1$s
- Brug: %1$s
- Ugyldigt interval.
- Gå til år %1$s
- Uden for interval: %1$s
- Startdato – %1$s
- %1$s – slutdato
- %1$s – %2$s
- Vælg interval
- Startdato – slutdato
- Gem
- Dato
- Slutdato
- Startdato
- d
- m
- å
- Skift til input-tilstand for kalender
- Tryk for at gå til valg af dag
- Skift til input-tilstand for tekst
- Tryk for at gå til valg af år
- Vis adgangskode
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-de/values-de.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-de/values-de.xml
deleted file mode 100644
index ba6cb5a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-de/values-de.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d neue Benachrichtigung
- - %d neue Benachrichtigungen
-
- Zur Hälfte maximieren
- Eingegebene Zeichen: %1$d von %2$d
- Zeichenbeschränkung überschritten: %1$d/%2$d
- Text löschen
- Fehler
- Drop-down-Menü anzeigen
- Dialogfeldsymbol
- Tab
- Vormittags oder Nachmittags auswählen
- Stunde auswählen
- %1$s Uhr
- Minuten auswählen
- %1$s Minuten
- AM
- In den Uhrzeitmodus wechseln, um die Uhrzeit einzugeben.
- Stunde
- Minute
- PM
- Uhrzeit auswählen
- In den Texteingabemodus wechseln, um die Uhrzeit einzugeben.
- Neue Benachrichtigung
- %1$s entfernen
- Mehr als %1$d neue Benachrichtigungen
- Zum nächsten Monat wechseln
- Zum vorherigen Monat wechseln
- Aktuelle Auswahl: %1$s
- @android:string/ok
- %1$s
- Datum auswählen
- Ausgewähltes Datum
- Spalte \"Wochentag\": %1$s
- Ungültiges Format.
- Beispiel: %1$s
- Format: %1$s
- Ungültiger Bereich.
- Zum Jahr %1$s wechseln
- Außerhalb des Bereichs: %1$s
- Startdatum – %1$s
- %1$s – Enddatum
- %1$s – %2$s
- Zeitraum auswählen
- Startdatum – Enddatum
- Speichern
- Datum
- Enddatum
- Startdatum
- T
- M
- J
- In den Kalendereingabemodus wechseln
- Tippen, um zur Tagesauswahl zu wechseln
- In den Texteingabemodus wechseln
- Tippen, um zur Jahresauswahl zu wechseln
- Passwort anzeigen
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-el/values-el.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-el/values-el.xml
deleted file mode 100644
index b002b6d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-el/values-el.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d νέα ειδοποίηση
- - %d νέες ειδοποιήσεις
-
- Ανάπτυξη μέχρι τη μέση
- Εισήχθησαν %1$d από %2$d χαρακτήρες
- Υπέρβαση ορίου χαρακτήρων %1$d από %2$d
- Διαγραφή κειμένου
- Σφάλμα
- Εμφάνιση αναπτυσσόμενου μενού
- Εικονίδιο παραθύρου διαλόγου
- Καρτέλα
- Επιλέξτε π.μ. ή μ.μ.
- Επιλογή ώρας
- %1$s ακριβώς
- Επιλογή λεπτών
- %1$s λεπτά
- ΠΜ
- Κάντε εναλλαγή στη λειτουργία ρολογιού, για την εισαγωγή της ώρας.
- Ώρα
- Λεπτό
- ΜΜ
- Επιλέξτε ώρα
- Κάντε εναλλαγή στη λειτουργία εισαγωγής κειμένου, για την εισαγωγή της ώρας.
- Νέα ειδοποίηση
- Κατάργηση %1$s
- Πάνω από %1$d νέες ειδοποιήσεις
- Αλλαγή στον επόμενο μήνα
- Αλλαγή στον προηγούμενο μήνα
- Τρέχουσα επιλογή: %1$s
- @android:string/ok
- %1$s
- Επιλογή ημερομηνίας
- Επιλεγμένη ημερομηνία
- Στήλη ημερών: %1$s
- Μη έγκυρη μορφή.
- Παράδειγμα: %1$s
- Χρησιμοποιήστε: %1$s
- Μη έγκυρο εύρος.
- Πλοήγηση στο έτος %1$s
- Εκτός εύρους: %1$s
- Ημερομηνία έναρξης – %1$s
- %1$s – Ημερομηνία λήξης
- %1$s – %2$s
- Επιλογή εύρους
- Ημερομηνία έναρξης – Ημερομηνία λήξης
- Αποθήκευση
- Ημερομηνία
- Ημερομηνία λήξης
- Ημερομηνία έναρξης
- η
- μ
- ε
- Εναλλαγή στη λειτουργία εισαγωγής ημερολογίου
- Πατήστε για εναλλαγή για την επιλογή ημέρας
- Εναλλαγή στη λειτουργία εισαγωγής κειμένου
- Πατήστε για εναλλαγή για την επιλογή έτους
- Εμφάνιση κωδικού πρόσβασης
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-en-rGB/values-en-rGB.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-en-rGB/values-en-rGB.xml
deleted file mode 100644
index 630a25e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-en-rGB/values-en-rGB.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d new notification
- - %d new notifications
-
- Expand halfway
- Characters entered %1$d of %2$d
- Character limit exceeded %1$d of %2$d
- Clear text
- Error
- Show drop-down menu
- Dialogue Icon
- Tab
- Select a.m. or p.m.
- Select hour
- %1$s o\'clock
- Select minutes
- %1$s minutes
- AM
- Switch to clock mode for the time input.
- Hour
- Minute
- PM
- Select time
- Switch to text input mode for the time input.
- New notification
- Remove %1$s
- More than %1$d new notifications
- Change to next month
- Change to previous month
- Current selection: %1$s
- @android:string/ok
- %1$s
- Select date
- Selected date
- Column of days: %1$s
- Invalid format.
- Example: %1$s
- Use: %1$s
- Invalid range.
- Navigate to year %1$s
- Out of range: %1$s
- Start date – %1$s
- %1$s – End date
- %1$s – %2$s
- Select range
- Start date – End date
- Save
- Date
- End date
- Start date
- d
- m
- y
- Switch to calendar input mode
- Tap to switch to selecting a day
- Switch to text input mode
- Tap to switch to selecting a year
- Show password
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-es-rUS/values-es-rUS.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-es-rUS/values-es-rUS.xml
deleted file mode 100644
index c4ad064..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-es-rUS/values-es-rUS.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d notificación nueva
- - %d notificaciones nuevas
-
- Expandir hasta la mitad
- Caracteres ingresados: %1$d de %2$d
- Se excedió en %1$d el límite de caracteres de %2$d
- Borrar texto
- Error
- Mostrar menú desplegable
- Ícono de diálogo
- Pestaña
- Selecciona a.m. o p.m.
- Seleccione la hora.
- %1$s en punto
- Seleccionar minutos
- %1$s minutos
- a.m.
- Cambia al modo de reloj para ingresar la hora.
- Hora
- Minuto
- p.m.
- Seleccionar la hora
- Cambia al modo de entrada de texto para ingresar la hora.
- Notificación nueva
- Quitar %1$s
- Más de %1$d notificaciones nuevas
- Cambiar al mes siguiente
- Cambiar al mes anterior
- Selección actual: %1$s
- @android:string/ok
- %1$s
- Seleccionar fecha
- Fecha seleccionada
- Columna de días: %1$s
- Formato no válido
- Ejemplo: %1$s
- Usar: %1$s
- El rango no es válido.
- Navegar al año %1$s
- Fuera de rango: %1$s
- Fecha de inicio - %1$s
- %1$s - fecha de finalización
- %1$s-%2$s
- Selecciona un período
- Fecha de inicio - fecha de finalización
- Guardar
- Fecha
- Fecha de finalización
- Fecha de inicio
- d
- m
- a
- Cambiar al modo de entrada de calendario
- Presiona para seleccionar un día
- Cambiar al modo de entrada de texto
- Presiona para seleccionar un año
- Mostrar contraseña
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-es/values-es.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-es/values-es.xml
deleted file mode 100644
index 7532982..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-es/values-es.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d notificación nueva
- - %d notificaciones nuevas
-
- Desplegar hasta la mitad
- Caracteres introducidos: %1$d de %2$d
- Límite de caracteres superado (%1$d de %2$d)
- Borrar texto
- Error
- Mostrar menú desplegable
- Icono del cuadro de diálogo
- Pestaña
- Selecciona AM o PM
- Seleccionar hora
- %1$s en punto
- Seleccionar minutos
- %1$s minutos
- A.M.
- Cambia al modo de reloj para escribir la hora.
- Hora
- Minuto
- P.M.
- Seleccionar la hora
- Cambia al modo de introducción de texto para escribir la hora.
- Notificación nueva
- Retirar %1$s
- Más de %1$d notificaciones nuevas
- Cambiar al mes siguiente
- Cambiar al mes anterior
- Selección actual: %1$s
- @android:string/ok
- %1$s
- Selecciona una fecha
- Fecha seleccionada
- Columna de días: %1$s
- Formato no válido.
- Ejemplo: %1$s
- Usar: %1$s
- El periodo no es válido.
- Ir al año %1$s
- Fuera del periodo válido: %1$s
- Fecha de inicio–%1$s
- %1$s–Fecha de finalización
- %1$s – %2$s
- Selecciona un periodo
- Fecha de inicio–Fecha de finalización
- Guardar
- Fecha
- Fecha de finalización
- Fecha de inicio
- d
- m
- a
- Cambiar al modo de introducción Calendario
- Toca para seleccionar un día
- Cambiar al modo de introducción Texto
- Toca para seleccionar un año
- Mostrar contraseña
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-et/values-et.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-et/values-et.xml
deleted file mode 100644
index f4e5a15..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-et/values-et.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d uus märguanne
- - %d uut märguannet
-
- Laiendamine poolenisti
- Sisestatud tähemärgid: %1$d/%2$d
- Tähemärgipiirang on ületatud: %1$d/%2$d
- Kustuta tekst
- Viga
- Kuva rippmenüü
- Dialoogi ikoon
- Vaheleht
- Valige AM või PM
- Valige tund
- Kell %1$s
- Minutite valimine
- %1$s minutit
- AM
- Aktiveerige kellaaja sisestamiseks kellarežiim.
- Tunnid
- Minut
- PM
- Aja valimine
- Aktiveerige kellaaja sisestamiseks tekstisisestusrežiim.
- Uus märguanne
- Üksuse %1$s eemaldamine
- Rohkem kui %1$d uut märguannet
- Vaheta järgmisele kuule
- Vaheta eelmisele kuule
- Praegune valik: %1$s
- @android:string/ok
- %1$s
- Valige kuupäev
- Valitud kuupäev
- Päevade veerg: %1$s
- Sobimatu vorming.
- Näide: %1$s
- Kasutage: %1$s
- Sobimatu vahemik.
- Mine aastasse %1$s
- Vahemikust väljas: %1$s
- Alguskuupäev – %1$s
- %1$s – lõppkuupäev
- %1$s–%2$s
- Valige vahemik
- Alguskuupäev – lõppkuupäev
- Salvesta
- Kuupäev
- Lõppkuupäev
- Alguskuupäev
- p
- k
- a
- Lülitu kalendrisisestusrežiimile
- Puudutage, et lülituda päeva valimisele
- Lülitu tekstisisestusrežiimile
- Puudutage, et lülituda aasta valimisele
- Parooli kuvamine
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-eu/values-eu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-eu/values-eu.xml
deleted file mode 100644
index 312e42d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-eu/values-eu.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d jakinarazpen berri
- - %d jakinarazpen berri
-
- Zabaldu erdiraino
- %1$d/%2$d karaktere idatzi dira
- Karaktere-muga gainditu da: %1$d/%2$d
- Garbitu testua
- Errorea
- Erakutsi goitibeherako menua
- Leihoko ikonoa
- Fitxa
- Hautatu AM edo PM
- Hautatu ordua
- %1$s(r)ak dira
- Hautatu minutuak
- %1$s minutu
- AM
- Aldatu erloju modura ordua zehazteko.
- Ordua
- Minutua
- PM
- Hautatu ordua
- Ordua idazteko, aldatu testua idazteko metodora.
- Jakinarazpen berria
- Kendu %1$s
- %1$d jakinarazpen berri baino gehiago
- Aldatu hurrengo hilabetera
- Aldatu aurreko hilabetera
- Oraingo hautapena: %1$s
- @android:string/ok
- %1$s
- Hautatu data
- Hautatutako data
- Egunen zutabea:%1$s
- Formatuak ez du balio.
- Adibidea: %1$s
- Erabili: %1$s
- Tarteak ez du balio.
- Joan %1$s. urtera
- Onartutako barrutitik kanpo: %1$s
- Hasiera-data – %1$s
- %1$s – Amaiera-data
- %1$s-%2$s
- Hautatu barrutia
- Hasiera-data - Amaiera-data
- Gorde
- Data
- Amaiera-data
- Hasiera-data
- e
- h
- u
- Aldatu egutegiaren idazketa-metodora
- Sakatu eguna hautatzeko modura aldatzeko
- Aldatu testua idazteko modura
- Sakatu urtea hautatzeko modura aldatzeko
- Erakutsi pasahitza
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fa/values-fa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fa/values-fa.xml
deleted file mode 100644
index 4f9e6e4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fa/values-fa.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d اعلان جدید
- - %d اعلان جدید
-
- گسترده کردن تا نیمه
- نویسههای واردشده %1$d از %2$d
- محدودیت نویسه از حد مجاز %1$d از %2$d بیشتر شده است
- پاک کردن نوشتار
- خطا
- نمایش منوی کرکرهای
- نماد کادر گفتگو
- برگه
- انتخاب .ق.ظ. یا ب.ظ.
- انتخاب ساعت
- ساعت %1$s
- انتخاب دقیقه
- %1$s دقیقه
- ق.ظ
- برای وارد کردن زمان، به حالت ساعت تغییر وضعیت دهید.
- ساعت
- دقیقه
- ب.ظ
- انتخاب زمان
- برای وارد کردن زمان، به حالت ورودی نوشتاری تغییر وضعیت دهید.
- اعلان جدید
- برداشتن %1$s
- بیش از %1$d اعلان جدید
- تغییر به ماه بعدی
- تغییر به ماه قبلی
- انتخاب کنونی: %1$s
- @android:string/ok
- %1$s
- انتخاب تاریخ
- تاریخ انتخابی
- ستون روز: %1$s
- قالب نامعتبر است.
- مثال: %1$s
- قالب: %1$s
- محدوده نامعتبر است.
- رفتن به سال %1$s
- خارج از محدوده: %1$s
- تاریخ شروع – %1$s
- %1$s – تاریخ پایان
- %1$s – %2$s
- انتخاب محدوده
- تاریخ شروع – تاریخ پایان
- ذخیره
- تاریخ
- تاریخ پایان
- تاریخ شروع
- d
- m
- y
- رفتن به روش ورودی تقویم
- رفتن به رفتن به حالت انتخاب روز ضربه بزنید
- رفتن به حالت ورودی نوشتاری
- برای رفتن به حالت انتخاب سال ضربه بزنید
- نمایش گذرواژه
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fi/values-fi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fi/values-fi.xml
deleted file mode 100644
index 5b9e92e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fi/values-fi.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d uusi ilmoitus
- - %d uutta ilmoitusta
-
- Laajenna puoliväliin
- %1$d/%2$d merkkiä kirjoitettu
- Merkkiraja ylitetty: %1$d/%2$d
- Tyhjennä teksti
- Virhe
- Näytä avattava valikko
- Valintaikkunan kuvake
- Välilehti
- Valitse AP tai IP
- Valitse tunti
- klo %1$s
- Valitse minuutit
- %1$s minuuttia
- ap
- Vaihda ajan syöttämiseen kellotilassa.
- Tunnit
- Minuutti
- ip
- Valitse aika
- Vaihda ajan syöttämiseen tekstitilassa.
- Uusi ilmoitus
- Poista %1$s
- Yli %1$d uutta ilmoitusta
- Vaihda seuraavaan kuukauteen
- Vaihda edelliseen kuukauteen
- Nykyinen valinta: %1$s
- @android:string/ok
- %1$s
- Valitse päivämäärä
- Valittu päivämäärä
- Päiväsarake: %1$s
- Virheellinen muoto
- Esimerkki: %1$s
- Käytä muotoa %1$s
- Virheellinen alue
- Siirry vuoteen %1$s
- Aikavälin ulkop.: %1$s
- Alkamispäivä – %1$s
- %1$s – päättymispäivä
- %1$s – %2$s
- Valitse jakso
- Alkamispäivä – päättymispäivä
- Tallenna
- Päivämäärä
- Päättymispäivä
- Alkamispäivä
- p
- k
- v
- Vaihda syöttötavaksi kalenteri
- Siirry päivän valintaan napauttamalla
- Valitse syöttötavaksi teksti
- Siirry vuoden valintaan napauttamalla
- Näytä salasana
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fr-rCA/values-fr-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fr-rCA/values-fr-rCA.xml
deleted file mode 100644
index 76dab7a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fr-rCA/values-fr-rCA.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d nouvelle notification
- - %d nouvelles notifications
-
- Développer à moitié
- Caractères entrés : %1$d sur %2$d
- Limite de caractère dépassée : %1$d sur %2$d
- Effacer le texte
- Erreur
- Afficher le menu déroulant
- Icône de boîte de dialogue
- Onglet
- Sélectionner AM ou PM
- Sélectionner l\'heure
- %1$s heures
- Sélectionnez les minutes
- %1$s minutes
- AM
- Passer au mode Horloge pour entrer l\'heure.
- Heure
- Minute
- PM
- Sélectionner l\'heure
- Passer au mode Entrée de texte pour entrer l\'heure.
- Nouvelle notification
- Supprimer %1$s
- Plus de %1$d nouvelles notifications
- Passer au mois suivant
- Passer au mois précédent
- Sélection actuelle : %1$s
- @android:string/ok
- %1$s
- Sélectionnez la date
- Date sélectionnée
- Colonne des jours : %1$s
- Format incorrect
- Exemple : %1$s
- Utiliser : %1$s
- Plage incorrecte.
- Naviguer vers l\'année %1$s
- Hors de la plage : %1$s
- Du (date de début) au %1$s
- Du %1$s au (date de fin)
- Du %1$s au %2$s
- Sélectionnez la plage
- Du (date de début) au (date de fin)
- Enregistrer
- Date
- Date de fin
- Date de début
- j
- m
- a
- Passer au mode d\'entrée Agenda
- Touchez pour passer à la sélection de jour
- Passer au mode d\'entrée Texte
- Touchez pour passer à la sélection d\'année
- Afficher le mot de passe
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fr/values-fr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fr/values-fr.xml
deleted file mode 100644
index 61030ad..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fr/values-fr.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d nouvelle notification
- - %d nouvelles notifications
-
- Développer en entier
- Caractères saisis %1$d sur %2$d
- Nombre maximal de caractères dépassé : %1$d sur %2$d
- Effacer le texte
- Erreur
- Afficher le menu déroulant
- Icône de la boîte de dialogue
- Tabulation
- Sélectionner le format AM ou PM
- Sélectionnez une heure
- %1$s h
- Sélectionner des minutes
- %1$s min
- AM
- Passer en mode horloge pour la saisie de l\'heure.
- Heure
- Minute
- PM
- Sélectionner l\'heure
- Passer en mode saisie de texte pour la saisie de l\'heure.
- Nouvelle notification
- Supprimer %1$s
- Plus de %1$d nouvelles notifications
- Passer au mois suivant
- Passer au mois précédent
- Sélection actuelle : %1$s
- @android:string/ok
- %1$s
- Sélectionnez une date
- Date sélectionnée
- Colonne du jour de la semaine : %1$s
- Format incorrect.
- Exemple : %1$s
- Utiliser %1$s
- Plage non valide.
- Accéder à l\'année %1$s
- Hors limite : %1$s
- Date de début – %1$s
- %1$s – Date de fin
- %1$s - %2$s
- Sélectionnez une période
- Date de début – Date de fin
- Enregistrer
- Date
- Date de fin
- Date de début
- j
- m
- a
- Passer au mode de saisie Agenda
- Appuyer pour sélectionner un jour
- Passer au mode de saisie Texte
- Appuyer pour sélectionner une année
- Afficher le mot de passe
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-gl/values-gl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-gl/values-gl.xml
deleted file mode 100644
index 324f36c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-gl/values-gl.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d notificación nova
- - %d notificacións novas
-
- Despregar ata a metade
- Introducíronse %1$d caracteres de %2$d
- Introducíronse %1$d caracteres, pero o límite é de %2$d
- Borra texto
- Produciuse un erro
- Mostra o menú despregable
- Icona de cadro de diálogo
- Pestana
- Seleccionar a.m. ou p.m.
- Seleccionar hora
- %1$s en punto
- Seleccionar minutos
- %1$s minutos
- a.m.
- Cambiar ao modo de reloxo para introducir a hora.
- Hora
- Minuto
- p.m.
- Seleccionar hora
- Cambia ao modo de introdución de texto para introducir a hora.
- Notificación nova
- Quita %1$s
- Máis de %1$d notificacións novas
- Cambiar ao mes seguinte
- Cambiar ao mes anterior
- Selección actual: %1$s
- @android:string/ok
- %1$s
- Selecciona unha data
- Data seleccionada
- Columna de días: %1$s
- O formato non é válido.
- Exemplo: %1$s
- Usa este formato: %1$s
- O intervalo de datas non é válido.
- Ir ao ano %1$s
- Só se admiten datas do intervalo: %1$s
- Data de inicio - %1$s
- %1$s - data de finalización
- %1$s - %2$s
- Selecciona un intervalo de datas
- Data de inicio - data de finalización
- Gardar
- Data
- Data de finalización
- Data de inicio
- d
- m
- a
- Cambiar ao modo de entrada de calendario
- Tocar para cambiar a selección de día
- Cambiar ao modo de introdución de texto
- Tocar para cambiar a selección de ano
- Mostra o contrasinal
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-gu/values-gu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-gu/values-gu.xml
deleted file mode 100644
index 4d903df..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-gu/values-gu.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d નવું નોટિફિકેશન
- - %d નવા નોટિફિકેશન
-
- અડધે સુધી મોટું કરો
- %2$dમાંથી %1$d અક્ષરો દાખલ કર્યા
- %2$dમાંથી %1$dની વર્ણ મર્યાદા ઓળંગાઈ ગઈ છે
- ટેક્સ્ટ સાફ કરો
- ભૂલ
- ડ્રૉપડાઉન મેનૂ બતાવો
- સંવાદનું આઇકન
- ટૅબ
- AM અથવા PM પસંદ કરો
- સમય પસંદ કરો
- %1$s વાગ્યા છે
- મિનિટ પસંદ કરો
- %1$s મિનિટ
- AM
- સમય દાખલ કરવા માટે ઘડિયાળ મોડમાં સ્વિચ કરો.
- કલાક
- મિનિટ
- PM
- સમય પસંદ કરો
- સમય દાખલ કરવા માટે ટેક્સ્ટ ઇનપુટ મોડમાં સ્વિચ કરો.
- નવું નોટિફિકેશન
- %1$s કાઢી નાખો
- %1$dથી વધુ નવા નોટિફિકેશન
- આગલા મહિના પર બદલો
- પાછલા મહિના પર બદલો
- હાલની પસંદગી: %1$s
- @android:string/ok
- %1$s
- તારીખ પસંદ કરો
- પસંદ કરેલી તારીખ
- દિવસોની કૉલમ: %1$s
- અમાન્ય ફોર્મેટ.
- ઉદાહરણ: %1$s
- આનો ઉપયોગ કરો: %1$s
- અમાન્ય શ્રેણી.
- %1$sના વર્ષ પર નૅવિગેટ કરો
- આ શ્રેણીની બહાર છે: %1$s
- શરૂ કરવાની તારીખ – %1$s
- %1$s – સમાપ્તિની તારીખ
- %1$s – %2$s
- શ્રેણી પસંદ કરો
- શરૂ કરવાની તારીખ – સમાપ્તિની તારીખ
- સાચવો
- તારીખ
- સમાપ્તિની તારીખ
- શરૂ કરવાની તારીખ
- d
- m
- y
- કૅલેન્ડર ઇનપુટ મોડ પર સ્વિચ કરો
- દિવસની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરો
- ટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરો
- વર્ષની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરો
- પાસવર્ડ બતાવો
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h320dp-port-v13/values-h320dp-port-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h320dp-port-v13/values-h320dp-port-v13.xml
deleted file mode 100644
index 62716d4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h320dp-port-v13/values-h320dp-port-v13.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- 8dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h360dp-land-v13/values-h360dp-land-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h360dp-land-v13/values-h360dp-land-v13.xml
deleted file mode 100644
index 4badce1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h360dp-land-v13/values-h360dp-land-v13.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- 4dp
- 18dp
- 40dp
- 2dp
- 2dp
- 40dp
- 20dp
- 128dp
- 4dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h480dp-land-v13/values-h480dp-land-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h480dp-land-v13/values-h480dp-land-v13.xml
deleted file mode 100644
index 86eb422..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h480dp-land-v13/values-h480dp-land-v13.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
- 0dp
- 22dp
- 48dp
- 2dp
- 2dp
- 48dp
- 20dp
- 168dp
- 0dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h550dp-port-v13/values-h550dp-port-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h550dp-port-v13/values-h550dp-port-v13.xml
deleted file mode 100644
index 9b3fbb8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h550dp-port-v13/values-h550dp-port-v13.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- 24dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hi/values-hi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hi/values-hi.xml
deleted file mode 100644
index fdf3d5d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hi/values-hi.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d नई सूचनाएं
- - %d नई सूचनाएं
-
- पूरी तरह बड़ा करें
- %2$d वर्णों में से %1$d वर्ण दर्ज किए गए
- अभी %1$d वर्ण हैं जबकि %2$d से ज़्यादा नहीं होने चाहिए
- टेक्स्ट मिटाएं
- गड़बड़ी
- ड्रॉपडाउन मेन्यू दिखाएं
- डायलॉग का आइकॉन
- टैब
- AM या PM चुनें
- घंटा चुनें
- %1$s बजे
- मिनट चुनें
- %1$s मिनट
- पूर्वाह्न
- समय इनपुट के लिए घड़ी मोड पर जाएं.
- घंटा
- मिनट
- अपराह्न
- समय चुनें
- समय इनपुट के लिए लेख इनपुट मोड पर जाएं.
- नई सूचना
- %1$s हटाएं
- %1$d से ज़्यादा नई सूचनाएं
- अगले महीने पर जाएं
- पिछले महीने पर जाएं
- फ़िलहाल, यह चुना गया है: %1$s
- @android:string/ok
- %1$s
- तारीख चुनें
- चुनी गई तारीख
- दिनों का कॉलम: %1$s
- गलत फ़ॉर्मैट.
- उदाहरण: %1$s
- %1$s का इस्तेमाल करें
- तारीखों की अमान्य सीमा.
- साल %1$s पर जाएं
- तारीख की मान्य सीमा से बाहर: %1$s
- शुरू होने की तारीख – %1$s
- %1$s – खत्म होने की तारीख
- %1$s – %2$s
- रेंज चुनें
- शुरू होने की तारीख – खत्म होने की तारीख
- सेव करें
- तारीख
- खत्म होने की तारीख
- शुरू होने की तारीख
- d
- m
- y
- कैलेंडर के इनपुट मोड पर स्विच करें
- \'दिन चुनना\' पर स्विच करने के लिए टैप करें
- टेक्स्ट के इनपुट मोड पर स्विच करें
- \'साल चुनना\' पर स्विच करने के लिए टैप करें
- पासवर्ड दिखाएं
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hr/values-hr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hr/values-hr.xml
deleted file mode 100644
index 78d99d4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hr/values-hr.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
- - %d nova obavijest
- - %d nove obavijesti
- - %d novih obavijesti
-
- Proširi donju polovicu
- Uneseno znakova: %1$d od %2$d
- Premašeno je ograničenje broja znakova: %1$d od %2$d
- Brisanje teksta
- Pogreška
- Prikaži padajući izbornik
- Ikona dijaloga
- Kartica
- Odaberite prijepodne ili poslijepodne
- Odaberite sat
- %1$s h
- Odaberite minute
- %1$s min
- AM
- Prijeđite na način rada sata da biste unijeli vrijeme.
- Sat
- Minuta
- PM
- Odabir vremena
- Prijeđite na način unosa teksta da biste unijeli vrijeme.
- Nova obavijest
- Ukloni %1$s
- Više od %1$d novih obavijesti
- Prijelaz na sljedeći mjesec
- Pomicanje na prethodni mjesec
- Trenutačan odabir: %1$s
- @android:string/ok
- %1$s
- Odaberite datum
- Odabrani datum
- Stupac s danima: %1$s
- Nevažeći format.
- Primjer: %1$s
- Koristi format: %1$s
- Raspon nije važeći.
- Prijelaz na godinu %1$s
- Izvan raspona: %1$s
- Datum početka – %1$s
- %1$s – datum završetka
- %1$s – %2$s
- Odaberite raspon
- Datum početka – datum završetka
- Spremi
- Datum
- Datum završetka
- Datum početka
- d
- m
- g
- Prijelaz na način unosa u Kalendaru
- Dodirnite za prijelaz na odabir dana
- Prijelaz na način unosa teksta
- Dodirnite za prijelaz na odabir godine
- Prikaži zaporku
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hu/values-hu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hu/values-hu.xml
deleted file mode 100644
index 020ea30..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hu/values-hu.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d új értesítés
- - %d új értesítés
-
- Kibontás félig
- Begépelt karakterszám: %2$d/%1$d
- Maximális karakterszám túllépve: %2$d/%1$d
- Szöveg törlése
- Hiba
- Legördülő menü megjelenítése
- Párbeszédpanel ikonja
- Lap
- Válassza ki, hogy délelőtt vagy délután
- Óra kiválasztása
- %1$s óra
- Perc kiválasztása
- %1$s perc
- de.
- Időbevitelhez váltson óramódba.
- Óra
- Perc
- du.
- Időpont kiválasztása
- Időbevitelhez váltson szövegbeviteli módba.
- Új értesítés
- Eltávolítás (%1$s)
- Több mint %1$d új értesítés
- Váltás a következő hónapra
- Váltás az előző hónapra
- Jelenleg kiválasztva: %1$s
- @android:string/ok
- %1$s
- Válasszon dátumot
- Kiválasztott dátum
- Napok oszlopa: %1$s
- Érvénytelen formátum.
- Példa: %1$s
- Használja ezt: %1$s
- Érvénytelen tartomány.
- Ugrás ehhez az évhez: %1$s
- Tartományon kívül: %1$s
- Kezdés dátuma – %1$s
- %1$s – Befejezés dátuma
- %1$s – %2$s
- Válasszon dátumtartományt
- Kezdés dátuma – Befejezés dátuma
- Mentés
- Dátum
- Befejezés dátuma
- Kezdés dátuma
- N
- H
- É
- Váltás naptárbeviteli módra
- Koppintson a nap kiválasztásához
- Váltás szövegbeviteli módra
- Koppintson az év kiválasztásához
- Jelszó megjelenítése
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hy/values-hy.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hy/values-hy.xml
deleted file mode 100644
index a1dad34..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hy/values-hy.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d նոր ծանուցում
- - %d նոր ծանուցում
-
- Ծավալել կիսով չափ
- Մուտքագրված նիշեր՝ %1$d/%2$d
- Նիշերի առավելագույն քանակը գերազանցվել է (%1$d/%2$d)
- Ջնջել տեքստը
- Սխալ
- Ցույց տալ իջնող ընտրացանկը
- Երկխոսության պատուհանի պատկերակ
- Ներդիր
- Ընտրել AM կամ PM
- Ընտրել ժամը
- Ժամը %1$s է
- Ընտրեք րոպեն
- %1$s րոպե
- AM
- Ժամը մուտքագրելու համար միացրեք ժամացույցի ռեժիմը:
- Ժամ
- Րոպե
- PM
- Ժամանակի ընտրություն
- Ժամը մուտքագրելու համար միացրեք տեքստի մուտքագրման ռեժիմը:
- Նոր ծանուցում
- Հեռացնել (%1$s)
- Ավելի քան %1$d նոր ծանուցում
- Անցնել հաջորդ ամիս
- Անցնել նախորդ ամիս
- Ներկայիս ընտրությունը՝ %1$s
- @android:string/ok
- %1$s
- Ընտրեք ամսաթիվը
- Ընտրված ամսաթիվը
- Օրերի սյունակ՝ %1$s
- Ձևաչափը սխալ է։
- Օրինակ՝ %1$s
- Օգտագործեք՝ %1$s
- Ընդգրկույթն անվավեր է:
- Անցնել %1$s թվական
- Ընդգրկույթից դուրս է՝ %1$s
- Մեկնարկի ամսաթիվը – %1$s
- %1$s – Ավարտի ամսաթիվը
- %1$s – %2$s
- Ընտրեք ընդգրկույթը
- Մեկնարկի ամսաթիվը – Ավարտի ամսաթիվը
- Պահել
- Ամսաթիվ
- Ավարտի ամսաթիվը
- Մեկնարկի ամսաթիվը
- օ
- ա
- տ
- Անցնել օրացույցի մուտքագրման ռեժիմ
- Հպեք՝ օրվա ընտությանն անցնելու համար
- Անցնել տեքստի մուտքագրման ռեժիմին
- Հպեք՝ տարեթվի ընտությանն անցնելու համար
- Ցուցադրել գաղտնաբառը
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-in/values-in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-in/values-in.xml
deleted file mode 100644
index 9ad9b95..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-in/values-in.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d notifikasi baru
- - %d notifikasi baru
-
- Luaskan setengah
- Karakter yang dimasukkan %1$d dari %2$d
- Melebihi batas karakter %1$d dari %2$d
- Menghapus teks
- Error
- Tampilkan menu dropdown
- Ikon Dialog
- Tab
- Pilih AM atau PM
- Pilih jam
- Pukul %1$s
- Pilih menit
- %1$s menit
- AM
- Beralih ke mode jam untuk masukan waktu.
- Jam
- Menit
- PM
- Pilih waktu
- Beralih ke mode masukan teks untuk masukan waktu.
- Notifikasi baru
- Menghapus %1$s
- Lebih dari %1$d notifikasi baru
- Ubah ke bulan berikutnya
- Ubah ke bulan sebelumnya
- Pilihan saat ini: %1$s
- @android:string/ok
- %1$s
- Pilih Tanggal
- Tanggal yang dipilih
- Kolom hari: %1$s
- Format tidak valid.
- Contoh: %1$s
- Gunakan: %1$s
- Rentang tidak valid.
- Buka tahun %1$s
- Di luar rentang: %1$s
- Tanggal mulai – %1$s
- %1$s – Tanggal akhir
- %1$s – %2$s
- Pilih Rentang
- Tanggal mulai – Tanggal akhir
- Simpan
- Tanggal
- Tanggal akhir
- Tanggal mulai
- h
- b
- t
- Beralih ke mode masukan kalender
- Ketuk untuk beralih ke memilih hari
- Beralih ke mode masukan teks
- Ketuk untuk beralih ke memilih tahun
- Tampilkan sandi
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-is/values-is.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-is/values-is.xml
deleted file mode 100644
index 403f197..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-is/values-is.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d ný tilkynning
- - %d nýjar tilkynningar
-
- Stækka til hálfs
- Innslegnir stafir %1$d af %2$d
- Yfir hámarksstafafjölda, %1$d af %2$d
- Hreinsa texta
- Villa
- Sýna fellivalmynd
- Gluggatákn
- Flipi
- Velja f.h. eða e.h.
- Velja tíma
- klukkan %1$s
- Veldu mínútur
- %1$s mínútur
- f.h.
- Skipta yfir í klukkustillingu til að færa inn tíma.
- Klukkustund
- Mínúta
- e.h.
- Veldu tíma
- Skipta yfir í textastillingu til að færa inn tíma.
- Ný tilkynning
- Fjarlægja %1$s
- Yfir %1$d nýjar tilkynningar
- Breyta í næsta mánuð
- Breyta í fyrri mánuð
- Núverandi val: %1$s
- @android:string/ok
- %1$s
- Veldu dagsetningu
- Valin dagsetning
- Dálkur með dögum: %1$s
- Ógilt snið.
- Dæmi: %1$s
- Nota: %1$s
- Ógilt svið.
- Fara í árið %1$s
- Utan sviðs: %1$s
- Upphafsdagur – %1$s
- %1$s – lokadagur
- %1$s – %2$s
- Veldu tímabil
- Upphafsdagur – lokadagur
- Vista
- Dagsetning
- Lokadagur
- Upphafsdagur
- d
- m
- á
- Skipta yfir í innfærsluaðferð fyrir dagatal
- Ýttu til að skipta yfir í að velja dag
- Skipta yfir í innfærsluaðferð fyrir texta
- Ýttu til að skipta yfir í að velja ár
- Sýna aðgangsorð
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-it/values-it.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-it/values-it.xml
deleted file mode 100644
index 361438d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-it/values-it.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d nuova notifica
- - %d nuove notifiche
-
- Espandi a metà
- %1$d caratteri inserirti su %2$d
- Sono presenti %2$d caratteri in più rispetto al limite di %1$d
- Cancella testo
- Errore
- Mostra il menu a discesa
- Icona della finestra di dialogo
- Scheda
- Seleziona AM o PM
- Seleziona l\'ora
- %1$s in punto
- Seleziona i minuti
- %1$s minuti
- am
- Passa alla modalità orologio per inserire l\'ora.
- Ora
- Minuto
- pm
- Seleziona l\'ora
- Passa alla modalità di immissione testo per inserire l\'ora.
- Nuova notifica
- Rimuovi %1$s
- Più di %1$d nuove notifiche
- Passa al mese successivo
- Passa al mese precedente
- Selezione attuale: %1$s
- @android:string/ok
- %1$s
- Seleziona data
- Data selezionata
- Colonna dei giorni: %1$s
- Formato non valido.
- Esempio: %1$s
- Usa: %1$s
- Intervallo non valido.
- Vai all\'anno %1$s
- Non compresa nell\'intervallo: %1$s
- Data di inizio - %1$s
- %1$s - Data di fine
- %1$s - %2$s
- Seleziona intervallo
- Data di inizio - Data di fine
- Salva
- Data
- Data di fine
- Data di inizio
- g
- m
- a
- Passa alla modalità di immissione Calendario
- Tocca per passare alla selezione di un giorno
- Passa alla modalità di immissione Testo
- Tocca per passare alla selezione di un anno
- Mostra password
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-iw/values-iw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-iw/values-iw.xml
deleted file mode 100644
index 0061088..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-iw/values-iw.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
- - התראה חדשה אחת (%d)
- - %d התראות חדשות
- - %d התראות חדשות
- - %d התראות חדשות
-
- הרחבה עד האמצע
- הוזנו %1$d תווים מתוך %2$d
- מגבלת התווים חורגת ב-%1$d מתוך %2$d
- מחיקת הטקסט
- שגיאה
- הצגת התפריט הנפתח
- סמל לתיבת דו-שיח
- מקש Tab
- יש לבחור ב-AM או ב-PM
- בחר שעה
- השעה %1$s
- בחר דקות
- %1$s דקות
- לפנה\"צ
- העבר למצב שעון לצורך הזנת השעה
- שעה
- דקה
- אחה\"צ
- בחר שעה
- העבר למצב קלט טקסט לצורך הזנת השעה
- התראה חדשה
- הסרה של %1$s
- יותר מ-%1$d התראות חדשות
- מעבר לחודש הבא
- מעבר לחודש הקודם
- הבחירה הנוכחית: %1$s
- @android:string/ok
- %1$s
- יש לבחור תאריך
- התאריך הנבחר
- עמודה של ימים: %1$s
- פורמט לא חוקי.
- דוגמה: %1$s
- יש להשתמש בפורמט: %1$s
- טווח לא חוקי.
- ניווט לשנת %1$s
- מחוץ לטווח: %1$s
- תאריך התחלה – %1$s
- %1$s – תאריך סיום
- %1$s – %2$s
- יש לבחור טווח
- תאריך התחלה - תאריך סיום
- שמירה
- תאריך
- תאריך סיום
- תאריך התחלה
- י
- ח
- ש
- החלפה לשיטת קלט של יומן
- יש להקיש כדי להחליף לבחירת יום
- החלפה לשיטת קלט של טקסט
- יש להקיש כדי להחליף לבחירת שנה
- הצגת סיסמה
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ja/values-ja.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ja/values-ja.xml
deleted file mode 100644
index b215f8b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ja/values-ja.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d 件の新しい通知
- - %d 件の新しい通知
-
- 下半分を展開
- 入力済み文字数: %1$d/%2$d
- 文字数制限を超えています(%1$d/%2$d 文字)
- テキストを消去
- エラー
- プルダウン メニューを表示
- ダイアログ アイコン
- タブ
- 午前または午後を選択
- 時刻を選択してください
- %1$s時
- 分を選択
- %1$s分
- AM
- 時刻を時計で入力するモードに切り替えます。
- 時間
- 分
- PM
- 時間を選択
- 時刻をテキストで入力するモードに切り替えます。
- 新しい通知
- %1$s を削除します
- %1$d 件以上の新しい通知
- 翌月に変更
- 前月に変更
- 現在の選択: %1$s
- @android:string/ok
- %1$s
- 日付を選択してください
- 選択した日付
- 曜日の列: %1$s
- 形式が無効です。
- 例: %1$s
- 使用: %1$s
- 範囲が無効です。
- %1$s 年に移動
- 範囲外: %1$s
- 開始日~%1$s
- %1$s~終了日
- %1$s~%2$s
- 期間を選択してください
- 開始日~終了日
- 保存
- 日付
- 終了日
- 開始日
- d
- m
- y
- カレンダー入力モードに切り替え
- タップすると、日の選択に切り替わります
- テキスト入力モードに切り替え
- タップすると、年の選択に切り替わります
- パスワードを表示
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ka/values-ka.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ka/values-ka.xml
deleted file mode 100644
index 185072e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ka/values-ka.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d ახალი შეტყობინება
- - %d ახალი შეტყობინება
-
- ნახევრამდე გაფართოება
- შეყვანილია %2$d-დან %1$d სიმბოლო
- გადაჭარბებულია სიმბოლოთა ლიმიტი (%2$d-დან %1$d)
- ტექსტის გასუფთავება
- შეცდომა
- ჩამოსაშლელი მენიუს ჩვენება
- დიალოგის ხატულა
- ჩანართი
- აირჩიეთ AM ან PM
- აირჩიეთ საათი
- %1$s საათი
- აირჩიეთ წუთები
- %1$s წუთი
- AM
- დროის შეყვანისთვის საათის რეჟიმზე გადართვა.
- საათი
- წუთი
- PM
- აირჩიეთ დრო
- დროის შეყვანისთვის ტექსტის შეყვანის რეჟიმზე გადართვა.
- ახალი შეტყობინება
- %1$s-ის ამოშლა
- %1$d-ზე მეტი ახალი შეტყობინება
- შემდეგ თვეზე გადასვლა
- წინა თვეზე გადასვლა
- ამჟამინდელი არჩევანი: %1$s
- @android:string/ok
- %1$s
- აირჩიეთ თარიღი
- არჩეული თარიღი
- დღეების სვეტი: %1$s
- არასწორი ფორმატი.
- მაგალითი: %1$s
- %1$s-ის გამოყენება
- დიაპაზონი არასწორია.
- %1$s წელზე ნავიგაცია
- დიაპაზონს მიღმა: %1$s
- დაწყების თარიღი - %1$s
- %1$s - დასრულების თარიღი
- %1$s - %2$s
- აირჩიეთ დიაპაზონი
- დაწყების თარიღი - დასრულების თარიღი
- შენახვა
- თარიღი
- დასრულების თარიღი
- დაწყების თარიღი
- დ
- წთ
- წ
- კალენდარში შეყვანის რეჟიმზე გადართვა
- შეეხეთ დღის არჩევაზე გადასართავად
- ტექსტის შეყვანის რეჟიმზე გადართვა
- შეეხეთ წლის არჩევაზე გადასართავად
- პაროლის ჩვენება
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-kk/values-kk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-kk/values-kk.xml
deleted file mode 100644
index c9fddbe..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-kk/values-kk.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d жаңа хабарландыру
- - %d жаңа хабарландыру
-
- Жартылай кеңейту
- %1$d/%2$d таңба енгізілді
- Таңба саны шегінен асты: %1$d/%2$d
- Мәтінді өшіру
- Қате
- Ашылмалы мәзірді көрсету
- Диалог белгішесі
- Қойынды
- \"AM\" немесе \"PM\" форматын таңдау
- Сағатты таңдау
- Сағат: %1$s
- Минут таңдау
- %1$s минут
- AM
- Уақытты енгізу үшін сағат режиміне өтіңіз.
- Сағат
- Mинут
- PM
- Уақытты таңдау
- Уақытты енгізу үшін мәтін енгізу режиміне өтіңіз.
- Жаңа хабарландыру
- %1$s мазмұнын өшіру
- %1$d санынан көп жаңа хабарландыру
- Келесі айға өту
- Алдыңғы айға өту
- Ағымдағы таңдау: %1$s
- @android:string/ok
- %1$s
- Күнді таңдау
- Таңдалған күн
- Күндер бағаны: %1$s
- Формат жарамсыз.
- Мысал: %1$s.
- Жарамды формат: %1$s.
- Ауқым жарамсыз.
- %1$s жылына жылжу
- Ауқымнан тыc: %1$s
- Басталу күні – %1$s
- %1$s – аяқталу күні
- %1$s – %2$s
- Аралықты таңдау
- Басталу күні – аяқталу күні
- Сақтау
- Күні
- Аяқталу күні
- Басталу күні
- к
- а
- ж
- Күнтізбенің енгізу режиміне ауысу
- Күнді таңдауға ауысу үшін түртіңіз.
- Мәтін енгізу режиміне ауысу
- Жылды таңдауға ауысу үшін түртіңіз.
- Құпия сөзді көрсету
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-km/values-km.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-km/values-km.xml
deleted file mode 100644
index e8ba610..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-km/values-km.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - ការជូនដំណឹងថ្មី %d
- - ការជូនដំណឹងថ្មី %d
-
- ពង្រីកពាក់កណ្ដាល
- តួអក្សរបានបញ្ចូល %1$d នៃ %2$d
- ដែនកំណត់តួអក្សរបានលើស %1$d នៃ %2$d
- សម្អាតអក្សរ
- បញ្ហា
- បង្ហាញម៉ឺនុយធ្លាក់ចុះ
- រូបប្រអប់បញ្ចូល
- ផ្ទាំង
- ជ្រើសរើស AM ឬ PM
- ជ្រើសរើសម៉ោង
- ម៉ោង %1$s
- ជ្រើសនាទី
- %1$s នាទី
- ព្រឹក
- ប្តូរទៅមុខងារនាឡិកាសម្រាប់ការបញ្ចូលម៉ោង។
- ម៉ោង
- នាទី
- ល្ងាច
- ជ្រើសម៉ោង
- ប្តូរទៅមុខងារបញ្ចូលអក្សរសម្រាប់ការបញ្ចូលម៉ោង។
- ការជូនដំណឹងថ្មី
- លុប %1$s
- ការជូនដំណឹងថ្មីៗលើស %1$d ហើយ
- ប្ដូរទៅខែបន្ទាប់
- ប្ដូរទៅខែមុន
- ការជ្រើសរើសបច្ចុប្បន្ន៖ %1$s
- @android:string/ok
- %1$s
- ជ្រើសរើសកាលបរិច្ឆេទ
- កាលបរិច្ឆេទដែលបានជ្រើសរើស
- ជួរឈរនៃថ្ងៃ៖ %1$s
- ទម្រង់មិនត្រឹមត្រូវទេ។
- ឧទាហរណ៍៖ %1$s
- ប្រើ៖ %1$s
- ជួរមិនត្រឹមត្រូវទេ។
- ប្ដូរទៅឆ្នាំ %1$s
- នៅក្រៅជួរ៖ %1$s
- កាលបរិច្ឆេទចាប់ផ្ដើម – %1$s
- %1$s – កាលបរិច្ឆេទបញ្ចប់
- %1$s – %2$s
- ជ្រើសរើសចន្លោះ
- កាលបរិច្ឆេទចាប់ផ្ដើម – កាលបរិច្ឆេទបញ្ចប់
- រក្សាទុក
- កាលបរិច្ឆេទ
- កាលបរិច្ឆេទបញ្ចប់
- កាលបរិច្ឆេទចាប់ផ្ដើម
- ថ
- ខ
- ឆ
- ប្ដូរទៅរបៀបបញ្ចូលប្រតិទិន
- ចុចដើម្បីប្ដូរទៅការជ្រើសរើសថ្ងៃ
- ប្ដូរទៅរបៀបបញ្ចូលអក្សរ
- ចុចដើម្បីប្ដូរទៅការជ្រើសរើសឆ្នាំ
- បង្ហាញពាក្យសម្ងាត់
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-kn/values-kn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-kn/values-kn.xml
deleted file mode 100644
index 4b10a35..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-kn/values-kn.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
- - %d ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
-
- ಅರ್ಧದಷ್ಟು ವಿಸ್ತರಿಸಿ
- %2$d ರಲ್ಲಿ %1$d ಅಕ್ಷರಗಳನ್ನು ನಮೂದಿಸಲಾಗಿದೆ
- ಅಕ್ಷರ ಮಿತಿಯು %2$d ರಲ್ಲಿ %1$d ಮೀರಿದೆ
- ಪಠ್ಯ ತೆರವುಗೊಳಿಸಿ
- ದೋಷ
- ಡ್ರಾಪ್ಡೌನ್ ಮೆನು ತೋರಿಸಿ
- ಡೈಲಾಗ್ ಐಕಾನ್
- ಟ್ಯಾಬ್
- ಬೆಳಿಗ್ಗೆ ಅಥವಾ ಮಧ್ಯಾಹ್ನ ಆಯ್ಕೆಮಾಡಿ
- ಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ
- %1$s ಗಂಟೆ
- ನಿಮಿಷಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ
- %1$s ನಿಮಿಷಗಳು
- AM
- ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಗಡಿಯಾರದ ನಮೂನೆಗೆ ಬದಲಿಸಿ.
- ಗಂಟೆ
- ನಿಮಿಷ
- PM
- ಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ
- ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಪಠ್ಯದ ನಮೂನೆಗೆ ಬದಲಿಸಿ.
- ಹೊಸ ಅಧಿಸೂಚನೆ
- %1$s ಅನ್ನು ತೆಗೆದುಹಾಕಿ
- %1$d ಕ್ಕಿಂತ ಹೆಚ್ಚು ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
- ಮುಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ
- ಹಿಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ
- ಪ್ರಸ್ತುತ ಆಯ್ಕೆ: %1$s
- @android:string/ok
- %1$s
- ದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಿ
- ದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಲಾಗಿದೆ
- ದಿನಗಳ ಕಾಲಮ್: %1$s
- ಅಮಾನ್ಯವಾದ ಫಾರ್ಮ್ಯಾಟ್.
- ಉದಾಹರಣೆ: %1$s
- ಇದನ್ನು ಬಳಸಿ: %1$s
- ಅಮಾನ್ಯ ಶ್ರೇಣಿ.
- %1$s ವರ್ಷಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ
- ವ್ಯಾಪ್ತಿಯ ಹೊರಗಿದೆ: %1$s
- ಪ್ರಾರಂಭ ದಿನಾಂಕ – %1$s
- %1$s – ಮುಕ್ತಾಯ ದಿನಾಂಕ
- %1$s – %2$s
- ಶ್ರೇಣಿಯನ್ನು ಆಯ್ಕೆಮಾಡಿ
- ಪ್ರಾರಂಭ ದಿನಾಂಕ – ಮುಕ್ತಾಯ ದಿನಾಂಕ
- ಉಳಿಸಿ
- ದಿನಾಂಕ
- ಮುಕ್ತಾಯ ದಿನಾಂಕ
- ಪ್ರಾರಂಭ ದಿನಾಂಕ
- ದಿ
- ತಿ
- ವ
- ಕ್ಯಾಲೆಂಡರ್ ಇನ್ಪುಟ್ ಮೋಡ್ಗೆ ಬದಲಿಸಿ
- ದಿನವನ್ನು ಆಯ್ಕೆಗಾಗಿ ಬದಲಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ
- ಪಠ್ಯ ಇನ್ಪುಟ್ ಮೋಡ್ಗೆ ಬದಲಿಸಿ
- ವರ್ಷವನ್ನು ಆಯ್ಕೆಗಾಗಿ ಬದಲಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ
- ಪಾಸ್ವರ್ಡ್ ತೋರಿಸಿ
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ko/values-ko.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ko/values-ko.xml
deleted file mode 100644
index 91ff7d2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ko/values-ko.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - 새 알림 %d개
- - 새 알림 %d개
-
- 반만 펼치기
- 입력된 글자 %1$d/%2$d
- 글자 수 제한이 초과되었습니다(%1$d/%2$d).
- 텍스트 삭제
- 오류
- 드롭다운 메뉴 표시
- 대화상자 아이콘
- 탭
- 오전 또는 오후를 선택하세요.
- 시간 선택
- %1$s시 정각
- 분 선택
- %1$s분
- 오전
- 시간 입력을 위해 시계 모드로 전환합니다.
- 시간
- 분
- 오후
- 시간 선택
- 시간 입력을 위해 텍스트 입력 모드로 전환합니다.
- 새 알림
- %1$s 삭제
- 새 알림 %1$d개 초과
- 다음 달로 변경
- 이전 달로 변경
- 현재 %1$s 선택됨
- @android:string/ok
- %1$s
- 날짜 선택
- 선택한 날짜
- 요일 열: %1$s
- 형식이 잘못되었습니다.
- 예: %1$s
- %1$s 사용
- 날짜 범위가 잘못되었습니다.
- %1$s년으로 이동
- %1$s은(는) 범위를 벗어난 날짜입니다.
- 시작일~%1$s
- %1$s~종료일
- %1$s~%2$s
- 기간 선택
- 시작일~종료일
- 저장
- 날짜
- 종료일
- 시작일
- 일
- 월
- 년
- 캘린더 입력 모드로 전환
- 탭하여 요일 선택으로 전환
- 텍스트 입력 모드로 전환
- 탭하여 연도 선택으로 전환
- 비밀번호 표시
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ky/values-ky.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ky/values-ky.xml
deleted file mode 100644
index 6ae6abe..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ky/values-ky.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d жаңы билдирме
- - %d жаңы билдирме
-
- Жарымын жайып көрсөтүү
- %2$d ичинен %1$d символ киргизилди
- Символдордун саны коюлган %2$d чегинен %1$d символго ашып кетти
- Текстти тазалоо
- Ката
- Түрүлмө менюну көрсөтүү
- Диалог сүрөтчөсү
- Өтмөк
- Тандоо: AM же PM
- Саат тандоо
- Саат %1$s
- Мүнөттөрдү тандаңыз
- %1$s мүнөт
- AM
- Убакытты дубал саатынын режиминде киргизиңиз.
- Саат
- Мүнөт
- PM
- Убакыт тандоо
- Убакытты текст киргизүү режиминде киргизиңиз.
- Жаңы билдирме
- Мазмунду алып салуу (%1$s)
- %1$d ашуун жаңы билдирме
- Кийинки айга өзгөртүү
- Мурунку айга өзгөртүү
- Учурдагы тандоо: %1$s
- @android:string/ok
- %1$s
- Күн тандоо
- Тандалган күн
- Күндөр тилкеси: %1$s
- Жараксыз формат.
- Мисалы: %1$s
- %1$s формтын колднуңуз
- Жараксыз диапазон.
- %1$s-жылга өтүү
- Диапазондон тышкары: %1$s
- Баштоо күнү – %1$s
- %1$s – Аяктоо күнү
- %1$s – %2$s
- Даталар диапазонун тандоо
- Баштоо күнү – Аяктоо күнү
- Сактоо
- Күн
- Аяктоо күнү
- Баштоо күнү
- к
- а
- ж
- Жылнаамага иш-чара киргизүү режимине которулуу
- Күн тандоо үчүн таптап коюңуз
- Текст киргизүү режимине которулуу
- Жыл тандоо үчүн таптап коюңуз
- Сырсөздү көрсөтүү
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-land/values-land.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-land/values-land.xml
deleted file mode 100644
index d2906b6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-land/values-land.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
- 450dp
- 600dp
- 24dp
- 24dp
- 24dp
- 24dp
- 20dp
- 4dp
- 96dp
- 0dp
- 0dp
- 104dp
- 68dp
- 28dp
- 64dp
- 32dp
- 24dp
- 32dp
- 0
- 6
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-large-v4/values-large-v4.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-large-v4/values-large-v4.xml
deleted file mode 100644
index e74395e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-large-v4/values-large-v4.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ldrtl-v17/values-ldrtl-v17.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ldrtl-v17/values-ldrtl-v17.xml
deleted file mode 100644
index 0096540..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ldrtl-v17/values-ldrtl-v17.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- - @drawable/material_ic_keyboard_arrow_left_black_24dp
- - @drawable/material_ic_keyboard_arrow_right_black_24dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lo/values-lo.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lo/values-lo.xml
deleted file mode 100644
index b0cf874..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lo/values-lo.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d ການແຈ້ງເຕືອນໃໝ່
- - %d ການແຈ້ງເຕືອນໃໝ່
-
- ຂະຫຍາຍອອກເຄິ່ງໜຶ່ງ
- ຕົວອັກສອນທີ່ປ້ອນເຂົ້າ %1$d ຕົວຈາກທັງໝົດ %2$d ຕົວ
- ຂີດຈຳກັດຕົວອັກສອນເກີນ %1$d ຈາກທັງໝົດ %2$d
- ລຶບລ້າງຂໍ້ຄວາມ
- ຜິດພາດ
- ສະແດງເມນູເລື່ອນລົງ
- ໄອຄອນກ່ອງໂຕ້ຕອບ
- ແຖບ
- ເລືອກຕອນເຊົ້າ ຫຼື ຕອນແລງ
- ເລືອກຊົ່ວໂມງ
- %1$s ໂມງ
- ເລືອກນາທີ
- %1$s ນາທີ
- ໂມງເຊົ້າ
- ສະຫຼັບໄປໃຊ້ໂໝດໂມງສຳລັບການປ້ອນເວລາ.
- ຊົ່ວໂມງ
- ນາທີ
- ໂມງແລງ
- ເລືອກເວລາ
- ສະຫຼັບໄປໃຊ້ໂໝດປ້ອນຂໍ້ຄວາມສຳລັບການປ້ອນເວລາ.
- ການແຈ້ງເຕືອນໃໝ່
- ລຶບ %1$s ອອກ
- ການແຈ້ງເຕືອນໃໝ່ຫຼາຍກວ່າ %1$d ລາຍການ
- ປ່ຽນເປັນເດືອນຕໍ່ໄປ
- ປ່ຽນເປັນເດືອນຜ່ານມາ
- ການເລືອກປັດຈຸບັນ: %1$s
- @android:string/ok
- %1$s
- ເລືອກວັນທີ
- ເລືອກວັນທີ
- ຖັນມື້: %1$s
- ຮູບແບບບໍ່ຖືກຕ້ອງ.
- ຕົວຢ່າງ: %1$s
- ໃຊ້: %1$s
- ໄລຍະບໍ່ຖືກຕ້ອງ.
- ເລື່ອນໄປປີ %1$s
- ຢູ່ນອກຊ່ວງວັນທີ: %1$s
- ວັນທີເລີ່ມຕົ້ນ – %1$s
- %1$s – ວັນທີສິ້ນສຸດ
- %1$s – %2$s
- ເລືອກຊ່ວງ
- ວັນທີເລີ່ມຕົ້ນ – ວັນທີສິ້ນສຸດ
- ບັນທຶກ
- ວັນທີ
- ວັນທີສິ້ນສຸດ
- ວັນທີເລີ່ມ
- ວ
- ດ
- ປ
- ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນປະຕິທິນ
- ແຕະເພື່ອປ່ຽນເປັນການເລືອກມື້
- ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນຂໍ້ຄວາມ
- ແຕະເພື່ອປ່ຽນເປັນການເລືອກປີ
- ສະແດງລະຫັດຜ່ານ
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lt/values-lt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lt/values-lt.xml
deleted file mode 100644
index ee8a777..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lt/values-lt.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
- - %d naujas pranešimas
- - %d nauji pranešimai
- - %d naujo pranešimo
- - %d naujų pranešimų
-
- Išskleisti iki pusės
- Įvesta simbolių: %1$d iš %2$d
- Viršytas simbolių skaičius: %1$d iš %2$d
- Išvalyti tekstą
- Klaida
- Rodyti išskleidžiamąjį meniu
- Dialogo lango piktograma
- Skirtukas
- Pasirinkite „iki pietų“ arba „po pietų“
- Pasirinkite valandą
- %1$s val.
- Pasirinkite minutes
- %1$s min.
- AM
- Laiko įvestį pateikti perjungus į laikrodžio režimą.
- Valanda
- Minutė
- PM
- Pasirinkite laiką
- Laiko įvestį pateikti perjungus į teksto įvesties režimą.
- Naujas pranešimas
- Pašalinti %1$s
- Naujų pranešimų: daugiau nei %1$d
- Pakeisti į kitą mėnesį
- Pakeisti į ankstesnį mėnesį
- Dabartinis pasirinkimas: %1$s
- @android:string/ok
- %1$s
- Pasirinkite datą
- Pasirinkta data
- Dienų stulpelis: %1$s
- Netinkamas formatas.
- Pavyzdys: %1$s
- Naudoti: %1$s
- Netinkamas diapazonas.
- Eiti į %1$s metus
- Nepatenka į diapazoną: %1$s
- Pradžios data–%1$s
- %1$s–pabaigos data
- %1$s–%2$s
- Pasirinkite diapazoną
- Pradžios data–pabaigos data
- Išsaugoti
- Data
- Pabaigos data
- Pradžios data
- d
- m
- y
- Perjungti į kalendoriaus įvesties režimą
- Palieskite, kad perjungtumėte į dienos pasirinkimą
- Perjungti į teksto įvesties režimą
- Palieskite, kad perjungtumėte į metų pasirinkimą
- Rodyti slaptažodį
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lv/values-lv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lv/values-lv.xml
deleted file mode 100644
index f66ddaf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lv/values-lv.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
- - %d jaunu paziņojumu
- - %d jauns paziņojums
- - %d jauni paziņojumi
-
- Izvērst līdz pusei
- Ievadītās rakstzīmes: %1$d no %2$d
- Pārsniegts rakstzīmju skaita ierobežojums (%1$d no %2$d)
- Notīrīt tekstu
- Kļūda
- Rādīt nolaižamo izvēlni
- Dialoglodziņa ikona
- Cilne
- Atlasiet “AM” (priekšpusdienā) vai “PM” (pēcpusdienā).
- Atlasiet stundu
- plkst. %1$s
- Atlasiet minūtes.
- %1$s min
- AM
- Lai ievadītu laiku, ieslēdziet pulksteņa režīmu.
- Stunda
- Minūte
- PM
- Laika atlasīšana
- Lai ievadītu laiku, ieslēdziet teksta ievades režīmu.
- Jauns paziņojums
- Noņemt: %1$s
- Vairāk nekā %1$d jauni paziņojumi
- Pāriet uz nākamo mēnesi
- Pāriet uz iepriekšējo mēnesi
- Pašreizējā atlase: %1$s
- @android:string/ok
- %1$s
- Atlasiet datumu
- Atlasītais datums
- Dienu sleja: %1$s
- Nederīgs formāts.
- Piemērs: %1$s
- Izmantojiet: %1$s
- Nederīgs diapazons.
- Pāriet uz šo gadu: %1$s
- Ārpus diapazona: %1$s
- Sākuma datums–%1$s
- %1$s–beigu datums
- %1$s–%2$s
- Atlasiet diapazonu
- Sākuma datums–beigu datums
- Saglabāt
- Datums
- Beigu datums
- Sākuma datums
- d
- m
- g
- Pārslēgties uz kalendāra ievades režīmu
- Pieskarties, lai pārslēgtos uz dienas atlasīšanu
- Pārslēgties uz teksta ievades režīmu
- Pieskarties, lai pārslēgtos uz gada atlasīšanu
- Rādīt paroli
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mk/values-mk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mk/values-mk.xml
deleted file mode 100644
index 21bff2e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mk/values-mk.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d ново известување
- - %d нови известувања
-
- Прошири до половина
- Внесени се %1$d од %2$d знаци
- Ограничувањето на знаците надмина %1$d од %2$d
- Избриши го текстот
- Грешка
- Прикажи паѓачко мени
- Икона за дијалог
- Картичка
- Изберете претпладне или попладне
- Изберете час
- %1$s часот
- Избери минути
- %1$s минути
- пр.
- Префрлете се на режимот за часовник за да внесете време.
- Час
- Минута
- по.
- Изберете време
- Префрлете се на режимот за внесување текст за да внесете време.
- Ново известување
- Отстрани %1$s
- Над %1$d нови известувања
- Промени на следниот месец
- Промени на претходниот месец
- Тековен избор: %1$s
- @android:string/ok
- %1$s
- Изберете датум
- Избран датум
- Колона со денови: %1$s
- Неважечки формат.
- Пример: %1$s
- Користете: %1$s
- Погрешен опсег.
- Оди на %1$s година
- Надвор од опсег: %1$s
- Почетен датум - %1$s
- %1$s - краен датум
- %1$s - %2$s
- Изберете опсег
- Почетен датум - краен датум
- Зачувај
- Датум
- Краен датум
- Почетен датум
- д
- м
- г
- Префрли на режим за внесување во календарот
- Допрете за да се префрлите на избирање ден
- Префрли на режим за внесување текст
- Допрете за да се префрлите на избирање година
- Прикажи ја лозинката
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ml/values-ml.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ml/values-ml.xml
deleted file mode 100644
index 35aaccd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ml/values-ml.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d പുതിയ അറിയിപ്പ്
- - %d പുതിയ അറിയിപ്പുകൾ
-
- മുഴുവനായി വികസിപ്പിക്കുക
- %2$d-ൽ %1$d പ്രതീകങ്ങൾ നൽകി
- അക്ഷര പരിധി, %2$d-ൽ %1$d കവിഞ്ഞു
- ടെക്സ്റ്റ് മായ്ക്കുക
- പിശക്
- ഡ്രോപ്പ് ഡൗൺ മെനു കാണിക്കുക
- ഡയലോഗ് ഐക്കൺ
- ടാബ്
- AM അല്ലെങ്കിൽ PM തിരഞ്ഞെടുക്കുക
- മണിക്കൂർ തിരഞ്ഞെടുക്കുക
- %1$s മണി
- മിനിറ്റ് തിരഞ്ഞെടുക്കുക
- %1$s മിനിറ്റ്
- AM
- സമയം നൽകുന്നതിന് ക്ലോക്ക് മോഡിലേക്ക് മാറുക.
- മണിക്കൂര്
- മിനിറ്റ്
- PM
- സമയം തിരഞ്ഞെടുക്കുക
- സമയം നൽകുന്നതിന് ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക.
- പുതിയ അറിയിപ്പ്
- %1$s നീക്കം ചെയ്യുക
- %1$d-ലധികം പുതിയ അറിയിപ്പുകൾ
- അടുത്ത മാസത്തിലേക്ക് മാറ്റുക
- മുമ്പത്തെ മാസത്തിലേക്ക് മാറ്റുക
- നിലവിൽ തിരഞ്ഞെടുത്തത്: %1$s
- @android:string/ok
- %1$s
- തീയതി തിരഞ്ഞെടുക്കുക
- തിരഞ്ഞെടുത്ത തീയതി
- ദിവസത്തിന്റെ കോളം: %1$s
- അസാധുവായ ഫോർമാറ്റ്.
- ഉദാഹരണം: %1$s
- %1$s ഉപയോഗിക്കുക
- അസാധുവായ ശ്രേണി.
- %1$s വർഷത്തിലേക്ക് നാവിഗേറ്റ് ചെയ്യുക
- ശ്രേണിക്ക് പുറത്താണ്: %1$s
- ആരംഭിക്കുന്ന തീയതി – %1$s
- %1$s – അവസാനിക്കുന്ന തീയതി
- %1$s – %2$s
- ശ്രേണി തിരഞ്ഞെടുക്കുക
- ആരംഭിക്കുന്ന തീയതി – അവസാനിക്കുന്ന തീയതി
- സംരക്ഷിക്കുക
- തീയതി
- അവസാനിക്കുന്ന തീയതി
- ആരംഭിക്കുന്ന തീയതി
- d
- m
- y
- കലണ്ടർ ഇൻപുട്ട് മോഡിലേക്ക് മാറുക
- ദിവസം തിരഞ്ഞെടുക്കുന്നതിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുക
- ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക
- വർഷം തിരഞ്ഞെടുക്കുന്നതിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുക
- പാസ്വേഡ് കാണിക്കുക
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mn/values-mn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mn/values-mn.xml
deleted file mode 100644
index 1d8a9a6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mn/values-mn.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d шинэ мэдэгдэл
- - %d шинэ мэдэгдэл
-
- Хагас дэлгэнэ үү
- %2$d-н %1$d тэмдэгтийг оруулсан
- Тэмдэгтийн хязгаар %2$d-н %1$d-с хэтэрсэн
- Текстийг арилгах
- Алдаа
- Доош унадаг цэсийг харуулах
- Харилцах цонхны дүрс тэмдэг
- Таб
- ҮӨ эсвэл ҮХ сонгоно уу
- Цаг сонгох
- %1$s цаг
- Минут сонгоно уу
- %1$s минут
- AM
- Цагийг оруулахын тулд цагийн горимд шилжүүлнэ үү.
- Цаг
- Минут
- PM
- Цаг сонгох
- Цагийг оруулахын тулд текст оруулах горимд шилжүүлнэ үү.
- Шинэ мэдэгдэл
- %1$s-г устгах
- %1$d-с олон шинэ мэдэгдэл
- Дараагийн сар луу өөрчлөх
- Өмнөх сар луу өөрчлөх
- Одоогийн сонголт: %1$s
- @android:string/ok
- %1$s
- Огноо сонгох
- Сонгосон огноо
- Өдрийн багана: %1$s
- Буруу формат байна.
- Жишээ нь: %1$s
- Ашиглах формат: %1$s
- Огнооны хязгаар буруу байна.
- %1$s он руу шилжих
- Хязгаараас хэтэрсэн: %1$s
- Эхлэх огноо – %1$s
- %1$s – Дуусах огноо
- %1$s – %2$s
- Муж сонгох
- Эхлэх огноо – Дуусах огноо
- Хадгалах
- Огноо
- Дуусах огноо
- Эхлэх огноо
- ө
- с
- ж
- Календарийн орох горим руу сэлгэх
- Өдөр сонгох руу сэлгэхийн тулд товшино уу
- Текстийн орох горим руу сэлгэх
- Он сонгох руу сэлгэхийн тулд товшино уу
- Нууц үгийг харуулах
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mr/values-mr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mr/values-mr.xml
deleted file mode 100644
index 5cbb41a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mr/values-mr.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d नवीन सूचना
- - %d नवीन सूचना
-
- पूर्णपणे विस्तृत करा
- %2$d पैकी %1$d वर्ण एंटर केले आहे
- %2$d पैकी %1$d वर्णमर्यादा ओलांडली आहे
- मजकूर साफ करा
- एरर
- ड्रॉपडाउन मेनू दाखवा
- डायलॉग आयकन
- टॅब
- AM किंवा PM निवडा
- वेळ निवडा
- %1$s वाजता
- मिनिटे निवडा
- %1$s मिनिटे
- AM
- वेळेच्या इनपुटसाठी घड्याळ मोडवर स्विच करा.
- तास
- मिनिट
- PM
- वेळ निवडा
- वेळ इनपुटसाठी मजकूर इनपुट मोडवर स्विच करा.
- नवीन सूचना
- काढून टाका %1$s
- %1$d पेक्षा अधिक नवीन सूचना
- पुढील महिन्यावर बदला
- मागील महिन्यावर बदला
- सध्याची निवड: %1$s
- @android:string/ok
- %1$s
- तारीख निवडा
- निवडलेली तारीख
- दिवसांचा स्तंभ: %1$s
- चुकीचा फॉरमॅट.
- उदाहरण: %1$s
- %1$s: वापरा
- चुकीची श्रेणी.
- %1$s वर्षावर नेव्हिगेट करा
- रेंजच्या बाहेर: %1$s
- सुरू होण्याची तारीख – %1$s
- %1$s – संपण्याची तारीख
- %1$s – %2$s
- रेंज निवडा
- सुरू होण्याची तारीख – संपण्याची तारीख
- सेव्ह करा
- तारीख
- संपण्याची तारीख
- सुरू होण्याची तारीख
- दि
- म
- व
- कॅलेंडर इनपुट मोडवर स्विच करा
- दिवस निवडण्यासाठी स्विच करा वर टॅप करा
- मजकूर इनपुट मोडवर स्विच करा
- वर्ष निवडण्यासाठी स्विच करा वर टॅप करा
- पासवर्ड दाखवा
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ms/values-ms.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ms/values-ms.xml
deleted file mode 100644
index 2f57fd3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ms/values-ms.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d pemberitahuan baharu
- - %d pemberitahuan baharu
-
- Kembangkan helaian bawah
- Aksara dimasukkan %1$d daripada %2$d
- Melebihi had aksara %1$d daripada %2$d
- Kosongkan teks
- Ralat
- Tunjukkan menu lungsur
- Ikon Dialog
- Tab
- Pilih AM atau PM
- Pilih jam
- Pukul %1$s
- Pilih minit
- %1$s minit
- PG
- Beralih ke mod jam untuk input masa.
- Jam
- Minit
- P/M
- Pilih masa
- Beralih ke mod input teks untuk input masa.
- Pemberitahuan baharu
- Alih keluar %1$s
- Lebih daripada %1$d pemberitahuan baharu
- Tukar kepada bulan seterusnya
- Tukar kepada bulan sebelumnya
- Pilihan semasa: %1$s
- @android:string/ok
- %1$s
- Pilih Tarikh
- Tarikh dipilih
- Lajur hari: %1$s
- Format tidak sah.
- Contoh: %1$s
- Gunakan: %1$s
- Julat tidak sah.
- Navigasi ke tahun %1$s
- Di luar julat: %1$s
- Tarikh mula – %1$s
- %1$s – Tarikh tamat
- %1$s – %2$s
- Pilih Julat
- Tarikh mula – Tarikh tamat
- Simpan
- Tarikh
- Tarikh tamat
- Tarikh mula
- h
- b
- t
- Beralih kepada mod input kalendar
- Ketik untuk beralih kepada pemilihan hari
- Beralih kepada mod input teks
- Ketik untuk beralih kepada pemilihan tahun
- Tunjukkan kata laluan
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-my/values-my.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-my/values-my.xml
deleted file mode 100644
index 47ecf3f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-my/values-my.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - အကြောင်းကြားချက်အသစ် %d ခု
- - အကြောင်းကြားချက်အသစ် %d ခု
-
- တစ်ဝက်ချဲ့ရန်
- စာလုံးရေ %2$d တွင် %1$d ထည့်သွင်းထားသည်
- စာလုံးရေအကန့်အသတ် %2$d လုံးတွင် %1$d လုံးကျော်နေသည်
- စာသား ဖယ်ရှားရန်
- အမှား
- ဆွဲချမီနူးကို ပြရန်
- ဒိုင်ယာလော့ခ် သင်္ကေတ
- တဘ်
- AM (သို့) PM ရွေးရန်
- နာရီ ရွေးရန်
- %1$s နာရီ
- မိနစ်များ ရွေးပါ
- %1$s မိနစ်
- နံနက်
- အချိန်ထည့်သွင်းမှုအတွက် နာရီမုဒ်သို့ ပြောင်းပါ။
- နာရီ
- မိနစ်
- ညနေ
- အချိန်ရွေးပါ
- အချိန်ထည့်သွင်းရန် စာသားထည့်သွင်းမှုမုဒ်သို့ ပြောင်းပါ။
- အကြောင်းကြားချက်အသစ်
- %1$s ကို ဖယ်ရှားရန်
- အကြောင်းကြားချက်အသစ် %1$d ခု အထက်
- နောက်လသို့ ပြောင်းရန်
- ယခင်လသို့ ပြောင်းရန်
- လက်ရှိ ရွေးချယ်မှု- %1$s
- @android:string/ok
- %1$s
- ရက်စွဲ ရွေးပါ
- ရွေးထားသည့် ရက်စွဲ
- ရက်ကော်လံ- %1$s
- ဖော်မက် မမှန်ကန်ပါ။
- ဥပမာ− %1$s
- %1$s သုံးရန်
- ရက်အပိုင်းအခြား မမှန်ပါ။
- နှစ် %1$s သို့ လမ်းညွှန်ရန်
- ရက်အပိုင်းအခြား ပြင်ပ− %1$s
- စတင်ရက် – %1$s
- %1$s – ပြီးဆုံးရက်
- %1$s – %2$s
- အပိုင်းအခြား ရွေးပါ
- စတင်ရက် – ပြီးဆုံးရက်
- သိမ်းရန်
- ရက်စွဲ
- ပြီးဆုံးရက်
- စတင်ရက်
- d
- m
- y
- ပြက္ခဒိန် ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်
- ရက်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါ
- စာသား ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်
- နှစ်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါ
- စကားဝှက်ကို ပြရန်
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-nb/values-nb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-nb/values-nb.xml
deleted file mode 100644
index 867ab5d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-nb/values-nb.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d nytt varsel
- - %d nye varsler
-
- Vis halve feltet nederst
- %1$d av %2$d tegn er skrevet inn
- Tegngrensen er overskredet – %1$d av %2$d
- Fjern teksten
- Feil
- Vis rullegardinmenyen
- Dialogboksikon
- Fane
- Velg AM eller PM
- Velg time
- %1$s null-null
- Angi minutter
- %1$s minutter
- AM
- Bytt til klokkemodus for tidsinndata.
- Time
- Minutt
- PM
- Velg tidspunkt
- Bytt til tekstinndatamodus for tidsinndata.
- Nytt varsel
- Fjern %1$s
- Flere enn %1$d nye varsler
- Endre til neste måned
- Endre til forrige måned
- Gjeldende valg: %1$s
- @android:string/ok
- %1$s
- Velg dato
- Valgt dato
- Kolonne for dager: %1$s
- Ugyldig format.
- Eksempel: %1$s
- Bruk: %1$s
- Ugyldig område.
- Naviger til år %1$s
- Utenfor rekkevidde: %1$s
- Startdato – %1$s
- %1$s – sluttdato
- %1$s–%2$s
- Velg periode
- Startdato–sluttdato
- Lagre
- Dato
- Sluttdato
- Startdato
- d
- m
- å
- Bytt til kalenderinndatamodus
- Trykk for å bytte til å velge dag
- Bytt til tekstinndatamodus
- Trykk for å bytte til å velge år
- Vis passordet
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ne/values-ne.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ne/values-ne.xml
deleted file mode 100644
index 6b2e734..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ne/values-ne.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d नयाँ सूचना
- - %d नयाँ सूचनाहरू
-
- आधा ठुलो पार्नुहोस्
- %2$d मध्ये %1$d वर्ण प्रविष्ट गरियो
- %2$d मध्ये %1$d वर्ण सीमा नाघ्यो
- पाठ खाली गर्नुहोस्
- त्रुटि
- ड्रपडाउन मेनु देखाउनुहोस्
- संवादको आइकन
- ट्याब
- पूर्वाह्न वा अपराह्न चयन गर्नुहोस्
- घन्टा चयन गर्नुहोस्
- %1$s बजे
- मिनेट चयन गर्नुहोस्
- %1$s मिनेट
- AM
- समय इनपुट गर्न घडी मोडमा स्विच गर्नुहोस्।
- घन्टा:
- मिनेट
- अपराह्न
- समय चयन गर्नुहोस्
- समय इनपुट गर्न पाठ इनपुट मोडमा स्विच गर्नुहोस्।
- नयाँ सूचना
- %1$s हटाउनुहोस्
- %1$d भन्दा बढी नयाँ सूचनाहरू
- अर्को महिनामा सार्नुहोस्
- अघिल्लो महिनामा सार्नुहोस्
- हालको चयन: %1$s
- @android:string/ok
- %1$s
- मिति चयन गर्नुहोस्
- चयन गरिएको मिति
- दिनहरूको स्तम्भ: %1$s
- अमान्य ढाँचा।
- उदाहरण: %1$s
- %1$s प्रयोग गर्नुहोस्
- अमान्य दायरा।
- वर्ष %1$s मा जानुहोस्
- दायराभन्दा बाहिर छ: %1$s
- सुरु हुने मिति – %1$s
- %1$s – अन्त्य हुने मिति
- %1$s – %2$s
- दायरा चयन गर्नुहोस्
- सुरु हुने मिति – अन्त्य हुने मिति
- सुरक्षित गर्नु
- मिति
- अन्त्य हुने मिति
- सुरु हुने मिति
- d
- मिनेट
- y
- Calendar को इनपुट मोडमा बदल्नुहोस्
- कुनै दिन चयन गर्ने विकल्प प्रयोग गर्न ट्याप गर्नुहोस्
- पाठको इनपुट मोडमा बदल्नुहोस्
- कुनै वर्ष चयन गर्ने विकल्प प्रयोग गर्न ट्याप गर्नुहोस्
- पासवर्ड देखाउनुहोस्
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-night-v8/values-night-v8.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-night-v8/values-night-v8.xml
deleted file mode 100644
index d231605..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-night-v8/values-night-v8.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-nl/values-nl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-nl/values-nl.xml
deleted file mode 100644
index 4d6ca05..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-nl/values-nl.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d nieuwe melding
- - %d nieuwe meldingen
-
- Half uitvouwen
- %1$d van %2$d tekens opgegeven
- Tekenlimiet heeft %1$d van %2$d overschreden
- Tekst wissen
- Fout
- Dropdownmenu weergeven
- Icoon voor dialoogvenster
- Tabblad
- Selecteer a.m. of p.m.
- Selecteer uur
- %1$s uur
- Minuten selecteren
- %1$s minuten
- a.m.
- Schakel naar de klokmodus om de tijd in te voeren.
- Uur
- Minuut
- p.m.
- Tijd selecteren
- Schakel naar de tekstinvoermodus om de tijd in te voeren.
- Nieuwe melding
- %1$s verwijderen
- Meer dan %1$d nieuwe meldingen
- Naar volgende maand gaan
- Naar vorige maand gaan
- Huidige selectie: %1$s
- @android:string/ok
- %1$s
- Selecteer een datum
- Geselecteerde datum
- Kolom met dagen: %1$s
- Ongeldige indeling.
- Voorbeeld: %1$s
- Gebruik: %1$s
- Ongeldig bereik.
- Naar jaar %1$s navigeren
- Valt buiten bereik: %1$s
- Startdatum - %1$s
- %1$s – einddatum
- %1$s – %2$s
- Selecteer een periode
- Startdatum - einddatum
- Opslaan
- Datum
- Einddatum
- Startdatum
- d
- m
- j
- Overschakelen naar agenda-invoermodus
- Tik om naar dagselectie te schakelen
- Overschakelen naar tekstinvoermodus
- Tik om naar jaarselectie te schakelen
- Wachtwoord tonen
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-or/values-or.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-or/values-or.xml
deleted file mode 100644
index 1e74dc7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-or/values-or.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d new notification
- - %d new notifications
-
- Expand halfway
- %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି
- %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି
- Clear text
- Error
- Show dropdown menu
- Dialog Icon
- Tab
- Select AM or PM
- Select hour
- %1$s o\'clock
- ମିନିଟ୍ ଚୟନ କରନ୍ତୁ
- %1$s minutes
- AM
- ସମୟ ଇନପୁଟ୍ ପାଇଁ ଘଣ୍ଟା ମୋଡ୍କୁ ବଦଳାନ୍ତୁ।
- Hour
- Minute
- PM
- Select time
- ସମୟ ଇନପୁଟ୍ ପାଇଁ ଟେକ୍ସଟ୍ ଇନପୁଟ୍କୁ ବଦଳାନ୍ତୁ।
- New notification
- %1$s କାଢ଼ିଦିଅନ୍ତୁ
- More than %1$d new notifications
- Change to next month
- Change to previous month
- Current selection: %1$s
- @android:string/ok
- %1$s
- Select Date
- Selected date
- Column of days: %1$s
- Invalid format.
- Example: %1$s
- Use: %1$s
- Invalid range.
- Navigate to year %1$s
- Out of range: %1$s
- Start date – %1$s
- %1$s – End date
- %1$s – %2$s
- Select Range
- Start date – End date
- Save
- Date
- End date
- Start date
- d
- m
- y
- Switch to calendar input mode
- Tap to switch to selecting a day
- Switch to text input mode
- Tap to switch to selecting a year
- ପାସ୍ୱାର୍ଡ ଦେଖାନ୍ତୁ
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pa/values-pa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pa/values-pa.xml
deleted file mode 100644
index f483cdf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pa/values-pa.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d ਨਵੀਂ ਸੂਚਨਾ
- - %d ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ
-
- ਅੱਧ ਤੱਕ ਵਿਸਤਾਰ ਕਰੋ
- %2$d ਵਿੱਚੋਂ %1$d ਅੱਖਰ-ਚਿੰਨ੍ਹ ਦਾਖਲ ਕੀਤੇ ਗਏ
- ਅੱਖਰ-ਚਿੰਨ੍ਹ ਸੀਮਾ %2$d ਤੋਂ %1$d ਵਧੀ
- ਲਿਖਤ ਕਲੀਅਰ ਕਰੋ
- ਗੜਬੜ
- ਡ੍ਰੌਪ-ਡਾਊਨ ਮੀਨੂ ਦਿਖਾਓ
- ਵਿੰਡੋ ਦਾ ਪ੍ਰਤੀਕ
- ਟੈਬ
- AM ਜਾਂ PM ਚੁਣੋ
- ਸਮਾਂ ਚੁਣੋ
- %1$s ਵਜੇ
- ਮਿੰਟ ਚੁਣੋ
- %1$s ਮਿੰਟ
- AM
- ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਘੜੀ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ।
- ਘੰਟਾ
- ਮਿੰਟ
- PM
- ਸਮਾਂ ਚੁਣੋ
- ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ।
- ਨਵੀਂ ਸੂਚਨਾ
- %1$s ਹਟਾਓ
- %1$d ਤੋਂ ਵੱਧ ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ
- ਅਗਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ
- ਪਿਛਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ
- ਮੌਜੂਦਾ ਚੋਣ: %1$s
- @android:string/ok
- %1$s
- ਤਾਰੀਖ ਚੁਣੋ
- ਚੁਣੀ ਗਈ ਤਾਰੀਖ
- ਦਿਨਾਂ ਦਾ ਕਾਲਮ: %1$s
- ਅਵੈਧ ਫਾਰਮੈਟ।
- ਉਦਾਹਰਨ: %1$s
- ਵਰਤੋ: %1$s
- ਅਵੈਧ ਰੇਂਜ।
- ਸਾਲ %1$s \'ਤੇ ਨੈਵੀਗੇਟ ਕਰੋ
- ਰੇਂਜ ਤੋਂ ਬਾਹਰ: %1$s
- ਸ਼ੁੁਰੂਆਤੀ ਤਾਰੀਖ – %1$s
- %1$s – ਸਮਾਪਤੀ ਤਾਰੀਖ
- %1$s – %2$s
- ਰੇਂਜ ਚੁਣੋ
- ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ – ਸਮਾਪਤੀ ਤਾਰੀਖ
- ਰੱਖਿਅਤ ਕਰੋ
- ਤਾਰੀਖ
- ਸਮਾਪਤੀ ਤਾਰੀਖ
- ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ
- d
- m
- y
- ਕੈਲੰਡਰ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ
- ਦਿਨ ਦੀ ਚੋਣ \'ਤੇ ਜਾਣ ਲਈ ਟੈਪ ਕਰੋ
- ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ
- ਸਾਲ ਦੀ ਚੋਣ \'ਤੇ ਜਾਣ ਲਈ ਟੈਪ ਕਰੋ
- ਪਾਸਵਰਡ ਦਿਖਾਓ
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pl/values-pl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pl/values-pl.xml
deleted file mode 100644
index 09d9173..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pl/values-pl.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
- - %d nowe powiadomienie
- - %d nowe powiadomienia
- - %d nowych powiadomień
- - %d nowego powiadomienia
-
- Rozwiń do połowy
- %1$d z %2$d znaków
- Przekroczono limit znaków (%1$d z %2$d)
- Wyczyść tekst
- Błąd
- Pokaż menu
- Ikona okna
- Karta
- Wybierz: przed południem czy po południu
- Wybierz godzinę
- %1$s
- Wybierz minuty
- %1$s minut
- AM
- Aby wprowadzić czas, włącz tryb zegara.
- Godzina
- Minuta
- PM
- Określ czas
- Aby wprowadzić czas, włącz tryb wprowadzania tekstu.
- Nowe powiadomienie
- Usuń: (%1$s)
- Liczba nowych powiadomień przekracza %1$d
- Zmień na następny miesiąc
- Zmień na poprzedni miesiąc
- Bieżący wybór: %1$s
- @android:string/ok
- %1$s
- Wybierz datę
- Wybrana data
- Kolumna z dniami: %1$s
- Nieprawidłowy format.
- Przykład: %1$s
- Użyj formatu: %1$s
- Nieprawidłowy zakres.
- Przejdź do roku %1$s
- Poza zakresem: %1$s
- Data rozpoczęcia – %1$s
- %1$s – data zakończenia
- %1$s–%2$s
- Wybierz zakres
- Data rozpoczęcia – data zakończenia
- Zapisz
- Data
- Data zakończenia
- Data rozpoczęcia
- d
- m
- r
- Włącz kalendarzowy tryb wprowadzania
- Kliknij, by wybrać dzień
- Włącz tekstowy tryb wprowadzania
- Kliknij, by wybrać rok
- Pokaż hasło
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pt-rBR/values-pt-rBR.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pt-rBR/values-pt-rBR.xml
deleted file mode 100644
index eb9e3a7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pt-rBR/values-pt-rBR.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d nova notificação
- - %d novas notificações
-
- Expandir até a metade
- Caracteres inseridos: %1$d de %2$d
- Limite de %2$d caracteres excedido em %1$d
- Limpar texto
- Erro
- Mostrar menu suspenso
- Ícone de caixa de diálogo
- Guia
- Selecionar AM ou PM
- Selecionar horário
- %1$s em ponto
- Selecione os minutos
- %1$s minutos
- AM
- Alterne para o modo de relógio para informar o horário.
- Hora
- Minuto
- PM
- Selecionar horário
- Alterne para o modo de entrada de texto para informar o horário.
- Nova notificação
- Remover %1$s
- Mais de %1$d novas notificações
- Alterar para o próximo mês
- Alterar para o mês anterior
- Seleção atual: %1$s
- @android:string/ok
- %1$s
- Selecionar data
- Data selecionada
- Coluna de dias: %1$s
- Formato inválido.
- Exemplo: %1$s
- Usar %1$s
- Intervalo inválido.
- Ir para o ano %1$s
- Fora do intervalo: %1$s
- Data de início – %1$s
- %1$s – Data de término
- %1$s – %2$s
- Selecionar intervalo
- Data de início – Data de término
- Salvar
- Data
- Data de término
- Data de início
- d
- m
- a
- Alternar para o modo de entrada da agenda
- Toque para alternar para a seleção de um dia
- Alternar para o modo de entrada de texto
- Toque para alternar para a seleção de um ano
- Exibir senha
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pt-rPT/values-pt-rPT.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pt-rPT/values-pt-rPT.xml
deleted file mode 100644
index f7fa81f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pt-rPT/values-pt-rPT.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d nova notificação
- - %d novas notificações
-
- Expandir até metade
- Carateres introduzidos: %1$d de %2$d
- Limite de carateres excedido: %1$d de %2$d
- Limpar texto
- Erro
- Mostrar menu pendente
- Ícone de caixa de diálogo
- Separador
- Selecionar AM ou PM
- Selecionar hora
- %1$s hora(s)
- Selecionar minutos
- %1$s minutos
- AM
- Mude para o modo de relógio para a introdução da hora.
- Hora
- Minuto
- PM
- Selecionar hora
- Mude para o modo de introdução de texto para a introdução da hora.
- Nova notificação
- Remover %1$s
- Mais de %1$d notificações novas
- Mudar para o mês seguinte
- Mudar para o mês anterior
- Seleção atual: %1$s
- @android:string/ok
- %1$s
- Selecione a data
- Data selecionada
- Coluna de dias: %1$s
- Formato inválido.
- Exemplo: %1$s
- Utilize: %1$s
- Intervalo inválido.
- Navegue para o ano %1$s
- Fora do intervalo: %1$s
- Data de início – %1$s
- %1$s – Data de conclusão
- %1$s – %2$s
- Selecione o intervalo
- Data de início – Data de conclusão
- Guardar
- Data
- Data de conclusão
- Data de início
- d
- m
- a
- Mudar para o modo de introdução de calendário
- Toque para mudar para a seleção do dia
- Mudar para o modo de introdução de texto
- Toque para mudar para a seleção do ano
- Mostrar palavra-passe
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ro/values-ro.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ro/values-ro.xml
deleted file mode 100644
index e3445c7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ro/values-ro.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
- - %d notificare nouă
- - %d notificări noi
- - %d de notificări noi
-
- Extinde pe ecran complet
- Caractere introduse: %1$d din %2$d
- Limita de caractere a depășit %1$d din %2$d
- Ștergeți textul
- Eroare
- Afișați meniul drop-down
- Pictogramă de dialog
- Filă
- Selectați ora
- Selectați ora
- Ora %1$s
- Selectați minutele
- %1$s minute
- a.m.
- Pentru a introduce ora, comutați la modul ceas.
- Ora
- Minut
- p.m.
- Selectați ora
- Pentru a introduce ora, comutați la modul de introducere a textului.
- Notificare nouă
- Eliminați %1$s
- Peste %1$d notificări noi
- Treceți la luna următoare
- Treceți la luna anterioară
- Selecția actuală: %1$s
- @android:string/ok
- %1$s
- Selectați data
- Data selectată
- Coloana cu zile: %1$s
- Format nevalid.
- Exemplu: %1$s
- Folosiți: %1$s
- Interval nevalid.
- Navigați la anul %1$s
- Fără acoperire: %1$s
- Data de începere – %1$s
- %1$s – data de încheiere
- %1$s – %2$s
- Selectați intervalul
- Data de începere – data de încheiere
- Salvați
- Dată
- Data de încheiere
- Data de începere
- z
- l
- a
- Comutați la modul introducere în calendar
- Atingeți pentru a comuta la selectarea unei zile
- Comutați la modul de introducere a textului
- Atingeți pentru a comuta la selectarea unui an
- Afișați parola
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ru/values-ru.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ru/values-ru.xml
deleted file mode 100644
index bf3f050..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ru/values-ru.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
- - %d новое уведомление
- - %d новых уведомления
- - %d новых уведомлений
- - %d нового уведомления
-
- Развернуть наполовину
- Введено символов: %1$d из %2$d
- Превышено ограничение на количество символов (%1$d из %2$d)
- Очистить текстовое поле
- Ошибка
- Показать раскрывающееся меню
- Значок диалогового окна
- Вкладка
- Выберите AM (до полудня) или PM (после полудня)
- Выберите час
- %1$s ч.
- Выберите минуты
- %1$s мин.
- AM
- Чтобы ввести время, перейдите в режим часов.
- Час
- Минуты
- PM
- Выбор времени
- Чтобы ввести время, перейдите в режим ввода текста.
- Новое уведомление
- Удалить \"%1$s\"
- Новых уведомлений больше %1$d
- Перейти к следующему месяцу
- Перейти к предыдущему месяцу
- Выбранный элемент: %1$s
- @android:string/ok
- %1$s
- Выберите дату
- Выбранная дата
- Столбец со днями недели: %1$s
- Недействительный формат.
- Пример: %1$s
- Используйте: %1$s
- Недопустимый диапазон.
- Перейти к %1$s году
- Вне диапазона: %1$s
- Дата начала – %1$s
- %1$s – дата окончания
- %1$s – %2$s
- Выберите диапазон дат
- Дата начала – дата окончания
- Сохранить
- Дата
- Дата окончания
- Дата начала
- д
- м
- г
- Перейти в режим выбора дней
- Нажмите, чтобы перейти к выбору дня
- Перейти в режим ввода текста
- Нажмите, чтобы перейти к выбору года
- Показать пароль
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-si/values-si.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-si/values-si.xml
deleted file mode 100644
index 6d0cd8b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-si/values-si.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - නව දැනුම්දීම් %dක්
- - නව දැනුම්දීම් %dක්
-
- අඩක් දිග හරින්න
- අනුලකුණු %2$dන් %1$dක් ඇතුළු කෙරිණි
- අනුලකුණු සීමාව %2$dකින් %1$d ඉක්ම විය
- පෙළ හිස් කරන්න
- දෝෂය
- පතන මෙනුව පෙන්වන්න
- සංවාද නිරූපකය
- ටැබය
- පෙරවරු හෝ පස්වරු තෝරන්න
- පැය තෝරන්න
- %1$sයි
- මිනිත්තු තෝරන්න
- මිනිත්තු %1$sයි
- පෙව
- වේලා ආදානය සඳහා ඔරලෝසු ප්රකාරය වෙත මාරු වෙන්න.
- පැය
- මිනිත්තු
- පව
- වේලාව තෝරන්න
- වේලා ආදානය සඳහා ආදාන ප්රකාරය වෙත මාරු වෙන්න.
- නව දැනුම්දීම
- %1$s ඉවත් කරන්න
- නව දැනුම්දීම් %1$dකට වඩා
- ලබන මාසයට වෙනස් කරන්න
- කලින් මාසයට වෙනස් කරන්න
- වත්මන් තේරීම: %1$s
- @android:string/ok
- %1$s
- දිනය තෝරන්න
- තේරූ දිනය
- දින තීරුව: %1$s
- අවලංගු ආකෘතියකි.
- උදාහරණය: %1$s
- භාවිතය: %1$s
- අවලංගු පරාසයකි.
- %1$s වසරට සංචාලනය කරන්න
- පරාසයෙන් පිටත: %1$s
- ආරම්භක දිනය – %1$s
- %1$s – නිමා වන දිනය
- %1$s – %2$s
- පරාසය තෝරන්න
- ආරම්භක දිනය – නිමා වන දිනය
- සුරකින්න
- දිනය
- නිමා වන දිනය
- ආරම්භක දිනය
- ද
- ම
- ව
- දින දර්ශන ආදාන ප්රකාරයට මාරු වන්න
- දිනයක් තේරීමට මාරු වීමට තට්ටු කරන්න
- පෙළ ආදාන ප්රකාරයට මාරු වන්න
- වසරක් තේරීමට මාරු වීමට තට්ටු කරන්න
- මුරපදය පෙන්වන්න
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sk/values-sk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sk/values-sk.xml
deleted file mode 100644
index bae3fd7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sk/values-sk.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
- - %d nové upozornenie
- - %d nové upozornenia
- - %d new notifications
- - %d nových upozornení
-
- Rozbaliť napoly
- Zadané znaky: %1$d z %2$d
- Bol prekročený povolený počet znakov (%1$d z %2$d)
- Vymazať text
- Chyba
- Zobraziť rozbaľovaciu ponuku
- Ikona dialógového okna
- Tabulátor
- Vyberte AM alebo PM
- Vybrať hodinu
- %1$s
- Vyberte minúty
- %1$s min
- AM
- Ak chcete zadať čas, prepnite na režim hodín.
- Hodina
- Minúta
- PM
- Vyberte čas
- Ak chcete zadať čas, prepnite na textový režim vstupu
- Nové upozornenie
- Odstrániť položku %1$s
- Viac než %1$d nových upozornení
- Ďalší mesiac
- Predchádzajúci mesiac
- Aktuálny výber: %1$s
- @android:string/ok
- %1$s
- Vyberte dátum
- Vybraný dátum
- Stĺpec dní: %1$s
- Neplatný formát.
- Príklad: %1$s
- Použite: %1$s
- Neplatný rozsah.
- Prejsť na rok %1$s
- Mimo rozsahu: %1$s
- Dátum začatia – %1$s
- %1$s – dátum ukončenia
- %1$s – %2$s
- Vyberte rozsah
- Dátum začatia – dátum ukončenia
- Uložiť
- Dátum
- Dátum ukončenia
- Dátum začatia
- d
- m
- r
- Prepnúť na kalendárový režim vstupu
- Klepnutím prepnete na výber dňa
- Prepnúť na textový režim vstupu
- Klepnutím prepnete na výber roka
- Zobraziť heslo
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sl/values-sl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sl/values-sl.xml
deleted file mode 100644
index f1bbd13..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sl/values-sl.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
- - %d novo obvestilo
- - %d novi obvestili
- - %d nova obvestila
- - %d novih obvestil
-
- Razširjanje na pol višine
- Število vnesenih znakov je %1$d od %2$d
- Omejitev števila znakov je presegla %1$d od %2$d
- Izbris besedila
- Napaka
- Prikaz spustnega menija
- Ikona pogovornega okna
- Zavihek
- Izberite dopoldanski ali popoldanski čas.
- Izberite uro
- %1$s
- Izberite minute
- %1$s min
- dop.
- Preklopite na način ure, da vnesete čas.
- Ura
- Minuta
- pop.
- Izberite uro
- Preklopite na način za vnašanje besedila, da vnesete čas.
- Novo obvestilo
- Odstranite %1$s
- Več kot toliko novih obvestil: %1$d
- Spremeni na naslednji mesec
- Spremeni na prejšnji mesec
- Trenutna izbira: %1$s
- @android:string/ok
- %1$s
- Izberite datum
- Izbrani datum
- Stolpec dni: %1$s
- Neveljavna oblika.
- Primer: %1$s
- Uporabite: %1$s
- Neveljaven razpon.
- Pomik na leto %1$s
- Zunaj razpona: %1$s
- Začetni datum–%1$s
- %1$s–končni datum
- %1$s–%2$s
- Izberite obseg
- Začetni datum–končni datum
- Shrani
- Datum
- Končni datum
- Začetni datum
- d
- m
- l
- Preklop na način vnosa v koledar
- Dotik za preklop na izbiro dneva
- Preklop na način vnosa besedila
- Dotik za preklop na izbiro leta
- Prikaz gesla
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-small-v4/values-small-v4.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-small-v4/values-small-v4.xml
deleted file mode 100644
index 2c20055..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-small-v4/values-small-v4.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- 24dp
- 24dp
- 24dp
- 24dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sq/values-sq.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sq/values-sq.xml
deleted file mode 100644
index 0750de9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sq/values-sq.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d njoftim i ri
- - %d njoftime të reja
-
- Zgjeroje deri në gjysmë
- Karakteret e futura: %1$d nga %2$d
- Kufiri i karaktereve është kaluar: %1$d nga %2$d
- Pastro tekstin
- Gabim
- Shfaq menynë me lëshim poshtë
- Ikona e dialogut
- Tab
- Zgjidh paradite ose pasdite
- Zgjidh orën
- %1$s fiks
- Përzgjidh minutat
- %1$s minuta
- PD
- Kalo te modaliteti i orës për hyrjen e kohës.
- Ora
- Minuta
- PD
- Zgjidh orën
- Kalo te modaliteti i hyrjes së tekstit për hyrjen e kohës.
- Njoftim i ri
- Hiq %1$s
- Më shumë se %1$d njoftime të reja
- Ndrysho te muaji i ardhshëm
- Ndrysho te muaji i kaluar
- Zgjedhja aktuale: %1$s
- @android:string/ok
- %1$s
- Zgjidh datën
- Data e zgjedhur
- Kolona e ditëve: %1$s
- Format i pavlefshëm.
- Shembull: %1$s
- Përdor: %1$s
- Gamë e pavlefshme.
- Navigo te viti %1$s
- Jashtë gamës: %1$s
- Data e fillimit – %1$s
- %1$s – data e përfundimit
- %1$s - %2$s
- Zgjidh gamën
- Data e fillimit - data e përfundimit
- Ruaj
- Data
- Data e përfundimit
- Data e fillimit
- d
- m
- v
- Kalo te modaliteti i \"Hyrjes së kalendarit\"
- Trokit për të kaluar te zgjedhja e një dite
- Kalo te modaliteti i \"Hyrjes së tekstit\"
- Trokit për të kaluar te zgjedhja e një viti
- Shfaq fjalëkalimin
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sr/values-sr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sr/values-sr.xml
deleted file mode 100644
index fc8ee63..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sr/values-sr.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
- - %d ново обавештење
- - %d нова обавештења
- - %d нових обавештења
-
- Проширите до пола
- Унети знакови: %1$d од %2$d
- Прекорачено је ограничење броја знакова: %1$d од %2$d
- Обриши текст
- Грешка
- Прикажи падајући мени
- Икона дијалога
- Картица
- Изаберите пре подне или по подне
- Изаберите сат
- %1$s с
- Изаберите минуте
- %1$s мин
- AM
- Пређите у режим сата ради уноса времена.
- Сат
- Минут
- PM
- Изаберите време
- Пређите у режим уноса текста ради уноса времена.
- Ново обавештење
- Уклоните %1$s
- Нових обавештења: више од %1$d
- Пређите на следећи месец
- Пређите на претходни месец
- Актуелни избор: %1$s
- @android:string/ok
- %1$s
- Изаберите датум
- Изабрани датум
- Колона са данима: %1$s
- Формат је неважећи.
- Пример: %1$s
- Користите: %1$s
- Неважећи период.
- Идите на годину %1$s
- Изван периода: %1$s
- Датум почетка – %1$s
- %1$s – Датум завршетка
- %1$s–%2$s
- Изаберите период
- Датум почетка – Датум завршетка
- Сачувај
- Датум
- Датум завршетка
- Датум почетка
- д
- м
- г
- Пређите на режим уноса у Календару
- Додирните да бисте прешли на избор дана
- Пређите на режим уноса текста
- Додирните да бисте прешли на избор године
- Прикажи лозинку
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sv/values-sv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sv/values-sv.xml
deleted file mode 100644
index 4b46db8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sv/values-sv.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d ny avisering
- - %d nya aviseringar
-
- Utöka till hälften
- %1$d av %2$d tecken har angetts
- Teckengränsen har överskridits: %1$d av %2$d
- Rensa text
- Fel
- Visa rullgardinsmenyn
- Dialogikon
- Flik
- Välj mellan FM och EM
- Ange timme
- Klockan %1$s
- Välj minuter
- %1$s minuter
- FM
- Byt till klockläget och ange tid.
- Timme
- Minut
- EM
- Välj tid
- Byt till textinmatningsläget och ange tid.
- Ny avisering
- Ta bort (%1$s)
- Fler än %1$d nya aviseringar
- Ändra till nästa månad
- Ändra till föregående månad
- Aktuellt val: %1$s
- @android:string/ok
- %1$s
- Välj datum
- Valt datum
- Kolumn med dagar: %1$s
- Ogiltigt format.
- Exempel: %1$s
- Använd %1$s
- Ogiltigt intervall.
- Navigera till år %1$s
- Utanför intervallet: %1$s
- Startdatum–%1$s
- %1$s–slutdatum
- %1$s–%2$s
- Välj intervall
- Startdatum–slutdatum
- Spara
- Datum
- Slutdatum
- Startdatum
- d
- m
- å
- Byt till kalender som inmatningsläge
- Byt till att välja en dag genom att trycka
- Byt till text som inmatningsläge
- Byt till att välja ett år genom att trycka
- Visa lösenord
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sw/values-sw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sw/values-sw.xml
deleted file mode 100644
index c575326..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sw/values-sw.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - Arifa %d mpya
- - Arifa %d mpya
-
- Panua nusu
- Umeweka herufi %1$d kati ya %2$d
- Umepitisha idadi ya juu ya herufi %1$d kati ya %2$d
- Futa maandishi
- Hitilafu
- Onyesha menyu kunjuzi
- Aikoni ya Kidirisha
- Kichupo
- Chagua AM au PM
- Chagua saa
- Saa %1$s kamili
- Chagua dakika
- Dakika %1$s
- AM
- Badilisha umbo liwe la saa ya mishale wakati wa kuweka muda.
- Saa
- Dakika
- PM
- Chagua wakati
- Badilisha iwe katika hali ya maandishi wakati wa kuweka muda.
- Arifa mpya
- Ondoa %1$s
- Zaidi ya arifa %1$d mpya
- Nenda kwenye mwezi unaofuata
- Rudi kwenye mwezi uliotangulia
- Uteuzi wa sasa: %1$s
- @android:string/ok
- %1$s
- Chagua Tarehe
- Tarehe uliyochagua
- Safu wima ya siku: %1$s
- Muundo si sahihi
- Mfano: %1$s
- Tumia: %1$s
- Kipindi si sahihi.
- Sogeza kwenye mwaka wa %1$s
- Nje ya kipindi: %1$s
- Tarehe ya kuanza – %1$s
- %1$s – Tarehe ya mwisho
- %1$s – %2$s
- Chagua Kipindi cha Tarehe
- Tarehe ya kuanza – Tarehe ya mwisho
- Hifadhi
- Tarehe
- Tarehe ya mwisho
- Tarehe ya kuanza
- d
- m
- y
- Tumia programu ya kuingiza data kwenye kalenda
- Gusa ili uende kwenye sehemu ya kuchagua siku
- Tumia programu ya kuingiza data ya maandishi
- Gusa ili uende kwenye sehemu ya kuchagua mwaka
- Onyesha nenosiri
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sw600dp-v13/values-sw600dp-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sw600dp-v13/values-sw600dp-v13.xml
deleted file mode 100644
index bae39f1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sw600dp-v13/values-sw600dp-v13.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
- 320dp
- 0dp
- 2dp
- 24dp
- 576dp
- 320dp
- @dimen/design_snackbar_padding_vertical
-
- 160dp
- 64dp
- 64dp
- 1
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ta/values-ta.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ta/values-ta.xml
deleted file mode 100644
index c5f9b02..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ta/values-ta.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d புதிய அறிவிப்பு
- - %d புதிய அறிவிப்புகள்
-
- பாதியளவு விரிவாக்கும்
- %2$d இல் %1$d எழுத்துகள் உள்ளிடப்பட்டுள்ளன
- %2$d இல் %1$d எழுத்து வரம்பு மீறப்பட்டது
- உரையை அழிக்கும்
- பிழை
- கீழ் தோன்றல் மெனுவைக் காட்டும் பட்டன்
- உரையாடல் ஐகான்
- தாவல்
- AM அல்லது PMமைத் தேர்ந்தெடுக்க உதவும்
- மணிநேரத்தைத் தேர்ந்தெடுக்க உதவும்
- %1$s மணி
- நிமிடத்தைத் தேர்ந்தெடுக்கவும்
- %1$s நிமிடங்கள்
- AM
- நேர உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும்.
- மணிநேரம்
- நிமிடம்
- PM
- நேரத்தைத் தேர்ந்தெடுக்கவும்
- உரை உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும்.
- புதிய அறிவிப்பு
- %1$sஐ அகற்று
- %1$d+ புதிய அறிவிப்புகள்
- அடுத்த மாதத்தைக் காட்டு
- முந்தைய மாதத்தைக் காட்டு
- தற்போதைய தேர்வு: %1$s
- @android:string/ok
- %1$s
- தேதியைத் தேர்ந்தெடுக்கவும்
- தேர்ந்தெடுக்கப்பட்ட தேதி
- நாட்களின் நெடுவரிசை: %1$s
- தவறான வடிவம்.
- உதாரணம்: %1$s
- %1$sஐப் பயன்படுத்துக
- தவறான வரம்பு.
- %1$s ஆம் ஆண்டிற்குச் செல்லும்
- எல்லைக்கு வெளியே உள்ளது: %1$s
- தொடக்கத் தேதி – %1$s
- %1$s – முடிவுத் தேதி
- %1$s – %2$s
- வரம்பைத் தேர்ந்தெடுக்கவும்
- தொடக்கத் தேதி - முடிவுத் தேதி
- சேமி
- தேதி
- முடிவுத் தேதி
- தொடக்கத் தேதி
- நா
- மா
- ஆ
- கேலெண்டர் உள்ளீட்டு முறைக்கு மாற்றும்
- நாளைத் தேர்வுசெய்வதற்கு மாற்ற தட்டவும்
- உரை உள்ளீட்டு முறைக்கு மாற்றும்
- ஆண்டைத் தேர்வுசெய்வதற்கு மாற்ற தட்டவும்
- கடவுச்சொல்லைக் காட்டு
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-te/values-te.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-te/values-te.xml
deleted file mode 100644
index 087472b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-te/values-te.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d కొత్త నోటిఫికేషన్
- - %d కొత్త నోటిఫికేషన్లు
-
- సగాన్ని విస్తరింపజేయండి
- %2$dలో %1$d అక్షరాలు నమోదు చేయబడ్డాయి
- అక్షర పరిధి %2$dలో %1$dను అధిగమించింది
- రాసినదాన్ని తీసివేయి
- ఎర్రర్
- డ్రాప్డౌన్ మెనూను చూపు
- డైలాగ్ చిహ్నం
- ట్యాబ్
- AM లేదా PMను ఎంచుకోండి
- గంటను ఎంచుకోండి
- %1$s అవుతుంది
- నిమిషాలను ఎంచుకోండి
- %1$s నిమిషాలు
- AM
- సమయాన్ని నమోదు చేయడం కోసం గడియారం మోడ్కు మారండి.
- గంట
- నిమిషం
- PM
- సమయాన్ని ఎంచుకోండి
- సమయాన్ని నమోదు చేయడం కోసం వచన నమోదు మోడ్కి మారండి.
- కొత్త నోటిఫికేషన్
- (%1$s)ని తీసివేస్తుంది
- %1$d కంటే ఎక్కువ కొత్త నోటిఫికేషన్లు
- వచ్చే నెలకు మార్చుతుంది
- మునుపటి నెలకు మార్చుతుంది
- ప్రస్తుత ఎంపిక: %1$s
- @android:string/ok
- %1$s
- తేదీని ఎంచుకోండి
- ఎంచుకున్న తేది
- రోజుల నిలువు వరుస: %1$s
- ఫార్మాట్ చెల్లదు.
- ఉదాహరణ: %1$s
- ఇలా ఉపయోగించండి: %1$s
- చెల్లని పరిధి.
- %1$sసంవత్సరానికి నావిగేట్ చేస్తుంది
- పరిధి వెలుపల ఉంది: %1$s
- ప్రారంభ తేదీ – %1$s
- %1$s – ముగింపు తేది
- %1$s – %2$s
- పరిధిని ఎంచుకోండి
- ప్రారంభ తేది - ముగింపు తేది
- సేవ్ చేయి
- తేదీ
- ముగింపు తేదీ
- ప్రారంభ తేదీ
- రో
- నె
- సం
- క్యాలెండర్ ఇన్పుట్ మోడ్కు మారుస్తుంది
- \'రోజును ఎంపిక చేసుకోవడం\'కు మారడానికి నొక్కండి
- వచన ఇన్పుట్ మోడ్కు మారుస్తుంది
- \'సంవత్సరాన్ని ఎంపిక చేసుకోవడం\'కు మారడానికి నొక్కండి
- పాస్వర్డ్ను చూపు
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-th/values-th.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-th/values-th.xml
deleted file mode 100644
index c99f898..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-th/values-th.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - การแจ้งเตือนใหม่ %d รายการ
- - การแจ้งเตือนใหม่ %d รายการ
-
- ขยายรายการครึ่งหนึ่ง
- ป้อนอักขระแล้ว %1$d จาก %2$d ตัว
- เกินจำนวนอักขระสูงสุด %1$d จาก %2$d
- ล้างข้อความ
- ข้อผิดพลาด
- แสดงเมนูแบบเลื่อนลง
- ไอคอนกล่องโต้ตอบ
- แท็บ
- เลือก AM หรือ PM
- เลือกชั่วโมง
- %1$s นาฬิกา
- เลือกนาที
- %1$s นาที
- AM
- สลับไปโหมดนาฬิกาเพื่อป้อนเวลา
- ชั่วโมง
- นาที
- PM
- เลือกเวลา
- สลับไปโหมดป้อนข้อความเพื่อป้อนเวลา
- การแจ้งเตือนใหม่
- นำ %1$s ออก
- การแจ้งเตือนใหม่มากกว่า %1$d รายการ
- เปลี่ยนไปที่เดือนถัดไป
- เปลี่ยนไปที่เดือนก่อนหน้า
- การเลือกในปัจจุบัน: %1$s
- @android:string/ok
- %1$s
- เลือกวันที่
- วันที่ที่เลือก
- คอลัมน์ของวัน: %1$s
- รูปแบบไม่ถูกต้อง
- ตัวอย่าง: %1$s
- ใช้: %1$s
- ช่วงไม่ถูกต้อง
- ไปที่ปี %1$s
- วันที่ไม่อยู่ในช่วงที่อนุญาต: %1$s
- วันที่เริ่มต้น – %1$s
- %1$s – วันที่สิ้นสุด
- %1$s – %2$s
- เลือกช่วง
- วันที่เริ่มต้น – วันที่สิ้นสุด
- บันทึก
- วันที่
- วันที่สิ้นสุด
- วันที่เริ่มต้น
- ว
- ด
- ป
- สลับไปใช้โหมดป้อนข้อมูลปฏิทิน
- แตะเพื่อสลับไปใช้การเลือกวัน
- สลับไปใช้โหมดป้อนข้อมูลข้อความ
- แตะเพื่อสลับไปใช้การเลือกปี
- แสดงรหัสผ่าน
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-tl/values-tl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-tl/values-tl.xml
deleted file mode 100644
index 1afc184..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-tl/values-tl.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d bagong notification
- - %d na bagong notification
-
- I-expand hanggang gitna
- Mga character na nailagay %1$d sa %2$d
- Lumampas sa limitasyon sa bilang ng character %1$d sa %2$d
- I-clear ang text
- Error
- Ipakita ang dropdown na menu
- Icon ng Dialog
- Tab
- Piliin ang AM o PM
- Pumili ng oras
- %1$s o\'clock
- Pumili ng mga minuto
- %1$s (na) minuto
- AM
- Lumipat sa mode ng orasan para sa input na oras.
- Oras
- Minuto
- PM
- Pumili ng oras
- Lumipat sa pamamaraan ng pag-input ng text para sa input na oras.
- Bagong notification
- Alisin ang %1$s
- Mahigit %1$d (na) bagong notification
- Lumipat sa susunod na buwan
- Lumipat sa nakaraang buwan
- Kasalukuyang seleksyon: %1$s
- @android:string/ok
- %1$s
- Pumili ng Petsa
- Piniling petsa
- Column ng mga araw: %1$s
- Invalid na format.
- Halimbawa: %1$s
- Gamitin: %1$s
- Invalid na hanay.
- Mag-navigate patungo sa taong %1$s
- Wala sa sakop: %1$s
- Petsa ng pagsisimula – %1$s
- %1$s – Petsa ng pagtatapos
- %1$s – %2$s
- Pumili ng Range
- Petsa ng pagsisimula – Petsa ng pagtatapos
- I-save
- Petsa
- Petsa ng pagtatapos
- Petsa ng pagsisimula
- d
- m
- y
- Lumipat sa pamamaraan ng pag-input ng kalendaryo
- I-tap para lumipat sa pagpili ng araw
- Lumipat sa pamamaraan ng pag-input ng text
- I-tap para lumipat sa pagpili ng taon
- Ipakita ang password
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-tr/values-tr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-tr/values-tr.xml
deleted file mode 100644
index 29227f8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-tr/values-tr.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d yeni bildirim
- - %d yeni bildirim
-
- Yarım genişlet
- Girilen karakter: %1$d / %2$d
- Karakter sınırı aşıldı %1$d / %2$d
- Metni temizle
- Hata
- Açılır menüyü göster
- İletişim kutusu simgesi
- Sekme
- ÖÖ veya ÖS\'yi seçin
- Saat seçin
- Saat %1$s
- Dakikayı seçin
- %1$s dakika
- AM
- Zaman girişi için saat moduna geçin.
- Saat
- Dakika
- PM
- Zamanı seçin
- Zaman girişi için metin girişi moduna geçin.
- Yeni bildirim
- %1$s içeriğini kaldır
- %1$d adetten fazla yeni bildirim
- Sonraki aya değiştir
- Önceki aya değiştir
- Geçerli seçim: %1$s
- @android:string/ok
- %1$s
- Tarih Seçin
- Seçilen tarih
- Gün sütunu: %1$s
- Geçersiz biçim.
- Örnek: %1$s
- Tarih biçimi: %1$s
- Geçersiz aralık.
- %1$s yılına git
- İzin verilen aralığın dışında: %1$s
- Başlangıç tarihi – %1$s
- %1$s – Bitiş tarihi
- %1$s-%2$s
- Aralık Seçin
- Başlangıç tarihi - Bitiş tarihi
- Kaydet
- Tarih
- Bitiş tarihi
- Başlangıç tarihi
- g
- a
- y
- Takvim giriş moduna geç
- Gün seçmeye geçmek için dokunun
- Metin giriş moduna geç
- Yıl seçmeye geçmek için dokunun
- Şifreyi göster
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-uk/values-uk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-uk/values-uk.xml
deleted file mode 100644
index 25e8ed1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-uk/values-uk.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
- - %d нове сповіщення
- - %d нові сповіщення
- - %d нових сповіщень
- - %d нового сповіщення
-
- Розгорнути нижню половину
- Введено символів: %1$d з %2$d
- Перевищено ліміт символів: %1$d з %2$d
- Видалити текст
- Помилка
- Показати спадне меню
- Значок вікна
- Вкладка
- Виберіть ДП чи ПП
- Вибрати годину
- %1$s год
- Виберіть хвилини
- %1$s хв
- дп
- Перейти в режим годинника, щоб ввести час.
- Година
- Хвилина
- пп
- Виберіть час
- Перейти в текстовий режим, щоб ввести час.
- Нове сповіщення
- Видалити %1$s
- Нових сповіщень більше ніж %1$d
- Перейти до наступного місяця
- Перейти до попереднього місяця
- Поточний вибір: %1$s
- @android:string/ok
- %1$s
- Виберіть дату
- Вибрана дата
- Стовпець із днями: %1$s
- Недійсний формат.
- Приклад: %1$s
- Використовувати: %1$s
- Недійсний діапазон.
- Перейти до %1$s року
- За межами діапазону: %1$s
- Дата початку – %1$s
- %1$s – дата завершення
- %1$s – %2$s
- Виберіть діапазон дат
- Дата початку – дата завершення
- Зберегти
- Дата
- Дата завершення
- Дата початку
- д
- м
- р
- Перейти в режим введення в календарі
- Натисніть, щоб вибрати день
- Перейти в режим введення тексту
- Натисніть, щоб вибрати рік
- Показувати пароль
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ur/values-ur.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ur/values-ur.xml
deleted file mode 100644
index 9d80c15..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ur/values-ur.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d نئی اطلاع
- - %d نئی اطلاعات
-
- نصف تک پھیلائیں
- %2$d میں سے %1$d حروف درج کیے گئے
- حروف کی تعداد کی حد %2$d سے %1$d پہنچ گئی
- ٹیکسٹ صاف کریں
- خرابی
- ڈراپ ڈاؤن مینو دکھائیں
- ڈائیلاگ کا آئیکن
- ٹیب
- AM یا PM منتخب کریں
- گھنٹہ منتخب کریں
- %1$s بجے
- منٹ منتخب کریں
- %1$s منٹ
- قبل از دوپہر
- وقت ان پٹ کے لیے گھڑی وضع پر سوئچ کریں۔
- گھنٹہ
- منٹ
- رات
- وقت منتخب کریں
- وقت ان پٹ کے لیے ٹیکسٹ ان پٹ وضع پر سوئچ کریں۔
- نئی اطلاع
- %1$s کو ہٹائیں
- %1$d سے زیادہ نئی اطلاعات
- اگلے مہینہ میں منتقل کریں
- گزشتہ ماہ میں منتقل کریں
- موجودہ انتخاب: %1$s
- @android:string/ok
- %1$s
- تاریخ منتخب کریں
- منتخب کردہ تاریخ
- دنوں کا کالم: %1$s
- غلط فارمیٹ۔
- مثال: %1$s۔
- %1$s استعمال کریں
- غلط رینج۔
- %1$s سال پر نیویگیٹ کریں
- حد سے باہر: %1$s
- تاریخ آغاز – %1$s
- %1$s – تاریخ اختتام
- %1$s – %2$s
- رینج منتخب کریں
- تاریخ آغاز - تاریخ اختتام
- محفوظ کریں
- تاریخ
- تاریخ اختتام
- تاریخ آغاز
- d
- m
- y
- کیلنڈر ان پٹ وضع پر سوئچ کریں
- دن کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیں
- متنی ان پٹ وضع پر سوئچ کریں
- سال کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیں
- پاس ورڈ دکھائیں
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-uz/values-uz.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-uz/values-uz.xml
deleted file mode 100644
index 3bd76cf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-uz/values-uz.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d ta yangi bildirishnoma
- - %d ta yangi bildirishnoma
-
- Yarmiga kengaytirish
- %1$d/%2$d ta belgi kiritildi
- Harflar soni (%1$d) cheklovdan (%2$d) oshib ketdi
- Matnni tozalash
- Xato
- Pastga ochiluvchi menyuni ochish
- Muloqot ikonkasi
- Tab : Varaq
- Tushdan oldin yoki keyinligini tanlang
- Soatni tanlang
- %1$s soat
- Daqiqalarni tanlash
- %1$s daqiqa
- AM
- Vaqtni kiritish uchun soat rejimiga o‘ting.
- Soat
- Daqiqa
- PM
- Vaqtni tanlang
- Vaqtni kiritish uchun matn kiritish rejimiga o‘ting.
- Yangi bildirishnoma
- Olib tashlash: %1$s
- Yana %1$d dan ortiq bildirishnoma
- Keyingi oyga oʻzgartirish
- Avvalgi oyga oʻzgartirish
- Joriy tanlov: %1$s
- @android:string/ok
- %1$s
- Sanani tanlang
- Tanlangan sana
- Kunlar ustuni: %1$s
- Yaroqsiz format.
- Masalan: %1$s
- Ishlatish: %1$s
- Yaroqsiz oraliq.
- Yilga nazar solish: %1$s
- Chegaradan tashqari: %1$s
- Boshlanish sanasi – %1$s
- %1$s – Tugash sanasi
- %1$s – %2$s
- Oraliqni tanlang
- Boshlanishi – Tugashi
- Saqlash
- Sana
- Tugash sanasi
- Boshlanish sanasi
- k
- o
- y
- Taqvim kiritish rejimiga oʻtish
- Kunni tanlash uchun bosing
- Matn kiritish rejimiga oʻtish
- Yilni tanlash uchun bosing
- Parol ochiq tursin
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v21/values-v21.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v21/values-v21.xml
deleted file mode 100644
index 5e89bf2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v21/values-v21.xml
+++ /dev/null
@@ -1,293 +0,0 @@
-
-
- - 0.32
- - 0.24
- - 0.16
- - 0.24
- 0dp
- 1dp
- - 0.48
- - 0.48
- - 0.16
- - 0.48
- - 0.24
- - 0.24
- - 0.08
- - 0.24
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v23/values-v23.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v23/values-v23.xml
deleted file mode 100644
index 13e486b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v23/values-v23.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v24/values-v24.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v24/values-v24.xml
deleted file mode 100644
index d2a064b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v24/values-v24.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v28/values-v28.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v28/values-v28.xml
deleted file mode 100644
index 30d7829..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v28/values-v28.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- - 0.16
- - 0.2
- - 0.4
- - 0.12
- - 0.24
- - 0.40
- - 0.40
- - 0.24
- - 0.12
- - 0.20
- - 0.20
- - 0.12
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v31/values-v31.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v31/values-v31.xml
deleted file mode 100644
index e7d3945..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v31/values-v31.xml
+++ /dev/null
@@ -1,353 +0,0 @@
-
-
- @android:color/system_neutral1_1000
- @android:color/system_neutral1_900
- @android:color/system_neutral1_0
- @android:color/system_neutral1_800
- @android:color/system_neutral1_700
- @android:color/system_neutral1_600
- @android:color/system_neutral1_500
- @android:color/system_neutral1_400
- @android:color/system_neutral1_300
- @android:color/system_neutral1_200
- @android:color/system_neutral1_100
- @android:color/system_neutral1_50
- @android:color/system_neutral1_10
- @android:color/system_neutral2_1000
- @android:color/system_neutral2_900
- @android:color/system_neutral2_0
- @android:color/system_neutral2_800
- @android:color/system_neutral2_700
- @android:color/system_neutral2_600
- @android:color/system_neutral2_500
- @android:color/system_neutral2_400
- @android:color/system_neutral2_300
- @android:color/system_neutral2_200
- @android:color/system_neutral2_100
- @android:color/system_neutral2_50
- @android:color/system_neutral2_10
- @android:color/system_accent1_1000
- @android:color/system_accent1_900
- @android:color/system_accent1_0
- @android:color/system_accent1_800
- @android:color/system_accent1_700
- @android:color/system_accent1_600
- @android:color/system_accent1_500
- @android:color/system_accent1_400
- @android:color/system_accent1_300
- @android:color/system_accent1_200
- @android:color/system_accent1_100
- @android:color/system_accent1_50
- @android:color/system_accent1_10
- @android:color/system_accent2_1000
- @android:color/system_accent2_900
- @android:color/system_accent2_0
- @android:color/system_accent2_800
- @android:color/system_accent2_700
- @android:color/system_accent2_600
- @android:color/system_accent2_500
- @android:color/system_accent2_400
- @android:color/system_accent2_300
- @android:color/system_accent2_200
- @android:color/system_accent2_100
- @android:color/system_accent2_50
- @android:color/system_accent2_10
- @android:color/system_accent3_1000
- @android:color/system_accent3_900
- @android:color/system_accent3_0
- @android:color/system_accent3_800
- @android:color/system_accent3_700
- @android:color/system_accent3_600
- @android:color/system_accent3_500
- @android:color/system_accent3_400
- @android:color/system_accent3_300
- @android:color/system_accent3_200
- @android:color/system_accent3_100
- @android:color/system_accent3_50
- @android:color/system_accent3_10
- @color/m3_ref_palette_dynamic_neutral10
- @color/m3_ref_palette_dynamic_neutral20
- @color/m3_ref_palette_dynamic_primary40
- @color/m3_ref_palette_dynamic_neutral90
- @color/m3_ref_palette_dynamic_neutral90
- @color/m3_ref_palette_dynamic_primary20
- @color/m3_ref_palette_dynamic_primary90
- @color/m3_ref_palette_dynamic_secondary20
- @color/m3_ref_palette_dynamic_secondary90
- @color/m3_ref_palette_dynamic_neutral90
- @color/m3_ref_palette_dynamic_neutral_variant80
- @color/m3_ref_palette_dynamic_tertiary20
- @color/m3_ref_palette_dynamic_tertiary90
- @color/m3_ref_palette_dynamic_neutral_variant60
- @color/m3_ref_palette_dynamic_primary80
- @color/m3_ref_palette_dynamic_primary30
- @color/m3_ref_palette_dynamic_secondary80
- @color/m3_ref_palette_dynamic_secondary30
- @color/m3_ref_palette_dynamic_neutral10
- @color/m3_ref_palette_dynamic_neutral_variant30
- @color/m3_ref_palette_dynamic_tertiary80
- @color/m3_ref_palette_dynamic_tertiary30
- @color/m3_ref_palette_dynamic_neutral99
- @color/m3_ref_palette_dynamic_neutral95
- @color/m3_ref_palette_dynamic_primary80
- @color/m3_ref_palette_dynamic_neutral20
- @color/m3_ref_palette_dynamic_neutral10
- @color/m3_ref_palette_dynamic_primary100
- @color/m3_ref_palette_dynamic_primary10
- @color/m3_ref_palette_dynamic_secondary100
- @color/m3_ref_palette_dynamic_secondary10
- @color/m3_ref_palette_dynamic_neutral10
- @color/m3_ref_palette_dynamic_neutral_variant30
- @color/m3_ref_palette_dynamic_tertiary100
- @color/m3_ref_palette_dynamic_tertiary10
- @color/m3_ref_palette_dynamic_neutral_variant50
- @color/m3_ref_palette_dynamic_primary40
- @color/m3_ref_palette_dynamic_primary90
- @color/m3_ref_palette_dynamic_secondary40
- @color/m3_ref_palette_dynamic_secondary90
- @color/m3_ref_palette_dynamic_neutral99
- @color/m3_ref_palette_dynamic_neutral_variant90
- @color/m3_ref_palette_dynamic_tertiary40
- @color/m3_ref_palette_dynamic_tertiary90
- @color/m3_ref_palette_dynamic_neutral0
- @color/m3_ref_palette_dynamic_neutral10
- @color/m3_ref_palette_dynamic_neutral100
- @color/m3_ref_palette_dynamic_neutral20
- @color/m3_ref_palette_dynamic_neutral30
- @color/m3_ref_palette_dynamic_neutral40
- @color/m3_ref_palette_dynamic_neutral50
- @color/m3_ref_palette_dynamic_neutral60
- @color/m3_ref_palette_dynamic_neutral70
- @color/m3_ref_palette_dynamic_neutral80
- @color/m3_ref_palette_dynamic_neutral90
- @color/m3_ref_palette_dynamic_neutral95
- @color/m3_ref_palette_dynamic_neutral99
- @color/m3_ref_palette_dynamic_neutral_variant0
- @color/m3_ref_palette_dynamic_neutral_variant10
- @color/m3_ref_palette_dynamic_neutral_variant100
- @color/m3_ref_palette_dynamic_neutral_variant20
- @color/m3_ref_palette_dynamic_neutral_variant30
- @color/m3_ref_palette_dynamic_neutral_variant40
- @color/m3_ref_palette_dynamic_neutral_variant50
- @color/m3_ref_palette_dynamic_neutral_variant60
- @color/m3_ref_palette_dynamic_neutral_variant70
- @color/m3_ref_palette_dynamic_neutral_variant80
- @color/m3_ref_palette_dynamic_neutral_variant90
- @color/m3_ref_palette_dynamic_neutral_variant95
- @color/m3_ref_palette_dynamic_neutral_variant99
- @color/m3_ref_palette_dynamic_primary0
- @color/m3_ref_palette_dynamic_primary10
- @color/m3_ref_palette_dynamic_primary100
- @color/m3_ref_palette_dynamic_primary20
- @color/m3_ref_palette_dynamic_primary30
- @color/m3_ref_palette_dynamic_primary40
- @color/m3_ref_palette_dynamic_primary50
- @color/m3_ref_palette_dynamic_primary60
- @color/m3_ref_palette_dynamic_primary70
- @color/m3_ref_palette_dynamic_primary80
- @color/m3_ref_palette_dynamic_primary90
- @color/m3_ref_palette_dynamic_primary95
- @color/m3_ref_palette_dynamic_primary99
- @color/m3_ref_palette_dynamic_secondary0
- @color/m3_ref_palette_dynamic_secondary10
- @color/m3_ref_palette_dynamic_secondary100
- @color/m3_ref_palette_dynamic_secondary20
- @color/m3_ref_palette_dynamic_secondary30
- @color/m3_ref_palette_dynamic_secondary40
- @color/m3_ref_palette_dynamic_secondary50
- @color/m3_ref_palette_dynamic_secondary60
- @color/m3_ref_palette_dynamic_secondary70
- @color/m3_ref_palette_dynamic_secondary80
- @color/m3_ref_palette_dynamic_secondary90
- @color/m3_ref_palette_dynamic_secondary95
- @color/m3_ref_palette_dynamic_secondary99
- @color/m3_ref_palette_dynamic_tertiary0
- @color/m3_ref_palette_dynamic_tertiary10
- @color/m3_ref_palette_dynamic_tertiary100
- @color/m3_ref_palette_dynamic_tertiary20
- @color/m3_ref_palette_dynamic_tertiary30
- @color/m3_ref_palette_dynamic_tertiary40
- @color/m3_ref_palette_dynamic_tertiary50
- @color/m3_ref_palette_dynamic_tertiary60
- @color/m3_ref_palette_dynamic_tertiary70
- @color/m3_ref_palette_dynamic_tertiary80
- @color/m3_ref_palette_dynamic_tertiary90
- @color/m3_ref_palette_dynamic_tertiary95
- @color/m3_ref_palette_dynamic_tertiary99
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-vi/values-vi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-vi/values-vi.xml
deleted file mode 100644
index 50a4097..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-vi/values-vi.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d thông báo mới
- - %d thông báo mới
-
- Mở rộng một nửa
- Đã nhập %1$d trong số %2$d ký tự
- Đã vượt quá giới hạn ký tự %1$d/%2$d
- Xóa văn bản
- Lỗi
- Hiển thị menu thả xuống
- Biểu tượng hộp thoại
- Thẻ
- Chọn SA hoặc CH
- Chọn giờ
- %1$s giờ
- Chọn phút
- %1$s phút
- SA
- Chuyển sang chế độ đồng hồ để nhập thời gian.
- Giờ
- Phút
- CH
- Chọn thời gian
- Chuyển sang chế độ nhập văn bản để nhập thời gian.
- Thông báo mới
- Xóa %1$s
- Hơn %1$d thông báo mới
- Chuyển sang tháng tiếp theo
- Chuyển về tháng trước
- Lựa chọn hiện tại: %1$s
- @android:string/ok
- %1$s
- Chọn ngày
- Ngày đã chọn
- Cột ngày: %1$s
- Định dạng không hợp lệ.
- Ví dụ: %1$s
- Sử dụng: %1$s
- Phạm vi không hợp lệ.
- Chuyển tới năm %1$s
- Nằm ngoài phạm vi: %1$s
- Ngày bắt đầu – %1$s
- %1$s – Ngày kết thúc
- %1$s – %2$s
- Chọn dải ô
- Ngày bắt đầu – Ngày kết thúc
- Lưu
- Ngày
- Ngày kết thúc
- Ngày bắt đầu
- d
- m
- y
- Chuyển sang chế độ nhập lịch
- Nhấn để chuyển sang chế độ chọn một ngày
- Chuyển sang chế độ nhập văn bản
- Nhấn để chuyển sang chế độ chọn một năm
- Hiện mật khẩu
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w320dp-land-v13/values-w320dp-land-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w320dp-land-v13/values-w320dp-land-v13.xml
deleted file mode 100644
index b4fed6b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w320dp-land-v13/values-w320dp-land-v13.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- 24dp
- 36dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w360dp-port-v13/values-w360dp-port-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w360dp-port-v13/values-w360dp-port-v13.xml
deleted file mode 100644
index fa14e49..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w360dp-port-v13/values-w360dp-port-v13.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
- 4dp
- 18dp
- 40dp
- 2dp
- 2dp
- 40dp
- 40dp
- 4dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w480dp-port-v13/values-w480dp-port-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w480dp-port-v13/values-w480dp-port-v13.xml
deleted file mode 100644
index e8cf2fe..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w480dp-port-v13/values-w480dp-port-v13.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
- 0dp
- 22dp
- 48dp
- 2dp
- 2dp
- 48dp
- 48dp
- 0dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w600dp-land-v13/values-w600dp-land-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w600dp-land-v13/values-w600dp-land-v13.xml
deleted file mode 100644
index aaaf955..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w600dp-land-v13/values-w600dp-land-v13.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- 64dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rCN/values-zh-rCN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rCN/values-zh-rCN.xml
deleted file mode 100644
index 3e1c0bb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rCN/values-zh-rCN.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d 条新通知
- - %d 条新通知
-
- 展开到一半高度
- 输入了 %1$d 个字符(上限为 %2$d 个)
- 超出字符数限制(共 %1$d 个,上限为 %2$d 个)
- 清除文字
- 错误
- 显示下拉菜单
- 对话框图标
- 标签页
- 选择上午或下午
- 选择小时
- %1$s 点
- 选择分钟
- %1$s 分
- 上午
- 切换到时钟模式来输入时间。
- 小时
- 分钟
- 下午
- 选择时间
- 切换到文字输入模式来输入时间。
- 新通知
- 移除%1$s
- 有 %1$d 条以上的新通知
- 转到下个月
- 转到上个月
- 当前的选择是:%1$s
- @android:string/ok
- %1$s
- 请选择日期
- 选定的日期
- 表示周几的列:%1$s
- 格式无效。
- 示例:%1$s
- 使用:%1$s
- 范围无效。
- 转到 %1$s 年
- 不在允许的范围内:%1$s
- 开始日期 – %1$s
- %1$s – 结束日期
- %1$s - %2$s
- 请选择范围
- 开始日期 - 结束日期
- 保存
- 日期
- 结束日期
- 开始日期
- d
- m
- y
- 切换到日历输入模式
- 点按即可切换到选择某天
- 切换到文本字段输入模式
- 点按即可切换到选择某年
- 显示密码
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rHK/values-zh-rHK.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rHK/values-zh-rHK.xml
deleted file mode 100644
index bb2257c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rHK/values-zh-rHK.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d 個新通知
- - %d 個新通知
-
- 展開一半
- 已輸入 %1$d 個字元 (共 %2$d 個)
- 超出字元限制 %1$d 個字元 (上限 %2$d 個字元)
- 清除文字
- 錯誤
- 顯示下拉式選單
- 對話框圖示
- 分頁
- 選擇上午或下午
- 選取時段
- %1$s 點
- 選取分鐘
- %1$s 分
- AM
- 切換至時鐘模式即可輸入時間。
- 小時
- 分鐘
- PM
- 選取時間
- 切換至文字輸入模式即可輸入時間。
- 新通知
- 移除「%1$s」
- 超過 %1$d 則新通知
- 變更為下個月
- 變更為上個月
- 目前選取:%1$s
- @android:string/ok
- %1$s
- 請選擇日期
- 已選取日期
- 日期欄:%1$s
- 格式無效。
- 例如:%1$s
- 使用:%1$s
- 範圍無效。
- 瀏覽至 %1$s 年
- 超出範圍:%1$s
- 開始日期 – %1$s
- %1$s – 結束日期
- %1$s – %2$s
- 請選擇範圍
- 開始日期 – 結束日期
- 儲存
- 日期
- 結束日期
- 開始日期
- 日
- 月
- 年
- 切換至日曆輸入模式
- 輕按以切換至選擇日期
- 切換至文字輸入模式
- 輕按以切換至選擇年份
- 顯示密碼
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rTW/values-zh-rTW.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rTW/values-zh-rTW.xml
deleted file mode 100644
index fc09f80..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rTW/values-zh-rTW.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d 則新通知
- - %d 則新通知
-
- 展開一半
- 已輸入 %1$d 個字元 (上限為 %2$d 個字元)
- 超過字元限制 (共 %1$d 字元,上限 %2$d 字元)
- 清除文字
- 錯誤
- 顯示下拉式選單
- 對話方塊圖示
- 分頁標籤
- 選取上午或下午
- 請選取時段
- %1$s 點
- 選取分鐘數
- %1$s 分
- AM
- 切換至時鐘模式來輸入時間。
- 小時
- 分鐘
- PM
- 選取時間
- 切換至文字輸入模式來輸入時間。
- 新通知
- 移除 %1$s
- 超過 %1$d 則新通知
- 變更至下個月
- 變更至上個月
- 目前選取:%1$s
- @android:string/ok
- %1$s
- 選取日期
- 所選日期
- 星期幾資料欄:%1$s
- 格式無效。
- 範例:%1$s
- 使用:%1$s
- 日期範圍無效。
- 前往 %1$s 年
- 超出日期範圍:%1$s
- 開始日期 – %1$s
- %1$s – 結束日期
- %1$s – %2$s
- 選取範圍
- 開始日期 - 結束日期
- 儲存
- 日期
- 結束日期
- 開始日期
- d
- m
- y
- 切換至日曆輸入模式
- 輕觸即可切換為選取星期幾
- 切換至文字輸入模式
- 輕觸即可切換為選取年份
- 顯示密碼
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zu/values-zu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zu/values-zu.xml
deleted file mode 100644
index 3d8428e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zu/values-zu.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
- - %d izaziso ezintsha
- - %d izaziso ezintsha
-
- Nweba phakathi
- Izinhlamvu ezifakiwe ezingu-%1$d zokungu-%2$d
- Umkhawulo wezinhlamvu udlule u-%1$d kokungu-%2$d
- Sula umbhalo
- Iphutha
- Bonisa imenyu yokudonsela phansi
- Isithonjana sebhokisi
- Ithebhu
- Khetha u-AM noma u-PM
- Khetha ihora
- %1$s ezimpondweni
- Khetha amaminithi
- amaminithi angu-%1$s
- AM
- Shintshela kumodi yewashi ngokufakwa kwesikhathi.
- Ihora
- Iminithi
- PM
- Khetha isikhathi
- Shintshela kumodi yokufaka umbhalo ngokufaka isikhathi.
- Isaziso esisha
- Susa i-%1$s
- Izaziso ezintsha ezingaphezu kokungu-%1$d
- Shintshela kunyanga elandelayo
- Shintshela kunyanga edlule
- Ukukhetha kwamanje: %1$s
- @android:string/ok
- %1$s
- Khetha Idethi
- Khetha idethi
- Ikholomu yezinsuku: %1$s
- Ifomethi engavumelekile.
- Isibonelo: %1$s
- Sebenzisa: %1$s
- Ibanga elingavumelekile.
- Zulela onyakeni %1$s
- Ikude kubanga: %1$s
- Idethi yokuqala – %1$s
- %1$s – Idethi yokuphela
- %1$s – %2$s
- Khetha Ibanga
- Idethi yokuqala – Idethi yokuphela
- Londoloza
- Idethi
- Idethi yokuphela
- Idethi yokuqala
- d
- m
- y
- Shintshela kwimodi yokufaka yekhalenda
- Thepha ukuze ushintshe ekukhetheni usuku
- Shintshela kwimodi yokufaka yombhalo
- Thepha ukuze ushintshele ekukhetheni unyaka
- Bonisa iphasiwedi
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values/values.xml
deleted file mode 100644
index a60e48c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values/values.xml
+++ /dev/null
@@ -1,7524 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
- #14000000
- #121212
- #CF6679
- #FFFFFF
- #000000
- #000000
- #000000
- #FFFFFF
- #BA86FC
- #000000
- #3700B3
- #03DAC6
- #03DAC6
- #121212
- #FFFFFF
- #B00020
- #000000
- #FFFFFF
- #FFFFFF
- #000000
- #000000
- #6200EE
- #3700B3
- #3700B3
- #03DAC6
- #018786
- #FFFFFF
- @android:color/transparent
- #14000000
- #44000000
- #0A000000
- #0F000000
- #1AFFFFFF
- #2EFFFFFF
- #323232
- #ff000000
- #ff000000
- #ff410e0b
- #ffffffff
- #ff601410
- #ff8c1d18
- #ffb3261e
- #ffdc362e
- #ffe46962
- #ffec928e
- #fff2b8b5
- #fff9dedc
- #fffceeee
- #fffffbf9
- #ff000000
- #ff1c1b1f
- #ffffffff
- #ff313033
- #ff484649
- #ff605d62
- #ff787579
- #ff939094
- #ffaeaaae
- #ffc9c5ca
- #ffe6e1e5
- #fff4eff4
- #fffffbfe
- #ff000000
- #ff1d1a22
- #ffffffff
- #ff322f37
- #ff49454f
- #ff605d66
- #ff79747e
- #ff938f99
- #ffaea9b4
- #ffcac4d0
- #ffe7e0ec
- #fff5eefa
- #fffffbfe
- #ff000000
- #ff21005d
- #ffffffff
- #ff381e72
- #ff4f378b
- #ff6750a4
- #ff7f67be
- #ff9a82db
- #ffb69df8
- #ffd0bcff
- #ffeaddff
- #fff6edff
- #fffffbfe
- #ff000000
- #ff1d192b
- #ffffffff
- #ff332d41
- #ff4a4458
- #ff625b71
- #ff7a7289
- #ff958da5
- #ffb0a7c0
- #ffccc2dc
- #ffe8def8
- #fff6edff
- #fffffbfe
- #ff000000
- #ff31111d
- #ffffffff
- #ff492532
- #ff633b48
- #ff7d5260
- #ff986977
- #ffb58392
- #ffd29dac
- #ffefb8c8
- #ffffd8e4
- #ffffecf1
- #fffffbfa
- #ffffffff
- @color/m3_ref_palette_neutral10
- @color/m3_ref_palette_error80
- @color/m3_ref_palette_error30
- @color/m3_ref_palette_neutral20
- @color/m3_ref_palette_primary40
- @color/m3_ref_palette_neutral90
- @color/m3_ref_palette_neutral90
- @color/m3_ref_palette_error20
- @color/m3_ref_palette_error80
- @color/m3_ref_palette_primary20
- @color/m3_ref_palette_primary90
- @color/m3_ref_palette_secondary20
- @color/m3_ref_palette_secondary90
- @color/m3_ref_palette_neutral90
- @color/m3_ref_palette_neutral_variant80
- @color/m3_ref_palette_tertiary20
- @color/m3_ref_palette_tertiary90
- @color/m3_ref_palette_neutral_variant60
- @color/m3_ref_palette_primary80
- @color/m3_ref_palette_primary30
- @color/m3_ref_palette_secondary80
- @color/m3_ref_palette_secondary30
- @color/m3_ref_palette_neutral10
- @color/m3_ref_palette_neutral_variant30
- @color/m3_ref_palette_tertiary80
- @color/m3_ref_palette_tertiary30
- @color/m3_ref_palette_neutral99
- @color/m3_ref_palette_error40
- @color/m3_ref_palette_error90
- @color/m3_ref_palette_neutral95
- @color/m3_ref_palette_primary80
- @color/m3_ref_palette_neutral20
- @color/m3_ref_palette_neutral10
- @color/m3_ref_palette_error100
- @color/m3_ref_palette_error10
- @color/m3_ref_palette_primary100
- @color/m3_ref_palette_primary10
- @color/m3_ref_palette_secondary100
- @color/m3_ref_palette_secondary10
- @color/m3_ref_palette_neutral10
- @color/m3_ref_palette_neutral_variant30
- @color/m3_ref_palette_tertiary100
- @color/m3_ref_palette_tertiary10
- @color/m3_ref_palette_neutral_variant50
- @color/m3_ref_palette_primary40
- @color/m3_ref_palette_primary90
- @color/m3_ref_palette_secondary40
- @color/m3_ref_palette_secondary90
- @color/m3_ref_palette_neutral99
- @color/m3_ref_palette_neutral_variant90
- @color/m3_ref_palette_tertiary40
- @color/m3_ref_palette_tertiary90
- #FFFFFF
- #FFFFFF
- #FFFFFF
- #FFFFFF
- #61000000
- #00ffffff
- #52000000
- #6B000000
- #1F000000
- #0A000000
- #00000000
- #DE000000
- #000
- 16dp
- 16dp
- 64dp
- 100dp
- 4dp
- 168dp
- 96dp
- 14sp
- 8dp
- 56dp
- 24dp
- 96dp
- 56dp
- 10dp
- 8dp
- 1dp
- 12sp
- 8dp
- 16dp
- 64dp
- 0.5dp
- 6dp
- 24dp
- 40dp
- 56dp
- 6dp
- 6dp
- 16dp
- 32dp
- 24dp
- 16dp
- 32dp
- 4dp
- 280dp
- 8dp
- 8dp
- 128dp
- - 1.0
- 0dp
- 6dp
- 0dp
- -1px
- -1px
- 12dp
- 14dp
- 16dp
- 14sp
- 264dp
- 72dp
- 14sp
- 12sp
- 5dp
- 14dp
- 14dp
- 28dp
- @dimen/m3_sys_elevation_level3
- 16dp
- 24dp
- 16dp
- 16dp
- 16dp
- 96dp
- 112dp
- 112dp
- 64dp
- 152dp
- 112dp
- 1.5dp
- 3dp
- 1.5dp
- 3dp
- 7dp
- 4dp
- 32dp
- 4dp
- 64dp
- 16dp
- 12dp
- 80dp
- @dimen/m3_sys_elevation_level2
- @dimen/m3_sys_elevation_level3
- 6dp
- 4dp
- 12dp
- 64dp
- 8dp
- 0dp
- 0dp
- 1dp
- 0dp
- 16dp
- 24dp
- 10dp
- 20dp
- 0dp
- 20dp
- 4dp
- 320dp
- 6dp
- 24dp
- 24dp
- 6dp
- 1dp
- 12dp
- 16dp
- 12dp
- 12dp
- 0dp
- 1dp
- @dimen/m3_sys_elevation_level3
- 7dp
- @dimen/m3_sys_elevation_level1
- 2dp
- @dimen/m3_sys_elevation_level0
- @dimen/m3_sys_elevation_level1
- 1dp
- 1dp
- 8dp
- -1dp
- 7dp
- 1dp
- 2dp
- 18dp
- @dimen/m3_sys_elevation_level1
- 8dp
- 8dp
- 20dp
- 12dp
- 56dp
- 16dp
- 8dp
- 0dp
- 30%
- 2dp
- 6dp
- 36dp
- 96dp
- @dimen/m3_sys_elevation_level2
- 16dp
- 28dp
- 12dp
- 0dp
- 12dp
- 12dp
- 0dp
- 4dp
- 28dp
- 28dp
- 80dp
- 32dp
- 4dp
- 56dp
- 60dp
- 8dp
- 4dp
- @dimen/m3_sys_state_dragged_state_layer_opacity
- @dimen/m3_sys_state_focus_state_layer_opacity
- @dimen/m3_sys_state_hover_state_layer_opacity
- @dimen/m3_sys_state_pressed_state_layer_opacity
- @dimen/m3_sys_state_pressed_state_layer_opacity
- 2dp
- - 1.0
- 8dp
- 0dp
- 1dp
- 3dp
- 6dp
- 8dp
- 12dp
- - 0.3
- - 0.8
- - 0.0
- - 0.2
- - 0.1
- - 0.1
- - 0.7
- - 1.0
- - 0.4
- - 1.0
- - 0.0
- - 1.0
- - 0.4
- - 0.2
- - 0.0
- - 1.0
- - 0.0
- - 0.2
- - 0.0
- - 1.0
- - 0.0
- - 1.0
- - 0.0
- - 1.0
- - 0.3
- - 1.0
- - 0.0
- - 1.0
- - 0.2
- - 0.0
- - 0.0
- - 1.0
- - 0.0
- - 0.0
- - 0.0
- - 1.0
- - 0.16
- - 0.12
- - 0.08
- - 0.12
- 2dp
- @dimen/m3_sys_elevation_level3
- 640dp
- 24dp
- 44dp
- 4dp
- 4dp
- 2dp
- 20dp
- 15dp
- 96dp
- 12dp
- 52dp
- 256dp
- -6dp
- -12dp
- 2dp
- 1dp
- - 0.38
- - 0.12
- - 0.87
- - 0.6
- 12dp
- 23dp
- 8dp
- 32dp
- 4dp
- 8dp
- 4dp
- 12dp
- 8dp
- 2dp
- 14dp
- 14sp
- 200px
- 100px
- 245dp
- 488dp
- 56dp
- 560dp
- 340dp
- 24dp
- 80dp
- 24dp
- 24dp
- 80dp
- 24dp
- 4dp
- 4dp
- 4dp
- 6dp
- 10sp
- 12dp
- 12dp
- 8dp
- 60dp
- 16dp
- 5dp
- 8dp
- 0dp
- 56dp
- 4dp
- 64dp
- 0dp
- 0dp
- 2dp
- 2dp
- 2dp
- 12dp
- 8dp
- 6dp
- - 0.07
- 320dp
- 4dp
- 16dp
- 16dp
- 4dp
- 6dp
- 8dp
- 1dp
- 4dp
- 8dp
- 8dp
- 14sp
- 0dp
- 64dp
- 52dp
- 8dp
- 0dp
- 12dp
- 15dp
- 32dp
- 3dp
- 1dp
- 1dp
- 36dp
- 24dp
- 16dp
- 12dp
- 4dp
- 1dp
- 120dp
- 128dp
- 32dp
- 12dp
- 8dp
- 24dp
- 0dp
- 480dp
- 2dp
- 0dp
- 4dp
- 48dp
- 4dp
- 8dp
- 104dp
- 20dp
- 24dp
- 100dp
- 16dp
- 28dp
- 68dp
- 18dp
- 52dp
- 8dp
- 8dp
- 88dp
- 8dp
- 24dp
- 4dp
- 5dp
- 1dp
- 8dp
- 3dp
- 14sp
- 8dp
- -8dp
- 8dp
- 12dp
- 24dp
- 0dp
- 0dp
- 6dp
- 20dp
- 20dp
- 24dp
- 12dp
- 48dp
- 120dp
- 20dp
- 12dp
- 12dp
- 0dp
- 2dp
- 6dp
- 6dp
- 48dp
- 2dp
- 6dp
- - 0.00
- - 0.24
- - 0.08
- - 0.24
- 100dp
- - 0.00
- - 0.12
- - 0.04
- - 0.12
- 48dp
- 24dp
- 8dp
- 0dp
- 22dp
- 14dp
- 24dp
- 8dp
- 4dp
- 14dp
- 56dp
- 72dp
- 8dp
- 14dp
- 24dp
- 8dp
- 16dp
- 12dp
- 4dp
- 2dp
- 4dp
- 4dp
- 18dp
- 40dp
- 20dp
- 40dp
- 28dp
- 2.5dp
- 4dp
- 3dp
- 2dp
- 4dp
- 0dp
- 4dp
- 4dp
- 24dp
- 4dp
- 13dp
- 26dp
- 1dp
- 10dp
- 4dp
- 16dp
- 24dp
- 48dp
- - 0.5
- 4dp
- - 0.8
- 8dp
- 8dp
- 8dp
- 4dp
- 4dp
- 0dp
- 4dp
- 1dp
- 2dp
- 16dp
- 4dp
- 16dp
- 4dp
- 56dp
- 14dp
- 4dp
- 32dp
- 32dp
- 12dp
- 30dp
- 2dp
- 52dp
- 168dp
- 96dp
- 14sp
- 8dp
- 56dp
- 24dp
- 96dp
- 56dp
- 10dp
- 1dp
- 12sp
- - @drawable/material_ic_keyboard_arrow_right_black_24dp
- - @drawable/material_ic_keyboard_arrow_left_black_24dp
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 150
- 150
- 2
- 300
- 320
- 100
- 100
- 75
- 120
- 100
- 100
- 1000
- 150
- 200
- 250
- 300
- 350
- 400
- 450
- 50
- 500
- 550
- 600
- 700
- 800
- 900
- 0
- 300
- 350
- 200
- 250
- 75
- 150
- 0
- 4
- 100
- 100
- 1
- 1
- 3
- 75
- 120
- 100
- 250
- 2
- 1
- 0
- 200
-
- - %d new notification
- - %d new notifications
-
- com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior
- com.google.android.material.bottomsheet.BottomSheetBehavior
- Expand halfway
- Characters entered %1$d of %2$d
- Character limit exceeded %1$d of %2$d
- %1$d/%2$d
- Chip text
- Clear text
- Error
- Show dropdown menu
- com.google.android.material.transformation.FabTransformationScrimBehavior
- com.google.android.material.transformation.FabTransformationSheetBehavior
- com.google.android.material.behavior.HideBottomViewOnScrollBehavior
- Dialog Icon
- Tab
- Label
- sans-serif-medium
- sans-serif
- sans-serif-medium
- sans-serif
- path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)
- cubic-bezier(0.3, 0.0, 0.8, 0.2)
- cubic-bezier(0.1, 0.7, 0.1, 1.0)
- M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1
- cubic-bezier(0.4, 0.0, 0.2, 1.0)
- cubic-bezier(0.4, 0.0, 1.0, 1.0)
- cubic-bezier(0.0, 0.0, 0.2, 1.0)
- cubic-bezier(0.0, 0.0, 1.0, 1.0)
- cubic-bezier(0.2, 0.0, 0.0, 1.0)
- cubic-bezier(0.3, 0.0, 1.0, 1.0)
- cubic-bezier(0.0, 0.0, 0.0, 1.0)
- :
- Select AM or PM
- Select hour
- %1$s o\'clock
- Select minutes
- %1$s minutes
- cubic-bezier(0.4, 0.0, 1.0, 1.0)
- cubic-bezier(0.0, 0.0, 0.2, 1.0)
- path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)
- cubic-bezier(0.0, 0.0, 1.0, 1.0)
- cubic-bezier(0.4, 0.0, 0.2, 1.0)
- Range end,
- Range start,
- AM
- Switch to clock mode for the time input.
- Hour
- Minute
- PM
- Select time
- Switch to text input mode for the time input.
- New notification
- Remove %1$s
- More than %1$d new notifications
- %1$d%2$s
- Change to next month
- Change to previous month
- Current selection: %1$s
- @android:string/cancel
- OK
- %1$s
- Select Date
- Selected date
- Column of days: %1$s
- Invalid format.
- Example: %1$s
- Use: %1$s
- Invalid range.
- Navigate to year %1$s
- Out of range: %1$s
- Start date – %1$s
- %1$s – End date
- %1$s – %2$s
- Select Range
- Start date – End date
- Save
- Date
- End date
- Start date
- d
- m
- y
- Switch to calendar input mode
- Tap to switch to selecting a day
- Switch to text input mode
- Tap to switch to selecting a year
- OK
- Show password
- M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z
- M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z
- M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z
- M3.27,4.27 L19.74,20.74
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge.xml
deleted file mode 100644
index 3c2c747..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_bottom_end.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_bottom_end.xml
deleted file mode 100644
index aedd5f6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_bottom_end.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_bottom_start.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_bottom_start.xml
deleted file mode 100644
index a516d0d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_bottom_start.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_top_start.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_top_start.xml
deleted file mode 100644
index 4001007..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_top_start.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_offset.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_offset.xml
deleted file mode 100644
index e69d921..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_offset.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127.stamp
deleted file mode 100644
index 52b9336..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127.stamp
+++ /dev/null
@@ -1 +0,0 @@
-E0A4A91175472D5A
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/AndroidManifest.xml
deleted file mode 100644
index 29e8d05..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index bd8164d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
-minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/R.txt
deleted file mode 100644
index 34ffe84..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/R.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-int attr activityAction 0x0
-int attr activityName 0x0
-int attr alwaysExpand 0x0
-int attr clearTop 0x0
-int attr finishPrimaryWithSecondary 0x0
-int attr finishSecondaryWithPrimary 0x0
-int attr placeholderActivityName 0x0
-int attr primaryActivityName 0x0
-int attr secondaryActivityAction 0x0
-int attr secondaryActivityName 0x0
-int attr splitLayoutDirection 0x0
-int attr splitMinSmallestWidth 0x0
-int attr splitMinWidth 0x0
-int attr splitRatio 0x0
-int id androidx_window_activity_scope 0x0
-int id locale 0x0
-int id ltr 0x0
-int id rtl 0x0
-int[] styleable ActivityFilter { 0x0, 0x0 }
-int styleable ActivityFilter_activityAction 0
-int styleable ActivityFilter_activityName 1
-int[] styleable ActivityRule { 0x0 }
-int styleable ActivityRule_alwaysExpand 0
-int[] styleable SplitPairFilter { 0x0, 0x0, 0x0 }
-int styleable SplitPairFilter_primaryActivityName 0
-int styleable SplitPairFilter_secondaryActivityAction 1
-int styleable SplitPairFilter_secondaryActivityName 2
-int[] styleable SplitPairRule { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable SplitPairRule_clearTop 0
-int styleable SplitPairRule_finishPrimaryWithSecondary 1
-int styleable SplitPairRule_finishSecondaryWithPrimary 2
-int styleable SplitPairRule_splitLayoutDirection 3
-int styleable SplitPairRule_splitMinSmallestWidth 4
-int styleable SplitPairRule_splitMinWidth 5
-int styleable SplitPairRule_splitRatio 6
-int[] styleable SplitPlaceholderRule { 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable SplitPlaceholderRule_placeholderActivityName 0
-int styleable SplitPlaceholderRule_splitLayoutDirection 1
-int styleable SplitPlaceholderRule_splitMinSmallestWidth 2
-int styleable SplitPlaceholderRule_splitMinWidth 3
-int styleable SplitPlaceholderRule_splitRatio 4
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/classes.jar
deleted file mode 100644
index 785c632..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/proguard.txt
deleted file mode 100644
index 6e59017..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/proguard.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright (C) 2020 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# A rule that will keep classes that implement SidecarInterface$SidecarCallback if Sidecar seems
-# be used. See b/157286362 and b/165268619 for details.
-# TODO(b/208543178) investigate how to pass header jar to R8 so we don't need this rule
--if class androidx.window.layout.SidecarCompat {
- public setExtensionCallback(androidx.window.layout.ExtensionInterfaceCompat$ExtensionCallbackInterface);
-}
--keep class androidx.window.layout.SidecarCompat$TranslatingCallback,
- androidx.window.layout.SidecarCompat$DistinctSidecarElementCallback {
- public onDeviceStateChanged(androidx.window.sidecar.SidecarDeviceState);
- public onWindowLayoutChanged(android.os.IBinder, androidx.window.sidecar.SidecarWindowLayoutInfo);
-}
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/res.zip
deleted file mode 100644
index 0cbbcd5..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/res/values/values.xml
deleted file mode 100644
index fa73bee..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/res/values/values.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128.stamp
deleted file mode 100644
index 8867e6b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128.stamp
+++ /dev/null
@@ -1 +0,0 @@
-4A4C94BB3EA4EB86
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/AndroidManifest.xml
deleted file mode 100644
index 3dc6734..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/R.txt
deleted file mode 100644
index 0ca4c3d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/R.txt
+++ /dev/null
@@ -1,174 +0,0 @@
-int attr alpha 0x0
-int attr font 0x0
-int attr fontProviderAuthority 0x0
-int attr fontProviderCerts 0x0
-int attr fontProviderFetchStrategy 0x0
-int attr fontProviderFetchTimeout 0x0
-int attr fontProviderPackage 0x0
-int attr fontProviderQuery 0x0
-int attr fontStyle 0x0
-int attr fontVariationSettings 0x0
-int attr fontWeight 0x0
-int attr swipeRefreshLayoutProgressSpinnerBackgroundColor 0x0
-int attr ttcIndex 0x0
-int color notification_action_color_filter 0x0
-int color notification_icon_bg_color 0x0
-int color ripple_material_light 0x0
-int color secondary_text_default_material_light 0x0
-int dimen compat_button_inset_horizontal_material 0x0
-int dimen compat_button_inset_vertical_material 0x0
-int dimen compat_button_padding_horizontal_material 0x0
-int dimen compat_button_padding_vertical_material 0x0
-int dimen compat_control_corner_material 0x0
-int dimen compat_notification_large_icon_max_height 0x0
-int dimen compat_notification_large_icon_max_width 0x0
-int dimen notification_action_icon_size 0x0
-int dimen notification_action_text_size 0x0
-int dimen notification_big_circle_margin 0x0
-int dimen notification_content_margin_start 0x0
-int dimen notification_large_icon_height 0x0
-int dimen notification_large_icon_width 0x0
-int dimen notification_main_column_padding_top 0x0
-int dimen notification_media_narrow_margin 0x0
-int dimen notification_right_icon_size 0x0
-int dimen notification_right_side_padding_top 0x0
-int dimen notification_small_icon_background_padding 0x0
-int dimen notification_small_icon_size_as_large 0x0
-int dimen notification_subtext_size 0x0
-int dimen notification_top_pad 0x0
-int dimen notification_top_pad_large_text 0x0
-int drawable notification_action_background 0x0
-int drawable notification_bg 0x0
-int drawable notification_bg_low 0x0
-int drawable notification_bg_low_normal 0x0
-int drawable notification_bg_low_pressed 0x0
-int drawable notification_bg_normal 0x0
-int drawable notification_bg_normal_pressed 0x0
-int drawable notification_icon_background 0x0
-int drawable notification_template_icon_bg 0x0
-int drawable notification_template_icon_low_bg 0x0
-int drawable notification_tile_bg 0x0
-int drawable notify_panel_notification_icon_bg 0x0
-int id accessibility_action_clickable_span 0x0
-int id accessibility_custom_action_0 0x0
-int id accessibility_custom_action_1 0x0
-int id accessibility_custom_action_10 0x0
-int id accessibility_custom_action_11 0x0
-int id accessibility_custom_action_12 0x0
-int id accessibility_custom_action_13 0x0
-int id accessibility_custom_action_14 0x0
-int id accessibility_custom_action_15 0x0
-int id accessibility_custom_action_16 0x0
-int id accessibility_custom_action_17 0x0
-int id accessibility_custom_action_18 0x0
-int id accessibility_custom_action_19 0x0
-int id accessibility_custom_action_2 0x0
-int id accessibility_custom_action_20 0x0
-int id accessibility_custom_action_21 0x0
-int id accessibility_custom_action_22 0x0
-int id accessibility_custom_action_23 0x0
-int id accessibility_custom_action_24 0x0
-int id accessibility_custom_action_25 0x0
-int id accessibility_custom_action_26 0x0
-int id accessibility_custom_action_27 0x0
-int id accessibility_custom_action_28 0x0
-int id accessibility_custom_action_29 0x0
-int id accessibility_custom_action_3 0x0
-int id accessibility_custom_action_30 0x0
-int id accessibility_custom_action_31 0x0
-int id accessibility_custom_action_4 0x0
-int id accessibility_custom_action_5 0x0
-int id accessibility_custom_action_6 0x0
-int id accessibility_custom_action_7 0x0
-int id accessibility_custom_action_8 0x0
-int id accessibility_custom_action_9 0x0
-int id action_container 0x0
-int id action_divider 0x0
-int id action_image 0x0
-int id action_text 0x0
-int id actions 0x0
-int id async 0x0
-int id blocking 0x0
-int id chronometer 0x0
-int id dialog_button 0x0
-int id forever 0x0
-int id icon 0x0
-int id icon_group 0x0
-int id info 0x0
-int id italic 0x0
-int id line1 0x0
-int id line3 0x0
-int id normal 0x0
-int id notification_background 0x0
-int id notification_main_column 0x0
-int id notification_main_column_container 0x0
-int id right_icon 0x0
-int id right_side 0x0
-int id tag_accessibility_actions 0x0
-int id tag_accessibility_clickable_spans 0x0
-int id tag_accessibility_heading 0x0
-int id tag_accessibility_pane_title 0x0
-int id tag_screen_reader_focusable 0x0
-int id tag_transition_group 0x0
-int id tag_unhandled_key_event_manager 0x0
-int id tag_unhandled_key_listeners 0x0
-int id text 0x0
-int id text2 0x0
-int id time 0x0
-int id title 0x0
-int integer status_bar_notification_info_maxnum 0x0
-int layout custom_dialog 0x0
-int layout notification_action 0x0
-int layout notification_action_tombstone 0x0
-int layout notification_template_custom_big 0x0
-int layout notification_template_icon_group 0x0
-int layout notification_template_part_chronometer 0x0
-int layout notification_template_part_time 0x0
-int string status_bar_notification_info_overflow 0x0
-int style TextAppearance_Compat_Notification 0x0
-int style TextAppearance_Compat_Notification_Info 0x0
-int style TextAppearance_Compat_Notification_Line2 0x0
-int style TextAppearance_Compat_Notification_Time 0x0
-int style TextAppearance_Compat_Notification_Title 0x0
-int style Widget_Compat_NotificationActionContainer 0x0
-int style Widget_Compat_NotificationActionText 0x0
-int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamily_fontProviderAuthority 0
-int styleable FontFamily_fontProviderCerts 1
-int styleable FontFamily_fontProviderFetchStrategy 2
-int styleable FontFamily_fontProviderFetchTimeout 3
-int styleable FontFamily_fontProviderPackage 4
-int styleable FontFamily_fontProviderQuery 5
-int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 4
-int styleable FontFamilyFont_font 5
-int styleable FontFamilyFont_fontStyle 6
-int styleable FontFamilyFont_fontVariationSettings 7
-int styleable FontFamilyFont_fontWeight 8
-int styleable FontFamilyFont_ttcIndex 9
-int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
-int[] styleable SwipeRefreshLayout { 0x0 }
-int styleable SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor 0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/annotations.zip
deleted file mode 100644
index ad21ef1..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/annotations.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/classes.jar
deleted file mode 100644
index 5b521a1..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/res.zip
deleted file mode 100644
index 6273eea..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/res/values/values.xml
deleted file mode 100644
index bd89b3f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/res/values/values.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129.stamp
deleted file mode 100644
index 87b973c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129.stamp
+++ /dev/null
@@ -1 +0,0 @@
-BD10C6C58C65C523
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/AndroidManifest.xml
deleted file mode 100644
index 2feb079..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index bd8164d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
-minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/annotations.zip
deleted file mode 100644
index a782b65..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/annotations.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/classes.jar
deleted file mode 100644
index e5d16bd..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/res.zip
deleted file mode 100644
index 03bfc61..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/res/values/values.xml
deleted file mode 100644
index 55344e5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/res/values/values.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130.stamp
deleted file mode 100644
index 4c3a057..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130.stamp
+++ /dev/null
@@ -1 +0,0 @@
-A29B491D54359F61
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/AndroidManifest.xml
deleted file mode 100644
index f6f6496..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index d8560bd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/classes.jar
deleted file mode 100644
index 8b15896..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131.stamp
deleted file mode 100644
index ab241f0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131.stamp
+++ /dev/null
@@ -1 +0,0 @@
-0B05842E6D8B44EA
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/AndroidManifest.xml
deleted file mode 100644
index ff9abed..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index d8560bd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/R.txt
deleted file mode 100644
index fc9af07..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/R.txt
+++ /dev/null
@@ -1 +0,0 @@
-int id view_tree_saved_state_registry_owner 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/classes.jar
deleted file mode 100644
index cb57dff..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132.stamp
deleted file mode 100644
index 4f18503..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132.stamp
+++ /dev/null
@@ -1 +0,0 @@
-79D5B8808FDA9A41
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/AndroidManifest.xml
deleted file mode 100644
index 83fe1ee..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/classes.jar
deleted file mode 100644
index 1eedfc4..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/res.zip
deleted file mode 100644
index 03bfc61..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/res/values/values.xml
deleted file mode 100644
index 55344e5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/res/values/values.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133.stamp
deleted file mode 100644
index dbacc88..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133.stamp
+++ /dev/null
@@ -1 +0,0 @@
-E893584A5BEE3968
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/AndroidManifest.xml
deleted file mode 100644
index e303a2b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/classes.jar
deleted file mode 100644
index 0b4e7dc..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/res.zip
deleted file mode 100644
index 03bfc61..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/res/values/values.xml
deleted file mode 100644
index 55344e5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/res/values/values.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134.stamp
deleted file mode 100644
index f617afd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134.stamp
+++ /dev/null
@@ -1 +0,0 @@
-598ED328F3EA0543
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/AndroidManifest.xml
deleted file mode 100644
index 2705ec7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index bd8164d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
-minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/R.txt
deleted file mode 100644
index 827be15..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/R.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-int attr action 0x0
-int attr argType 0x0
-int attr destination 0x0
-int attr enterAnim 0x0
-int attr exitAnim 0x0
-int attr launchSingleTop 0x0
-int attr mimeType 0x0
-int attr nullable 0x0
-int attr popEnterAnim 0x0
-int attr popExitAnim 0x0
-int attr popUpTo 0x0
-int attr popUpToInclusive 0x0
-int attr popUpToSaveState 0x0
-int attr restoreState 0x0
-int attr route 0x0
-int attr startDestination 0x0
-int attr uri 0x0
-int[] styleable NavAction { 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable NavAction_android_id 0
-int styleable NavAction_destination 1
-int styleable NavAction_enterAnim 2
-int styleable NavAction_exitAnim 3
-int styleable NavAction_launchSingleTop 4
-int styleable NavAction_popEnterAnim 5
-int styleable NavAction_popExitAnim 6
-int styleable NavAction_popUpTo 7
-int styleable NavAction_popUpToInclusive 8
-int styleable NavAction_popUpToSaveState 9
-int styleable NavAction_restoreState 10
-int[] styleable NavArgument { 0x10101ed, 0x1010003, 0x0, 0x0 }
-int styleable NavArgument_android_defaultValue 0
-int styleable NavArgument_android_name 1
-int styleable NavArgument_argType 2
-int styleable NavArgument_nullable 3
-int[] styleable NavDeepLink { 0x0, 0x10104ee, 0x0, 0x0 }
-int styleable NavDeepLink_action 0
-int styleable NavDeepLink_android_autoVerify 1
-int styleable NavDeepLink_mimeType 2
-int styleable NavDeepLink_uri 3
-int[] styleable NavGraphNavigator { 0x0 }
-int styleable NavGraphNavigator_startDestination 0
-int[] styleable Navigator { 0x10100d0, 0x1010001, 0x0 }
-int styleable Navigator_android_id 0
-int styleable Navigator_android_label 1
-int styleable Navigator_route 2
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/baseline-prof.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/baseline-prof.txt
deleted file mode 100644
index 8a37b60..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/baseline-prof.txt
+++ /dev/null
@@ -1,181 +0,0 @@
-# Baseline Profiles for navigation-common
-
-HSPLandroidx/navigation/NavAction;->(ILandroidx/navigation/NavOptions;Landroid/os/Bundle;)V
-HSPLandroidx/navigation/NavAction;->(ILandroidx/navigation/NavOptions;Landroid/os/Bundle;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/NavAction;->getDefaultArguments()Landroid/os/Bundle;
-HSPLandroidx/navigation/NavAction;->getDestinationId()I
-HSPLandroidx/navigation/NavAction;->getNavOptions()Landroidx/navigation/NavOptions;
-HSPLandroidx/navigation/NavAction;->setNavOptions(Landroidx/navigation/NavOptions;)V
-HSPLandroidx/navigation/NavArgument$Builder;->()V
-HSPLandroidx/navigation/NavArgument$Builder;->build()Landroidx/navigation/NavArgument;
-HSPLandroidx/navigation/NavArgument$Builder;->setIsNullable(Z)Landroidx/navigation/NavArgument$Builder;
-HSPLandroidx/navigation/NavArgument$Builder;->setType(Landroidx/navigation/NavType;)Landroidx/navigation/NavArgument$Builder;
-HSPLandroidx/navigation/NavArgument;->(Landroidx/navigation/NavType;ZLjava/lang/Object;Z)V
-HSPLandroidx/navigation/NavArgument;->equals(Ljava/lang/Object;)Z
-HSPLandroidx/navigation/NavArgument;->hashCode()I
-HSPLandroidx/navigation/NavBackStackEntry$Companion;->()V
-HSPLandroidx/navigation/NavBackStackEntry$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/NavBackStackEntry$Companion;->create$default(Landroidx/navigation/NavBackStackEntry$Companion;Landroid/content/Context;Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/lifecycle/LifecycleOwner;Landroidx/navigation/NavViewModelStoreProvider;Ljava/lang/String;Landroid/os/Bundle;ILjava/lang/Object;)Landroidx/navigation/NavBackStackEntry;
-HSPLandroidx/navigation/NavBackStackEntry$Companion;->create(Landroid/content/Context;Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/lifecycle/LifecycleOwner;Landroidx/navigation/NavViewModelStoreProvider;Ljava/lang/String;Landroid/os/Bundle;)Landroidx/navigation/NavBackStackEntry;
-HSPLandroidx/navigation/NavBackStackEntry$defaultFactory$2;->(Landroidx/navigation/NavBackStackEntry;)V
-HSPLandroidx/navigation/NavBackStackEntry$savedStateHandle$2;->(Landroidx/navigation/NavBackStackEntry;)V
-HSPLandroidx/navigation/NavBackStackEntry;->()V
-HSPLandroidx/navigation/NavBackStackEntry;->(Landroid/content/Context;Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/lifecycle/LifecycleOwner;Landroidx/navigation/NavViewModelStoreProvider;Ljava/lang/String;Landroid/os/Bundle;)V
-HSPLandroidx/navigation/NavBackStackEntry;->(Landroid/content/Context;Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/lifecycle/LifecycleOwner;Landroidx/navigation/NavViewModelStoreProvider;Ljava/lang/String;Landroid/os/Bundle;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/NavBackStackEntry;->getArguments()Landroid/os/Bundle;
-HSPLandroidx/navigation/NavBackStackEntry;->getDestination()Landroidx/navigation/NavDestination;
-HSPLandroidx/navigation/NavBackStackEntry;->getLifecycle()Landroidx/lifecycle/Lifecycle;
-HSPLandroidx/navigation/NavBackStackEntry;->getMaxLifecycle()Landroidx/lifecycle/Lifecycle$State;
-HSPLandroidx/navigation/NavBackStackEntry;->getSavedStateRegistry()Landroidx/savedstate/SavedStateRegistry;
-HSPLandroidx/navigation/NavBackStackEntry;->handleLifecycleEvent(Landroidx/lifecycle/Lifecycle$Event;)V
-HSPLandroidx/navigation/NavBackStackEntry;->hashCode()I
-HSPLandroidx/navigation/NavBackStackEntry;->setMaxLifecycle(Landroidx/lifecycle/Lifecycle$State;)V
-HSPLandroidx/navigation/NavBackStackEntry;->updateState()V
-HSPLandroidx/navigation/NavDeepLinkRequest;->(Landroid/content/Intent;)V
-HSPLandroidx/navigation/NavDeepLinkRequest;->(Landroid/net/Uri;Ljava/lang/String;Ljava/lang/String;)V
-HSPLandroidx/navigation/NavDestination$Companion;->()V
-HSPLandroidx/navigation/NavDestination$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/NavDestination$Companion;->getDisplayName(Landroid/content/Context;I)Ljava/lang/String;
-HSPLandroidx/navigation/NavDestination;->()V
-HSPLandroidx/navigation/NavDestination;->(Landroidx/navigation/Navigator;)V
-HSPLandroidx/navigation/NavDestination;->(Ljava/lang/String;)V
-HSPLandroidx/navigation/NavDestination;->addArgument(Ljava/lang/String;Landroidx/navigation/NavArgument;)V
-HSPLandroidx/navigation/NavDestination;->addInDefaultArgs(Landroid/os/Bundle;)Landroid/os/Bundle;
-HSPLandroidx/navigation/NavDestination;->equals(Ljava/lang/Object;)Z
-HSPLandroidx/navigation/NavDestination;->getArguments()Ljava/util/Map;
-HSPLandroidx/navigation/NavDestination;->getId()I
-HSPLandroidx/navigation/NavDestination;->getNavigatorName()Ljava/lang/String;
-HSPLandroidx/navigation/NavDestination;->getParent()Landroidx/navigation/NavGraph;
-HSPLandroidx/navigation/NavDestination;->getRoute()Ljava/lang/String;
-HSPLandroidx/navigation/NavDestination;->hashCode()I
-HSPLandroidx/navigation/NavDestination;->matchDeepLink(Landroidx/navigation/NavDeepLinkRequest;)Landroidx/navigation/NavDestination$DeepLinkMatch;
-HSPLandroidx/navigation/NavDestination;->onInflate(Landroid/content/Context;Landroid/util/AttributeSet;)V
-HSPLandroidx/navigation/NavDestination;->putAction(ILandroidx/navigation/NavAction;)V
-HSPLandroidx/navigation/NavDestination;->setId(I)V
-HSPLandroidx/navigation/NavDestination;->setLabel(Ljava/lang/CharSequence;)V
-HSPLandroidx/navigation/NavDestination;->setParent(Landroidx/navigation/NavGraph;)V
-HSPLandroidx/navigation/NavDestination;->setRoute(Ljava/lang/String;)V
-HSPLandroidx/navigation/NavDestination;->supportsActions()Z
-HSPLandroidx/navigation/NavGraph$Companion;->()V
-HSPLandroidx/navigation/NavGraph$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/NavGraph$iterator$1;->(Landroidx/navigation/NavGraph;)V
-HSPLandroidx/navigation/NavGraph$iterator$1;->hasNext()Z
-HSPLandroidx/navigation/NavGraph$iterator$1;->next()Landroidx/navigation/NavDestination;
-HSPLandroidx/navigation/NavGraph$iterator$1;->next()Ljava/lang/Object;
-HSPLandroidx/navigation/NavGraph;->()V
-HSPLandroidx/navigation/NavGraph;->(Landroidx/navigation/Navigator;)V
-HSPLandroidx/navigation/NavGraph;->addDestination(Landroidx/navigation/NavDestination;)V
-HSPLandroidx/navigation/NavGraph;->equals(Ljava/lang/Object;)Z
-HSPLandroidx/navigation/NavGraph;->findNode(IZ)Landroidx/navigation/NavDestination;
-HSPLandroidx/navigation/NavGraph;->getNodes()Landroidx/collection/SparseArrayCompat;
-HSPLandroidx/navigation/NavGraph;->getStartDestinationId()I
-HSPLandroidx/navigation/NavGraph;->getStartDestinationRoute()Ljava/lang/String;
-HSPLandroidx/navigation/NavGraph;->hashCode()I
-HSPLandroidx/navigation/NavGraph;->iterator()Ljava/util/Iterator;
-HSPLandroidx/navigation/NavGraph;->matchDeepLink(Landroidx/navigation/NavDeepLinkRequest;)Landroidx/navigation/NavDestination$DeepLinkMatch;
-HSPLandroidx/navigation/NavGraph;->onInflate(Landroid/content/Context;Landroid/util/AttributeSet;)V
-HSPLandroidx/navigation/NavGraph;->setStartDestinationId(I)V
-HSPLandroidx/navigation/NavGraphNavigator;->(Landroidx/navigation/NavigatorProvider;)V
-HSPLandroidx/navigation/NavGraphNavigator;->createDestination()Landroidx/navigation/NavDestination;
-HSPLandroidx/navigation/NavGraphNavigator;->createDestination()Landroidx/navigation/NavGraph;
-HSPLandroidx/navigation/NavGraphNavigator;->navigate(Landroidx/navigation/NavBackStackEntry;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;)V
-HSPLandroidx/navigation/NavGraphNavigator;->navigate(Ljava/util/List;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;)V
-HSPLandroidx/navigation/NavOptions$Builder;->()V
-HSPLandroidx/navigation/NavOptions$Builder;->build()Landroidx/navigation/NavOptions;
-HSPLandroidx/navigation/NavOptions$Builder;->setEnterAnim(I)Landroidx/navigation/NavOptions$Builder;
-HSPLandroidx/navigation/NavOptions$Builder;->setExitAnim(I)Landroidx/navigation/NavOptions$Builder;
-HSPLandroidx/navigation/NavOptions$Builder;->setLaunchSingleTop(Z)Landroidx/navigation/NavOptions$Builder;
-HSPLandroidx/navigation/NavOptions$Builder;->setPopEnterAnim(I)Landroidx/navigation/NavOptions$Builder;
-HSPLandroidx/navigation/NavOptions$Builder;->setPopExitAnim(I)Landroidx/navigation/NavOptions$Builder;
-HSPLandroidx/navigation/NavOptions$Builder;->setPopUpTo(IZZ)Landroidx/navigation/NavOptions$Builder;
-HSPLandroidx/navigation/NavOptions$Builder;->setRestoreState(Z)Landroidx/navigation/NavOptions$Builder;
-HSPLandroidx/navigation/NavOptions;->(ZZIZZIIII)V
-HSPLandroidx/navigation/NavOptions;->hashCode()I
-HSPLandroidx/navigation/NavOptions;->isPopUpToInclusive()Z
-HSPLandroidx/navigation/NavOptions;->shouldLaunchSingleTop()Z
-HSPLandroidx/navigation/NavOptions;->shouldPopUpToSaveState()Z
-HSPLandroidx/navigation/NavOptions;->shouldRestoreState()Z
-HSPLandroidx/navigation/NavType$Companion$BoolArrayType$1;->()V
-HSPLandroidx/navigation/NavType$Companion$BoolArrayType$1;->getName()Ljava/lang/String;
-HSPLandroidx/navigation/NavType$Companion$BoolType$1;->()V
-HSPLandroidx/navigation/NavType$Companion$BoolType$1;->getName()Ljava/lang/String;
-HSPLandroidx/navigation/NavType$Companion$FloatArrayType$1;->()V
-HSPLandroidx/navigation/NavType$Companion$FloatType$1;->()V
-HSPLandroidx/navigation/NavType$Companion$IntArrayType$1;->()V
-HSPLandroidx/navigation/NavType$Companion$IntArrayType$1;->getName()Ljava/lang/String;
-HSPLandroidx/navigation/NavType$Companion$IntType$1;->()V
-HSPLandroidx/navigation/NavType$Companion$IntType$1;->getName()Ljava/lang/String;
-HSPLandroidx/navigation/NavType$Companion$LongArrayType$1;->()V
-HSPLandroidx/navigation/NavType$Companion$LongArrayType$1;->getName()Ljava/lang/String;
-HSPLandroidx/navigation/NavType$Companion$LongType$1;->()V
-HSPLandroidx/navigation/NavType$Companion$LongType$1;->getName()Ljava/lang/String;
-HSPLandroidx/navigation/NavType$Companion$ReferenceType$1;->()V
-HSPLandroidx/navigation/NavType$Companion$StringArrayType$1;->()V
-HSPLandroidx/navigation/NavType$Companion$StringType$1;->()V
-HSPLandroidx/navigation/NavType$Companion$StringType$1;->getName()Ljava/lang/String;
-HSPLandroidx/navigation/NavType$Companion;->()V
-HSPLandroidx/navigation/NavType$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/NavType$Companion;->fromArgType(Ljava/lang/String;Ljava/lang/String;)Landroidx/navigation/NavType;
-HSPLandroidx/navigation/NavType;->()V
-HSPLandroidx/navigation/NavType;->(Z)V
-HSPLandroidx/navigation/NavType;->isNullableAllowed()Z
-HSPLandroidx/navigation/Navigator;->()V
-HSPLandroidx/navigation/Navigator;->getState()Landroidx/navigation/NavigatorState;
-HSPLandroidx/navigation/Navigator;->isAttached()Z
-HSPLandroidx/navigation/Navigator;->onAttach(Landroidx/navigation/NavigatorState;)V
-HSPLandroidx/navigation/NavigatorProvider$Companion;->()V
-HSPLandroidx/navigation/NavigatorProvider$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/NavigatorProvider$Companion;->getNameForNavigator$navigation_common_release(Ljava/lang/Class;)Ljava/lang/String;
-HSPLandroidx/navigation/NavigatorProvider$Companion;->validateName$navigation_common_release(Ljava/lang/String;)Z
-HSPLandroidx/navigation/NavigatorProvider;->()V
-HSPLandroidx/navigation/NavigatorProvider;->()V
-HSPLandroidx/navigation/NavigatorProvider;->access$getAnnotationNames$cp()Ljava/util/Map;
-HSPLandroidx/navigation/NavigatorProvider;->addNavigator(Landroidx/navigation/Navigator;)Landroidx/navigation/Navigator;
-HSPLandroidx/navigation/NavigatorProvider;->addNavigator(Ljava/lang/String;Landroidx/navigation/Navigator;)Landroidx/navigation/Navigator;
-HSPLandroidx/navigation/NavigatorProvider;->getNavigator(Ljava/lang/String;)Landroidx/navigation/Navigator;
-HSPLandroidx/navigation/NavigatorProvider;->getNavigators()Ljava/util/Map;
-HSPLandroidx/navigation/NavigatorState;->()V
-HSPLandroidx/navigation/NavigatorState;->getBackStack()Lkotlinx/coroutines/flow/StateFlow;
-HSPLandroidx/navigation/NavigatorState;->getTransitionsInProgress()Lkotlinx/coroutines/flow/StateFlow;
-HSPLandroidx/navigation/NavigatorState;->push(Landroidx/navigation/NavBackStackEntry;)V
-HSPLandroidx/navigation/NavigatorState;->setNavigating(Z)V
-Landroidx/navigation/FloatingWindow;
-Landroidx/navigation/NavAction;
-Landroidx/navigation/NavArgument$Builder;
-Landroidx/navigation/NavArgument;
-Landroidx/navigation/NavBackStackEntry$Companion;
-Landroidx/navigation/NavBackStackEntry$defaultFactory$2;
-Landroidx/navigation/NavBackStackEntry$savedStateHandle$2;
-Landroidx/navigation/NavBackStackEntry;
-Landroidx/navigation/NavDeepLinkRequest;
-Landroidx/navigation/NavDestination$Companion;
-Landroidx/navigation/NavDestination$DeepLinkMatch;
-Landroidx/navigation/NavDestination;
-Landroidx/navigation/NavGraph$Companion;
-Landroidx/navigation/NavGraph$iterator$1;
-Landroidx/navigation/NavGraph;
-Landroidx/navigation/NavGraphNavigator;
-Landroidx/navigation/NavOptions$Builder;
-Landroidx/navigation/NavOptions;
-Landroidx/navigation/NavType$Companion$BoolArrayType$1;
-Landroidx/navigation/NavType$Companion$BoolType$1;
-Landroidx/navigation/NavType$Companion$FloatArrayType$1;
-Landroidx/navigation/NavType$Companion$FloatType$1;
-Landroidx/navigation/NavType$Companion$IntArrayType$1;
-Landroidx/navigation/NavType$Companion$IntType$1;
-Landroidx/navigation/NavType$Companion$LongArrayType$1;
-Landroidx/navigation/NavType$Companion$LongType$1;
-Landroidx/navigation/NavType$Companion$ReferenceType$1;
-Landroidx/navigation/NavType$Companion$StringArrayType$1;
-Landroidx/navigation/NavType$Companion$StringType$1;
-Landroidx/navigation/NavType$Companion;
-Landroidx/navigation/NavType;
-Landroidx/navigation/NavViewModelStoreProvider;
-Landroidx/navigation/Navigator$Extras;
-Landroidx/navigation/Navigator$Name;
-Landroidx/navigation/Navigator;
-Landroidx/navigation/NavigatorProvider$Companion;
-Landroidx/navigation/NavigatorProvider;
-Landroidx/navigation/NavigatorState;
-HSPLandroidx/navigation/common/R$styleable;->()V
-Landroidx/navigation/common/R$styleable;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/classes.jar
deleted file mode 100644
index e688067..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/proguard.txt
deleted file mode 100644
index cb2c1b8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/proguard.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright (C) 2019 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# NavArgsLazy creates NavArgs instances using reflection
--if public class ** implements androidx.navigation.NavArgs
--keepclassmembers public class <1> {
- ** fromBundle(android.os.Bundle);
-}
-
-# Retain the @Navigator.Name annotation on each subclass of Navigator.
-# R8 full mode only retains annotations on items matched by a -keep rule,
-# hence the extra -keep rule for the subclasses of Navigator.
-#
-# A -keep rule for the Navigator.Name annotation class is not required
-# since the annotation is referenced from the code.
--keepattributes RuntimeVisibleAnnotations
--keep,allowobfuscation,allowshrinking class * extends androidx.navigation.Navigator
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/res.zip
deleted file mode 100644
index 12eb16b..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/res/values/values.xml
deleted file mode 100644
index 88d401b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/res/values/values.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135.stamp
deleted file mode 100644
index c0b6099..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135.stamp
+++ /dev/null
@@ -1 +0,0 @@
-35138334E8B6651A
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/AndroidManifest.xml
deleted file mode 100644
index 79f5dfb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/classes.jar
deleted file mode 100644
index 98ecee5..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/res.zip
deleted file mode 100644
index 03bfc61..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/res/values/values.xml
deleted file mode 100644
index 55344e5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/res/values/values.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136.stamp
deleted file mode 100644
index a2bfa34..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136.stamp
+++ /dev/null
@@ -1 +0,0 @@
-67CE360CD1398040
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/AndroidManifest.xml
deleted file mode 100644
index cf68587..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index bd8164d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
-minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/R.txt
deleted file mode 100644
index 51f3561..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/R.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-int attr action 0x0
-int attr data 0x0
-int attr dataPattern 0x0
-int attr graph 0x0
-int attr navGraph 0x0
-int attr targetPackage 0x0
-int id nav_controller_view_tag 0x0
-int[] styleable ActivityNavigator { 0x0, 0x1010003, 0x0, 0x0, 0x0 }
-int styleable ActivityNavigator_action 0
-int styleable ActivityNavigator_android_name 1
-int styleable ActivityNavigator_data 2
-int styleable ActivityNavigator_dataPattern 3
-int styleable ActivityNavigator_targetPackage 4
-int[] styleable NavHost { 0x0 }
-int styleable NavHost_navGraph 0
-int[] styleable NavInclude { 0x0 }
-int styleable NavInclude_graph 0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/baseline-prof.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/baseline-prof.txt
deleted file mode 100644
index c719d9a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/baseline-prof.txt
+++ /dev/null
@@ -1,106 +0,0 @@
-# Baseline Profiles for navigation-runtime
-
-HSPLandroidx/navigation/ActivityNavigator$Companion;->()V
-HSPLandroidx/navigation/ActivityNavigator$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/ActivityNavigator$hostActivity$1;->()V
-HSPLandroidx/navigation/ActivityNavigator$hostActivity$1;->()V
-HSPLandroidx/navigation/ActivityNavigator;->()V
-HSPLandroidx/navigation/ActivityNavigator;->(Landroid/content/Context;)V
-HSPLandroidx/navigation/NavController$Companion;->()V
-HSPLandroidx/navigation/NavController$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/NavController$NavControllerNavigatorState;->(Landroidx/navigation/NavController;Landroidx/navigation/Navigator;)V
-HSPLandroidx/navigation/NavController$NavControllerNavigatorState;->addInternal(Landroidx/navigation/NavBackStackEntry;)V
-HSPLandroidx/navigation/NavController$NavControllerNavigatorState;->createBackStackEntry(Landroidx/navigation/NavDestination;Landroid/os/Bundle;)Landroidx/navigation/NavBackStackEntry;
-HSPLandroidx/navigation/NavController$NavControllerNavigatorState;->push(Landroidx/navigation/NavBackStackEntry;)V
-HSPLandroidx/navigation/NavController$activity$1;->()V
-HSPLandroidx/navigation/NavController$activity$1;->()V
-HSPLandroidx/navigation/NavController$lifecycleObserver$1;->(Landroidx/navigation/NavController;)V
-HSPLandroidx/navigation/NavController$lifecycleObserver$1;->onStateChanged(Landroidx/lifecycle/LifecycleOwner;Landroidx/lifecycle/Lifecycle$Event;)V
-HSPLandroidx/navigation/NavController$navInflater$2;->(Landroidx/navigation/NavController;)V
-HSPLandroidx/navigation/NavController$navInflater$2;->invoke()Landroidx/navigation/NavInflater;
-HSPLandroidx/navigation/NavController$navInflater$2;->invoke()Ljava/lang/Object;
-HSPLandroidx/navigation/NavController$navigate$4;->(Lkotlin/jvm/internal/Ref$BooleanRef;Landroidx/navigation/NavController;Landroidx/navigation/NavDestination;Landroid/os/Bundle;)V
-HSPLandroidx/navigation/NavController$navigate$4;->invoke(Landroidx/navigation/NavBackStackEntry;)V
-HSPLandroidx/navigation/NavController$navigate$4;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
-HSPLandroidx/navigation/NavController$onBackPressedCallback$1;->(Landroidx/navigation/NavController;)V
-HSPLandroidx/navigation/NavController;->()V
-HSPLandroidx/navigation/NavController;->(Landroid/content/Context;)V
-HSPLandroidx/navigation/NavController;->access$getAddToBackStackHandler$p(Landroidx/navigation/NavController;)Lkotlin/jvm/functions/Function1;
-HSPLandroidx/navigation/NavController;->access$getInflater$p(Landroidx/navigation/NavController;)Landroidx/navigation/NavInflater;
-HSPLandroidx/navigation/NavController;->access$getLifecycleOwner$p(Landroidx/navigation/NavController;)Landroidx/lifecycle/LifecycleOwner;
-HSPLandroidx/navigation/NavController;->access$getViewModel$p(Landroidx/navigation/NavController;)Landroidx/navigation/NavControllerViewModel;
-HSPLandroidx/navigation/NavController;->access$get_graph$p(Landroidx/navigation/NavController;)Landroidx/navigation/NavGraph;
-HSPLandroidx/navigation/NavController;->access$get_navigatorProvider$p(Landroidx/navigation/NavController;)Landroidx/navigation/NavigatorProvider;
-HSPLandroidx/navigation/NavController;->addEntryToBackStack$default(Landroidx/navigation/NavController;Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/navigation/NavBackStackEntry;Ljava/util/List;ILjava/lang/Object;)V
-HSPLandroidx/navigation/NavController;->addEntryToBackStack(Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/navigation/NavBackStackEntry;Ljava/util/List;)V
-HSPLandroidx/navigation/NavController;->dispatchOnDestinationChanged()Z
-HSPLandroidx/navigation/NavController;->enableOnBackPressed(Z)V
-HSPLandroidx/navigation/NavController;->findDestination(I)Landroidx/navigation/NavDestination;
-HSPLandroidx/navigation/NavController;->getBackQueue()Lkotlin/collections/ArrayDeque;
-HSPLandroidx/navigation/NavController;->getBackStackEntry(I)Landroidx/navigation/NavBackStackEntry;
-HSPLandroidx/navigation/NavController;->getContext()Landroid/content/Context;
-HSPLandroidx/navigation/NavController;->getCurrentBackStackEntry()Landroidx/navigation/NavBackStackEntry;
-HSPLandroidx/navigation/NavController;->getDestinationCountOnBackStack()I
-HSPLandroidx/navigation/NavController;->getNavInflater()Landroidx/navigation/NavInflater;
-HSPLandroidx/navigation/NavController;->getNavigatorProvider()Landroidx/navigation/NavigatorProvider;
-HSPLandroidx/navigation/NavController;->handleDeepLink(Landroid/content/Intent;)Z
-HSPLandroidx/navigation/NavController;->linkChildToParent(Landroidx/navigation/NavBackStackEntry;Landroidx/navigation/NavBackStackEntry;)V
-HSPLandroidx/navigation/NavController;->navigate(Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;)V
-HSPLandroidx/navigation/NavController;->navigateInternal(Landroidx/navigation/Navigator;Ljava/util/List;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;Lkotlin/jvm/functions/Function1;)V
-HSPLandroidx/navigation/NavController;->onGraphCreated(Landroid/os/Bundle;)V
-HSPLandroidx/navigation/NavController;->populateVisibleEntries$navigation_runtime_release()Ljava/util/List;
-HSPLandroidx/navigation/NavController;->setGraph(I)V
-HSPLandroidx/navigation/NavController;->setGraph(Landroidx/navigation/NavGraph;Landroid/os/Bundle;)V
-HSPLandroidx/navigation/NavController;->setLifecycleOwner(Landroidx/lifecycle/LifecycleOwner;)V
-HSPLandroidx/navigation/NavController;->setOnBackPressedDispatcher(Landroidx/activity/OnBackPressedDispatcher;)V
-HSPLandroidx/navigation/NavController;->setViewModelStore(Landroidx/lifecycle/ViewModelStore;)V
-HSPLandroidx/navigation/NavController;->updateBackStackLifecycle$navigation_runtime_release()V
-HSPLandroidx/navigation/NavController;->updateOnBackPressedCallbackEnabled()V
-HSPLandroidx/navigation/NavControllerViewModel$Companion$FACTORY$1;->()V
-HSPLandroidx/navigation/NavControllerViewModel$Companion$FACTORY$1;->create(Ljava/lang/Class;)Landroidx/lifecycle/ViewModel;
-HSPLandroidx/navigation/NavControllerViewModel$Companion;->()V
-HSPLandroidx/navigation/NavControllerViewModel$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/NavControllerViewModel$Companion;->getInstance(Landroidx/lifecycle/ViewModelStore;)Landroidx/navigation/NavControllerViewModel;
-HSPLandroidx/navigation/NavControllerViewModel;->()V
-HSPLandroidx/navigation/NavControllerViewModel;->()V
-HSPLandroidx/navigation/NavControllerViewModel;->access$getFACTORY$cp()Landroidx/lifecycle/ViewModelProvider$Factory;
-HSPLandroidx/navigation/NavHostController;->(Landroid/content/Context;)V
-HSPLandroidx/navigation/NavHostController;->enableOnBackPressed(Z)V
-HSPLandroidx/navigation/NavHostController;->setLifecycleOwner(Landroidx/lifecycle/LifecycleOwner;)V
-HSPLandroidx/navigation/NavHostController;->setOnBackPressedDispatcher(Landroidx/activity/OnBackPressedDispatcher;)V
-HSPLandroidx/navigation/NavHostController;->setViewModelStore(Landroidx/lifecycle/ViewModelStore;)V
-HSPLandroidx/navigation/NavInflater$Companion;->()V
-HSPLandroidx/navigation/NavInflater$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/NavInflater;->()V
-HSPLandroidx/navigation/NavInflater;->(Landroid/content/Context;Landroidx/navigation/NavigatorProvider;)V
-HSPLandroidx/navigation/NavInflater;->inflate(I)Landroidx/navigation/NavGraph;
-HSPLandroidx/navigation/NavInflater;->inflate(Landroid/content/res/Resources;Landroid/content/res/XmlResourceParser;Landroid/util/AttributeSet;I)Landroidx/navigation/NavDestination;
-HSPLandroidx/navigation/NavInflater;->inflateAction(Landroid/content/res/Resources;Landroidx/navigation/NavDestination;Landroid/util/AttributeSet;Landroid/content/res/XmlResourceParser;I)V
-HSPLandroidx/navigation/NavInflater;->inflateArgument(Landroid/content/res/TypedArray;Landroid/content/res/Resources;I)Landroidx/navigation/NavArgument;
-HSPLandroidx/navigation/NavInflater;->inflateArgumentForDestination(Landroid/content/res/Resources;Landroidx/navigation/NavDestination;Landroid/util/AttributeSet;I)V
-HSPLandroidx/navigation/Navigation;->()V
-HSPLandroidx/navigation/Navigation;->()V
-HSPLandroidx/navigation/Navigation;->setViewNavController(Landroid/view/View;Landroidx/navigation/NavController;)V
-Landroidx/navigation/ActivityNavigator$Companion;
-Landroidx/navigation/ActivityNavigator$hostActivity$1;
-Landroidx/navigation/ActivityNavigator;
-Landroidx/navigation/NavController$Companion;
-Landroidx/navigation/NavController$NavControllerNavigatorState;
-Landroidx/navigation/NavController$activity$1;
-Landroidx/navigation/NavController$lifecycleObserver$1;
-Landroidx/navigation/NavController$navInflater$2;
-Landroidx/navigation/NavController$navigate$4;
-Landroidx/navigation/NavController$onBackPressedCallback$1;
-Landroidx/navigation/NavController;
-Landroidx/navigation/NavControllerViewModel$Companion$FACTORY$1;
-Landroidx/navigation/NavControllerViewModel$Companion;
-Landroidx/navigation/NavControllerViewModel;
-Landroidx/navigation/NavHost;
-Landroidx/navigation/NavHostController;
-Landroidx/navigation/NavInflater$Companion;
-Landroidx/navigation/NavInflater;
-Landroidx/navigation/Navigation;
-PLandroidx/navigation/NavControllerViewModel;->onCleared()V
-HSPLandroidx/navigation/R$styleable;->()V
-Landroidx/navigation/R$id;
-Landroidx/navigation/R$styleable;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/classes.jar
deleted file mode 100644
index 58fe279..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/res.zip
deleted file mode 100644
index 51d4df7..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/res/values/values.xml
deleted file mode 100644
index 14b9170..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/res/values/values.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137.stamp
deleted file mode 100644
index 9dc09e1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137.stamp
+++ /dev/null
@@ -1 +0,0 @@
-3609C1E5ED22AAE1
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/AndroidManifest.xml
deleted file mode 100644
index 691cd71..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index bd8164d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
-minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/R.txt
deleted file mode 100644
index 633d02c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/R.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-int anim nav_default_enter_anim 0x0
-int anim nav_default_exit_anim 0x0
-int anim nav_default_pop_enter_anim 0x0
-int anim nav_default_pop_exit_anim 0x0
-int animator nav_default_enter_anim 0x0
-int animator nav_default_exit_anim 0x0
-int animator nav_default_pop_enter_anim 0x0
-int animator nav_default_pop_exit_anim 0x0
-int integer config_navAnimTime 0x0
-int string nav_app_bar_navigate_up_description 0x0
-int string nav_app_bar_open_drawer_description 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/classes.jar
deleted file mode 100644
index 60d9fbe..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/proguard.txt
deleted file mode 100644
index 32ada1d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/proguard.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (C) 2019 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# setProgress is called via an ObjectAnimator in AbstractAppBarOnDestinationChangedListener
--keepclassmembers class androidx.appcompat.graphics.drawable.DrawerArrowDrawable {
- void setProgress(float);
-}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/public.txt
deleted file mode 100644
index 5d55cf8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/public.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-animator nav_default_enter_anim
-anim nav_default_enter_anim
-animator nav_default_exit_anim
-anim nav_default_exit_anim
-animator nav_default_pop_enter_anim
-anim nav_default_pop_enter_anim
-anim nav_default_pop_exit_anim
-animator nav_default_pop_exit_anim
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res.zip
deleted file mode 100644
index 376d816..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_enter_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_enter_anim.xml
deleted file mode 100644
index da98852..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_enter_anim.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_exit_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_exit_anim.xml
deleted file mode 100644
index 083e047..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_exit_anim.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_pop_enter_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_pop_enter_anim.xml
deleted file mode 100644
index da98852..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_pop_enter_anim.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_pop_exit_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_pop_exit_anim.xml
deleted file mode 100644
index 083e047..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_pop_exit_anim.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_enter_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_enter_anim.xml
deleted file mode 100644
index 7f76621..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_enter_anim.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_exit_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_exit_anim.xml
deleted file mode 100644
index f4f84e9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_exit_anim.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_pop_enter_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_pop_enter_anim.xml
deleted file mode 100644
index 7f76621..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_pop_enter_anim.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_pop_exit_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_pop_exit_anim.xml
deleted file mode 100644
index f4f84e9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_pop_exit_anim.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-af/values-af.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-af/values-af.xml
deleted file mode 100644
index d6720a9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-af/values-af.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Gaan op"
- "Maak navigasielaai oop"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-am/values-am.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-am/values-am.xml
deleted file mode 100644
index 39fb8c9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-am/values-am.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "ወደ ላይ ያስሱ"
- "የአሰሳ መሣቢያውን ክፈት"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ar/values-ar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ar/values-ar.xml
deleted file mode 100644
index b912635..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ar/values-ar.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "التنقل إلى أعلى"
- "فتح لائحة التنقل"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-as/values-as.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-as/values-as.xml
deleted file mode 100644
index d689b8c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-as/values-as.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "ওপৰলৈ যাওক"
- "নেভিগেশ্বন ড্ৰৱাৰ খোলক"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-az/values-az.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-az/values-az.xml
deleted file mode 100644
index 6462086..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-az/values-az.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Yuxarı keçin"
- "Naviqasiya panelini açın"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
deleted file mode 100644
index d1c95bd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Idite nagore"
- "Otvorite fioku za navigaciju"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-be/values-be.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-be/values-be.xml
deleted file mode 100644
index fe88e1c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-be/values-be.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Перайсці ўверх"
- "Адкрыць высоўнае меню навігацыі"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bg/values-bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bg/values-bg.xml
deleted file mode 100644
index c8cc064..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bg/values-bg.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Придвижване нагоре"
- "Отваряне на слоя за навигация"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bn/values-bn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bn/values-bn.xml
deleted file mode 100644
index d7c6447..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bn/values-bn.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "উপরে নেভিগেট করুন"
- "নেভিগেশন ড্রয়ার খুলুন"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bs/values-bs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bs/values-bs.xml
deleted file mode 100644
index 4256ba6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bs/values-bs.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Idi gore"
- "Otvaranje ladice za navigaciju"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ca/values-ca.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ca/values-ca.xml
deleted file mode 100644
index 0d17d38..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ca/values-ca.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navega cap amunt"
- "Obre el tauler de navegació"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-cs/values-cs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-cs/values-cs.xml
deleted file mode 100644
index 046024b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-cs/values-cs.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Přejít nahoru"
- "Otevřít vysouvací panel navigace"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-da/values-da.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-da/values-da.xml
deleted file mode 100644
index 6781150..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-da/values-da.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Naviger op"
- "Åbn sidemenuen"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-de/values-de.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-de/values-de.xml
deleted file mode 100644
index edea6dd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-de/values-de.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Nach oben"
- "Navigationsleiste öffnen"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-el/values-el.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-el/values-el.xml
deleted file mode 100644
index 1cd5e9e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-el/values-el.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Πλοήγηση προς τα επάνω"
- "Άνοιγμα συρταριού πλοήγησης"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rAU/values-en-rAU.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rAU/values-en-rAU.xml
deleted file mode 100644
index 5db24ce..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rAU/values-en-rAU.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navigate up"
- "Open navigation drawer"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rGB/values-en-rGB.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rGB/values-en-rGB.xml
deleted file mode 100644
index 5db24ce..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rGB/values-en-rGB.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navigate up"
- "Open navigation drawer"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rIN/values-en-rIN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rIN/values-en-rIN.xml
deleted file mode 100644
index 5db24ce..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rIN/values-en-rIN.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navigate up"
- "Open navigation drawer"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-es-rUS/values-es-rUS.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-es-rUS/values-es-rUS.xml
deleted file mode 100644
index 68fcdd0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-es-rUS/values-es-rUS.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navegar hacia arriba"
- "Abrir panel lateral de navegación"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-es/values-es.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-es/values-es.xml
deleted file mode 100644
index 0beee14..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-es/values-es.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Desplazarse hacia arriba"
- "Abrir panel de navegación"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-et/values-et.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-et/values-et.xml
deleted file mode 100644
index 460ac25..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-et/values-et.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navigeeri üles"
- "Navigeerimissahtli avamine"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-eu/values-eu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-eu/values-eu.xml
deleted file mode 100644
index 31c2a24..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-eu/values-eu.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Joan gora"
- "Ireki nabigazio-panel lerrakorra"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fa/values-fa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fa/values-fa.xml
deleted file mode 100644
index 1c7d50d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fa/values-fa.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "پیمایش به بالا"
- "باز کردن کشوی پیمایش"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fi/values-fi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fi/values-fi.xml
deleted file mode 100644
index a57ee12..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fi/values-fi.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Siirry ylös"
- "Avaa navigoinnin vetopaneeli"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fr-rCA/values-fr-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fr-rCA/values-fr-rCA.xml
deleted file mode 100644
index 9862dd2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fr-rCA/values-fr-rCA.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Revenir en arrière"
- "Ouvrir le panneau de navigation"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fr/values-fr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fr/values-fr.xml
deleted file mode 100644
index b7f7e42..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fr/values-fr.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Remonter"
- "Ouvrir le panneau de navigation"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-gl/values-gl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-gl/values-gl.xml
deleted file mode 100644
index c41f572..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-gl/values-gl.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Desprazarse cara arriba"
- "Abrir o panel de navegación"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-gu/values-gu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-gu/values-gu.xml
deleted file mode 100644
index ea063fe..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-gu/values-gu.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "ઉપર નૅવિગેટ કરો"
- "નૅવિગેશન ડ્રૉઅર ખોલો"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hi/values-hi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hi/values-hi.xml
deleted file mode 100644
index 0f281c7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hi/values-hi.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "वापस जाएं"
- "नेविगेशन पैनल खोलें"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hr/values-hr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hr/values-hr.xml
deleted file mode 100644
index 4256ba6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hr/values-hr.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Idi gore"
- "Otvaranje ladice za navigaciju"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hu/values-hu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hu/values-hu.xml
deleted file mode 100644
index b109b3d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hu/values-hu.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navigálás felfelé"
- "Navigációs fiók kinyitása"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hy/values-hy.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hy/values-hy.xml
deleted file mode 100644
index daa73f3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hy/values-hy.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Անցնել վերև"
- "Բացել նավարկման դարակը"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-in/values-in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-in/values-in.xml
deleted file mode 100644
index 5049238..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-in/values-in.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Kembali ke atas"
- "Buka panel navigasi"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-is/values-is.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-is/values-is.xml
deleted file mode 100644
index d101ac8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-is/values-is.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Fara upp"
- "Opna yfirlitsskúffu"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-it/values-it.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-it/values-it.xml
deleted file mode 100644
index 221e9fc..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-it/values-it.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Torna indietro"
- "Apri riquadro di navigazione"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-iw/values-iw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-iw/values-iw.xml
deleted file mode 100644
index 8260052..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-iw/values-iw.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "ניווט למעלה"
- "פתיחת חלונית ההזזה לניווט"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ja/values-ja.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ja/values-ja.xml
deleted file mode 100644
index 5c0c41b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ja/values-ja.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "上へ移動"
- "ナビゲーション ドロワーを開く"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ka/values-ka.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ka/values-ka.xml
deleted file mode 100644
index 7f7e901..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ka/values-ka.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "ზემოთ გადასვლა"
- "ნავიგაციის უჯრის გახსნა"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-kk/values-kk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-kk/values-kk.xml
deleted file mode 100644
index 6febeec..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-kk/values-kk.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Жоғары қарай жылжу"
- "Навигация тартпасын ашу"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-km/values-km.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-km/values-km.xml
deleted file mode 100644
index 2ca6536..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-km/values-km.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "រំកិលឡើងលើ"
- "បើកថតរុករក"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-kn/values-kn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-kn/values-kn.xml
deleted file mode 100644
index aba51da..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-kn/values-kn.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
- "ನ್ಯಾವಿಗೇಶನ್ ಡ್ರಾವರ್ ಅನ್ನು ತೆರೆಯಿರಿ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ko/values-ko.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ko/values-ko.xml
deleted file mode 100644
index c0be7ab..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ko/values-ko.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "위로 이동"
- "탐색 창 열기"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ky/values-ky.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ky/values-ky.xml
deleted file mode 100644
index 9093a0a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ky/values-ky.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Жогору чабыттоо"
- "Чабыттоо суурмасын ачуу"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lo/values-lo.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lo/values-lo.xml
deleted file mode 100644
index a654b87..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lo/values-lo.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "ເລື່ອນຂຶ້ນເທິງ"
- "ເປີດແຖບການນຳທາງ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lt/values-lt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lt/values-lt.xml
deleted file mode 100644
index db5c98c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lt/values-lt.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Naršyti aukštyn"
- "Atidaryti naršymo juostą"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lv/values-lv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lv/values-lv.xml
deleted file mode 100644
index 5cf69d3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lv/values-lv.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Pārvietoties augšup"
- "Atvērt navigācijas atvilktni"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mk/values-mk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mk/values-mk.xml
deleted file mode 100644
index 1212eea..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mk/values-mk.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Оди нагоре"
- "Отворете ја фиоката за навигација"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ml/values-ml.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ml/values-ml.xml
deleted file mode 100644
index 3fce820..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ml/values-ml.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "മുകളിലേക്ക് നാവിഗേറ്റ് ചെയ്യുക"
- "നാവിഗേഷൻ ഡ്രോയർ തുറക്കുക"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mn/values-mn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mn/values-mn.xml
deleted file mode 100644
index d1b4e29..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mn/values-mn.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Дээш шилжих"
- "Навигацийн шургуулгыг нээх"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mr/values-mr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mr/values-mr.xml
deleted file mode 100644
index 596edc7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mr/values-mr.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "वर नेव्हिगेट करा"
- "नेव्हिगेशन ड्रॉवर उघडा"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ms/values-ms.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ms/values-ms.xml
deleted file mode 100644
index e4d3edd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ms/values-ms.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navigasi ke atas"
- "Buka laci navigasi"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-my/values-my.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-my/values-my.xml
deleted file mode 100644
index 532d570..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-my/values-my.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "အပေါ်သို့ ရွှေ့ရန်"
- "လမ်းကြောင်းပြ အံဆွဲကို ဖွင့်ရန်"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-nb/values-nb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-nb/values-nb.xml
deleted file mode 100644
index 4819db2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-nb/values-nb.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Naviger opp"
- "Åpne uttrekksmenyen"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ne/values-ne.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ne/values-ne.xml
deleted file mode 100644
index cb84a54..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ne/values-ne.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "माथि नेभिगेट गर्नुहोस्"
- "नेभिगेसन ड्रअर खोल्नुहोस्"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-nl/values-nl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-nl/values-nl.xml
deleted file mode 100644
index 50617ff..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-nl/values-nl.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Omhoog navigeren"
- "Zijmenu openen"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-or/values-or.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-or/values-or.xml
deleted file mode 100644
index 5b7da18..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-or/values-or.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "ଉପରକୁ ନାଭିଗେଟ୍ କରନ୍ତୁ"
- "ନାଭିଗେସନ୍ ଡ୍ରୟର୍ ଖୋଲନ୍ତୁ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pa/values-pa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pa/values-pa.xml
deleted file mode 100644
index 50aaaef..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pa/values-pa.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "ਉੱਪਰ ਵੱਲ ਨੈਵੀਗੇਟ ਕਰੋ"
- "ਨੈਵੀਗੇਸ਼ਨ ਡ੍ਰਾਅਰ ਖੋਲ੍ਹੋ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pl/values-pl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pl/values-pl.xml
deleted file mode 100644
index 5907ce0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pl/values-pl.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Przejdź wyżej"
- "Otwórz panel nawigacji"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt-rBR/values-pt-rBR.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt-rBR/values-pt-rBR.xml
deleted file mode 100644
index 42799d9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt-rBR/values-pt-rBR.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navegar para cima"
- "Abrir gaveta de navegação"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt-rPT/values-pt-rPT.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt-rPT/values-pt-rPT.xml
deleted file mode 100644
index 42799d9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt-rPT/values-pt-rPT.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navegar para cima"
- "Abrir gaveta de navegação"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt/values-pt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt/values-pt.xml
deleted file mode 100644
index 42799d9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt/values-pt.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navegar para cima"
- "Abrir gaveta de navegação"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ro/values-ro.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ro/values-ro.xml
deleted file mode 100644
index e0882c3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ro/values-ro.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navigați în sus"
- "Deschideți panoul de navigare"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ru/values-ru.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ru/values-ru.xml
deleted file mode 100644
index 76256cd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ru/values-ru.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Перейти вверх"
- "Открыть панель навигации"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-si/values-si.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-si/values-si.xml
deleted file mode 100644
index 66202b6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-si/values-si.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "ඉහළට සංචලන කරන්න"
- "සංචලන ඇදීම විවෘත කරන්න"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sk/values-sk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sk/values-sk.xml
deleted file mode 100644
index acd62b9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sk/values-sk.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Prejsť hore"
- "Otvoriť navigačný vysúvací panel"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sl/values-sl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sl/values-sl.xml
deleted file mode 100644
index ef88107..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sl/values-sl.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Pomik navzgor"
- "Odpri predal za krmarjenje"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sq/values-sq.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sq/values-sq.xml
deleted file mode 100644
index a7b97a6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sq/values-sq.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Ngjitu lart"
- "Hap sirtarin e navigimit"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sr/values-sr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sr/values-sr.xml
deleted file mode 100644
index e332856..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sr/values-sr.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Идите нагоре"
- "Отворите фиоку за навигацију"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sv/values-sv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sv/values-sv.xml
deleted file mode 100644
index f79ff47..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sv/values-sv.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Navigera uppåt"
- "Öppna navigeringspanelen"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sw/values-sw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sw/values-sw.xml
deleted file mode 100644
index f66e852..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sw/values-sw.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Sogeza juu"
- "Fungua droo ya kusogeza"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ta/values-ta.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ta/values-ta.xml
deleted file mode 100644
index 391f991..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ta/values-ta.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "மேலே செல்லும்"
- "வழிசெலுத்தல் டிராயரைத் திறக்கும்"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-te/values-te.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-te/values-te.xml
deleted file mode 100644
index 1c21fbf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-te/values-te.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "పైకి నావిగేట్ చేయి"
- "నావిగేషన్ డ్రాయర్ను తెరవండి"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-th/values-th.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-th/values-th.xml
deleted file mode 100644
index 4d3e403..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-th/values-th.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "นำทางขึ้น"
- "เปิดลิ้นชักการนำทาง"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-tl/values-tl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-tl/values-tl.xml
deleted file mode 100644
index 53bb3ed..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-tl/values-tl.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Mag-navigate pataas"
- "Buksan ang navigation drawer"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-tr/values-tr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-tr/values-tr.xml
deleted file mode 100644
index 8089696..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-tr/values-tr.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Yukarı git"
- "Gezinme çekmecesini aç"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-uk/values-uk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-uk/values-uk.xml
deleted file mode 100644
index 10c716e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-uk/values-uk.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Перейти вгору"
- "Відкрити панель навігації"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ur/values-ur.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ur/values-ur.xml
deleted file mode 100644
index 63cc09d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ur/values-ur.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "اوپر نیویگیٹ کریں"
- "نیویگیشن دراز کھولیں"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-uz/values-uz.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-uz/values-uz.xml
deleted file mode 100644
index 1cdd79a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-uz/values-uz.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Tepaga"
- "Navigatsiya panelini ochish"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-vi/values-vi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-vi/values-vi.xml
deleted file mode 100644
index b223f0e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-vi/values-vi.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Di chuyển lên"
- "Mở ngăn điều hướng"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rCN/values-zh-rCN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rCN/values-zh-rCN.xml
deleted file mode 100644
index 9091302..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rCN/values-zh-rCN.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "转到上一层级"
- "打开抽屉式导航栏"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rHK/values-zh-rHK.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rHK/values-zh-rHK.xml
deleted file mode 100644
index 9ce48f9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rHK/values-zh-rHK.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "向上導覽"
- "開啟導覽列"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rTW/values-zh-rTW.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rTW/values-zh-rTW.xml
deleted file mode 100644
index 79f2719..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rTW/values-zh-rTW.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "向上瀏覽"
- "開啟導覽匣"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zu/values-zu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zu/values-zu.xml
deleted file mode 100644
index 61aecd2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zu/values-zu.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- "Zulazulela phezulu"
- "Vula idrowa lakho lokuzula"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values/values.xml
deleted file mode 100644
index aafbfab..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values/values.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- 150
- Navigate up
- Open navigation drawer
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138.stamp
deleted file mode 100644
index 4675b20..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138.stamp
+++ /dev/null
@@ -1 +0,0 @@
-22AC31BF24E0DCF2
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/AndroidManifest.xml
deleted file mode 100644
index 44d5076..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/classes.jar
deleted file mode 100644
index 6f1fa82..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/res.zip
deleted file mode 100644
index 03bfc61..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/res/values/values.xml
deleted file mode 100644
index 55344e5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/res/values/values.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139.stamp
deleted file mode 100644
index c8b9aa8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139.stamp
+++ /dev/null
@@ -1 +0,0 @@
-EE2CE7404208063E
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/AndroidManifest.xml
deleted file mode 100644
index 5b23ac2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/classes.jar
deleted file mode 100644
index 0f2c178..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/res.zip
deleted file mode 100644
index 03bfc61..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/res/values/values.xml
deleted file mode 100644
index 55344e5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/res/values/values.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140.stamp
deleted file mode 100644
index f8107a0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140.stamp
+++ /dev/null
@@ -1 +0,0 @@
-79E4F629A51C0AB2
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/AndroidManifest.xml
deleted file mode 100644
index 525aa13..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index bd8164d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
-minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/R.txt
deleted file mode 100644
index e038573..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/R.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-int attr defaultNavHost 0x0
-int dimen sliding_pane_detail_pane_width 0x0
-int id nav_host_fragment_container 0x0
-int id sliding_pane_detail_container 0x0
-int id sliding_pane_layout 0x0
-int[] styleable DialogFragmentNavigator { 0x1010003 }
-int styleable DialogFragmentNavigator_android_name 0
-int[] styleable FragmentNavigator { 0x1010003 }
-int styleable FragmentNavigator_android_name 0
-int[] styleable NavHostFragment { 0x0 }
-int styleable NavHostFragment_defaultNavHost 0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/baseline-prof.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/baseline-prof.txt
deleted file mode 100644
index d91776d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/baseline-prof.txt
+++ /dev/null
@@ -1,52 +0,0 @@
-# Baseline Profiles for navigation-fragment
-
-HSPLandroidx/navigation/fragment/DialogFragmentNavigator$Companion;->()V
-HSPLandroidx/navigation/fragment/DialogFragmentNavigator$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/fragment/DialogFragmentNavigator$observer$1;->(Landroidx/navigation/fragment/DialogFragmentNavigator;)V
-HSPLandroidx/navigation/fragment/DialogFragmentNavigator$onAttach$1;->(Landroidx/navigation/fragment/DialogFragmentNavigator;)V
-HSPLandroidx/navigation/fragment/DialogFragmentNavigator$onAttach$1;->onAttachFragment(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;)V
-HSPLandroidx/navigation/fragment/DialogFragmentNavigator;->()V
-HSPLandroidx/navigation/fragment/DialogFragmentNavigator;->(Landroid/content/Context;Landroidx/fragment/app/FragmentManager;)V
-HSPLandroidx/navigation/fragment/DialogFragmentNavigator;->access$getRestoredTagsAwaitingAttach$p(Landroidx/navigation/fragment/DialogFragmentNavigator;)Ljava/util/Set;
-HSPLandroidx/navigation/fragment/DialogFragmentNavigator;->onAttach(Landroidx/navigation/NavigatorState;)V
-HSPLandroidx/navigation/fragment/FragmentNavigator$Companion;->()V
-HSPLandroidx/navigation/fragment/FragmentNavigator$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/fragment/FragmentNavigator$Destination;->(Landroidx/navigation/Navigator;)V
-HSPLandroidx/navigation/fragment/FragmentNavigator$Destination;->equals(Ljava/lang/Object;)Z
-HSPLandroidx/navigation/fragment/FragmentNavigator$Destination;->getClassName()Ljava/lang/String;
-HSPLandroidx/navigation/fragment/FragmentNavigator$Destination;->hashCode()I
-HSPLandroidx/navigation/fragment/FragmentNavigator$Destination;->onInflate(Landroid/content/Context;Landroid/util/AttributeSet;)V
-HSPLandroidx/navigation/fragment/FragmentNavigator$Destination;->setClassName(Ljava/lang/String;)Landroidx/navigation/fragment/FragmentNavigator$Destination;
-HSPLandroidx/navigation/fragment/FragmentNavigator;->()V
-HSPLandroidx/navigation/fragment/FragmentNavigator;->(Landroid/content/Context;Landroidx/fragment/app/FragmentManager;I)V
-HSPLandroidx/navigation/fragment/FragmentNavigator;->createDestination()Landroidx/navigation/NavDestination;
-HSPLandroidx/navigation/fragment/FragmentNavigator;->createDestination()Landroidx/navigation/fragment/FragmentNavigator$Destination;
-HSPLandroidx/navigation/fragment/FragmentNavigator;->navigate(Landroidx/navigation/NavBackStackEntry;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;)V
-HSPLandroidx/navigation/fragment/FragmentNavigator;->navigate(Ljava/util/List;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;)V
-HSPLandroidx/navigation/fragment/NavHostFragment$Companion;->()V
-HSPLandroidx/navigation/fragment/NavHostFragment$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
-HSPLandroidx/navigation/fragment/NavHostFragment;->()V
-HSPLandroidx/navigation/fragment/NavHostFragment;->()V
-HSPLandroidx/navigation/fragment/NavHostFragment;->createFragmentNavigator()Landroidx/navigation/Navigator;
-HSPLandroidx/navigation/fragment/NavHostFragment;->getContainerId()I
-HSPLandroidx/navigation/fragment/NavHostFragment;->onAttach(Landroid/content/Context;)V
-HSPLandroidx/navigation/fragment/NavHostFragment;->onCreate(Landroid/os/Bundle;)V
-HSPLandroidx/navigation/fragment/NavHostFragment;->onCreateNavController(Landroidx/navigation/NavController;)V
-HSPLandroidx/navigation/fragment/NavHostFragment;->onCreateNavHostController(Landroidx/navigation/NavHostController;)V
-HSPLandroidx/navigation/fragment/NavHostFragment;->onCreateView(Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Landroid/os/Bundle;)Landroid/view/View;
-HSPLandroidx/navigation/fragment/NavHostFragment;->onInflate(Landroid/content/Context;Landroid/util/AttributeSet;Landroid/os/Bundle;)V
-HSPLandroidx/navigation/fragment/NavHostFragment;->onPrimaryNavigationFragmentChanged(Z)V
-HSPLandroidx/navigation/fragment/NavHostFragment;->onViewCreated(Landroid/view/View;Landroid/os/Bundle;)V
-Landroidx/navigation/fragment/DialogFragmentNavigator$Companion;
-Landroidx/navigation/fragment/DialogFragmentNavigator$observer$1;
-Landroidx/navigation/fragment/DialogFragmentNavigator$onAttach$1;
-Landroidx/navigation/fragment/DialogFragmentNavigator;
-Landroidx/navigation/fragment/FragmentNavigator$Companion;
-Landroidx/navigation/fragment/FragmentNavigator$Destination;
-Landroidx/navigation/fragment/FragmentNavigator$Extras;
-Landroidx/navigation/fragment/FragmentNavigator;
-Landroidx/navigation/fragment/NavHostFragment$Companion;
-Landroidx/navigation/fragment/NavHostFragment;
-PLandroidx/navigation/fragment/NavHostFragment;->onDestroyView()V
-HSPLandroidx/navigation/fragment/R$styleable;->()V
-Landroidx/navigation/fragment/R$styleable;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/classes.jar
deleted file mode 100644
index 8172827..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/res.zip
deleted file mode 100644
index 5cfe6b1..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/res/values/values.xml
deleted file mode 100644
index 316ba1c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/res/values/values.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
- 300dp
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141.stamp
deleted file mode 100644
index 6fb175e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141.stamp
+++ /dev/null
@@ -1 +0,0 @@
-38433D2D7E5B62D7
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/AndroidManifest.xml
deleted file mode 100644
index 8ed30a6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index bd8164d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
-minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/R.txt
deleted file mode 100644
index 99c2ea7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/R.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-int color notification_material_background_media_default_color 0x0
-int color primary_text_default_material_dark 0x0
-int color secondary_text_default_material_dark 0x0
-int id action0 0x0
-int id action_divider 0x0
-int id cancel_action 0x0
-int id chronometer 0x0
-int id end_padder 0x0
-int id icon 0x0
-int id info 0x0
-int id line1 0x0
-int id line3 0x0
-int id media_actions 0x0
-int id media_controller_compat_view_tag 0x0
-int id notification_main_column 0x0
-int id notification_main_column_container 0x0
-int id right_side 0x0
-int id status_bar_latest_event_content 0x0
-int id text 0x0
-int id text2 0x0
-int id time 0x0
-int id title 0x0
-int integer cancel_button_image_alpha 0x0
-int layout notification_media_action 0x0
-int layout notification_media_cancel_action 0x0
-int layout notification_template_big_media 0x0
-int layout notification_template_big_media_custom 0x0
-int layout notification_template_big_media_narrow 0x0
-int layout notification_template_big_media_narrow_custom 0x0
-int layout notification_template_lines_media 0x0
-int layout notification_template_media 0x0
-int layout notification_template_media_custom 0x0
-int style TextAppearance_Compat_Notification_Info_Media 0x0
-int style TextAppearance_Compat_Notification_Line2_Media 0x0
-int style TextAppearance_Compat_Notification_Media 0x0
-int style TextAppearance_Compat_Notification_Time_Media 0x0
-int style TextAppearance_Compat_Notification_Title_Media 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/MediaDescriptionCompat.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/MediaDescriptionCompat.aidl
deleted file mode 100644
index f002cdd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/MediaDescriptionCompat.aidl
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright 2017, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
-
-package android.support.v4.media;
-
-parcelable MediaDescriptionCompat;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/MediaMetadataCompat.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/MediaMetadataCompat.aidl
deleted file mode 100644
index 6d36b97..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/MediaMetadataCompat.aidl
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright 2014, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
-
-package android.support.v4.media;
-
-parcelable MediaMetadataCompat;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/RatingCompat.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/RatingCompat.aidl
deleted file mode 100644
index 223fd5c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/RatingCompat.aidl
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright 2014, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
-
-package android.support.v4.media;
-
-parcelable RatingCompat;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/MediaSessionCompat.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
deleted file mode 100644
index d0c2f6f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
+++ /dev/null
@@ -1,20 +0,0 @@
-/* Copyright 2014, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
-
-package android.support.v4.media.session;
-
-parcelable MediaSessionCompat.Token;
-parcelable MediaSessionCompat.QueueItem;
-parcelable MediaSessionCompat.ResultReceiverWrapper;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
deleted file mode 100644
index 2e77c4f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright 2014, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
-
-package android.support.v4.media.session;
-
-parcelable ParcelableVolumeInfo;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
deleted file mode 100644
index 3d4ef59..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright 2014, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
-
-package android.support.v4.media.session;
-
-parcelable PlaybackStateCompat;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/annotations.zip
deleted file mode 100644
index 610c04a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/annotations.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/classes.jar
deleted file mode 100644
index f8bd5bb..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/proguard.txt
deleted file mode 100644
index 70e1a45..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/proguard.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright (C) 2017 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# Prevent Parcelable objects from being removed or renamed.
--keep class android.support.v4.media.** implements android.os.Parcelable {
- public static final android.os.Parcelable$Creator *;
-}
-
-# Prevent Parcelable objects from being removed or renamed.
--keep class androidx.media.** implements android.os.Parcelable {
- public static final android.os.Parcelable$Creator *;
-}
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/public.txt
deleted file mode 100644
index 7a1e44d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/public.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-style TextAppearance_Compat_Notification_Info_Media
-style TextAppearance_Compat_Notification_Line2_Media
-style TextAppearance_Compat_Notification_Media
-style TextAppearance_Compat_Notification_Time_Media
-style TextAppearance_Compat_Notification_Title_Media
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res.zip
deleted file mode 100644
index 0c0f0ff..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_media_action.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_media_action.xml
deleted file mode 100644
index f71acdd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_media_action.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_media_cancel_action.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_media_cancel_action.xml
deleted file mode 100644
index b0b50b4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_media_cancel_action.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media.xml
deleted file mode 100644
index 8dd93dc..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_custom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_custom.xml
deleted file mode 100644
index cccda1d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_custom.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_narrow.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_narrow.xml
deleted file mode 100644
index ca8e289..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_narrow.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_narrow_custom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_narrow_custom.xml
deleted file mode 100644
index db78467..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_narrow_custom.xml
+++ /dev/null
@@ -1,115 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_lines_media.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_lines_media.xml
deleted file mode 100644
index 385a01b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_lines_media.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_media.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_media.xml
deleted file mode 100644
index f57070a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_media.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_media_custom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_media_custom.xml
deleted file mode 100644
index 36a479c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_media_custom.xml
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values-v21/values-v21.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values-v21/values-v21.xml
deleted file mode 100644
index f1bea92..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values-v21/values-v21.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values-v24/values-v24.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values-v24/values-v24.xml
deleted file mode 100644
index 5a38dd7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values-v24/values-v24.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values/values.xml
deleted file mode 100644
index 235918d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values/values.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
- #ff424242
- #ffffffff
- #b3ffffff
-
- 127
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142.stamp
deleted file mode 100644
index bcfb900..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142.stamp
+++ /dev/null
@@ -1 +0,0 @@
-14F722C8246711BA
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/AndroidManifest.xml
deleted file mode 100644
index ae7e400..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/classes.jar
deleted file mode 100644
index 6049091..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/res.zip
deleted file mode 100644
index f8ddb40..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/res/values/values.xml
deleted file mode 100644
index 55344e5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/res/values/values.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143.stamp
deleted file mode 100644
index 1b30e80..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143.stamp
+++ /dev/null
@@ -1 +0,0 @@
-4603CB4CC4CB585F
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/AndroidManifest.xml
deleted file mode 100644
index 356d2de..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/R.txt
deleted file mode 100644
index f1228a5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/R.txt
+++ /dev/null
@@ -1,131 +0,0 @@
-int attr alpha 0x7f040001
-int attr font 0x7f040002
-int attr fontProviderAuthority 0x7f040003
-int attr fontProviderCerts 0x7f040004
-int attr fontProviderFetchStrategy 0x7f040005
-int attr fontProviderFetchTimeout 0x7f040006
-int attr fontProviderPackage 0x7f040007
-int attr fontProviderQuery 0x7f040008
-int attr fontStyle 0x7f040009
-int attr fontVariationSettings 0x7f04000a
-int attr fontWeight 0x7f04000b
-int attr ttcIndex 0x7f04000c
-int color notification_action_color_filter 0x7f060001
-int color notification_icon_bg_color 0x7f060002
-int color ripple_material_light 0x7f060003
-int color secondary_text_default_material_light 0x7f060004
-int dimen compat_button_inset_horizontal_material 0x7f080001
-int dimen compat_button_inset_vertical_material 0x7f080002
-int dimen compat_button_padding_horizontal_material 0x7f080003
-int dimen compat_button_padding_vertical_material 0x7f080004
-int dimen compat_control_corner_material 0x7f080005
-int dimen compat_notification_large_icon_max_height 0x7f080006
-int dimen compat_notification_large_icon_max_width 0x7f080007
-int dimen notification_action_icon_size 0x7f080008
-int dimen notification_action_text_size 0x7f080009
-int dimen notification_big_circle_margin 0x7f08000a
-int dimen notification_content_margin_start 0x7f08000b
-int dimen notification_large_icon_height 0x7f08000c
-int dimen notification_large_icon_width 0x7f08000d
-int dimen notification_main_column_padding_top 0x7f08000e
-int dimen notification_media_narrow_margin 0x7f08000f
-int dimen notification_right_icon_size 0x7f080010
-int dimen notification_right_side_padding_top 0x7f080011
-int dimen notification_small_icon_background_padding 0x7f080012
-int dimen notification_small_icon_size_as_large 0x7f080013
-int dimen notification_subtext_size 0x7f080014
-int dimen notification_top_pad 0x7f080015
-int dimen notification_top_pad_large_text 0x7f080016
-int drawable notification_action_background 0x7f090001
-int drawable notification_bg 0x7f090002
-int drawable notification_bg_low 0x7f090003
-int drawable notification_bg_low_normal 0x7f090004
-int drawable notification_bg_low_pressed 0x7f090005
-int drawable notification_bg_normal 0x7f090006
-int drawable notification_bg_normal_pressed 0x7f090007
-int drawable notification_icon_background 0x7f090008
-int drawable notification_template_icon_bg 0x7f090009
-int drawable notification_template_icon_low_bg 0x7f09000a
-int drawable notification_tile_bg 0x7f09000b
-int drawable notify_panel_notification_icon_bg 0x7f09000c
-int id action_container 0x7f0c0001
-int id action_divider 0x7f0c0002
-int id action_image 0x7f0c0003
-int id action_text 0x7f0c0004
-int id actions 0x7f0c0005
-int id async 0x7f0c0006
-int id blocking 0x7f0c0007
-int id chronometer 0x7f0c0008
-int id forever 0x7f0c0009
-int id icon 0x7f0c000a
-int id icon_group 0x7f0c000b
-int id info 0x7f0c000c
-int id italic 0x7f0c000d
-int id line1 0x7f0c000e
-int id line3 0x7f0c000f
-int id normal 0x7f0c0010
-int id notification_background 0x7f0c0011
-int id notification_main_column 0x7f0c0012
-int id notification_main_column_container 0x7f0c0013
-int id right_icon 0x7f0c0014
-int id right_side 0x7f0c0015
-int id tag_transition_group 0x7f0c0016
-int id tag_unhandled_key_event_manager 0x7f0c0017
-int id tag_unhandled_key_listeners 0x7f0c0018
-int id text 0x7f0c0019
-int id text2 0x7f0c001a
-int id time 0x7f0c001b
-int id title 0x7f0c001c
-int integer status_bar_notification_info_maxnum 0x7f0d0001
-int layout notification_action 0x7f0f0001
-int layout notification_action_tombstone 0x7f0f0002
-int layout notification_template_custom_big 0x7f0f0003
-int layout notification_template_icon_group 0x7f0f0004
-int layout notification_template_part_chronometer 0x7f0f0005
-int layout notification_template_part_time 0x7f0f0006
-int string status_bar_notification_info_overflow 0x7f150001
-int style TextAppearance_Compat_Notification 0x7f160001
-int style TextAppearance_Compat_Notification_Info 0x7f160002
-int style TextAppearance_Compat_Notification_Line2 0x7f160003
-int style TextAppearance_Compat_Notification_Time 0x7f160004
-int style TextAppearance_Compat_Notification_Title 0x7f160005
-int style Widget_Compat_NotificationActionContainer 0x7f160006
-int style Widget_Compat_NotificationActionText 0x7f160007
-int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable FontFamily { 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008 }
-int styleable FontFamily_fontProviderAuthority 0
-int styleable FontFamily_fontProviderCerts 1
-int styleable FontFamily_fontProviderFetchStrategy 2
-int styleable FontFamily_fontProviderFetchTimeout 3
-int styleable FontFamily_fontProviderPackage 4
-int styleable FontFamily_fontProviderQuery 5
-int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040002, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 4
-int styleable FontFamilyFont_font 5
-int styleable FontFamilyFont_fontStyle 6
-int styleable FontFamilyFont_fontVariationSettings 7
-int styleable FontFamilyFont_fontWeight 8
-int styleable FontFamilyFont_ttcIndex 9
-int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/classes.jar
deleted file mode 100644
index ffb61da..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144.stamp
deleted file mode 100644
index f39aecd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144.stamp
+++ /dev/null
@@ -1 +0,0 @@
-DD7412F1DBFCC773
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/AndroidManifest.xml
deleted file mode 100644
index fcf8abd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/R.txt
deleted file mode 100644
index 625fc75..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/R.txt
+++ /dev/null
@@ -1,159 +0,0 @@
-int attr alpha 0x7f040001
-int attr coordinatorLayoutStyle 0x7f040002
-int attr font 0x7f040003
-int attr fontProviderAuthority 0x7f040004
-int attr fontProviderCerts 0x7f040005
-int attr fontProviderFetchStrategy 0x7f040006
-int attr fontProviderFetchTimeout 0x7f040007
-int attr fontProviderPackage 0x7f040008
-int attr fontProviderQuery 0x7f040009
-int attr fontStyle 0x7f04000a
-int attr fontVariationSettings 0x7f04000b
-int attr fontWeight 0x7f04000c
-int attr keylines 0x7f04000d
-int attr layout_anchor 0x7f04000e
-int attr layout_anchorGravity 0x7f04000f
-int attr layout_behavior 0x7f040010
-int attr layout_dodgeInsetEdges 0x7f040011
-int attr layout_insetEdge 0x7f040012
-int attr layout_keyline 0x7f040013
-int attr statusBarBackground 0x7f040014
-int attr ttcIndex 0x7f040015
-int color notification_action_color_filter 0x7f060001
-int color notification_icon_bg_color 0x7f060002
-int color ripple_material_light 0x7f060003
-int color secondary_text_default_material_light 0x7f060004
-int dimen compat_button_inset_horizontal_material 0x7f080001
-int dimen compat_button_inset_vertical_material 0x7f080002
-int dimen compat_button_padding_horizontal_material 0x7f080003
-int dimen compat_button_padding_vertical_material 0x7f080004
-int dimen compat_control_corner_material 0x7f080005
-int dimen compat_notification_large_icon_max_height 0x7f080006
-int dimen compat_notification_large_icon_max_width 0x7f080007
-int dimen notification_action_icon_size 0x7f080008
-int dimen notification_action_text_size 0x7f080009
-int dimen notification_big_circle_margin 0x7f08000a
-int dimen notification_content_margin_start 0x7f08000b
-int dimen notification_large_icon_height 0x7f08000c
-int dimen notification_large_icon_width 0x7f08000d
-int dimen notification_main_column_padding_top 0x7f08000e
-int dimen notification_media_narrow_margin 0x7f08000f
-int dimen notification_right_icon_size 0x7f080010
-int dimen notification_right_side_padding_top 0x7f080011
-int dimen notification_small_icon_background_padding 0x7f080012
-int dimen notification_small_icon_size_as_large 0x7f080013
-int dimen notification_subtext_size 0x7f080014
-int dimen notification_top_pad 0x7f080015
-int dimen notification_top_pad_large_text 0x7f080016
-int drawable notification_action_background 0x7f090001
-int drawable notification_bg 0x7f090002
-int drawable notification_bg_low 0x7f090003
-int drawable notification_bg_low_normal 0x7f090004
-int drawable notification_bg_low_pressed 0x7f090005
-int drawable notification_bg_normal 0x7f090006
-int drawable notification_bg_normal_pressed 0x7f090007
-int drawable notification_icon_background 0x7f090008
-int drawable notification_template_icon_bg 0x7f090009
-int drawable notification_template_icon_low_bg 0x7f09000a
-int drawable notification_tile_bg 0x7f09000b
-int drawable notify_panel_notification_icon_bg 0x7f09000c
-int id action_container 0x7f0c0001
-int id action_divider 0x7f0c0002
-int id action_image 0x7f0c0003
-int id action_text 0x7f0c0004
-int id actions 0x7f0c0005
-int id async 0x7f0c0006
-int id blocking 0x7f0c0007
-int id bottom 0x7f0c0008
-int id chronometer 0x7f0c0009
-int id end 0x7f0c000a
-int id forever 0x7f0c000b
-int id icon 0x7f0c000c
-int id icon_group 0x7f0c000d
-int id info 0x7f0c000e
-int id italic 0x7f0c000f
-int id left 0x7f0c0010
-int id line1 0x7f0c0011
-int id line3 0x7f0c0012
-int id none 0x7f0c0013
-int id normal 0x7f0c0014
-int id notification_background 0x7f0c0015
-int id notification_main_column 0x7f0c0016
-int id notification_main_column_container 0x7f0c0017
-int id right 0x7f0c0018
-int id right_icon 0x7f0c0019
-int id right_side 0x7f0c001a
-int id start 0x7f0c001b
-int id tag_transition_group 0x7f0c001c
-int id tag_unhandled_key_event_manager 0x7f0c001d
-int id tag_unhandled_key_listeners 0x7f0c001e
-int id text 0x7f0c001f
-int id text2 0x7f0c0020
-int id time 0x7f0c0021
-int id title 0x7f0c0022
-int id top 0x7f0c0023
-int integer status_bar_notification_info_maxnum 0x7f0d0001
-int layout notification_action 0x7f0f0001
-int layout notification_action_tombstone 0x7f0f0002
-int layout notification_template_custom_big 0x7f0f0003
-int layout notification_template_icon_group 0x7f0f0004
-int layout notification_template_part_chronometer 0x7f0f0005
-int layout notification_template_part_time 0x7f0f0006
-int string status_bar_notification_info_overflow 0x7f150001
-int style TextAppearance_Compat_Notification 0x7f160001
-int style TextAppearance_Compat_Notification_Info 0x7f160002
-int style TextAppearance_Compat_Notification_Line2 0x7f160003
-int style TextAppearance_Compat_Notification_Time 0x7f160004
-int style TextAppearance_Compat_Notification_Title 0x7f160005
-int style Widget_Compat_NotificationActionContainer 0x7f160006
-int style Widget_Compat_NotificationActionText 0x7f160007
-int style Widget_Support_CoordinatorLayout 0x7f160008
-int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable CoordinatorLayout { 0x7f04000d, 0x7f040014 }
-int styleable CoordinatorLayout_keylines 0
-int styleable CoordinatorLayout_statusBarBackground 1
-int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f04000e, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013 }
-int styleable CoordinatorLayout_Layout_android_layout_gravity 0
-int styleable CoordinatorLayout_Layout_layout_anchor 1
-int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
-int styleable CoordinatorLayout_Layout_layout_behavior 3
-int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
-int styleable CoordinatorLayout_Layout_layout_insetEdge 5
-int styleable CoordinatorLayout_Layout_layout_keyline 6
-int[] styleable FontFamily { 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009 }
-int styleable FontFamily_fontProviderAuthority 0
-int styleable FontFamily_fontProviderCerts 1
-int styleable FontFamily_fontProviderFetchStrategy 2
-int styleable FontFamily_fontProviderFetchTimeout 3
-int styleable FontFamily_fontProviderPackage 4
-int styleable FontFamily_fontProviderQuery 5
-int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040003, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f040015 }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 4
-int styleable FontFamilyFont_font 5
-int styleable FontFamilyFont_fontStyle 6
-int styleable FontFamilyFont_fontVariationSettings 7
-int styleable FontFamilyFont_fontWeight 8
-int styleable FontFamilyFont_ttcIndex 9
-int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/classes.jar
deleted file mode 100644
index d05d5f7..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145.stamp
deleted file mode 100644
index d59a670..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145.stamp
+++ /dev/null
@@ -1 +0,0 @@
-67DE3B16FA6B9C75
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/AndroidManifest.xml
deleted file mode 100644
index 9abfb40..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/R.txt
deleted file mode 100644
index 424aaad..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/R.txt
+++ /dev/null
@@ -1,186 +0,0 @@
-int attr alpha 0x7f040001
-int attr coordinatorLayoutStyle 0x7f040002
-int attr font 0x7f040003
-int attr fontProviderAuthority 0x7f040004
-int attr fontProviderCerts 0x7f040005
-int attr fontProviderFetchStrategy 0x7f040006
-int attr fontProviderFetchTimeout 0x7f040007
-int attr fontProviderPackage 0x7f040008
-int attr fontProviderQuery 0x7f040009
-int attr fontStyle 0x7f04000a
-int attr fontVariationSettings 0x7f04000b
-int attr fontWeight 0x7f04000c
-int attr keylines 0x7f04000d
-int attr layout_anchor 0x7f04000e
-int attr layout_anchorGravity 0x7f04000f
-int attr layout_behavior 0x7f040010
-int attr layout_dodgeInsetEdges 0x7f040011
-int attr layout_insetEdge 0x7f040012
-int attr layout_keyline 0x7f040013
-int attr statusBarBackground 0x7f040014
-int attr ttcIndex 0x7f040015
-int color notification_action_color_filter 0x7f060001
-int color notification_icon_bg_color 0x7f060002
-int color notification_material_background_media_default_color 0x7f060003
-int color primary_text_default_material_dark 0x7f060004
-int color ripple_material_light 0x7f060005
-int color secondary_text_default_material_dark 0x7f060006
-int color secondary_text_default_material_light 0x7f060007
-int dimen compat_button_inset_horizontal_material 0x7f080001
-int dimen compat_button_inset_vertical_material 0x7f080002
-int dimen compat_button_padding_horizontal_material 0x7f080003
-int dimen compat_button_padding_vertical_material 0x7f080004
-int dimen compat_control_corner_material 0x7f080005
-int dimen compat_notification_large_icon_max_height 0x7f080006
-int dimen compat_notification_large_icon_max_width 0x7f080007
-int dimen notification_action_icon_size 0x7f080008
-int dimen notification_action_text_size 0x7f080009
-int dimen notification_big_circle_margin 0x7f08000a
-int dimen notification_content_margin_start 0x7f08000b
-int dimen notification_large_icon_height 0x7f08000c
-int dimen notification_large_icon_width 0x7f08000d
-int dimen notification_main_column_padding_top 0x7f08000e
-int dimen notification_media_narrow_margin 0x7f08000f
-int dimen notification_right_icon_size 0x7f080010
-int dimen notification_right_side_padding_top 0x7f080011
-int dimen notification_small_icon_background_padding 0x7f080012
-int dimen notification_small_icon_size_as_large 0x7f080013
-int dimen notification_subtext_size 0x7f080014
-int dimen notification_top_pad 0x7f080015
-int dimen notification_top_pad_large_text 0x7f080016
-int dimen subtitle_corner_radius 0x7f080017
-int dimen subtitle_outline_width 0x7f080018
-int dimen subtitle_shadow_offset 0x7f080019
-int dimen subtitle_shadow_radius 0x7f08001a
-int drawable notification_action_background 0x7f090001
-int drawable notification_bg 0x7f090002
-int drawable notification_bg_low 0x7f090003
-int drawable notification_bg_low_normal 0x7f090004
-int drawable notification_bg_low_pressed 0x7f090005
-int drawable notification_bg_normal 0x7f090006
-int drawable notification_bg_normal_pressed 0x7f090007
-int drawable notification_icon_background 0x7f090008
-int drawable notification_template_icon_bg 0x7f090009
-int drawable notification_template_icon_low_bg 0x7f09000a
-int drawable notification_tile_bg 0x7f09000b
-int drawable notify_panel_notification_icon_bg 0x7f09000c
-int id action0 0x7f0c0001
-int id action_container 0x7f0c0002
-int id action_divider 0x7f0c0003
-int id action_image 0x7f0c0004
-int id action_text 0x7f0c0005
-int id actions 0x7f0c0006
-int id async 0x7f0c0007
-int id blocking 0x7f0c0008
-int id bottom 0x7f0c0009
-int id cancel_action 0x7f0c000a
-int id chronometer 0x7f0c000b
-int id end 0x7f0c000c
-int id end_padder 0x7f0c000d
-int id forever 0x7f0c000e
-int id icon 0x7f0c000f
-int id icon_group 0x7f0c0010
-int id info 0x7f0c0011
-int id italic 0x7f0c0012
-int id left 0x7f0c0013
-int id line1 0x7f0c0014
-int id line3 0x7f0c0015
-int id media_actions 0x7f0c0016
-int id none 0x7f0c0017
-int id normal 0x7f0c0018
-int id notification_background 0x7f0c0019
-int id notification_main_column 0x7f0c001a
-int id notification_main_column_container 0x7f0c001b
-int id right 0x7f0c001c
-int id right_icon 0x7f0c001d
-int id right_side 0x7f0c001e
-int id start 0x7f0c001f
-int id status_bar_latest_event_content 0x7f0c0020
-int id tag_transition_group 0x7f0c0021
-int id tag_unhandled_key_event_manager 0x7f0c0022
-int id tag_unhandled_key_listeners 0x7f0c0023
-int id text 0x7f0c0024
-int id text2 0x7f0c0025
-int id time 0x7f0c0026
-int id title 0x7f0c0027
-int id top 0x7f0c0028
-int integer cancel_button_image_alpha 0x7f0d0001
-int integer status_bar_notification_info_maxnum 0x7f0d0002
-int layout notification_action 0x7f0f0001
-int layout notification_action_tombstone 0x7f0f0002
-int layout notification_media_action 0x7f0f0003
-int layout notification_media_cancel_action 0x7f0f0004
-int layout notification_template_big_media 0x7f0f0005
-int layout notification_template_big_media_custom 0x7f0f0006
-int layout notification_template_big_media_narrow 0x7f0f0007
-int layout notification_template_big_media_narrow_custom 0x7f0f0008
-int layout notification_template_custom_big 0x7f0f0009
-int layout notification_template_icon_group 0x7f0f000a
-int layout notification_template_lines_media 0x7f0f000b
-int layout notification_template_media 0x7f0f000c
-int layout notification_template_media_custom 0x7f0f000d
-int layout notification_template_part_chronometer 0x7f0f000e
-int layout notification_template_part_time 0x7f0f000f
-int string status_bar_notification_info_overflow 0x7f150001
-int style TextAppearance_Compat_Notification 0x7f160001
-int style TextAppearance_Compat_Notification_Info 0x7f160002
-int style TextAppearance_Compat_Notification_Info_Media 0x7f160003
-int style TextAppearance_Compat_Notification_Line2 0x7f160004
-int style TextAppearance_Compat_Notification_Line2_Media 0x7f160005
-int style TextAppearance_Compat_Notification_Media 0x7f160006
-int style TextAppearance_Compat_Notification_Time 0x7f160007
-int style TextAppearance_Compat_Notification_Time_Media 0x7f160008
-int style TextAppearance_Compat_Notification_Title 0x7f160009
-int style TextAppearance_Compat_Notification_Title_Media 0x7f16000a
-int style Widget_Compat_NotificationActionContainer 0x7f16000b
-int style Widget_Compat_NotificationActionText 0x7f16000c
-int style Widget_Support_CoordinatorLayout 0x7f16000d
-int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable CoordinatorLayout { 0x7f04000d, 0x7f040014 }
-int styleable CoordinatorLayout_keylines 0
-int styleable CoordinatorLayout_statusBarBackground 1
-int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f04000e, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013 }
-int styleable CoordinatorLayout_Layout_android_layout_gravity 0
-int styleable CoordinatorLayout_Layout_layout_anchor 1
-int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
-int styleable CoordinatorLayout_Layout_layout_behavior 3
-int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
-int styleable CoordinatorLayout_Layout_layout_insetEdge 5
-int styleable CoordinatorLayout_Layout_layout_keyline 6
-int[] styleable FontFamily { 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009 }
-int styleable FontFamily_fontProviderAuthority 0
-int styleable FontFamily_fontProviderCerts 1
-int styleable FontFamily_fontProviderFetchStrategy 2
-int styleable FontFamily_fontProviderFetchTimeout 3
-int styleable FontFamily_fontProviderPackage 4
-int styleable FontFamily_fontProviderQuery 5
-int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040003, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f040015 }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 4
-int styleable FontFamilyFont_font 5
-int styleable FontFamilyFont_fontStyle 6
-int styleable FontFamilyFont_fontVariationSettings 7
-int styleable FontFamilyFont_fontWeight 8
-int styleable FontFamilyFont_ttcIndex 9
-int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/classes.jar
deleted file mode 100644
index f0205ce..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146.stamp
deleted file mode 100644
index c9b3837..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146.stamp
+++ /dev/null
@@ -1 +0,0 @@
-BC88F91451716699
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/AndroidManifest.xml
deleted file mode 100644
index 0880284..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index d8560bd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/annotations.zip
deleted file mode 100644
index 51ab334..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/annotations.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/classes.jar
deleted file mode 100644
index dc783e6..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147.stamp
deleted file mode 100644
index 39c0e38..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147.stamp
+++ /dev/null
@@ -1 +0,0 @@
-92A2B9EFA60DC8C6
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/AndroidManifest.xml
deleted file mode 100644
index fac1e4a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/R.txt
deleted file mode 100644
index 30b2aa8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/R.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-int color browser_actions_bg_grey 0x0
-int color browser_actions_divider_color 0x0
-int color browser_actions_text_color 0x0
-int color browser_actions_title_color 0x0
-int dimen browser_actions_context_menu_max_width 0x0
-int dimen browser_actions_context_menu_min_padding 0x0
-int id browser_actions_header_text 0x0
-int id browser_actions_menu_item_icon 0x0
-int id browser_actions_menu_item_text 0x0
-int id browser_actions_menu_items 0x0
-int id browser_actions_menu_view 0x0
-int layout browser_actions_context_menu_page 0x0
-int layout browser_actions_context_menu_row 0x0
-int string copy_toast_msg 0x0
-int string fallback_menu_item_copy_link 0x0
-int string fallback_menu_item_open_in_browser 0x0
-int string fallback_menu_item_share_link 0x0
-int xml image_share_filepaths 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/annotations.zip
deleted file mode 100644
index 6431236..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/annotations.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/classes.jar
deleted file mode 100644
index 390dcac..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res.zip
deleted file mode 100644
index e6eae7f..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/layout/browser_actions_context_menu_page.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/layout/browser_actions_context_menu_page.xml
deleted file mode 100644
index 1436087..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/layout/browser_actions_context_menu_page.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/layout/browser_actions_context_menu_row.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/layout/browser_actions_context_menu_row.xml
deleted file mode 100644
index 5460503..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/layout/browser_actions_context_menu_row.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-af/values-af.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-af/values-af.xml
deleted file mode 100644
index bf7d473..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-af/values-af.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Skakel is na knipbord gekopieer"
- "Kopieer skakel"
- "Maak in blaaier oop"
- "Deel skakel"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-am/values-am.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-am/values-am.xml
deleted file mode 100644
index 7e3e161..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-am/values-am.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "አገናኝ ወደ ቅንጥብ ሰሌዳ ተቀድቷል"
- "አገናኝ ቅዳ"
- "በአሳሽ ውስጥ ክፈት"
- "አገናኝ አጋራ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ar/values-ar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ar/values-ar.xml
deleted file mode 100644
index a428edf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ar/values-ar.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "تم نسخ الرابط إلى الحافظة."
- "نسخ الرابط"
- "فتح في المتصفح"
- "مشاركة الرابط"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-as/values-as.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-as/values-as.xml
deleted file mode 100644
index 52e4ea7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-as/values-as.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "লিংক ক্লিপব’ৰ্ডত প্ৰতিলিপি কৰা হ’ল"
- "লিংক প্ৰতিলিপি কৰক"
- "ব্ৰাউজাৰত খোলক"
- "লিংক শ্বেয়াৰ কৰক"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-az/values-az.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-az/values-az.xml
deleted file mode 100644
index d76ae47..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-az/values-az.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link buferə kopyalandı"
- "Linki kopyalayın"
- "Brauzerdə açın"
- "Linki paylaşın"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
deleted file mode 100644
index 2dc6c37..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link je kopiran u privremenu memoriju"
- "Kopiraj link"
- "Otvori u pregledaču"
- "Deli link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-be/values-be.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-be/values-be.xml
deleted file mode 100644
index fee7dab..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-be/values-be.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Спасылка скапіравана ў буфер абмену"
- "Скапіраваць спасылку"
- "Адкрыць у браўзеры"
- "Абагуліць спасылку"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bg/values-bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bg/values-bg.xml
deleted file mode 100644
index 78524fd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bg/values-bg.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Връзката е копирана в буферната памет"
- "Копиране на връзката"
- "Отваряне в браузър"
- "Споделяне на връзката"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bn/values-bn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bn/values-bn.xml
deleted file mode 100644
index 203feea..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bn/values-bn.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "লিঙ্ক ক্লিপবোর্ডে কপি করা হয়েছে"
- "লিঙ্ক কপি করুন"
- "ব্রাউজারে খুলুন"
- "লিঙ্ক শেয়ার করুন"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bs/values-bs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bs/values-bs.xml
deleted file mode 100644
index 5637158..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bs/values-bs.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link je kopiran u međumemoriju"
- "Kopiraj link"
- "Otvori u pregledniku"
- "Dijeli link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ca/values-ca.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ca/values-ca.xml
deleted file mode 100644
index 0b95390..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ca/values-ca.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "S\'ha copiat l\'enllaç al porta-retalls"
- "Copia l\'enllaç"
- "Obre al navegador"
- "Comparteix l\'enllaç"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-cs/values-cs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-cs/values-cs.xml
deleted file mode 100644
index ea55b04..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-cs/values-cs.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Odkaz zkopírován do schránky"
- "Kopírovat odkaz"
- "Otevřít v prohlížeči"
- "Sdílet odkaz"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-da/values-da.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-da/values-da.xml
deleted file mode 100644
index 39ecd2e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-da/values-da.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Linket er kopieret til udklipsholderen"
- "Kopiér link"
- "Åbn i browser"
- "Del link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-de/values-de.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-de/values-de.xml
deleted file mode 100644
index b390be9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-de/values-de.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link in Zwischenablage kopiert"
- "Link kopieren"
- "Im Browser öffnen"
- "Link teilen"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-el/values-el.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-el/values-el.xml
deleted file mode 100644
index 2eabc5e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-el/values-el.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο"
- "Αντιγραφή συνδέσμου"
- "Άνοιγμα σε πρόγραμμα περιήγησης"
- "Κοινοποίηση συνδέσμου"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rAU/values-en-rAU.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rAU/values-en-rAU.xml
deleted file mode 100644
index a04605b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rAU/values-en-rAU.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link copied to clipboard"
- "Copy link"
- "Open in browser"
- "Share link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rCA/values-en-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rCA/values-en-rCA.xml
deleted file mode 100644
index a04605b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rCA/values-en-rCA.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link copied to clipboard"
- "Copy link"
- "Open in browser"
- "Share link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rGB/values-en-rGB.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rGB/values-en-rGB.xml
deleted file mode 100644
index a04605b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rGB/values-en-rGB.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link copied to clipboard"
- "Copy link"
- "Open in browser"
- "Share link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rIN/values-en-rIN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rIN/values-en-rIN.xml
deleted file mode 100644
index a04605b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rIN/values-en-rIN.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link copied to clipboard"
- "Copy link"
- "Open in browser"
- "Share link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rXC/values-en-rXC.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rXC/values-en-rXC.xml
deleted file mode 100644
index 214aee2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rXC/values-en-rXC.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link copied to clipboard"
- "Copy link"
- "Open in browser"
- "Share link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-es-rUS/values-es-rUS.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-es-rUS/values-es-rUS.xml
deleted file mode 100644
index 5262b79..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-es-rUS/values-es-rUS.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Se copió el vínculo al portapapeles"
- "Copiar vínculo"
- "Abrir en el navegador"
- "Compartir vínculo"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-es/values-es.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-es/values-es.xml
deleted file mode 100644
index d79c64c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-es/values-es.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Enlace copiado en el portapapeles"
- "Copiar enlace"
- "Abrir en el navegador"
- "Compartir enlace"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-et/values-et.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-et/values-et.xml
deleted file mode 100644
index 11caa0d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-et/values-et.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link kopeeriti lõikelauale"
- "Kopeeri link"
- "Ava brauseris"
- "Jaga linki"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-eu/values-eu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-eu/values-eu.xml
deleted file mode 100644
index c0ad99e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-eu/values-eu.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Arbelean kopiatu da esteka"
- "Kopiatu esteka"
- "Ireki arakatzailean"
- "Partekatu esteka"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fa/values-fa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fa/values-fa.xml
deleted file mode 100644
index ee4ac70..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fa/values-fa.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "پیوند در بریدهدان کپی شد"
- "کپی پیوند"
- "بازکردن در مرورگر"
- "همرسانی پیوند"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fi/values-fi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fi/values-fi.xml
deleted file mode 100644
index 95af154..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fi/values-fi.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Linkki kopioitu leikepöydälle"
- "Kopioi linkki"
- "Avaa selaimessa"
- "Jaa linkki"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fr-rCA/values-fr-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fr-rCA/values-fr-rCA.xml
deleted file mode 100644
index a4dce39..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fr-rCA/values-fr-rCA.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Lien copié dans le presse-papiers"
- "Copier le lien"
- "Ouvrir dans le navigateur"
- "Partager le lien"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fr/values-fr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fr/values-fr.xml
deleted file mode 100644
index 66f0639..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fr/values-fr.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Lien copié dans le presse-papiers"
- "Copier le lien"
- "Ouvrir dans un navigateur"
- "Partager le lien"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-gl/values-gl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-gl/values-gl.xml
deleted file mode 100644
index 146f33e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-gl/values-gl.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Copiouse a ligazón no portapapeis"
- "Copiar ligazón"
- "Abrir no navegador"
- "Compartir ligazón"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-gu/values-gu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-gu/values-gu.xml
deleted file mode 100644
index 3401bd9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-gu/values-gu.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "ક્લિપબોર્ડ પર લિંક કૉપિ કરી"
- "લિંક કૉપિ કરો"
- "બ્રાઉઝરમાં ખોલો"
- "લિંક શેર કરો"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hi/values-hi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hi/values-hi.xml
deleted file mode 100644
index 5a039d9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hi/values-hi.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "लिंक क्लिपबोर्ड पर कॉपी किया गया"
- "लिंक कॉपी करें"
- "ब्राउज़र में खोलें"
- "लिंक शेयर करें"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hr/values-hr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hr/values-hr.xml
deleted file mode 100644
index 7c7288d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hr/values-hr.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Veza je kopirana u međuspremnik"
- "Kopiraj vezu"
- "Otvori u pregledniku"
- "Podijeli vezu"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hu/values-hu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hu/values-hu.xml
deleted file mode 100644
index c9e9025..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hu/values-hu.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link vágólapra másolva"
- "Link másolása"
- "Megnyitás böngészőben"
- "Link megosztása"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hy/values-hy.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hy/values-hy.xml
deleted file mode 100644
index 74326d4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hy/values-hy.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Հղումը պատճենվեց սեղմատախտակին"
- "Պատճենել հղումը"
- "Բացել դիտարկիչում"
- "Կիսվել հղումով"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-in/values-in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-in/values-in.xml
deleted file mode 100644
index 0db7bc5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-in/values-in.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link disalin ke papan klip"
- "Salin link"
- "Buka di browser"
- "Bagikan link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-is/values-is.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-is/values-is.xml
deleted file mode 100644
index 3b46c43..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-is/values-is.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Tengill afritaður á klippiborð"
- "Afrita tengil"
- "Opna í vafra"
- "Deila tengli"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-it/values-it.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-it/values-it.xml
deleted file mode 100644
index e5e5ed4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-it/values-it.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link copiato negli appunti"
- "Copia link"
- "Apri nel browser"
- "Condividi link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-iw/values-iw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-iw/values-iw.xml
deleted file mode 100644
index 35aa7a8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-iw/values-iw.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "הקישור הועתק ללוח"
- "העתקת הקישור"
- "פתיחה בדפדפן"
- "לשיתוף הקישור"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ja/values-ja.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ja/values-ja.xml
deleted file mode 100644
index abead53..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ja/values-ja.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "リンクをクリップボードにコピーしました"
- "リンクをコピー"
- "ブラウザで開く"
- "リンクの共有"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ka/values-ka.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ka/values-ka.xml
deleted file mode 100644
index 1ca6e17..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ka/values-ka.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "გაცვლის ბუფერში კოპირებული ბმული"
- "ბმულის კოპირება"
- "ბრაუზერში გახსნა"
- "ბმულის გაზიარება"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-kk/values-kk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-kk/values-kk.xml
deleted file mode 100644
index 1a0315e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-kk/values-kk.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Сілтеме буферге көшірілді."
- "Сілтемені көшіру"
- "Браузерден ашу"
- "Сілтемені бөлісу"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-km/values-km.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-km/values-km.xml
deleted file mode 100644
index bb8dd14..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-km/values-km.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "បានចម្លងតំណទៅឃ្លីបបត"
- "ចម្លងតំណ"
- "បើកនៅក្នុងកម្មវិធីរុករកតាមអ៊ីនធឺណិត"
- "តំណចែករំលែក"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-kn/values-kn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-kn/values-kn.xml
deleted file mode 100644
index 5403bfa..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-kn/values-kn.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "ಕ್ಲಿಪ್ಬೋರ್ಡ್ಗೆ ಲಿಂಕ್ ಅನ್ನು ನಕಲಿಸಲಾಗಿದೆ"
- "ಲಿಂಕ್ ನಕಲಿಸಿ"
- "ಬ್ರೌಸರ್ನಲ್ಲಿ ತೆರೆಯಿರಿ"
- "ಲಿಂಕ್ ಹಂಚಿರಿ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ko/values-ko.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ko/values-ko.xml
deleted file mode 100644
index 78ba03c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ko/values-ko.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "클립보드에 링크 복사됨"
- "링크 복사"
- "브라우저에서 열기"
- "링크 공유"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ky/values-ky.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ky/values-ky.xml
deleted file mode 100644
index a73804e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ky/values-ky.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Шилтеме буферге көчүрүлдү"
- "Шилтемени көчүрүү"
- "Серепчиден ачуу"
- "Шилтемени бөлүшүү"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lo/values-lo.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lo/values-lo.xml
deleted file mode 100644
index 53076ae..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lo/values-lo.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "ສຳເນົາລິ້ງໃສ່ຄລິບບອດແລ້ວ"
- "ສຳເນົາລິ້ງ"
- "ເປີດໃນໂປຣແກຣມທ່ອງເວັບ"
- "ແບ່ງປັນລິ້ງ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lt/values-lt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lt/values-lt.xml
deleted file mode 100644
index f315f25..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lt/values-lt.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Nuoroda nukopijuota į iškarpinę"
- "Kopijuoti nuorodą"
- "Atidaryti naršyklėje"
- "Bendrinti nuorodą"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lv/values-lv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lv/values-lv.xml
deleted file mode 100644
index abb13e2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lv/values-lv.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Saite ir kopēta starpliktuvē."
- "Kopēt saiti"
- "Atvērt pārlūkprogrammā"
- "Kopīgot saiti"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mk/values-mk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mk/values-mk.xml
deleted file mode 100644
index f2b196a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mk/values-mk.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Линкот е копиран во привремена меморија"
- "Копирај го линкот"
- "Отвори во прелистувач"
- "Сподели линк"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ml/values-ml.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ml/values-ml.xml
deleted file mode 100644
index 1082ce8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ml/values-ml.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "ക്ലിപ്പ്ബോർഡിലേക്ക് ലിങ്ക് പകർത്തി"
- "ലിങ്ക് പകർത്തുക"
- "ബ്രൗസറിൽ തുറക്കുക"
- "ലിങ്ക് പങ്കിടുക"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mn/values-mn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mn/values-mn.xml
deleted file mode 100644
index 3ab8cfc..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mn/values-mn.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Холбоосыг түр санах ойд хуулсан"
- "Холбоосыг хуулах"
- "Хөтчид нээх"
- "Холбоосыг хуваалцах"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mr/values-mr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mr/values-mr.xml
deleted file mode 100644
index a43f229..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mr/values-mr.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "लिंक क्लिपबोर्डवर कॉपी केली"
- "लिंक कॉपी करा"
- "ब्राउझरमध्ये उघडा"
- "लिंक शेअर करा"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ms/values-ms.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ms/values-ms.xml
deleted file mode 100644
index 57d1f5c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ms/values-ms.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Pautan disalin ke papan keratan"
- "Salin pautan"
- "Buka dalam penyemak imbas"
- "Kongsi pautan"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-my/values-my.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-my/values-my.xml
deleted file mode 100644
index 4981820..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-my/values-my.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "လင့်ခ်ကို ကလစ်ဘုတ်သို့ ကူးပြီးပါပြီ"
- "လင့်ခ်ကို ကူးယူရန်"
- "ဘရောင်ဇာတွင် ဖွင့်ရန်"
- "လင့်ခ်ကို မျှဝေရန်"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-nb/values-nb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-nb/values-nb.xml
deleted file mode 100644
index 3403121..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-nb/values-nb.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Linken er kopiert til utklippstavlen"
- "Kopiér linken"
- "Åpne i nettleseren"
- "Del link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ne/values-ne.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ne/values-ne.xml
deleted file mode 100644
index 71b8b93..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ne/values-ne.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "क्लिपबोर्डमा लिंक प्रतिलिपि गरियो"
- "लिंक प्रतिलिपि गर्नुहोस्"
- "ब्राउजरमा खोल्नुहोस्"
- "लिंक सेयर गर्नुहोस्"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-nl/values-nl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-nl/values-nl.xml
deleted file mode 100644
index 51351dc..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-nl/values-nl.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link naar klembord gekopieerd"
- "Link kopiëren"
- "Openen in browser"
- "Link delen"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-or/values-or.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-or/values-or.xml
deleted file mode 100644
index 43638c1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-or/values-or.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "ଲିଙ୍କକୁ କ୍ଲିପ୍ବୋର୍ଡରେ କପି କରାଯାଇଛି"
- "ଲିଙ୍କ୍ କପି କରନ୍ତୁ"
- "ବ୍ରାଉଜର୍ରେ ଖୋଲନ୍ତୁ"
- "ଲିଙ୍କ୍ ସେୟାର୍ କରନ୍ତୁ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pa/values-pa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pa/values-pa.xml
deleted file mode 100644
index f37beac..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pa/values-pa.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "ਲਿੰਕ ਕਲਿੱਪਬੋਰਡ \'ਤੇ ਕਾਪੀ ਹੋ ਗਿਆ"
- "ਲਿੰਕ ਕਾਪੀ ਕਰੋ"
- "ਬ੍ਰਾਊਜ਼ਰ ਵਿੱਚ ਖੋਲ੍ਹੋ"
- "ਲਿੰਕ ਸਾਂਝਾ ਕਰੋ"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pl/values-pl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pl/values-pl.xml
deleted file mode 100644
index adc36e2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pl/values-pl.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link skopiowany do schowka"
- "Kopiuj link"
- "Otwórz w przeglądarce"
- "Udostępnij link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt-rBR/values-pt-rBR.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt-rBR/values-pt-rBR.xml
deleted file mode 100644
index e916e40..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt-rBR/values-pt-rBR.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link copiado para a área de transferência"
- "Copiar link"
- "Abrir no navegador"
- "Compartilhar link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt-rPT/values-pt-rPT.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt-rPT/values-pt-rPT.xml
deleted file mode 100644
index 785a26b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt-rPT/values-pt-rPT.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link copiado para a área de transferência."
- "Copiar link"
- "Abrir no navegador"
- "Partilhar link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt/values-pt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt/values-pt.xml
deleted file mode 100644
index e916e40..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt/values-pt.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Link copiado para a área de transferência"
- "Copiar link"
- "Abrir no navegador"
- "Compartilhar link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ro/values-ro.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ro/values-ro.xml
deleted file mode 100644
index d28716e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ro/values-ro.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Linkul a fost copiat în clipboard"
- "Copiați linkul"
- "Deschideți în browser"
- "Trimiteți linkul"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ru/values-ru.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ru/values-ru.xml
deleted file mode 100644
index 5934db3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ru/values-ru.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Ссылка скопирована в буфер обмена."
- "Копировать ссылку"
- "Открыть в браузере"
- "Отправить ссылку"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-si/values-si.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-si/values-si.xml
deleted file mode 100644
index eb58603..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-si/values-si.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "සබැඳිය පසුරු පුවරුවට පිටපත් කෙරිණි"
- "සබැඳිය පිටපත් කරන්න"
- "බ්රව්සරයේ විවෘත කරන්න"
- "සබැඳිය බෙදා ගන්න"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sk/values-sk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sk/values-sk.xml
deleted file mode 100644
index 577221a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sk/values-sk.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Odkaz bol skopírovaný do schránky"
- "Kopírovať odkaz"
- "Otvoriť v prehliadači"
- "Zdieľať odkaz"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sl/values-sl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sl/values-sl.xml
deleted file mode 100644
index 238e306..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sl/values-sl.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Povezava je kopirana v odložišče"
- "Kopiraj povezavo"
- "Odpri v brskalniku"
- "Deli povezavo"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sq/values-sq.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sq/values-sq.xml
deleted file mode 100644
index af03313..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sq/values-sq.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Lidhja u kopjua në kujtesën e fragmenteve"
- "Kopjo lidhjen"
- "Hape në shfletues"
- "Ndaj lidhjen"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sr/values-sr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sr/values-sr.xml
deleted file mode 100644
index 028236a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sr/values-sr.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Линк је копиран у привремену меморију"
- "Копирај линк"
- "Отвори у прегледачу"
- "Дели линк"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sv/values-sv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sv/values-sv.xml
deleted file mode 100644
index b63e801..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sv/values-sv.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Länk kopierad till Urklipp"
- "Kopiera länk"
- "Öppna i webbläsaren"
- "Dela länk"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sw/values-sw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sw/values-sw.xml
deleted file mode 100644
index 3876f9f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sw/values-sw.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Imenakili kiungo kwenye ubao wa kunakili"
- "Nakili kiungo"
- "Fungua katika kivinjari"
- "Shiriki kiungo"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ta/values-ta.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ta/values-ta.xml
deleted file mode 100644
index 1b49e29..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ta/values-ta.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "கிளிப்-போர்டுக்கு இணைப்பு நகலெடுக்கப்பட்டது"
- "இணைப்பை நகலெடு"
- "உலாவியில் திற"
- "இணைப்பைப் பகிர்"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-te/values-te.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-te/values-te.xml
deleted file mode 100644
index ad8f565..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-te/values-te.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "క్లిప్బోర్డ్కు లింక్ కాపీ చేయబడింది"
- "లింక్ను కాపీ చేయి"
- "బ్రౌజర్లో తెరువు"
- "లింక్ను షేర్ చేయి"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-th/values-th.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-th/values-th.xml
deleted file mode 100644
index 4558331..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-th/values-th.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "คัดลอกลิงก์ไปยังคลิปบอร์ดแล้ว"
- "คัดลอกลิงก์"
- "เปิดในเบราว์เซอร์"
- "แชร์ลิงก์"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-tl/values-tl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-tl/values-tl.xml
deleted file mode 100644
index 8b273e7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-tl/values-tl.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Nakopya sa clipboard ang link"
- "Kopyahin ang link"
- "Buksan sa browser"
- "Ibahagi ang link"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-tr/values-tr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-tr/values-tr.xml
deleted file mode 100644
index 5b95ab5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-tr/values-tr.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Bağlantı panoya kopyalandı"
- "Bağlantıyı kopyala"
- "Tarayıcıda aç"
- "Bağlantıyı paylaş"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-uk/values-uk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-uk/values-uk.xml
deleted file mode 100644
index 518ad7a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-uk/values-uk.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Посилання скопійовано в буфер обміну"
- "Копіювати посилання"
- "Відкрити у веб-переглядачі"
- "Надіслати посилання"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ur/values-ur.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ur/values-ur.xml
deleted file mode 100644
index 6ccebba..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ur/values-ur.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "لنک کلپ بورڈ پر کاپی ہو گیا"
- "لنک کاپی کریں"
- "براؤزر میں کھولیں"
- "لنک کا اشتراک کریں"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-uz/values-uz.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-uz/values-uz.xml
deleted file mode 100644
index 39bce73..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-uz/values-uz.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Havoladan vaqtinchalik xotiraga nusxa olindi"
- "Havoladan nusxa olish"
- "Brauzerda ochish"
- "Havolani ulashish"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-vi/values-vi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-vi/values-vi.xml
deleted file mode 100644
index d7ef1d5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-vi/values-vi.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Đã sao chép đường liên kết vào bảng nhớ tạm"
- "Sao chép đường liên kết"
- "Mở trong trình duyệt"
- "Chia sẻ liên kết"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rCN/values-zh-rCN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rCN/values-zh-rCN.xml
deleted file mode 100644
index dd139b2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rCN/values-zh-rCN.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "链接已复制到剪贴板"
- "复制链接"
- "在浏览器中打开"
- "分享链接"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rHK/values-zh-rHK.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rHK/values-zh-rHK.xml
deleted file mode 100644
index e126d1a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rHK/values-zh-rHK.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "連結已複製到剪貼簿"
- "複製連結"
- "在瀏覽器中開啟"
- "分享連結"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rTW/values-zh-rTW.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rTW/values-zh-rTW.xml
deleted file mode 100644
index 910bf8a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rTW/values-zh-rTW.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "已將連結複製到剪貼簿"
- "複製連結"
- "在瀏覽器中開啟"
- "分享連結"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zu/values-zu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zu/values-zu.xml
deleted file mode 100644
index 8528266..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zu/values-zu.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- "Isixhumanisi sikopishelwe ku-clipboard"
- "Kopisha isixhumanisi"
- "Vula kusiphequluli"
- "Yabelana ngesixhumanisi"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values/values.xml
deleted file mode 100644
index c6a6632..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values/values.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
- #F5F5F5
- #1E000000
- #DE000000
- #646464
- 500dp
- 20dp
- Link copied to clipboard
- Copy link
- Open in browser
- Share link
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/xml/image_share_filepaths.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/xml/image_share_filepaths.xml
deleted file mode 100644
index 123fde9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/xml/image_share_filepaths.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148.stamp
deleted file mode 100644
index b0dbe25..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148.stamp
+++ /dev/null
@@ -1 +0,0 @@
-8196E2A5E12903C5
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/AndroidManifest.xml
deleted file mode 100644
index d9de2b5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/annotations.zip
deleted file mode 100644
index 03ea2ba..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/annotations.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/classes.jar
deleted file mode 100644
index d35511e..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149.stamp
deleted file mode 100644
index fa70b61..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149.stamp
+++ /dev/null
@@ -1 +0,0 @@
-8FDD990A5FB2E8B9
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/AndroidManifest.xml
deleted file mode 100644
index 86276f1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/R.txt
deleted file mode 100644
index b91917b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/R.txt
+++ /dev/null
@@ -1,160 +0,0 @@
-int attr alpha 0x7f040001
-int attr coordinatorLayoutStyle 0x7f040002
-int attr font 0x7f040003
-int attr fontProviderAuthority 0x7f040004
-int attr fontProviderCerts 0x7f040005
-int attr fontProviderFetchStrategy 0x7f040006
-int attr fontProviderFetchTimeout 0x7f040007
-int attr fontProviderPackage 0x7f040008
-int attr fontProviderQuery 0x7f040009
-int attr fontStyle 0x7f04000a
-int attr fontVariationSettings 0x7f04000b
-int attr fontWeight 0x7f04000c
-int attr keylines 0x7f04000d
-int attr layout_anchor 0x7f04000e
-int attr layout_anchorGravity 0x7f04000f
-int attr layout_behavior 0x7f040010
-int attr layout_dodgeInsetEdges 0x7f040011
-int attr layout_insetEdge 0x7f040012
-int attr layout_keyline 0x7f040013
-int attr statusBarBackground 0x7f040014
-int attr ttcIndex 0x7f040015
-int color notification_action_color_filter 0x7f060001
-int color notification_icon_bg_color 0x7f060002
-int color ripple_material_light 0x7f060003
-int color secondary_text_default_material_light 0x7f060004
-int dimen compat_button_inset_horizontal_material 0x7f070001
-int dimen compat_button_inset_vertical_material 0x7f070002
-int dimen compat_button_padding_horizontal_material 0x7f070003
-int dimen compat_button_padding_vertical_material 0x7f070004
-int dimen compat_control_corner_material 0x7f070005
-int dimen compat_notification_large_icon_max_height 0x7f070006
-int dimen compat_notification_large_icon_max_width 0x7f070007
-int dimen notification_action_icon_size 0x7f070008
-int dimen notification_action_text_size 0x7f070009
-int dimen notification_big_circle_margin 0x7f07000a
-int dimen notification_content_margin_start 0x7f07000b
-int dimen notification_large_icon_height 0x7f07000c
-int dimen notification_large_icon_width 0x7f07000d
-int dimen notification_main_column_padding_top 0x7f07000e
-int dimen notification_media_narrow_margin 0x7f07000f
-int dimen notification_right_icon_size 0x7f070010
-int dimen notification_right_side_padding_top 0x7f070011
-int dimen notification_small_icon_background_padding 0x7f070012
-int dimen notification_small_icon_size_as_large 0x7f070013
-int dimen notification_subtext_size 0x7f070014
-int dimen notification_top_pad 0x7f070015
-int dimen notification_top_pad_large_text 0x7f070016
-int drawable notification_action_background 0x7f080001
-int drawable notification_bg 0x7f080002
-int drawable notification_bg_low 0x7f080003
-int drawable notification_bg_low_normal 0x7f080004
-int drawable notification_bg_low_pressed 0x7f080005
-int drawable notification_bg_normal 0x7f080006
-int drawable notification_bg_normal_pressed 0x7f080007
-int drawable notification_icon_background 0x7f080008
-int drawable notification_template_icon_bg 0x7f080009
-int drawable notification_template_icon_low_bg 0x7f08000a
-int drawable notification_tile_bg 0x7f08000b
-int drawable notify_panel_notification_icon_bg 0x7f08000c
-int id action_container 0x7f0b0001
-int id action_divider 0x7f0b0002
-int id action_image 0x7f0b0003
-int id action_text 0x7f0b0004
-int id actions 0x7f0b0005
-int id async 0x7f0b0006
-int id blocking 0x7f0b0007
-int id bottom 0x7f0b0008
-int id chronometer 0x7f0b0009
-int id end 0x7f0b000a
-int id forever 0x7f0b000b
-int id glide_custom_view_target_tag 0x7f0b000c
-int id icon 0x7f0b000d
-int id icon_group 0x7f0b000e
-int id info 0x7f0b000f
-int id italic 0x7f0b0010
-int id left 0x7f0b0011
-int id line1 0x7f0b0012
-int id line3 0x7f0b0013
-int id none 0x7f0b0014
-int id normal 0x7f0b0015
-int id notification_background 0x7f0b0016
-int id notification_main_column 0x7f0b0017
-int id notification_main_column_container 0x7f0b0018
-int id right 0x7f0b0019
-int id right_icon 0x7f0b001a
-int id right_side 0x7f0b001b
-int id start 0x7f0b001c
-int id tag_transition_group 0x7f0b001d
-int id tag_unhandled_key_event_manager 0x7f0b001e
-int id tag_unhandled_key_listeners 0x7f0b001f
-int id text 0x7f0b0020
-int id text2 0x7f0b0021
-int id time 0x7f0b0022
-int id title 0x7f0b0023
-int id top 0x7f0b0024
-int integer status_bar_notification_info_maxnum 0x7f0c0001
-int layout notification_action 0x7f0e0001
-int layout notification_action_tombstone 0x7f0e0002
-int layout notification_template_custom_big 0x7f0e0003
-int layout notification_template_icon_group 0x7f0e0004
-int layout notification_template_part_chronometer 0x7f0e0005
-int layout notification_template_part_time 0x7f0e0006
-int string status_bar_notification_info_overflow 0x7f140001
-int style TextAppearance_Compat_Notification 0x7f150001
-int style TextAppearance_Compat_Notification_Info 0x7f150002
-int style TextAppearance_Compat_Notification_Line2 0x7f150003
-int style TextAppearance_Compat_Notification_Time 0x7f150004
-int style TextAppearance_Compat_Notification_Title 0x7f150005
-int style Widget_Compat_NotificationActionContainer 0x7f150006
-int style Widget_Compat_NotificationActionText 0x7f150007
-int style Widget_Support_CoordinatorLayout 0x7f150008
-int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable CoordinatorLayout { 0x7f04000d, 0x7f040014 }
-int styleable CoordinatorLayout_keylines 0
-int styleable CoordinatorLayout_statusBarBackground 1
-int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f04000e, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013 }
-int styleable CoordinatorLayout_Layout_android_layout_gravity 0
-int styleable CoordinatorLayout_Layout_layout_anchor 1
-int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
-int styleable CoordinatorLayout_Layout_layout_behavior 3
-int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
-int styleable CoordinatorLayout_Layout_layout_insetEdge 5
-int styleable CoordinatorLayout_Layout_layout_keyline 6
-int[] styleable FontFamily { 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009 }
-int styleable FontFamily_fontProviderAuthority 0
-int styleable FontFamily_fontProviderCerts 1
-int styleable FontFamily_fontProviderFetchStrategy 2
-int styleable FontFamily_fontProviderFetchTimeout 3
-int styleable FontFamily_fontProviderPackage 4
-int styleable FontFamily_fontProviderQuery 5
-int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040003, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f040015 }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 4
-int styleable FontFamilyFont_font 5
-int styleable FontFamilyFont_fontStyle 6
-int styleable FontFamilyFont_fontVariationSettings 7
-int styleable FontFamilyFont_fontWeight 8
-int styleable FontFamilyFont_ttcIndex 9
-int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/classes.jar
deleted file mode 100644
index d94e98d..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/proguard.txt
deleted file mode 100644
index 272578a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/proguard.txt
+++ /dev/null
@@ -1,14 +0,0 @@
--keep public class * implements com.bumptech.glide.module.GlideModule
--keep class * extends com.bumptech.glide.module.AppGlideModule {
- (...);
-}
--keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
- **[] $VALUES;
- public *;
-}
--keep class com.bumptech.glide.load.data.ParcelFileDescriptorRewinder$InternalRewinder {
- *** rewind();
-}
-
-# Uncomment for DexGuard only
-#-keepresourcexmlelements manifest/application/meta-data@value=GlideModule
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/res.zip
deleted file mode 100644
index 016ebe0..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/res/values/values.xml
deleted file mode 100644
index 53047cb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/res/values/values.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/150.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/150.stamp
deleted file mode 100644
index b71a8e7..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/150.stamp
+++ /dev/null
@@ -1 +0,0 @@
-77B4B1729A78E202
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/150/jl/libs/ED64959F88B22E6D.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/150/jl/libs/ED64959F88B22E6D.jar
deleted file mode 100644
index fb62e05..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/150/jl/libs/ED64959F88B22E6D.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151.stamp
deleted file mode 100644
index 23eac6f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151.stamp
+++ /dev/null
@@ -1 +0,0 @@
-3FA5041267A05F76
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/.net/__res_name_case_map.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/.net/__res_name_case_map.txt
deleted file mode 100644
index 23f4224..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/.net/__res_name_case_map.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-anim/enterfromleft.xml;anim/enterfromleft.xml
-anim/enterfromright.xml;anim/enterfromright.xml
-anim/exittoleft.xml;anim/exittoleft.xml
-anim/exittoright.xml;anim/exittoright.xml
-values/strings.xml;values/strings.xml
-anim/enterfromleft.xml;anim/enterfromleft.xml
-anim/enterfromright.xml;anim/enterfromright.xml
-anim/exittoleft.xml;anim/exittoleft.xml
-anim/exittoright.xml;anim/exittoright.xml
-values/strings.xml;values/strings.xml
-Compatibility/Android/Resources/Layout/flyoutcontent.axml;layout/flyoutcontent.xml
-Compatibility/Android/Resources/Layout/shellcontent.axml;layout/shellcontent.xml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res.zip
deleted file mode 100644
index 7be3d64..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/enterfromleft.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/enterfromleft.xml
deleted file mode 100644
index c15559a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/enterfromleft.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/enterfromright.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/enterfromright.xml
deleted file mode 100644
index 6ad8ff2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/enterfromright.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/exittoleft.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/exittoleft.xml
deleted file mode 100644
index d850289..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/exittoleft.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/exittoright.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/exittoright.xml
deleted file mode 100644
index e0f282c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/exittoright.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/layout/flyoutcontent.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/layout/flyoutcontent.xml
deleted file mode 100644
index bcffe15..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/layout/flyoutcontent.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/layout/shellcontent.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/layout/shellcontent.xml
deleted file mode 100644
index 517d7f8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/layout/shellcontent.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/values/strings.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/values/strings.xml
deleted file mode 100644
index 91d4041..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/values/strings.xml
+++ /dev/null
@@ -1 +0,0 @@
-More
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152.stamp
deleted file mode 100644
index 7c6a38c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152.stamp
+++ /dev/null
@@ -1 +0,0 @@
-C7A15AC61C0E0D5F
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/.net/__res_name_case_map.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/.net/__res_name_case_map.txt
deleted file mode 100644
index bc30aac..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/.net/__res_name_case_map.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Android/Resources/Layout/tabbar.axml;layout/tabbar.xml
-Android/Resources/Layout/toolbar.axml;layout/toolbar.xml
-Android/Resources/values/styles.xml;values/styles.xml
-Android/Resources/values/attrs.xml;values/attrs.xml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res.zip
deleted file mode 100644
index e07324b..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/layout/tabbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/layout/tabbar.xml
deleted file mode 100644
index adb1af5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/layout/tabbar.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/layout/toolbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/layout/toolbar.xml
deleted file mode 100644
index df1bccb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/layout/toolbar.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/values/attrs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/values/attrs.xml
deleted file mode 100644
index d5970b4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/values/attrs.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/values/styles.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/values/styles.xml
deleted file mode 100644
index 288765a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/values/styles.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153.stamp
deleted file mode 100644
index 7949356..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153.stamp
+++ /dev/null
@@ -1 +0,0 @@
-427A6BA32BE88D9B
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/AndroidManifest.xml
deleted file mode 100644
index 3fb4a07..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index 1b728dc..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/R.txt
deleted file mode 100644
index 12bbaef..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/R.txt
+++ /dev/null
@@ -1,4706 +0,0 @@
-int anim abc_fade_in 0x0
-int anim abc_fade_out 0x0
-int anim abc_grow_fade_in_from_bottom 0x0
-int anim abc_popup_enter 0x0
-int anim abc_popup_exit 0x0
-int anim abc_shrink_fade_out_from_bottom 0x0
-int anim abc_slide_in_bottom 0x0
-int anim abc_slide_in_top 0x0
-int anim abc_slide_out_bottom 0x0
-int anim abc_slide_out_top 0x0
-int anim abc_tooltip_enter 0x0
-int anim abc_tooltip_exit 0x0
-int anim btn_checkbox_to_checked_box_inner_merged_animation 0x0
-int anim btn_checkbox_to_checked_box_outer_merged_animation 0x0
-int anim btn_checkbox_to_checked_icon_null_animation 0x0
-int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x0
-int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x0
-int anim btn_checkbox_to_unchecked_icon_null_animation 0x0
-int anim btn_radio_to_off_mtrl_dot_group_animation 0x0
-int anim btn_radio_to_off_mtrl_ring_outer_animation 0x0
-int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x0
-int anim btn_radio_to_on_mtrl_dot_group_animation 0x0
-int anim btn_radio_to_on_mtrl_ring_outer_animation 0x0
-int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x0
-int anim design_bottom_sheet_slide_in 0x0
-int anim design_bottom_sheet_slide_out 0x0
-int anim design_snackbar_in 0x0
-int anim design_snackbar_out 0x0
-int anim fragment_fast_out_extra_slow_in 0x0
-int anim mtrl_bottom_sheet_slide_in 0x0
-int anim mtrl_bottom_sheet_slide_out 0x0
-int anim mtrl_card_lowers_interpolator 0x0
-int animator design_appbar_state_list_animator 0x0
-int animator design_fab_hide_motion_spec 0x0
-int animator design_fab_show_motion_spec 0x0
-int animator fragment_close_enter 0x0
-int animator fragment_close_exit 0x0
-int animator fragment_fade_enter 0x0
-int animator fragment_fade_exit 0x0
-int animator fragment_open_enter 0x0
-int animator fragment_open_exit 0x0
-int animator linear_indeterminate_line1_head_interpolator 0x0
-int animator linear_indeterminate_line1_tail_interpolator 0x0
-int animator linear_indeterminate_line2_head_interpolator 0x0
-int animator linear_indeterminate_line2_tail_interpolator 0x0
-int animator mtrl_btn_state_list_anim 0x0
-int animator mtrl_btn_unelevated_state_list_anim 0x0
-int animator mtrl_card_state_list_anim 0x0
-int animator mtrl_chip_state_list_anim 0x0
-int animator mtrl_extended_fab_change_size_collapse_motion_spec 0x0
-int animator mtrl_extended_fab_change_size_expand_motion_spec 0x0
-int animator mtrl_extended_fab_hide_motion_spec 0x0
-int animator mtrl_extended_fab_show_motion_spec 0x0
-int animator mtrl_extended_fab_state_list_animator 0x0
-int animator mtrl_fab_hide_motion_spec 0x0
-int animator mtrl_fab_show_motion_spec 0x0
-int animator mtrl_fab_transformation_sheet_collapse_spec 0x0
-int animator mtrl_fab_transformation_sheet_expand_spec 0x0
-int attr actionBarDivider 0x0
-int attr actionBarItemBackground 0x0
-int attr actionBarPopupTheme 0x0
-int attr actionBarSize 0x0
-int attr actionBarSplitStyle 0x0
-int attr actionBarStyle 0x0
-int attr actionBarTabBarStyle 0x0
-int attr actionBarTabStyle 0x0
-int attr actionBarTabTextStyle 0x0
-int attr actionBarTheme 0x0
-int attr actionBarWidgetTheme 0x0
-int attr actionButtonStyle 0x0
-int attr actionDropDownStyle 0x0
-int attr actionLayout 0x0
-int attr actionMenuTextAppearance 0x0
-int attr actionMenuTextColor 0x0
-int attr actionModeBackground 0x0
-int attr actionModeCloseButtonStyle 0x0
-int attr actionModeCloseContentDescription 0x0
-int attr actionModeCloseDrawable 0x0
-int attr actionModeCopyDrawable 0x0
-int attr actionModeCutDrawable 0x0
-int attr actionModeFindDrawable 0x0
-int attr actionModePasteDrawable 0x0
-int attr actionModePopupWindowStyle 0x0
-int attr actionModeSelectAllDrawable 0x0
-int attr actionModeShareDrawable 0x0
-int attr actionModeSplitBackground 0x0
-int attr actionModeStyle 0x0
-int attr actionModeTheme 0x0
-int attr actionModeWebSearchDrawable 0x0
-int attr actionOverflowButtonStyle 0x0
-int attr actionOverflowMenuStyle 0x0
-int attr actionProviderClass 0x0
-int attr actionTextColorAlpha 0x0
-int attr actionViewClass 0x0
-int attr activityChooserViewStyle 0x0
-int attr alertDialogButtonGroupStyle 0x0
-int attr alertDialogCenterButtons 0x0
-int attr alertDialogStyle 0x0
-int attr alertDialogTheme 0x0
-int attr allowStacking 0x0
-int attr alpha 0x0
-int attr alphabeticModifiers 0x0
-int attr altSrc 0x0
-int attr animate_relativeTo 0x0
-int attr animationMode 0x0
-int attr appBarLayoutStyle 0x0
-int attr applyMotionScene 0x0
-int attr arcMode 0x0
-int attr arrowHeadLength 0x0
-int attr arrowShaftLength 0x0
-int attr attributeName 0x0
-int attr autoCompleteTextViewStyle 0x0
-int attr autoSizeMaxTextSize 0x0
-int attr autoSizeMinTextSize 0x0
-int attr autoSizePresetSizes 0x0
-int attr autoSizeStepGranularity 0x0
-int attr autoSizeTextType 0x0
-int attr autoTransition 0x0
-int attr background 0x0
-int attr backgroundColor 0x0
-int attr backgroundInsetBottom 0x0
-int attr backgroundInsetEnd 0x0
-int attr backgroundInsetStart 0x0
-int attr backgroundInsetTop 0x0
-int attr backgroundOverlayColorAlpha 0x0
-int attr backgroundSplit 0x0
-int attr backgroundStacked 0x0
-int attr backgroundTint 0x0
-int attr backgroundTintMode 0x0
-int attr badgeGravity 0x0
-int attr badgeStyle 0x0
-int attr badgeTextColor 0x0
-int attr barLength 0x0
-int attr barrierAllowsGoneWidgets 0x0
-int attr barrierDirection 0x0
-int attr barrierMargin 0x0
-int attr behavior_autoHide 0x0
-int attr behavior_autoShrink 0x0
-int attr behavior_draggable 0x0
-int attr behavior_expandedOffset 0x0
-int attr behavior_fitToContents 0x0
-int attr behavior_halfExpandedRatio 0x0
-int attr behavior_hideable 0x0
-int attr behavior_overlapTop 0x0
-int attr behavior_peekHeight 0x0
-int attr behavior_saveFlags 0x0
-int attr behavior_skipCollapsed 0x0
-int attr borderWidth 0x0
-int attr borderlessButtonStyle 0x0
-int attr bottomAppBarStyle 0x0
-int attr bottomNavigationStyle 0x0
-int attr bottomSheetDialogTheme 0x0
-int attr bottomSheetStyle 0x0
-int attr boxBackgroundColor 0x0
-int attr boxBackgroundMode 0x0
-int attr boxCollapsedPaddingTop 0x0
-int attr boxCornerRadiusBottomEnd 0x0
-int attr boxCornerRadiusBottomStart 0x0
-int attr boxCornerRadiusTopEnd 0x0
-int attr boxCornerRadiusTopStart 0x0
-int attr boxStrokeColor 0x0
-int attr boxStrokeErrorColor 0x0
-int attr boxStrokeWidth 0x0
-int attr boxStrokeWidthFocused 0x0
-int attr brightness 0x0
-int attr buttonBarButtonStyle 0x0
-int attr buttonBarNegativeButtonStyle 0x0
-int attr buttonBarNeutralButtonStyle 0x0
-int attr buttonBarPositiveButtonStyle 0x0
-int attr buttonBarStyle 0x0
-int attr buttonCompat 0x0
-int attr buttonGravity 0x0
-int attr buttonIconDimen 0x0
-int attr buttonPanelSideLayout 0x0
-int attr buttonStyle 0x0
-int attr buttonStyleSmall 0x0
-int attr buttonTint 0x0
-int attr buttonTintMode 0x0
-int attr cardBackgroundColor 0x0
-int attr cardCornerRadius 0x0
-int attr cardElevation 0x0
-int attr cardForegroundColor 0x0
-int attr cardMaxElevation 0x0
-int attr cardPreventCornerOverlap 0x0
-int attr cardUseCompatPadding 0x0
-int attr cardViewStyle 0x0
-int attr chainUseRtl 0x0
-int attr checkboxStyle 0x0
-int attr checkedButton 0x0
-int attr checkedChip 0x0
-int attr checkedIcon 0x0
-int attr checkedIconEnabled 0x0
-int attr checkedIconMargin 0x0
-int attr checkedIconSize 0x0
-int attr checkedIconTint 0x0
-int attr checkedIconVisible 0x0
-int attr checkedTextViewStyle 0x0
-int attr chipBackgroundColor 0x0
-int attr chipCornerRadius 0x0
-int attr chipEndPadding 0x0
-int attr chipGroupStyle 0x0
-int attr chipIcon 0x0
-int attr chipIconEnabled 0x0
-int attr chipIconSize 0x0
-int attr chipIconTint 0x0
-int attr chipIconVisible 0x0
-int attr chipMinHeight 0x0
-int attr chipMinTouchTargetSize 0x0
-int attr chipSpacing 0x0
-int attr chipSpacingHorizontal 0x0
-int attr chipSpacingVertical 0x0
-int attr chipStandaloneStyle 0x0
-int attr chipStartPadding 0x0
-int attr chipStrokeColor 0x0
-int attr chipStrokeWidth 0x0
-int attr chipStyle 0x0
-int attr chipSurfaceColor 0x0
-int attr circleRadius 0x0
-int attr circularProgressIndicatorStyle 0x0
-int attr clickAction 0x0
-int attr clockFaceBackgroundColor 0x0
-int attr clockHandColor 0x0
-int attr clockIcon 0x0
-int attr clockNumberTextColor 0x0
-int attr closeIcon 0x0
-int attr closeIconEnabled 0x0
-int attr closeIconEndPadding 0x0
-int attr closeIconSize 0x0
-int attr closeIconStartPadding 0x0
-int attr closeIconTint 0x0
-int attr closeIconVisible 0x0
-int attr closeItemLayout 0x0
-int attr collapseContentDescription 0x0
-int attr collapseIcon 0x0
-int attr collapsedSize 0x0
-int attr collapsedTitleGravity 0x0
-int attr collapsedTitleTextAppearance 0x0
-int attr collapsingToolbarLayoutStyle 0x0
-int attr color 0x0
-int attr colorAccent 0x0
-int attr colorBackgroundFloating 0x0
-int attr colorButtonNormal 0x0
-int attr colorControlActivated 0x0
-int attr colorControlHighlight 0x0
-int attr colorControlNormal 0x0
-int attr colorError 0x0
-int attr colorOnBackground 0x0
-int attr colorOnError 0x0
-int attr colorOnPrimary 0x0
-int attr colorOnPrimarySurface 0x0
-int attr colorOnSecondary 0x0
-int attr colorOnSurface 0x0
-int attr colorPrimary 0x0
-int attr colorPrimaryDark 0x0
-int attr colorPrimarySurface 0x0
-int attr colorPrimaryVariant 0x0
-int attr colorSecondary 0x0
-int attr colorSecondaryVariant 0x0
-int attr colorSurface 0x0
-int attr colorSwitchThumbNormal 0x0
-int attr commitIcon 0x0
-int attr constraintSet 0x0
-int attr constraintSetEnd 0x0
-int attr constraintSetStart 0x0
-int attr constraint_referenced_ids 0x0
-int attr constraints 0x0
-int attr content 0x0
-int attr contentDescription 0x0
-int attr contentInsetEnd 0x0
-int attr contentInsetEndWithActions 0x0
-int attr contentInsetLeft 0x0
-int attr contentInsetRight 0x0
-int attr contentInsetStart 0x0
-int attr contentInsetStartWithNavigation 0x0
-int attr contentPadding 0x0
-int attr contentPaddingBottom 0x0
-int attr contentPaddingEnd 0x0
-int attr contentPaddingLeft 0x0
-int attr contentPaddingRight 0x0
-int attr contentPaddingStart 0x0
-int attr contentPaddingTop 0x0
-int attr contentScrim 0x0
-int attr contrast 0x0
-int attr controlBackground 0x0
-int attr coordinatorLayoutStyle 0x0
-int attr cornerFamily 0x0
-int attr cornerFamilyBottomLeft 0x0
-int attr cornerFamilyBottomRight 0x0
-int attr cornerFamilyTopLeft 0x0
-int attr cornerFamilyTopRight 0x0
-int attr cornerRadius 0x0
-int attr cornerSize 0x0
-int attr cornerSizeBottomLeft 0x0
-int attr cornerSizeBottomRight 0x0
-int attr cornerSizeTopLeft 0x0
-int attr cornerSizeTopRight 0x0
-int attr counterEnabled 0x0
-int attr counterMaxLength 0x0
-int attr counterOverflowTextAppearance 0x0
-int attr counterOverflowTextColor 0x0
-int attr counterTextAppearance 0x0
-int attr counterTextColor 0x0
-int attr crossfade 0x0
-int attr currentState 0x0
-int attr curveFit 0x0
-int attr customBoolean 0x0
-int attr customColorDrawableValue 0x0
-int attr customColorValue 0x0
-int attr customDimension 0x0
-int attr customFloatValue 0x0
-int attr customIntegerValue 0x0
-int attr customNavigationLayout 0x0
-int attr customPixelDimension 0x0
-int attr customStringValue 0x0
-int attr dayInvalidStyle 0x0
-int attr daySelectedStyle 0x0
-int attr dayStyle 0x0
-int attr dayTodayStyle 0x0
-int attr defaultDuration 0x0
-int attr defaultQueryHint 0x0
-int attr defaultState 0x0
-int attr deltaPolarAngle 0x0
-int attr deltaPolarRadius 0x0
-int attr deriveConstraintsFrom 0x0
-int attr dialogCornerRadius 0x0
-int attr dialogPreferredPadding 0x0
-int attr dialogTheme 0x0
-int attr displayOptions 0x0
-int attr divider 0x0
-int attr dividerHorizontal 0x0
-int attr dividerPadding 0x0
-int attr dividerVertical 0x0
-int attr dragDirection 0x0
-int attr dragScale 0x0
-int attr dragThreshold 0x0
-int attr drawPath 0x0
-int attr drawableBottomCompat 0x0
-int attr drawableEndCompat 0x0
-int attr drawableLeftCompat 0x0
-int attr drawableRightCompat 0x0
-int attr drawableSize 0x0
-int attr drawableStartCompat 0x0
-int attr drawableTint 0x0
-int attr drawableTintMode 0x0
-int attr drawableTopCompat 0x0
-int attr drawerArrowStyle 0x0
-int attr dropDownListViewStyle 0x0
-int attr dropdownListPreferredItemHeight 0x0
-int attr duration 0x0
-int attr editTextBackground 0x0
-int attr editTextColor 0x0
-int attr editTextStyle 0x0
-int attr elevation 0x0
-int attr elevationOverlayColor 0x0
-int attr elevationOverlayEnabled 0x0
-int attr enableEdgeToEdge 0x0
-int attr endIconCheckable 0x0
-int attr endIconContentDescription 0x0
-int attr endIconDrawable 0x0
-int attr endIconMode 0x0
-int attr endIconTint 0x0
-int attr endIconTintMode 0x0
-int attr enforceMaterialTheme 0x0
-int attr enforceTextAppearance 0x0
-int attr ensureMinTouchTargetSize 0x0
-int attr errorContentDescription 0x0
-int attr errorEnabled 0x0
-int attr errorIconDrawable 0x0
-int attr errorIconTint 0x0
-int attr errorIconTintMode 0x0
-int attr errorTextAppearance 0x0
-int attr errorTextColor 0x0
-int attr expandActivityOverflowButtonDrawable 0x0
-int attr expanded 0x0
-int attr expandedHintEnabled 0x0
-int attr expandedTitleGravity 0x0
-int attr expandedTitleMargin 0x0
-int attr expandedTitleMarginBottom 0x0
-int attr expandedTitleMarginEnd 0x0
-int attr expandedTitleMarginStart 0x0
-int attr expandedTitleMarginTop 0x0
-int attr expandedTitleTextAppearance 0x0
-int attr extendMotionSpec 0x0
-int attr extendedFloatingActionButtonStyle 0x0
-int attr extraMultilineHeightEnabled 0x0
-int attr fabAlignmentMode 0x0
-int attr fabAnimationMode 0x0
-int attr fabCradleMargin 0x0
-int attr fabCradleRoundedCornerRadius 0x0
-int attr fabCradleVerticalOffset 0x0
-int attr fabCustomSize 0x0
-int attr fabSize 0x0
-int attr fastScrollEnabled 0x0
-int attr fastScrollHorizontalThumbDrawable 0x0
-int attr fastScrollHorizontalTrackDrawable 0x0
-int attr fastScrollVerticalThumbDrawable 0x0
-int attr fastScrollVerticalTrackDrawable 0x0
-int attr firstBaselineToTopHeight 0x0
-int attr floatingActionButtonStyle 0x0
-int attr flow_firstHorizontalBias 0x0
-int attr flow_firstHorizontalStyle 0x0
-int attr flow_firstVerticalBias 0x0
-int attr flow_firstVerticalStyle 0x0
-int attr flow_horizontalAlign 0x0
-int attr flow_horizontalBias 0x0
-int attr flow_horizontalGap 0x0
-int attr flow_horizontalStyle 0x0
-int attr flow_lastHorizontalBias 0x0
-int attr flow_lastHorizontalStyle 0x0
-int attr flow_lastVerticalBias 0x0
-int attr flow_lastVerticalStyle 0x0
-int attr flow_maxElementsWrap 0x0
-int attr flow_padding 0x0
-int attr flow_verticalAlign 0x0
-int attr flow_verticalBias 0x0
-int attr flow_verticalGap 0x0
-int attr flow_verticalStyle 0x0
-int attr flow_wrapMode 0x0
-int attr font 0x0
-int attr fontFamily 0x0
-int attr fontProviderAuthority 0x0
-int attr fontProviderCerts 0x0
-int attr fontProviderFetchStrategy 0x0
-int attr fontProviderFetchTimeout 0x0
-int attr fontProviderPackage 0x0
-int attr fontProviderQuery 0x0
-int attr fontProviderSystemFontFamily 0x0
-int attr fontStyle 0x0
-int attr fontVariationSettings 0x0
-int attr fontWeight 0x0
-int attr forceApplySystemWindowInsetTop 0x0
-int attr foregroundInsidePadding 0x0
-int attr framePosition 0x0
-int attr gapBetweenBars 0x0
-int attr gestureInsetBottomIgnored 0x0
-int attr goIcon 0x0
-int attr haloColor 0x0
-int attr haloRadius 0x0
-int attr headerLayout 0x0
-int attr height 0x0
-int attr helperText 0x0
-int attr helperTextEnabled 0x0
-int attr helperTextTextAppearance 0x0
-int attr helperTextTextColor 0x0
-int attr hideAnimationBehavior 0x0
-int attr hideMotionSpec 0x0
-int attr hideOnContentScroll 0x0
-int attr hideOnScroll 0x0
-int attr hintAnimationEnabled 0x0
-int attr hintEnabled 0x0
-int attr hintTextAppearance 0x0
-int attr hintTextColor 0x0
-int attr homeAsUpIndicator 0x0
-int attr homeLayout 0x0
-int attr horizontalOffset 0x0
-int attr hoveredFocusedTranslationZ 0x0
-int attr icon 0x0
-int attr iconEndPadding 0x0
-int attr iconGravity 0x0
-int attr iconPadding 0x0
-int attr iconSize 0x0
-int attr iconStartPadding 0x0
-int attr iconTint 0x0
-int attr iconTintMode 0x0
-int attr iconifiedByDefault 0x0
-int attr imageButtonStyle 0x0
-int attr indeterminateAnimationType 0x0
-int attr indeterminateProgressStyle 0x0
-int attr indicatorColor 0x0
-int attr indicatorDirectionCircular 0x0
-int attr indicatorDirectionLinear 0x0
-int attr indicatorInset 0x0
-int attr indicatorSize 0x0
-int attr initialActivityCount 0x0
-int attr insetForeground 0x0
-int attr isLightTheme 0x0
-int attr isMaterialTheme 0x0
-int attr itemBackground 0x0
-int attr itemFillColor 0x0
-int attr itemHorizontalPadding 0x0
-int attr itemHorizontalTranslationEnabled 0x0
-int attr itemIconPadding 0x0
-int attr itemIconSize 0x0
-int attr itemIconTint 0x0
-int attr itemMaxLines 0x0
-int attr itemPadding 0x0
-int attr itemRippleColor 0x0
-int attr itemShapeAppearance 0x0
-int attr itemShapeAppearanceOverlay 0x0
-int attr itemShapeFillColor 0x0
-int attr itemShapeInsetBottom 0x0
-int attr itemShapeInsetEnd 0x0
-int attr itemShapeInsetStart 0x0
-int attr itemShapeInsetTop 0x0
-int attr itemSpacing 0x0
-int attr itemStrokeColor 0x0
-int attr itemStrokeWidth 0x0
-int attr itemTextAppearance 0x0
-int attr itemTextAppearanceActive 0x0
-int attr itemTextAppearanceInactive 0x0
-int attr itemTextColor 0x0
-int attr keyPositionType 0x0
-int attr keyboardIcon 0x0
-int attr keylines 0x0
-int attr labelBehavior 0x0
-int attr labelStyle 0x0
-int attr labelVisibilityMode 0x0
-int attr lastBaselineToBottomHeight 0x0
-int attr layout 0x0
-int attr layoutDescription 0x0
-int attr layoutDuringTransition 0x0
-int attr layoutManager 0x0
-int attr layout_anchor 0x0
-int attr layout_anchorGravity 0x0
-int attr layout_behavior 0x0
-int attr layout_collapseMode 0x0
-int attr layout_collapseParallaxMultiplier 0x0
-int attr layout_constrainedHeight 0x0
-int attr layout_constrainedWidth 0x0
-int attr layout_constraintBaseline_creator 0x0
-int attr layout_constraintBaseline_toBaselineOf 0x0
-int attr layout_constraintBottom_creator 0x0
-int attr layout_constraintBottom_toBottomOf 0x0
-int attr layout_constraintBottom_toTopOf 0x0
-int attr layout_constraintCircle 0x0
-int attr layout_constraintCircleAngle 0x0
-int attr layout_constraintCircleRadius 0x0
-int attr layout_constraintDimensionRatio 0x0
-int attr layout_constraintEnd_toEndOf 0x0
-int attr layout_constraintEnd_toStartOf 0x0
-int attr layout_constraintGuide_begin 0x0
-int attr layout_constraintGuide_end 0x0
-int attr layout_constraintGuide_percent 0x0
-int attr layout_constraintHeight_default 0x0
-int attr layout_constraintHeight_max 0x0
-int attr layout_constraintHeight_min 0x0
-int attr layout_constraintHeight_percent 0x0
-int attr layout_constraintHorizontal_bias 0x0
-int attr layout_constraintHorizontal_chainStyle 0x0
-int attr layout_constraintHorizontal_weight 0x0
-int attr layout_constraintLeft_creator 0x0
-int attr layout_constraintLeft_toLeftOf 0x0
-int attr layout_constraintLeft_toRightOf 0x0
-int attr layout_constraintRight_creator 0x0
-int attr layout_constraintRight_toLeftOf 0x0
-int attr layout_constraintRight_toRightOf 0x0
-int attr layout_constraintStart_toEndOf 0x0
-int attr layout_constraintStart_toStartOf 0x0
-int attr layout_constraintTag 0x0
-int attr layout_constraintTop_creator 0x0
-int attr layout_constraintTop_toBottomOf 0x0
-int attr layout_constraintTop_toTopOf 0x0
-int attr layout_constraintVertical_bias 0x0
-int attr layout_constraintVertical_chainStyle 0x0
-int attr layout_constraintVertical_weight 0x0
-int attr layout_constraintWidth_default 0x0
-int attr layout_constraintWidth_max 0x0
-int attr layout_constraintWidth_min 0x0
-int attr layout_constraintWidth_percent 0x0
-int attr layout_dodgeInsetEdges 0x0
-int attr layout_editor_absoluteX 0x0
-int attr layout_editor_absoluteY 0x0
-int attr layout_goneMarginBottom 0x0
-int attr layout_goneMarginEnd 0x0
-int attr layout_goneMarginLeft 0x0
-int attr layout_goneMarginRight 0x0
-int attr layout_goneMarginStart 0x0
-int attr layout_goneMarginTop 0x0
-int attr layout_insetEdge 0x0
-int attr layout_keyline 0x0
-int attr layout_optimizationLevel 0x0
-int attr layout_scrollFlags 0x0
-int attr layout_scrollInterpolator 0x0
-int attr liftOnScroll 0x0
-int attr liftOnScrollTargetViewId 0x0
-int attr limitBoundsTo 0x0
-int attr lineHeight 0x0
-int attr lineSpacing 0x0
-int attr linearProgressIndicatorStyle 0x0
-int attr listChoiceBackgroundIndicator 0x0
-int attr listChoiceIndicatorMultipleAnimated 0x0
-int attr listChoiceIndicatorSingleAnimated 0x0
-int attr listDividerAlertDialog 0x0
-int attr listItemLayout 0x0
-int attr listLayout 0x0
-int attr listMenuViewStyle 0x0
-int attr listPopupWindowStyle 0x0
-int attr listPreferredItemHeight 0x0
-int attr listPreferredItemHeightLarge 0x0
-int attr listPreferredItemHeightSmall 0x0
-int attr listPreferredItemPaddingEnd 0x0
-int attr listPreferredItemPaddingLeft 0x0
-int attr listPreferredItemPaddingRight 0x0
-int attr listPreferredItemPaddingStart 0x0
-int attr logo 0x0
-int attr logoDescription 0x0
-int attr materialAlertDialogBodyTextStyle 0x0
-int attr materialAlertDialogTheme 0x0
-int attr materialAlertDialogTitleIconStyle 0x0
-int attr materialAlertDialogTitlePanelStyle 0x0
-int attr materialAlertDialogTitleTextStyle 0x0
-int attr materialButtonOutlinedStyle 0x0
-int attr materialButtonStyle 0x0
-int attr materialButtonToggleGroupStyle 0x0
-int attr materialCalendarDay 0x0
-int attr materialCalendarFullscreenTheme 0x0
-int attr materialCalendarHeaderCancelButton 0x0
-int attr materialCalendarHeaderConfirmButton 0x0
-int attr materialCalendarHeaderDivider 0x0
-int attr materialCalendarHeaderLayout 0x0
-int attr materialCalendarHeaderSelection 0x0
-int attr materialCalendarHeaderTitle 0x0
-int attr materialCalendarHeaderToggleButton 0x0
-int attr materialCalendarMonth 0x0
-int attr materialCalendarMonthNavigationButton 0x0
-int attr materialCalendarStyle 0x0
-int attr materialCalendarTheme 0x0
-int attr materialCalendarYearNavigationButton 0x0
-int attr materialCardViewStyle 0x0
-int attr materialCircleRadius 0x0
-int attr materialClockStyle 0x0
-int attr materialThemeOverlay 0x0
-int attr materialTimePickerStyle 0x0
-int attr materialTimePickerTheme 0x0
-int attr maxAcceleration 0x0
-int attr maxActionInlineWidth 0x0
-int attr maxButtonHeight 0x0
-int attr maxCharacterCount 0x0
-int attr maxHeight 0x0
-int attr maxImageSize 0x0
-int attr maxLines 0x0
-int attr maxVelocity 0x0
-int attr maxWidth 0x0
-int attr measureWithLargestChild 0x0
-int attr menu 0x0
-int attr menuGravity 0x0
-int attr minHeight 0x0
-int attr minHideDelay 0x0
-int attr minSeparation 0x0
-int attr minTouchTargetSize 0x0
-int attr minWidth 0x0
-int attr mock_diagonalsColor 0x0
-int attr mock_label 0x0
-int attr mock_labelBackgroundColor 0x0
-int attr mock_labelColor 0x0
-int attr mock_showDiagonals 0x0
-int attr mock_showLabel 0x0
-int attr motionDebug 0x0
-int attr motionDurationLong1 0x0
-int attr motionDurationLong2 0x0
-int attr motionDurationMedium1 0x0
-int attr motionDurationMedium2 0x0
-int attr motionDurationShort1 0x0
-int attr motionDurationShort2 0x0
-int attr motionEasingAccelerated 0x0
-int attr motionEasingDecelerated 0x0
-int attr motionEasingEmphasized 0x0
-int attr motionEasingLinear 0x0
-int attr motionEasingStandard 0x0
-int attr motionInterpolator 0x0
-int attr motionPath 0x0
-int attr motionPathRotate 0x0
-int attr motionProgress 0x0
-int attr motionStagger 0x0
-int attr motionTarget 0x0
-int attr motion_postLayoutCollision 0x0
-int attr motion_triggerOnCollision 0x0
-int attr moveWhenScrollAtTop 0x0
-int attr multiChoiceItemLayout 0x0
-int attr navigationContentDescription 0x0
-int attr navigationIcon 0x0
-int attr navigationIconTint 0x0
-int attr navigationMode 0x0
-int attr navigationRailStyle 0x0
-int attr navigationViewStyle 0x0
-int attr nestedScrollFlags 0x0
-int attr nestedScrollable 0x0
-int attr number 0x0
-int attr numericModifiers 0x0
-int attr onCross 0x0
-int attr onHide 0x0
-int attr onNegativeCross 0x0
-int attr onPositiveCross 0x0
-int attr onShow 0x0
-int attr onTouchUp 0x0
-int attr overlapAnchor 0x0
-int attr overlay 0x0
-int attr paddingBottomNoButtons 0x0
-int attr paddingBottomSystemWindowInsets 0x0
-int attr paddingEnd 0x0
-int attr paddingLeftSystemWindowInsets 0x0
-int attr paddingRightSystemWindowInsets 0x0
-int attr paddingStart 0x0
-int attr paddingTopNoTitle 0x0
-int attr paddingTopSystemWindowInsets 0x0
-int attr panelBackground 0x0
-int attr panelMenuListTheme 0x0
-int attr panelMenuListWidth 0x0
-int attr passwordToggleContentDescription 0x0
-int attr passwordToggleDrawable 0x0
-int attr passwordToggleEnabled 0x0
-int attr passwordToggleTint 0x0
-int attr passwordToggleTintMode 0x0
-int attr pathMotionArc 0x0
-int attr path_percent 0x0
-int attr percentHeight 0x0
-int attr percentWidth 0x0
-int attr percentX 0x0
-int attr percentY 0x0
-int attr perpendicularPath_percent 0x0
-int attr pivotAnchor 0x0
-int attr placeholderText 0x0
-int attr placeholderTextAppearance 0x0
-int attr placeholderTextColor 0x0
-int attr placeholder_emptyVisibility 0x0
-int attr popupMenuBackground 0x0
-int attr popupMenuStyle 0x0
-int attr popupTheme 0x0
-int attr popupWindowStyle 0x0
-int attr prefixText 0x0
-int attr prefixTextAppearance 0x0
-int attr prefixTextColor 0x0
-int attr preserveIconSpacing 0x0
-int attr pressedTranslationZ 0x0
-int attr progressBarPadding 0x0
-int attr progressBarStyle 0x0
-int attr queryBackground 0x0
-int attr queryHint 0x0
-int attr radioButtonStyle 0x0
-int attr rangeFillColor 0x0
-int attr ratingBarStyle 0x0
-int attr ratingBarStyleIndicator 0x0
-int attr ratingBarStyleSmall 0x0
-int attr recyclerViewStyle 0x0
-int attr region_heightLessThan 0x0
-int attr region_heightMoreThan 0x0
-int attr region_widthLessThan 0x0
-int attr region_widthMoreThan 0x0
-int attr reverseLayout 0x0
-int attr rippleColor 0x0
-int attr round 0x0
-int attr roundPercent 0x0
-int attr saturation 0x0
-int attr scrimAnimationDuration 0x0
-int attr scrimBackground 0x0
-int attr scrimVisibleHeightTrigger 0x0
-int attr searchHintIcon 0x0
-int attr searchIcon 0x0
-int attr searchViewStyle 0x0
-int attr seekBarStyle 0x0
-int attr selectableItemBackground 0x0
-int attr selectableItemBackgroundBorderless 0x0
-int attr selectionRequired 0x0
-int attr selectorSize 0x0
-int attr shapeAppearance 0x0
-int attr shapeAppearanceLargeComponent 0x0
-int attr shapeAppearanceMediumComponent 0x0
-int attr shapeAppearanceOverlay 0x0
-int attr shapeAppearanceSmallComponent 0x0
-int attr showAnimationBehavior 0x0
-int attr showAsAction 0x0
-int attr showDelay 0x0
-int attr showDividers 0x0
-int attr showMotionSpec 0x0
-int attr showPaths 0x0
-int attr showText 0x0
-int attr showTitle 0x0
-int attr shrinkMotionSpec 0x0
-int attr singleChoiceItemLayout 0x0
-int attr singleLine 0x0
-int attr singleSelection 0x0
-int attr sizePercent 0x0
-int attr sliderStyle 0x0
-int attr snackbarButtonStyle 0x0
-int attr snackbarStyle 0x0
-int attr snackbarTextViewStyle 0x0
-int attr spanCount 0x0
-int attr spinBars 0x0
-int attr spinnerDropDownItemStyle 0x0
-int attr spinnerStyle 0x0
-int attr splitTrack 0x0
-int attr srcCompat 0x0
-int attr stackFromEnd 0x0
-int attr staggered 0x0
-int attr startIconCheckable 0x0
-int attr startIconContentDescription 0x0
-int attr startIconDrawable 0x0
-int attr startIconTint 0x0
-int attr startIconTintMode 0x0
-int attr state_above_anchor 0x0
-int attr state_collapsed 0x0
-int attr state_collapsible 0x0
-int attr state_dragged 0x0
-int attr state_liftable 0x0
-int attr state_lifted 0x0
-int attr statusBarBackground 0x0
-int attr statusBarForeground 0x0
-int attr statusBarScrim 0x0
-int attr strokeColor 0x0
-int attr strokeWidth 0x0
-int attr subMenuArrow 0x0
-int attr submitBackground 0x0
-int attr subtitle 0x0
-int attr subtitleCentered 0x0
-int attr subtitleTextAppearance 0x0
-int attr subtitleTextColor 0x0
-int attr subtitleTextStyle 0x0
-int attr suffixText 0x0
-int attr suffixTextAppearance 0x0
-int attr suffixTextColor 0x0
-int attr suggestionRowLayout 0x0
-int attr switchMinWidth 0x0
-int attr switchPadding 0x0
-int attr switchStyle 0x0
-int attr switchTextAppearance 0x0
-int attr tabBackground 0x0
-int attr tabContentStart 0x0
-int attr tabGravity 0x0
-int attr tabIconTint 0x0
-int attr tabIconTintMode 0x0
-int attr tabIndicator 0x0
-int attr tabIndicatorAnimationDuration 0x0
-int attr tabIndicatorAnimationMode 0x0
-int attr tabIndicatorColor 0x0
-int attr tabIndicatorFullWidth 0x0
-int attr tabIndicatorGravity 0x0
-int attr tabIndicatorHeight 0x0
-int attr tabInlineLabel 0x0
-int attr tabMaxWidth 0x0
-int attr tabMinWidth 0x0
-int attr tabMode 0x0
-int attr tabPadding 0x0
-int attr tabPaddingBottom 0x0
-int attr tabPaddingEnd 0x0
-int attr tabPaddingStart 0x0
-int attr tabPaddingTop 0x0
-int attr tabRippleColor 0x0
-int attr tabSelectedTextColor 0x0
-int attr tabStyle 0x0
-int attr tabTextAppearance 0x0
-int attr tabTextColor 0x0
-int attr tabUnboundedRipple 0x0
-int attr targetId 0x0
-int attr telltales_tailColor 0x0
-int attr telltales_tailScale 0x0
-int attr telltales_velocityMode 0x0
-int attr textAllCaps 0x0
-int attr textAppearanceBody1 0x0
-int attr textAppearanceBody2 0x0
-int attr textAppearanceButton 0x0
-int attr textAppearanceCaption 0x0
-int attr textAppearanceHeadline1 0x0
-int attr textAppearanceHeadline2 0x0
-int attr textAppearanceHeadline3 0x0
-int attr textAppearanceHeadline4 0x0
-int attr textAppearanceHeadline5 0x0
-int attr textAppearanceHeadline6 0x0
-int attr textAppearanceLargePopupMenu 0x0
-int attr textAppearanceLineHeightEnabled 0x0
-int attr textAppearanceListItem 0x0
-int attr textAppearanceListItemSecondary 0x0
-int attr textAppearanceListItemSmall 0x0
-int attr textAppearanceOverline 0x0
-int attr textAppearancePopupMenuHeader 0x0
-int attr textAppearanceSearchResultSubtitle 0x0
-int attr textAppearanceSearchResultTitle 0x0
-int attr textAppearanceSmallPopupMenu 0x0
-int attr textAppearanceSubtitle1 0x0
-int attr textAppearanceSubtitle2 0x0
-int attr textColorAlertDialogListItem 0x0
-int attr textColorSearchUrl 0x0
-int attr textEndPadding 0x0
-int attr textInputLayoutFocusedRectEnabled 0x0
-int attr textInputStyle 0x0
-int attr textLocale 0x0
-int attr textStartPadding 0x0
-int attr theme 0x0
-int attr themeLineHeight 0x0
-int attr thickness 0x0
-int attr thumbColor 0x0
-int attr thumbElevation 0x0
-int attr thumbRadius 0x0
-int attr thumbStrokeColor 0x0
-int attr thumbStrokeWidth 0x0
-int attr thumbTextPadding 0x0
-int attr thumbTint 0x0
-int attr thumbTintMode 0x0
-int attr tickColor 0x0
-int attr tickColorActive 0x0
-int attr tickColorInactive 0x0
-int attr tickMark 0x0
-int attr tickMarkTint 0x0
-int attr tickMarkTintMode 0x0
-int attr tickVisible 0x0
-int attr tint 0x0
-int attr tintMode 0x0
-int attr title 0x0
-int attr titleCentered 0x0
-int attr titleCollapseMode 0x0
-int attr titleEnabled 0x0
-int attr titleMargin 0x0
-int attr titleMarginBottom 0x0
-int attr titleMarginEnd 0x0
-int attr titleMarginStart 0x0
-int attr titleMarginTop 0x0
-int attr titleMargins 0x0
-int attr titleTextAppearance 0x0
-int attr titleTextColor 0x0
-int attr titleTextStyle 0x0
-int attr toolbarId 0x0
-int attr toolbarNavigationButtonStyle 0x0
-int attr toolbarStyle 0x0
-int attr tooltipForegroundColor 0x0
-int attr tooltipFrameBackground 0x0
-int attr tooltipStyle 0x0
-int attr tooltipText 0x0
-int attr touchAnchorId 0x0
-int attr touchAnchorSide 0x0
-int attr touchRegionId 0x0
-int attr track 0x0
-int attr trackColor 0x0
-int attr trackColorActive 0x0
-int attr trackColorInactive 0x0
-int attr trackCornerRadius 0x0
-int attr trackHeight 0x0
-int attr trackThickness 0x0
-int attr trackTint 0x0
-int attr trackTintMode 0x0
-int attr transitionDisable 0x0
-int attr transitionEasing 0x0
-int attr transitionFlags 0x0
-int attr transitionPathRotate 0x0
-int attr transitionShapeAppearance 0x0
-int attr triggerId 0x0
-int attr triggerReceiver 0x0
-int attr triggerSlack 0x0
-int attr ttcIndex 0x0
-int attr useCompatPadding 0x0
-int attr useMaterialThemeColors 0x0
-int attr values 0x0
-int attr verticalOffset 0x0
-int attr viewInflaterClass 0x0
-int attr visibilityMode 0x0
-int attr voiceIcon 0x0
-int attr warmth 0x0
-int attr waveDecay 0x0
-int attr waveOffset 0x0
-int attr wavePeriod 0x0
-int attr waveShape 0x0
-int attr waveVariesBy 0x0
-int attr windowActionBar 0x0
-int attr windowActionBarOverlay 0x0
-int attr windowActionModeOverlay 0x0
-int attr windowFixedHeightMajor 0x0
-int attr windowFixedHeightMinor 0x0
-int attr windowFixedWidthMajor 0x0
-int attr windowFixedWidthMinor 0x0
-int attr windowMinWidthMajor 0x0
-int attr windowMinWidthMinor 0x0
-int attr windowNoTitle 0x0
-int attr yearSelectedStyle 0x0
-int attr yearStyle 0x0
-int attr yearTodayStyle 0x0
-int bool abc_action_bar_embed_tabs 0x0
-int bool abc_allow_stacked_button_bar 0x0
-int bool abc_config_actionMenuItemAllCaps 0x0
-int bool mtrl_btn_textappearance_all_caps 0x0
-int color abc_background_cache_hint_selector_material_dark 0x0
-int color abc_background_cache_hint_selector_material_light 0x0
-int color abc_btn_colored_borderless_text_material 0x0
-int color abc_btn_colored_text_material 0x0
-int color abc_color_highlight_material 0x0
-int color abc_decor_view_status_guard 0x0
-int color abc_decor_view_status_guard_light 0x0
-int color abc_hint_foreground_material_dark 0x0
-int color abc_hint_foreground_material_light 0x0
-int color abc_primary_text_disable_only_material_dark 0x0
-int color abc_primary_text_disable_only_material_light 0x0
-int color abc_primary_text_material_dark 0x0
-int color abc_primary_text_material_light 0x0
-int color abc_search_url_text 0x0
-int color abc_search_url_text_normal 0x0
-int color abc_search_url_text_pressed 0x0
-int color abc_search_url_text_selected 0x0
-int color abc_secondary_text_material_dark 0x0
-int color abc_secondary_text_material_light 0x0
-int color abc_tint_btn_checkable 0x0
-int color abc_tint_default 0x0
-int color abc_tint_edittext 0x0
-int color abc_tint_seek_thumb 0x0
-int color abc_tint_spinner 0x0
-int color abc_tint_switch_track 0x0
-int color accent_material_dark 0x0
-int color accent_material_light 0x0
-int color androidx_core_ripple_material_light 0x0
-int color androidx_core_secondary_text_default_material_light 0x0
-int color background_floating_material_dark 0x0
-int color background_floating_material_light 0x0
-int color background_material_dark 0x0
-int color background_material_light 0x0
-int color bright_foreground_disabled_material_dark 0x0
-int color bright_foreground_disabled_material_light 0x0
-int color bright_foreground_inverse_material_dark 0x0
-int color bright_foreground_inverse_material_light 0x0
-int color bright_foreground_material_dark 0x0
-int color bright_foreground_material_light 0x0
-int color button_material_dark 0x0
-int color button_material_light 0x0
-int color cardview_dark_background 0x0
-int color cardview_light_background 0x0
-int color cardview_shadow_end_color 0x0
-int color cardview_shadow_start_color 0x0
-int color checkbox_themeable_attribute_color 0x0
-int color design_bottom_navigation_shadow_color 0x0
-int color design_box_stroke_color 0x0
-int color design_dark_default_color_background 0x0
-int color design_dark_default_color_error 0x0
-int color design_dark_default_color_on_background 0x0
-int color design_dark_default_color_on_error 0x0
-int color design_dark_default_color_on_primary 0x0
-int color design_dark_default_color_on_secondary 0x0
-int color design_dark_default_color_on_surface 0x0
-int color design_dark_default_color_primary 0x0
-int color design_dark_default_color_primary_dark 0x0
-int color design_dark_default_color_primary_variant 0x0
-int color design_dark_default_color_secondary 0x0
-int color design_dark_default_color_secondary_variant 0x0
-int color design_dark_default_color_surface 0x0
-int color design_default_color_background 0x0
-int color design_default_color_error 0x0
-int color design_default_color_on_background 0x0
-int color design_default_color_on_error 0x0
-int color design_default_color_on_primary 0x0
-int color design_default_color_on_secondary 0x0
-int color design_default_color_on_surface 0x0
-int color design_default_color_primary 0x0
-int color design_default_color_primary_dark 0x0
-int color design_default_color_primary_variant 0x0
-int color design_default_color_secondary 0x0
-int color design_default_color_secondary_variant 0x0
-int color design_default_color_surface 0x0
-int color design_error 0x0
-int color design_fab_shadow_end_color 0x0
-int color design_fab_shadow_mid_color 0x0
-int color design_fab_shadow_start_color 0x0
-int color design_fab_stroke_end_inner_color 0x0
-int color design_fab_stroke_end_outer_color 0x0
-int color design_fab_stroke_top_inner_color 0x0
-int color design_fab_stroke_top_outer_color 0x0
-int color design_icon_tint 0x0
-int color design_snackbar_background_color 0x0
-int color dim_foreground_disabled_material_dark 0x0
-int color dim_foreground_disabled_material_light 0x0
-int color dim_foreground_material_dark 0x0
-int color dim_foreground_material_light 0x0
-int color error_color_material_dark 0x0
-int color error_color_material_light 0x0
-int color foreground_material_dark 0x0
-int color foreground_material_light 0x0
-int color highlighted_text_material_dark 0x0
-int color highlighted_text_material_light 0x0
-int color material_blue_grey_800 0x0
-int color material_blue_grey_900 0x0
-int color material_blue_grey_950 0x0
-int color material_cursor_color 0x0
-int color material_deep_teal_200 0x0
-int color material_deep_teal_500 0x0
-int color material_grey_100 0x0
-int color material_grey_300 0x0
-int color material_grey_50 0x0
-int color material_grey_600 0x0
-int color material_grey_800 0x0
-int color material_grey_850 0x0
-int color material_grey_900 0x0
-int color material_on_background_disabled 0x0
-int color material_on_background_emphasis_high_type 0x0
-int color material_on_background_emphasis_medium 0x0
-int color material_on_primary_disabled 0x0
-int color material_on_primary_emphasis_high_type 0x0
-int color material_on_primary_emphasis_medium 0x0
-int color material_on_surface_disabled 0x0
-int color material_on_surface_emphasis_high_type 0x0
-int color material_on_surface_emphasis_medium 0x0
-int color material_on_surface_stroke 0x0
-int color material_slider_active_tick_marks_color 0x0
-int color material_slider_active_track_color 0x0
-int color material_slider_halo_color 0x0
-int color material_slider_inactive_tick_marks_color 0x0
-int color material_slider_inactive_track_color 0x0
-int color material_slider_thumb_color 0x0
-int color material_timepicker_button_background 0x0
-int color material_timepicker_button_stroke 0x0
-int color material_timepicker_clock_text_color 0x0
-int color material_timepicker_clockface 0x0
-int color material_timepicker_modebutton_tint 0x0
-int color mtrl_btn_bg_color_selector 0x0
-int color mtrl_btn_ripple_color 0x0
-int color mtrl_btn_stroke_color_selector 0x0
-int color mtrl_btn_text_btn_bg_color_selector 0x0
-int color mtrl_btn_text_btn_ripple_color 0x0
-int color mtrl_btn_text_color_disabled 0x0
-int color mtrl_btn_text_color_selector 0x0
-int color mtrl_btn_transparent_bg_color 0x0
-int color mtrl_calendar_item_stroke_color 0x0
-int color mtrl_calendar_selected_range 0x0
-int color mtrl_card_view_foreground 0x0
-int color mtrl_card_view_ripple 0x0
-int color mtrl_chip_background_color 0x0
-int color mtrl_chip_close_icon_tint 0x0
-int color mtrl_chip_surface_color 0x0
-int color mtrl_chip_text_color 0x0
-int color mtrl_choice_chip_background_color 0x0
-int color mtrl_choice_chip_ripple_color 0x0
-int color mtrl_choice_chip_text_color 0x0
-int color mtrl_error 0x0
-int color mtrl_fab_bg_color_selector 0x0
-int color mtrl_fab_icon_text_color_selector 0x0
-int color mtrl_fab_ripple_color 0x0
-int color mtrl_filled_background_color 0x0
-int color mtrl_filled_icon_tint 0x0
-int color mtrl_filled_stroke_color 0x0
-int color mtrl_indicator_text_color 0x0
-int color mtrl_navigation_bar_colored_item_tint 0x0
-int color mtrl_navigation_bar_colored_ripple_color 0x0
-int color mtrl_navigation_bar_item_tint 0x0
-int color mtrl_navigation_bar_ripple_color 0x0
-int color mtrl_navigation_item_background_color 0x0
-int color mtrl_navigation_item_icon_tint 0x0
-int color mtrl_navigation_item_text_color 0x0
-int color mtrl_on_primary_text_btn_text_color_selector 0x0
-int color mtrl_on_surface_ripple_color 0x0
-int color mtrl_outlined_icon_tint 0x0
-int color mtrl_outlined_stroke_color 0x0
-int color mtrl_popupmenu_overlay_color 0x0
-int color mtrl_scrim_color 0x0
-int color mtrl_tabs_colored_ripple_color 0x0
-int color mtrl_tabs_icon_color_selector 0x0
-int color mtrl_tabs_icon_color_selector_colored 0x0
-int color mtrl_tabs_legacy_text_color_selector 0x0
-int color mtrl_tabs_ripple_color 0x0
-int color mtrl_text_btn_text_color_selector 0x0
-int color mtrl_textinput_default_box_stroke_color 0x0
-int color mtrl_textinput_disabled_color 0x0
-int color mtrl_textinput_filled_box_default_background_color 0x0
-int color mtrl_textinput_focused_box_stroke_color 0x0
-int color mtrl_textinput_hovered_box_stroke_color 0x0
-int color notification_action_color_filter 0x0
-int color notification_icon_bg_color 0x0
-int color primary_dark_material_dark 0x0
-int color primary_dark_material_light 0x0
-int color primary_material_dark 0x0
-int color primary_material_light 0x0
-int color primary_text_default_material_dark 0x0
-int color primary_text_default_material_light 0x0
-int color primary_text_disabled_material_dark 0x0
-int color primary_text_disabled_material_light 0x0
-int color radiobutton_themeable_attribute_color 0x0
-int color ripple_material_dark 0x0
-int color ripple_material_light 0x0
-int color secondary_text_default_material_dark 0x0
-int color secondary_text_default_material_light 0x0
-int color secondary_text_disabled_material_dark 0x0
-int color secondary_text_disabled_material_light 0x0
-int color switch_thumb_disabled_material_dark 0x0
-int color switch_thumb_disabled_material_light 0x0
-int color switch_thumb_material_dark 0x0
-int color switch_thumb_material_light 0x0
-int color switch_thumb_normal_material_dark 0x0
-int color switch_thumb_normal_material_light 0x0
-int color test_mtrl_calendar_day 0x0
-int color test_mtrl_calendar_day_selected 0x0
-int color tooltip_background_dark 0x0
-int color tooltip_background_light 0x0
-int dimen abc_action_bar_content_inset_material 0x0
-int dimen abc_action_bar_content_inset_with_nav 0x0
-int dimen abc_action_bar_default_height_material 0x0
-int dimen abc_action_bar_default_padding_end_material 0x0
-int dimen abc_action_bar_default_padding_start_material 0x0
-int dimen abc_action_bar_elevation_material 0x0
-int dimen abc_action_bar_icon_vertical_padding_material 0x0
-int dimen abc_action_bar_overflow_padding_end_material 0x0
-int dimen abc_action_bar_overflow_padding_start_material 0x0
-int dimen abc_action_bar_stacked_max_height 0x0
-int dimen abc_action_bar_stacked_tab_max_width 0x0
-int dimen abc_action_bar_subtitle_bottom_margin_material 0x0
-int dimen abc_action_bar_subtitle_top_margin_material 0x0
-int dimen abc_action_button_min_height_material 0x0
-int dimen abc_action_button_min_width_material 0x0
-int dimen abc_action_button_min_width_overflow_material 0x0
-int dimen abc_alert_dialog_button_bar_height 0x0
-int dimen abc_alert_dialog_button_dimen 0x0
-int dimen abc_button_inset_horizontal_material 0x0
-int dimen abc_button_inset_vertical_material 0x0
-int dimen abc_button_padding_horizontal_material 0x0
-int dimen abc_button_padding_vertical_material 0x0
-int dimen abc_cascading_menus_min_smallest_width 0x0
-int dimen abc_config_prefDialogWidth 0x0
-int dimen abc_control_corner_material 0x0
-int dimen abc_control_inset_material 0x0
-int dimen abc_control_padding_material 0x0
-int dimen abc_dialog_corner_radius_material 0x0
-int dimen abc_dialog_fixed_height_major 0x0
-int dimen abc_dialog_fixed_height_minor 0x0
-int dimen abc_dialog_fixed_width_major 0x0
-int dimen abc_dialog_fixed_width_minor 0x0
-int dimen abc_dialog_list_padding_bottom_no_buttons 0x0
-int dimen abc_dialog_list_padding_top_no_title 0x0
-int dimen abc_dialog_min_width_major 0x0
-int dimen abc_dialog_min_width_minor 0x0
-int dimen abc_dialog_padding_material 0x0
-int dimen abc_dialog_padding_top_material 0x0
-int dimen abc_dialog_title_divider_material 0x0
-int dimen abc_disabled_alpha_material_dark 0x0
-int dimen abc_disabled_alpha_material_light 0x0
-int dimen abc_dropdownitem_icon_width 0x0
-int dimen abc_dropdownitem_text_padding_left 0x0
-int dimen abc_dropdownitem_text_padding_right 0x0
-int dimen abc_edit_text_inset_bottom_material 0x0
-int dimen abc_edit_text_inset_horizontal_material 0x0
-int dimen abc_edit_text_inset_top_material 0x0
-int dimen abc_floating_window_z 0x0
-int dimen abc_list_item_height_large_material 0x0
-int dimen abc_list_item_height_material 0x0
-int dimen abc_list_item_height_small_material 0x0
-int dimen abc_list_item_padding_horizontal_material 0x0
-int dimen abc_panel_menu_list_width 0x0
-int dimen abc_progress_bar_height_material 0x0
-int dimen abc_search_view_preferred_height 0x0
-int dimen abc_search_view_preferred_width 0x0
-int dimen abc_seekbar_track_background_height_material 0x0
-int dimen abc_seekbar_track_progress_height_material 0x0
-int dimen abc_select_dialog_padding_start_material 0x0
-int dimen abc_star_big 0x0
-int dimen abc_star_medium 0x0
-int dimen abc_star_small 0x0
-int dimen abc_switch_padding 0x0
-int dimen abc_text_size_body_1_material 0x0
-int dimen abc_text_size_body_2_material 0x0
-int dimen abc_text_size_button_material 0x0
-int dimen abc_text_size_caption_material 0x0
-int dimen abc_text_size_display_1_material 0x0
-int dimen abc_text_size_display_2_material 0x0
-int dimen abc_text_size_display_3_material 0x0
-int dimen abc_text_size_display_4_material 0x0
-int dimen abc_text_size_headline_material 0x0
-int dimen abc_text_size_large_material 0x0
-int dimen abc_text_size_medium_material 0x0
-int dimen abc_text_size_menu_header_material 0x0
-int dimen abc_text_size_menu_material 0x0
-int dimen abc_text_size_small_material 0x0
-int dimen abc_text_size_subhead_material 0x0
-int dimen abc_text_size_subtitle_material_toolbar 0x0
-int dimen abc_text_size_title_material 0x0
-int dimen abc_text_size_title_material_toolbar 0x0
-int dimen action_bar_size 0x0
-int dimen appcompat_dialog_background_inset 0x0
-int dimen cardview_compat_inset_shadow 0x0
-int dimen cardview_default_elevation 0x0
-int dimen cardview_default_radius 0x0
-int dimen clock_face_margin_start 0x0
-int dimen compat_button_inset_horizontal_material 0x0
-int dimen compat_button_inset_vertical_material 0x0
-int dimen compat_button_padding_horizontal_material 0x0
-int dimen compat_button_padding_vertical_material 0x0
-int dimen compat_control_corner_material 0x0
-int dimen compat_notification_large_icon_max_height 0x0
-int dimen compat_notification_large_icon_max_width 0x0
-int dimen default_dimension 0x0
-int dimen design_appbar_elevation 0x0
-int dimen design_bottom_navigation_active_item_max_width 0x0
-int dimen design_bottom_navigation_active_item_min_width 0x0
-int dimen design_bottom_navigation_active_text_size 0x0
-int dimen design_bottom_navigation_elevation 0x0
-int dimen design_bottom_navigation_height 0x0
-int dimen design_bottom_navigation_icon_size 0x0
-int dimen design_bottom_navigation_item_max_width 0x0
-int dimen design_bottom_navigation_item_min_width 0x0
-int dimen design_bottom_navigation_label_padding 0x0
-int dimen design_bottom_navigation_margin 0x0
-int dimen design_bottom_navigation_shadow_height 0x0
-int dimen design_bottom_navigation_text_size 0x0
-int dimen design_bottom_sheet_elevation 0x0
-int dimen design_bottom_sheet_modal_elevation 0x0
-int dimen design_bottom_sheet_peek_height_min 0x0
-int dimen design_fab_border_width 0x0
-int dimen design_fab_elevation 0x0
-int dimen design_fab_image_size 0x0
-int dimen design_fab_size_mini 0x0
-int dimen design_fab_size_normal 0x0
-int dimen design_fab_translation_z_hovered_focused 0x0
-int dimen design_fab_translation_z_pressed 0x0
-int dimen design_navigation_elevation 0x0
-int dimen design_navigation_icon_padding 0x0
-int dimen design_navigation_icon_size 0x0
-int dimen design_navigation_item_horizontal_padding 0x0
-int dimen design_navigation_item_icon_padding 0x0
-int dimen design_navigation_max_width 0x0
-int dimen design_navigation_padding_bottom 0x0
-int dimen design_navigation_separator_vertical_padding 0x0
-int dimen design_snackbar_action_inline_max_width 0x0
-int dimen design_snackbar_action_text_color_alpha 0x0
-int dimen design_snackbar_background_corner_radius 0x0
-int dimen design_snackbar_elevation 0x0
-int dimen design_snackbar_extra_spacing_horizontal 0x0
-int dimen design_snackbar_max_width 0x0
-int dimen design_snackbar_min_width 0x0
-int dimen design_snackbar_padding_horizontal 0x0
-int dimen design_snackbar_padding_vertical 0x0
-int dimen design_snackbar_padding_vertical_2lines 0x0
-int dimen design_snackbar_text_size 0x0
-int dimen design_tab_max_width 0x0
-int dimen design_tab_scrollable_min_width 0x0
-int dimen design_tab_text_size 0x0
-int dimen design_tab_text_size_2line 0x0
-int dimen design_textinput_caption_translate_y 0x0
-int dimen disabled_alpha_material_dark 0x0
-int dimen disabled_alpha_material_light 0x0
-int dimen fastscroll_default_thickness 0x0
-int dimen fastscroll_margin 0x0
-int dimen fastscroll_minimum_range 0x0
-int dimen highlight_alpha_material_colored 0x0
-int dimen highlight_alpha_material_dark 0x0
-int dimen highlight_alpha_material_light 0x0
-int dimen hint_alpha_material_dark 0x0
-int dimen hint_alpha_material_light 0x0
-int dimen hint_pressed_alpha_material_dark 0x0
-int dimen hint_pressed_alpha_material_light 0x0
-int dimen item_touch_helper_max_drag_scroll_per_frame 0x0
-int dimen item_touch_helper_swipe_escape_max_velocity 0x0
-int dimen item_touch_helper_swipe_escape_velocity 0x0
-int dimen material_bottom_sheet_max_width 0x0
-int dimen material_clock_display_padding 0x0
-int dimen material_clock_face_margin_top 0x0
-int dimen material_clock_hand_center_dot_radius 0x0
-int dimen material_clock_hand_padding 0x0
-int dimen material_clock_hand_stroke_width 0x0
-int dimen material_clock_number_text_size 0x0
-int dimen material_clock_period_toggle_height 0x0
-int dimen material_clock_period_toggle_margin_left 0x0
-int dimen material_clock_period_toggle_width 0x0
-int dimen material_clock_size 0x0
-int dimen material_cursor_inset_bottom 0x0
-int dimen material_cursor_inset_top 0x0
-int dimen material_cursor_width 0x0
-int dimen material_emphasis_disabled 0x0
-int dimen material_emphasis_high_type 0x0
-int dimen material_emphasis_medium 0x0
-int dimen material_filled_edittext_font_1_3_padding_bottom 0x0
-int dimen material_filled_edittext_font_1_3_padding_top 0x0
-int dimen material_filled_edittext_font_2_0_padding_bottom 0x0
-int dimen material_filled_edittext_font_2_0_padding_top 0x0
-int dimen material_font_1_3_box_collapsed_padding_top 0x0
-int dimen material_font_2_0_box_collapsed_padding_top 0x0
-int dimen material_helper_text_default_padding_top 0x0
-int dimen material_helper_text_font_1_3_padding_horizontal 0x0
-int dimen material_helper_text_font_1_3_padding_top 0x0
-int dimen material_input_text_to_prefix_suffix_padding 0x0
-int dimen material_text_view_test_line_height 0x0
-int dimen material_text_view_test_line_height_override 0x0
-int dimen material_textinput_default_width 0x0
-int dimen material_textinput_max_width 0x0
-int dimen material_textinput_min_width 0x0
-int dimen material_time_picker_minimum_screen_height 0x0
-int dimen material_time_picker_minimum_screen_width 0x0
-int dimen material_timepicker_dialog_buttons_margin_top 0x0
-int dimen mtrl_alert_dialog_background_inset_bottom 0x0
-int dimen mtrl_alert_dialog_background_inset_end 0x0
-int dimen mtrl_alert_dialog_background_inset_start 0x0
-int dimen mtrl_alert_dialog_background_inset_top 0x0
-int dimen mtrl_alert_dialog_picker_background_inset 0x0
-int dimen mtrl_badge_horizontal_edge_offset 0x0
-int dimen mtrl_badge_long_text_horizontal_padding 0x0
-int dimen mtrl_badge_radius 0x0
-int dimen mtrl_badge_text_horizontal_edge_offset 0x0
-int dimen mtrl_badge_text_size 0x0
-int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x0
-int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x0
-int dimen mtrl_badge_with_text_radius 0x0
-int dimen mtrl_bottomappbar_fabOffsetEndMode 0x0
-int dimen mtrl_bottomappbar_fab_bottom_margin 0x0
-int dimen mtrl_bottomappbar_fab_cradle_margin 0x0
-int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x0
-int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x0
-int dimen mtrl_bottomappbar_height 0x0
-int dimen mtrl_btn_corner_radius 0x0
-int dimen mtrl_btn_dialog_btn_min_width 0x0
-int dimen mtrl_btn_disabled_elevation 0x0
-int dimen mtrl_btn_disabled_z 0x0
-int dimen mtrl_btn_elevation 0x0
-int dimen mtrl_btn_focused_z 0x0
-int dimen mtrl_btn_hovered_z 0x0
-int dimen mtrl_btn_icon_btn_padding_left 0x0
-int dimen mtrl_btn_icon_padding 0x0
-int dimen mtrl_btn_inset 0x0
-int dimen mtrl_btn_letter_spacing 0x0
-int dimen mtrl_btn_max_width 0x0
-int dimen mtrl_btn_padding_bottom 0x0
-int dimen mtrl_btn_padding_left 0x0
-int dimen mtrl_btn_padding_right 0x0
-int dimen mtrl_btn_padding_top 0x0
-int dimen mtrl_btn_pressed_z 0x0
-int dimen mtrl_btn_snackbar_margin_horizontal 0x0
-int dimen mtrl_btn_stroke_size 0x0
-int dimen mtrl_btn_text_btn_icon_padding 0x0
-int dimen mtrl_btn_text_btn_padding_left 0x0
-int dimen mtrl_btn_text_btn_padding_right 0x0
-int dimen mtrl_btn_text_size 0x0
-int dimen mtrl_btn_z 0x0
-int dimen mtrl_calendar_action_confirm_button_min_width 0x0
-int dimen mtrl_calendar_action_height 0x0
-int dimen mtrl_calendar_action_padding 0x0
-int dimen mtrl_calendar_bottom_padding 0x0
-int dimen mtrl_calendar_content_padding 0x0
-int dimen mtrl_calendar_day_corner 0x0
-int dimen mtrl_calendar_day_height 0x0
-int dimen mtrl_calendar_day_horizontal_padding 0x0
-int dimen mtrl_calendar_day_today_stroke 0x0
-int dimen mtrl_calendar_day_vertical_padding 0x0
-int dimen mtrl_calendar_day_width 0x0
-int dimen mtrl_calendar_days_of_week_height 0x0
-int dimen mtrl_calendar_dialog_background_inset 0x0
-int dimen mtrl_calendar_header_content_padding 0x0
-int dimen mtrl_calendar_header_content_padding_fullscreen 0x0
-int dimen mtrl_calendar_header_divider_thickness 0x0
-int dimen mtrl_calendar_header_height 0x0
-int dimen mtrl_calendar_header_height_fullscreen 0x0
-int dimen mtrl_calendar_header_selection_line_height 0x0
-int dimen mtrl_calendar_header_text_padding 0x0
-int dimen mtrl_calendar_header_toggle_margin_bottom 0x0
-int dimen mtrl_calendar_header_toggle_margin_top 0x0
-int dimen mtrl_calendar_landscape_header_width 0x0
-int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x0
-int dimen mtrl_calendar_month_horizontal_padding 0x0
-int dimen mtrl_calendar_month_vertical_padding 0x0
-int dimen mtrl_calendar_navigation_bottom_padding 0x0
-int dimen mtrl_calendar_navigation_height 0x0
-int dimen mtrl_calendar_navigation_top_padding 0x0
-int dimen mtrl_calendar_pre_l_text_clip_padding 0x0
-int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x0
-int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x0
-int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x0
-int dimen mtrl_calendar_selection_text_baseline_to_top 0x0
-int dimen mtrl_calendar_text_input_padding_top 0x0
-int dimen mtrl_calendar_title_baseline_to_top 0x0
-int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x0
-int dimen mtrl_calendar_year_corner 0x0
-int dimen mtrl_calendar_year_height 0x0
-int dimen mtrl_calendar_year_horizontal_padding 0x0
-int dimen mtrl_calendar_year_vertical_padding 0x0
-int dimen mtrl_calendar_year_width 0x0
-int dimen mtrl_card_checked_icon_margin 0x0
-int dimen mtrl_card_checked_icon_size 0x0
-int dimen mtrl_card_corner_radius 0x0
-int dimen mtrl_card_dragged_z 0x0
-int dimen mtrl_card_elevation 0x0
-int dimen mtrl_card_spacing 0x0
-int dimen mtrl_chip_pressed_translation_z 0x0
-int dimen mtrl_chip_text_size 0x0
-int dimen mtrl_edittext_rectangle_top_offset 0x0
-int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x0
-int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x0
-int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x0
-int dimen mtrl_extended_fab_bottom_padding 0x0
-int dimen mtrl_extended_fab_corner_radius 0x0
-int dimen mtrl_extended_fab_disabled_elevation 0x0
-int dimen mtrl_extended_fab_disabled_translation_z 0x0
-int dimen mtrl_extended_fab_elevation 0x0
-int dimen mtrl_extended_fab_end_padding 0x0
-int dimen mtrl_extended_fab_end_padding_icon 0x0
-int dimen mtrl_extended_fab_icon_size 0x0
-int dimen mtrl_extended_fab_icon_text_spacing 0x0
-int dimen mtrl_extended_fab_min_height 0x0
-int dimen mtrl_extended_fab_min_width 0x0
-int dimen mtrl_extended_fab_start_padding 0x0
-int dimen mtrl_extended_fab_start_padding_icon 0x0
-int dimen mtrl_extended_fab_top_padding 0x0
-int dimen mtrl_extended_fab_translation_z_base 0x0
-int dimen mtrl_extended_fab_translation_z_hovered_focused 0x0
-int dimen mtrl_extended_fab_translation_z_pressed 0x0
-int dimen mtrl_fab_elevation 0x0
-int dimen mtrl_fab_min_touch_target 0x0
-int dimen mtrl_fab_translation_z_hovered_focused 0x0
-int dimen mtrl_fab_translation_z_pressed 0x0
-int dimen mtrl_high_ripple_default_alpha 0x0
-int dimen mtrl_high_ripple_focused_alpha 0x0
-int dimen mtrl_high_ripple_hovered_alpha 0x0
-int dimen mtrl_high_ripple_pressed_alpha 0x0
-int dimen mtrl_large_touch_target 0x0
-int dimen mtrl_low_ripple_default_alpha 0x0
-int dimen mtrl_low_ripple_focused_alpha 0x0
-int dimen mtrl_low_ripple_hovered_alpha 0x0
-int dimen mtrl_low_ripple_pressed_alpha 0x0
-int dimen mtrl_min_touch_target_size 0x0
-int dimen mtrl_navigation_bar_item_default_icon_size 0x0
-int dimen mtrl_navigation_bar_item_default_margin 0x0
-int dimen mtrl_navigation_elevation 0x0
-int dimen mtrl_navigation_item_horizontal_padding 0x0
-int dimen mtrl_navigation_item_icon_padding 0x0
-int dimen mtrl_navigation_item_icon_size 0x0
-int dimen mtrl_navigation_item_shape_horizontal_margin 0x0
-int dimen mtrl_navigation_item_shape_vertical_margin 0x0
-int dimen mtrl_navigation_rail_active_text_size 0x0
-int dimen mtrl_navigation_rail_compact_width 0x0
-int dimen mtrl_navigation_rail_default_width 0x0
-int dimen mtrl_navigation_rail_elevation 0x0
-int dimen mtrl_navigation_rail_icon_margin 0x0
-int dimen mtrl_navigation_rail_icon_size 0x0
-int dimen mtrl_navigation_rail_margin 0x0
-int dimen mtrl_navigation_rail_text_bottom_margin 0x0
-int dimen mtrl_navigation_rail_text_size 0x0
-int dimen mtrl_progress_circular_inset 0x0
-int dimen mtrl_progress_circular_inset_extra_small 0x0
-int dimen mtrl_progress_circular_inset_medium 0x0
-int dimen mtrl_progress_circular_inset_small 0x0
-int dimen mtrl_progress_circular_radius 0x0
-int dimen mtrl_progress_circular_size 0x0
-int dimen mtrl_progress_circular_size_extra_small 0x0
-int dimen mtrl_progress_circular_size_medium 0x0
-int dimen mtrl_progress_circular_size_small 0x0
-int dimen mtrl_progress_circular_track_thickness_extra_small 0x0
-int dimen mtrl_progress_circular_track_thickness_medium 0x0
-int dimen mtrl_progress_circular_track_thickness_small 0x0
-int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x0
-int dimen mtrl_progress_track_thickness 0x0
-int dimen mtrl_shape_corner_size_large_component 0x0
-int dimen mtrl_shape_corner_size_medium_component 0x0
-int dimen mtrl_shape_corner_size_small_component 0x0
-int dimen mtrl_slider_halo_radius 0x0
-int dimen mtrl_slider_label_padding 0x0
-int dimen mtrl_slider_label_radius 0x0
-int dimen mtrl_slider_label_square_side 0x0
-int dimen mtrl_slider_thumb_elevation 0x0
-int dimen mtrl_slider_thumb_radius 0x0
-int dimen mtrl_slider_track_height 0x0
-int dimen mtrl_slider_track_side_padding 0x0
-int dimen mtrl_slider_track_top 0x0
-int dimen mtrl_slider_widget_height 0x0
-int dimen mtrl_snackbar_action_text_color_alpha 0x0
-int dimen mtrl_snackbar_background_corner_radius 0x0
-int dimen mtrl_snackbar_background_overlay_color_alpha 0x0
-int dimen mtrl_snackbar_margin 0x0
-int dimen mtrl_snackbar_message_margin_horizontal 0x0
-int dimen mtrl_snackbar_padding_horizontal 0x0
-int dimen mtrl_switch_thumb_elevation 0x0
-int dimen mtrl_textinput_box_corner_radius_medium 0x0
-int dimen mtrl_textinput_box_corner_radius_small 0x0
-int dimen mtrl_textinput_box_label_cutout_padding 0x0
-int dimen mtrl_textinput_box_stroke_width_default 0x0
-int dimen mtrl_textinput_box_stroke_width_focused 0x0
-int dimen mtrl_textinput_counter_margin_start 0x0
-int dimen mtrl_textinput_end_icon_margin_start 0x0
-int dimen mtrl_textinput_outline_box_expanded_padding 0x0
-int dimen mtrl_textinput_start_icon_margin_end 0x0
-int dimen mtrl_toolbar_default_height 0x0
-int dimen mtrl_tooltip_arrowSize 0x0
-int dimen mtrl_tooltip_cornerSize 0x0
-int dimen mtrl_tooltip_minHeight 0x0
-int dimen mtrl_tooltip_minWidth 0x0
-int dimen mtrl_tooltip_padding 0x0
-int dimen mtrl_transition_shared_axis_slide_distance 0x0
-int dimen notification_action_icon_size 0x0
-int dimen notification_action_text_size 0x0
-int dimen notification_big_circle_margin 0x0
-int dimen notification_content_margin_start 0x0
-int dimen notification_large_icon_height 0x0
-int dimen notification_large_icon_width 0x0
-int dimen notification_main_column_padding_top 0x0
-int dimen notification_media_narrow_margin 0x0
-int dimen notification_right_icon_size 0x0
-int dimen notification_right_side_padding_top 0x0
-int dimen notification_small_icon_background_padding 0x0
-int dimen notification_small_icon_size_as_large 0x0
-int dimen notification_subtext_size 0x0
-int dimen notification_top_pad 0x0
-int dimen notification_top_pad_large_text 0x0
-int dimen test_mtrl_calendar_day_cornerSize 0x0
-int dimen test_navigation_bar_active_item_max_width 0x0
-int dimen test_navigation_bar_active_item_min_width 0x0
-int dimen test_navigation_bar_active_text_size 0x0
-int dimen test_navigation_bar_elevation 0x0
-int dimen test_navigation_bar_height 0x0
-int dimen test_navigation_bar_icon_size 0x0
-int dimen test_navigation_bar_item_max_width 0x0
-int dimen test_navigation_bar_item_min_width 0x0
-int dimen test_navigation_bar_label_padding 0x0
-int dimen test_navigation_bar_shadow_height 0x0
-int dimen test_navigation_bar_text_size 0x0
-int dimen tooltip_corner_radius 0x0
-int dimen tooltip_horizontal_padding 0x0
-int dimen tooltip_margin 0x0
-int dimen tooltip_precise_anchor_extra_offset 0x0
-int dimen tooltip_precise_anchor_threshold 0x0
-int dimen tooltip_vertical_padding 0x0
-int dimen tooltip_y_offset_non_touch 0x0
-int dimen tooltip_y_offset_touch 0x0
-int drawable abc_ab_share_pack_mtrl_alpha 0x0
-int drawable abc_action_bar_item_background_material 0x0
-int drawable abc_btn_borderless_material 0x0
-int drawable abc_btn_check_material 0x0
-int drawable abc_btn_check_material_anim 0x0
-int drawable abc_btn_check_to_on_mtrl_000 0x0
-int drawable abc_btn_check_to_on_mtrl_015 0x0
-int drawable abc_btn_colored_material 0x0
-int drawable abc_btn_default_mtrl_shape 0x0
-int drawable abc_btn_radio_material 0x0
-int drawable abc_btn_radio_material_anim 0x0
-int drawable abc_btn_radio_to_on_mtrl_000 0x0
-int drawable abc_btn_radio_to_on_mtrl_015 0x0
-int drawable abc_btn_switch_to_on_mtrl_00001 0x0
-int drawable abc_btn_switch_to_on_mtrl_00012 0x0
-int drawable abc_cab_background_internal_bg 0x0
-int drawable abc_cab_background_top_material 0x0
-int drawable abc_cab_background_top_mtrl_alpha 0x0
-int drawable abc_control_background_material 0x0
-int drawable abc_dialog_material_background 0x0
-int drawable abc_edit_text_material 0x0
-int drawable abc_ic_ab_back_material 0x0
-int drawable abc_ic_arrow_drop_right_black_24dp 0x0
-int drawable abc_ic_clear_material 0x0
-int drawable abc_ic_commit_search_api_mtrl_alpha 0x0
-int drawable abc_ic_go_search_api_material 0x0
-int drawable abc_ic_menu_copy_mtrl_am_alpha 0x0
-int drawable abc_ic_menu_cut_mtrl_alpha 0x0
-int drawable abc_ic_menu_overflow_material 0x0
-int drawable abc_ic_menu_paste_mtrl_am_alpha 0x0
-int drawable abc_ic_menu_selectall_mtrl_alpha 0x0
-int drawable abc_ic_menu_share_mtrl_alpha 0x0
-int drawable abc_ic_search_api_material 0x0
-int drawable abc_ic_star_black_16dp 0x0
-int drawable abc_ic_star_black_36dp 0x0
-int drawable abc_ic_star_black_48dp 0x0
-int drawable abc_ic_star_half_black_16dp 0x0
-int drawable abc_ic_star_half_black_36dp 0x0
-int drawable abc_ic_star_half_black_48dp 0x0
-int drawable abc_ic_voice_search_api_material 0x0
-int drawable abc_item_background_holo_dark 0x0
-int drawable abc_item_background_holo_light 0x0
-int drawable abc_list_divider_material 0x0
-int drawable abc_list_divider_mtrl_alpha 0x0
-int drawable abc_list_focused_holo 0x0
-int drawable abc_list_longpressed_holo 0x0
-int drawable abc_list_pressed_holo_dark 0x0
-int drawable abc_list_pressed_holo_light 0x0
-int drawable abc_list_selector_background_transition_holo_dark 0x0
-int drawable abc_list_selector_background_transition_holo_light 0x0
-int drawable abc_list_selector_disabled_holo_dark 0x0
-int drawable abc_list_selector_disabled_holo_light 0x0
-int drawable abc_list_selector_holo_dark 0x0
-int drawable abc_list_selector_holo_light 0x0
-int drawable abc_menu_hardkey_panel_mtrl_mult 0x0
-int drawable abc_popup_background_mtrl_mult 0x0
-int drawable abc_ratingbar_indicator_material 0x0
-int drawable abc_ratingbar_material 0x0
-int drawable abc_ratingbar_small_material 0x0
-int drawable abc_scrubber_control_off_mtrl_alpha 0x0
-int drawable abc_scrubber_control_to_pressed_mtrl_000 0x0
-int drawable abc_scrubber_control_to_pressed_mtrl_005 0x0
-int drawable abc_scrubber_primary_mtrl_alpha 0x0
-int drawable abc_scrubber_track_mtrl_alpha 0x0
-int drawable abc_seekbar_thumb_material 0x0
-int drawable abc_seekbar_tick_mark_material 0x0
-int drawable abc_seekbar_track_material 0x0
-int drawable abc_spinner_mtrl_am_alpha 0x0
-int drawable abc_spinner_textfield_background_material 0x0
-int drawable abc_star_black_48dp 0x0
-int drawable abc_star_half_black_48dp 0x0
-int drawable abc_switch_thumb_material 0x0
-int drawable abc_switch_track_mtrl_alpha 0x0
-int drawable abc_tab_indicator_material 0x0
-int drawable abc_tab_indicator_mtrl_alpha 0x0
-int drawable abc_text_cursor_material 0x0
-int drawable abc_text_select_handle_left_mtrl 0x0
-int drawable abc_text_select_handle_left_mtrl_dark 0x0
-int drawable abc_text_select_handle_left_mtrl_light 0x0
-int drawable abc_text_select_handle_middle_mtrl 0x0
-int drawable abc_text_select_handle_middle_mtrl_dark 0x0
-int drawable abc_text_select_handle_middle_mtrl_light 0x0
-int drawable abc_text_select_handle_right_mtrl 0x0
-int drawable abc_text_select_handle_right_mtrl_dark 0x0
-int drawable abc_text_select_handle_right_mtrl_light 0x0
-int drawable abc_textfield_activated_mtrl_alpha 0x0
-int drawable abc_textfield_default_mtrl_alpha 0x0
-int drawable abc_textfield_search_activated_mtrl_alpha 0x0
-int drawable abc_textfield_search_default_mtrl_alpha 0x0
-int drawable abc_textfield_search_material 0x0
-int drawable abc_vector_test 0x0
-int drawable avd_hide_password 0x0
-int drawable avd_show_password 0x0
-int drawable btn_checkbox_checked_mtrl 0x0
-int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x0
-int drawable btn_checkbox_unchecked_mtrl 0x0
-int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x0
-int drawable btn_radio_off_mtrl 0x0
-int drawable btn_radio_off_to_on_mtrl_animation 0x0
-int drawable btn_radio_on_mtrl 0x0
-int drawable btn_radio_on_to_off_mtrl_animation 0x0
-int drawable design_fab_background 0x0
-int drawable design_ic_visibility 0x0
-int drawable design_ic_visibility_off 0x0
-int drawable design_password_eye 0x0
-int drawable design_snackbar_background 0x0
-int drawable ic_clock_black_24dp 0x0
-int drawable ic_keyboard_black_24dp 0x0
-int drawable ic_mtrl_checked_circle 0x0
-int drawable ic_mtrl_chip_checked_black 0x0
-int drawable ic_mtrl_chip_checked_circle 0x0
-int drawable ic_mtrl_chip_close_circle 0x0
-int drawable material_cursor_drawable 0x0
-int drawable material_ic_calendar_black_24dp 0x0
-int drawable material_ic_clear_black_24dp 0x0
-int drawable material_ic_edit_black_24dp 0x0
-int drawable material_ic_keyboard_arrow_left_black_24dp 0x0
-int drawable material_ic_keyboard_arrow_next_black_24dp 0x0
-int drawable material_ic_keyboard_arrow_previous_black_24dp 0x0
-int drawable material_ic_keyboard_arrow_right_black_24dp 0x0
-int drawable material_ic_menu_arrow_down_black_24dp 0x0
-int drawable material_ic_menu_arrow_up_black_24dp 0x0
-int drawable mtrl_dialog_background 0x0
-int drawable mtrl_dropdown_arrow 0x0
-int drawable mtrl_ic_arrow_drop_down 0x0
-int drawable mtrl_ic_arrow_drop_up 0x0
-int drawable mtrl_ic_cancel 0x0
-int drawable mtrl_ic_error 0x0
-int drawable mtrl_navigation_bar_item_background 0x0
-int drawable mtrl_popupmenu_background 0x0
-int drawable mtrl_popupmenu_background_dark 0x0
-int drawable mtrl_tabs_default_indicator 0x0
-int drawable navigation_empty_icon 0x0
-int drawable notification_action_background 0x0
-int drawable notification_bg 0x0
-int drawable notification_bg_low 0x0
-int drawable notification_bg_low_normal 0x0
-int drawable notification_bg_low_pressed 0x0
-int drawable notification_bg_normal 0x0
-int drawable notification_bg_normal_pressed 0x0
-int drawable notification_icon_background 0x0
-int drawable notification_template_icon_bg 0x0
-int drawable notification_template_icon_low_bg 0x0
-int drawable notification_tile_bg 0x0
-int drawable notify_panel_notification_icon_bg 0x0
-int drawable test_custom_background 0x0
-int drawable tooltip_frame_dark 0x0
-int drawable tooltip_frame_light 0x0
-int id BOTTOM_END 0x0
-int id BOTTOM_START 0x0
-int id NO_DEBUG 0x0
-int id SHOW_ALL 0x0
-int id SHOW_PATH 0x0
-int id SHOW_PROGRESS 0x0
-int id TOP_END 0x0
-int id TOP_START 0x0
-int id accelerate 0x0
-int id accessibility_action_clickable_span 0x0
-int id accessibility_custom_action_0 0x0
-int id accessibility_custom_action_1 0x0
-int id accessibility_custom_action_10 0x0
-int id accessibility_custom_action_11 0x0
-int id accessibility_custom_action_12 0x0
-int id accessibility_custom_action_13 0x0
-int id accessibility_custom_action_14 0x0
-int id accessibility_custom_action_15 0x0
-int id accessibility_custom_action_16 0x0
-int id accessibility_custom_action_17 0x0
-int id accessibility_custom_action_18 0x0
-int id accessibility_custom_action_19 0x0
-int id accessibility_custom_action_2 0x0
-int id accessibility_custom_action_20 0x0
-int id accessibility_custom_action_21 0x0
-int id accessibility_custom_action_22 0x0
-int id accessibility_custom_action_23 0x0
-int id accessibility_custom_action_24 0x0
-int id accessibility_custom_action_25 0x0
-int id accessibility_custom_action_26 0x0
-int id accessibility_custom_action_27 0x0
-int id accessibility_custom_action_28 0x0
-int id accessibility_custom_action_29 0x0
-int id accessibility_custom_action_3 0x0
-int id accessibility_custom_action_30 0x0
-int id accessibility_custom_action_31 0x0
-int id accessibility_custom_action_4 0x0
-int id accessibility_custom_action_5 0x0
-int id accessibility_custom_action_6 0x0
-int id accessibility_custom_action_7 0x0
-int id accessibility_custom_action_8 0x0
-int id accessibility_custom_action_9 0x0
-int id action_bar 0x0
-int id action_bar_activity_content 0x0
-int id action_bar_container 0x0
-int id action_bar_root 0x0
-int id action_bar_spinner 0x0
-int id action_bar_subtitle 0x0
-int id action_bar_title 0x0
-int id action_container 0x0
-int id action_context_bar 0x0
-int id action_divider 0x0
-int id action_image 0x0
-int id action_menu_divider 0x0
-int id action_menu_presenter 0x0
-int id action_mode_bar 0x0
-int id action_mode_bar_stub 0x0
-int id action_mode_close_button 0x0
-int id action_text 0x0
-int id actions 0x0
-int id activity_chooser_view_content 0x0
-int id add 0x0
-int id alertTitle 0x0
-int id aligned 0x0
-int id animateToEnd 0x0
-int id animateToStart 0x0
-int id arc 0x0
-int id asConfigured 0x0
-int id async 0x0
-int id auto 0x0
-int id autoComplete 0x0
-int id autoCompleteToEnd 0x0
-int id autoCompleteToStart 0x0
-int id barrier 0x0
-int id baseline 0x0
-int id blocking 0x0
-int id bottom 0x0
-int id bounce 0x0
-int id buttonPanel 0x0
-int id cancel_button 0x0
-int id center 0x0
-int id chain 0x0
-int id checkbox 0x0
-int id checked 0x0
-int id chip 0x0
-int id chip1 0x0
-int id chip2 0x0
-int id chip3 0x0
-int id chip_group 0x0
-int id chronometer 0x0
-int id circle_center 0x0
-int id clear_text 0x0
-int id clockwise 0x0
-int id confirm_button 0x0
-int id container 0x0
-int id content 0x0
-int id contentPanel 0x0
-int id contiguous 0x0
-int id coordinator 0x0
-int id cos 0x0
-int id counterclockwise 0x0
-int id custom 0x0
-int id customPanel 0x0
-int id cut 0x0
-int id date_picker_actions 0x0
-int id decelerate 0x0
-int id decelerateAndComplete 0x0
-int id decor_content_parent 0x0
-int id default_activity_button 0x0
-int id deltaRelative 0x0
-int id design_bottom_sheet 0x0
-int id design_menu_item_action_area 0x0
-int id design_menu_item_action_area_stub 0x0
-int id design_menu_item_text 0x0
-int id design_navigation_view 0x0
-int id dialog_button 0x0
-int id disjoint 0x0
-int id dragDown 0x0
-int id dragEnd 0x0
-int id dragLeft 0x0
-int id dragRight 0x0
-int id dragStart 0x0
-int id dragUp 0x0
-int id dropdown_menu 0x0
-int id easeIn 0x0
-int id easeInOut 0x0
-int id easeOut 0x0
-int id edit_query 0x0
-int id elastic 0x0
-int id end 0x0
-int id endToStart 0x0
-int id expand_activities_button 0x0
-int id expanded_menu 0x0
-int id fade 0x0
-int id fill 0x0
-int id filled 0x0
-int id fixed 0x0
-int id flip 0x0
-int id floating 0x0
-int id forever 0x0
-int id fragment_container_view_tag 0x0
-int id ghost_view 0x0
-int id ghost_view_holder 0x0
-int id glide_custom_view_target_tag 0x0
-int id gone 0x0
-int id group_divider 0x0
-int id guideline 0x0
-int id header_title 0x0
-int id home 0x0
-int id honorRequest 0x0
-int id icon 0x0
-int id icon_group 0x0
-int id ignore 0x0
-int id ignoreRequest 0x0
-int id image 0x0
-int id info 0x0
-int id invisible 0x0
-int id inward 0x0
-int id italic 0x0
-int id item_touch_helper_previous_elevation 0x0
-int id jumpToEnd 0x0
-int id jumpToStart 0x0
-int id labeled 0x0
-int id layout 0x0
-int id left 0x0
-int id leftToRight 0x0
-int id line1 0x0
-int id line3 0x0
-int id linear 0x0
-int id listMode 0x0
-int id list_item 0x0
-int id masked 0x0
-int id material_clock_display 0x0
-int id material_clock_face 0x0
-int id material_clock_hand 0x0
-int id material_clock_period_am_button 0x0
-int id material_clock_period_pm_button 0x0
-int id material_clock_period_toggle 0x0
-int id material_hour_text_input 0x0
-int id material_hour_tv 0x0
-int id material_label 0x0
-int id material_minute_text_input 0x0
-int id material_minute_tv 0x0
-int id material_textinput_timepicker 0x0
-int id material_timepicker_cancel_button 0x0
-int id material_timepicker_container 0x0
-int id material_timepicker_edit_text 0x0
-int id material_timepicker_mode_button 0x0
-int id material_timepicker_ok_button 0x0
-int id material_timepicker_view 0x0
-int id material_value_index 0x0
-int id message 0x0
-int id middle 0x0
-int id mini 0x0
-int id month_grid 0x0
-int id month_navigation_bar 0x0
-int id month_navigation_fragment_toggle 0x0
-int id month_navigation_next 0x0
-int id month_navigation_previous 0x0
-int id month_title 0x0
-int id motion_base 0x0
-int id mtrl_anchor_parent 0x0
-int id mtrl_calendar_day_selector_frame 0x0
-int id mtrl_calendar_days_of_week 0x0
-int id mtrl_calendar_frame 0x0
-int id mtrl_calendar_main_pane 0x0
-int id mtrl_calendar_months 0x0
-int id mtrl_calendar_selection_frame 0x0
-int id mtrl_calendar_text_input_frame 0x0
-int id mtrl_calendar_year_selector_frame 0x0
-int id mtrl_card_checked_layer_id 0x0
-int id mtrl_child_content_container 0x0
-int id mtrl_internal_children_alpha_tag 0x0
-int id mtrl_motion_snapshot_view 0x0
-int id mtrl_picker_fullscreen 0x0
-int id mtrl_picker_header 0x0
-int id mtrl_picker_header_selection_text 0x0
-int id mtrl_picker_header_title_and_selection 0x0
-int id mtrl_picker_header_toggle 0x0
-int id mtrl_picker_text_input_date 0x0
-int id mtrl_picker_text_input_range_end 0x0
-int id mtrl_picker_text_input_range_start 0x0
-int id mtrl_picker_title_text 0x0
-int id mtrl_view_tag_bottom_padding 0x0
-int id multiply 0x0
-int id navigation_bar_item_icon_view 0x0
-int id navigation_bar_item_labels_group 0x0
-int id navigation_bar_item_large_label_view 0x0
-int id navigation_bar_item_small_label_view 0x0
-int id navigation_header_container 0x0
-int id none 0x0
-int id normal 0x0
-int id notification_background 0x0
-int id notification_main_column 0x0
-int id notification_main_column_container 0x0
-int id off 0x0
-int id on 0x0
-int id outline 0x0
-int id outward 0x0
-int id packed 0x0
-int id parallax 0x0
-int id parent 0x0
-int id parentPanel 0x0
-int id parentRelative 0x0
-int id parent_matrix 0x0
-int id password_toggle 0x0
-int id path 0x0
-int id pathRelative 0x0
-int id percent 0x0
-int id pin 0x0
-int id position 0x0
-int id postLayout 0x0
-int id progress_circular 0x0
-int id progress_horizontal 0x0
-int id radio 0x0
-int id rectangles 0x0
-int id reverseSawtooth 0x0
-int id right 0x0
-int id rightToLeft 0x0
-int id right_icon 0x0
-int id right_side 0x0
-int id rounded 0x0
-int id row_index_key 0x0
-int id save_non_transition_alpha 0x0
-int id save_overlay_view 0x0
-int id sawtooth 0x0
-int id scale 0x0
-int id screen 0x0
-int id scrollIndicatorDown 0x0
-int id scrollIndicatorUp 0x0
-int id scrollView 0x0
-int id scrollable 0x0
-int id search_badge 0x0
-int id search_bar 0x0
-int id search_button 0x0
-int id search_close_btn 0x0
-int id search_edit_frame 0x0
-int id search_go_btn 0x0
-int id search_mag_icon 0x0
-int id search_plate 0x0
-int id search_src_text 0x0
-int id search_voice_btn 0x0
-int id select_dialog_listview 0x0
-int id selected 0x0
-int id selection_type 0x0
-int id shortcut 0x0
-int id sin 0x0
-int id slide 0x0
-int id snackbar_action 0x0
-int id snackbar_text 0x0
-int id spacer 0x0
-int id special_effects_controller_view_tag 0x0
-int id spline 0x0
-int id split_action_bar 0x0
-int id spread 0x0
-int id spread_inside 0x0
-int id square 0x0
-int id src_atop 0x0
-int id src_in 0x0
-int id src_over 0x0
-int id standard 0x0
-int id start 0x0
-int id startHorizontal 0x0
-int id startToEnd 0x0
-int id startVertical 0x0
-int id staticLayout 0x0
-int id staticPostLayout 0x0
-int id stop 0x0
-int id stretch 0x0
-int id submenuarrow 0x0
-int id submit_area 0x0
-int id tabMode 0x0
-int id tag_accessibility_actions 0x0
-int id tag_accessibility_clickable_spans 0x0
-int id tag_accessibility_heading 0x0
-int id tag_accessibility_pane_title 0x0
-int id tag_on_apply_window_listener 0x0
-int id tag_on_receive_content_listener 0x0
-int id tag_on_receive_content_mime_types 0x0
-int id tag_screen_reader_focusable 0x0
-int id tag_state_description 0x0
-int id tag_transition_group 0x0
-int id tag_unhandled_key_event_manager 0x0
-int id tag_unhandled_key_listeners 0x0
-int id tag_window_insets_animation_callback 0x0
-int id test_checkbox_android_button_tint 0x0
-int id test_checkbox_app_button_tint 0x0
-int id test_radiobutton_android_button_tint 0x0
-int id test_radiobutton_app_button_tint 0x0
-int id text 0x0
-int id text2 0x0
-int id textSpacerNoButtons 0x0
-int id textSpacerNoTitle 0x0
-int id text_input_end_icon 0x0
-int id text_input_error_icon 0x0
-int id text_input_start_icon 0x0
-int id textinput_counter 0x0
-int id textinput_error 0x0
-int id textinput_helper_text 0x0
-int id textinput_placeholder 0x0
-int id textinput_prefix_text 0x0
-int id textinput_suffix_text 0x0
-int id time 0x0
-int id title 0x0
-int id titleDividerNoCustom 0x0
-int id title_template 0x0
-int id top 0x0
-int id topPanel 0x0
-int id touch_outside 0x0
-int id transition_current_scene 0x0
-int id transition_layout_save 0x0
-int id transition_position 0x0
-int id transition_scene_layoutid_cache 0x0
-int id transition_transform 0x0
-int id triangle 0x0
-int id unchecked 0x0
-int id uniform 0x0
-int id unlabeled 0x0
-int id up 0x0
-int id view_offset_helper 0x0
-int id view_tree_lifecycle_owner 0x0
-int id view_tree_saved_state_registry_owner 0x0
-int id view_tree_view_model_store_owner 0x0
-int id visible 0x0
-int id visible_removing_fragment_view_tag 0x0
-int id withinBounds 0x0
-int id wrap 0x0
-int id wrap_content 0x0
-int id zero_corner_chip 0x0
-int integer abc_config_activityDefaultDur 0x0
-int integer abc_config_activityShortDur 0x0
-int integer app_bar_elevation_anim_duration 0x0
-int integer bottom_sheet_slide_duration 0x0
-int integer cancel_button_image_alpha 0x0
-int integer config_tooltipAnimTime 0x0
-int integer design_snackbar_text_max_lines 0x0
-int integer design_tab_indicator_anim_duration_ms 0x0
-int integer hide_password_duration 0x0
-int integer material_motion_duration_long_1 0x0
-int integer material_motion_duration_long_2 0x0
-int integer material_motion_duration_medium_1 0x0
-int integer material_motion_duration_medium_2 0x0
-int integer material_motion_duration_short_1 0x0
-int integer material_motion_duration_short_2 0x0
-int integer material_motion_path 0x0
-int integer mtrl_badge_max_character_count 0x0
-int integer mtrl_btn_anim_delay_ms 0x0
-int integer mtrl_btn_anim_duration_ms 0x0
-int integer mtrl_calendar_header_orientation 0x0
-int integer mtrl_calendar_selection_text_lines 0x0
-int integer mtrl_calendar_year_selector_span 0x0
-int integer mtrl_card_anim_delay_ms 0x0
-int integer mtrl_card_anim_duration_ms 0x0
-int integer mtrl_chip_anim_duration 0x0
-int integer mtrl_tab_indicator_anim_duration_ms 0x0
-int integer show_password_duration 0x0
-int integer status_bar_notification_info_maxnum 0x0
-int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x0
-int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x0
-int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x0
-int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x0
-int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x0
-int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x0
-int interpolator fast_out_slow_in 0x0
-int interpolator mtrl_fast_out_linear_in 0x0
-int interpolator mtrl_fast_out_slow_in 0x0
-int interpolator mtrl_linear 0x0
-int interpolator mtrl_linear_out_slow_in 0x0
-int layout abc_action_bar_title_item 0x0
-int layout abc_action_bar_up_container 0x0
-int layout abc_action_menu_item_layout 0x0
-int layout abc_action_menu_layout 0x0
-int layout abc_action_mode_bar 0x0
-int layout abc_action_mode_close_item_material 0x0
-int layout abc_activity_chooser_view 0x0
-int layout abc_activity_chooser_view_list_item 0x0
-int layout abc_alert_dialog_button_bar_material 0x0
-int layout abc_alert_dialog_material 0x0
-int layout abc_alert_dialog_title_material 0x0
-int layout abc_cascading_menu_item_layout 0x0
-int layout abc_dialog_title_material 0x0
-int layout abc_expanded_menu_layout 0x0
-int layout abc_list_menu_item_checkbox 0x0
-int layout abc_list_menu_item_icon 0x0
-int layout abc_list_menu_item_layout 0x0
-int layout abc_list_menu_item_radio 0x0
-int layout abc_popup_menu_header_item_layout 0x0
-int layout abc_popup_menu_item_layout 0x0
-int layout abc_screen_content_include 0x0
-int layout abc_screen_simple 0x0
-int layout abc_screen_simple_overlay_action_mode 0x0
-int layout abc_screen_toolbar 0x0
-int layout abc_search_dropdown_item_icons_2line 0x0
-int layout abc_search_view 0x0
-int layout abc_select_dialog_material 0x0
-int layout abc_tooltip 0x0
-int layout custom_dialog 0x0
-int layout design_bottom_navigation_item 0x0
-int layout design_bottom_sheet_dialog 0x0
-int layout design_layout_snackbar 0x0
-int layout design_layout_snackbar_include 0x0
-int layout design_layout_tab_icon 0x0
-int layout design_layout_tab_text 0x0
-int layout design_menu_item_action_area 0x0
-int layout design_navigation_item 0x0
-int layout design_navigation_item_header 0x0
-int layout design_navigation_item_separator 0x0
-int layout design_navigation_item_subheader 0x0
-int layout design_navigation_menu 0x0
-int layout design_navigation_menu_item 0x0
-int layout design_text_input_end_icon 0x0
-int layout design_text_input_start_icon 0x0
-int layout material_chip_input_combo 0x0
-int layout material_clock_display 0x0
-int layout material_clock_display_divider 0x0
-int layout material_clock_period_toggle 0x0
-int layout material_clock_period_toggle_land 0x0
-int layout material_clockface_textview 0x0
-int layout material_clockface_view 0x0
-int layout material_radial_view_group 0x0
-int layout material_textinput_timepicker 0x0
-int layout material_time_chip 0x0
-int layout material_time_input 0x0
-int layout material_timepicker 0x0
-int layout material_timepicker_dialog 0x0
-int layout material_timepicker_textinput_display 0x0
-int layout mtrl_alert_dialog 0x0
-int layout mtrl_alert_dialog_actions 0x0
-int layout mtrl_alert_dialog_title 0x0
-int layout mtrl_alert_select_dialog_item 0x0
-int layout mtrl_alert_select_dialog_multichoice 0x0
-int layout mtrl_alert_select_dialog_singlechoice 0x0
-int layout mtrl_calendar_day 0x0
-int layout mtrl_calendar_day_of_week 0x0
-int layout mtrl_calendar_days_of_week 0x0
-int layout mtrl_calendar_horizontal 0x0
-int layout mtrl_calendar_month 0x0
-int layout mtrl_calendar_month_labeled 0x0
-int layout mtrl_calendar_month_navigation 0x0
-int layout mtrl_calendar_months 0x0
-int layout mtrl_calendar_vertical 0x0
-int layout mtrl_calendar_year 0x0
-int layout mtrl_layout_snackbar 0x0
-int layout mtrl_layout_snackbar_include 0x0
-int layout mtrl_navigation_rail_item 0x0
-int layout mtrl_picker_actions 0x0
-int layout mtrl_picker_dialog 0x0
-int layout mtrl_picker_fullscreen 0x0
-int layout mtrl_picker_header_dialog 0x0
-int layout mtrl_picker_header_fullscreen 0x0
-int layout mtrl_picker_header_selection_text 0x0
-int layout mtrl_picker_header_title_text 0x0
-int layout mtrl_picker_header_toggle 0x0
-int layout mtrl_picker_text_input_date 0x0
-int layout mtrl_picker_text_input_date_range 0x0
-int layout notification_action 0x0
-int layout notification_action_tombstone 0x0
-int layout notification_template_custom_big 0x0
-int layout notification_template_icon_group 0x0
-int layout notification_template_part_chronometer 0x0
-int layout notification_template_part_time 0x0
-int layout select_dialog_item_material 0x0
-int layout select_dialog_multichoice_material 0x0
-int layout select_dialog_singlechoice_material 0x0
-int layout support_simple_spinner_dropdown_item 0x0
-int layout test_action_chip 0x0
-int layout test_chip_zero_corner_radius 0x0
-int layout test_design_checkbox 0x0
-int layout test_design_radiobutton 0x0
-int layout test_navigation_bar_item_layout 0x0
-int layout test_reflow_chipgroup 0x0
-int layout test_toolbar 0x0
-int layout test_toolbar_custom_background 0x0
-int layout test_toolbar_elevation 0x0
-int layout test_toolbar_surface 0x0
-int layout text_view_with_line_height_from_appearance 0x0
-int layout text_view_with_line_height_from_layout 0x0
-int layout text_view_with_line_height_from_style 0x0
-int layout text_view_with_theme_line_height 0x0
-int layout text_view_without_line_height 0x0
-int plurals mtrl_badge_content_description 0x0
-int string abc_action_bar_home_description 0x0
-int string abc_action_bar_up_description 0x0
-int string abc_action_menu_overflow_description 0x0
-int string abc_action_mode_done 0x0
-int string abc_activity_chooser_view_see_all 0x0
-int string abc_activitychooserview_choose_application 0x0
-int string abc_capital_off 0x0
-int string abc_capital_on 0x0
-int string abc_menu_alt_shortcut_label 0x0
-int string abc_menu_ctrl_shortcut_label 0x0
-int string abc_menu_delete_shortcut_label 0x0
-int string abc_menu_enter_shortcut_label 0x0
-int string abc_menu_function_shortcut_label 0x0
-int string abc_menu_meta_shortcut_label 0x0
-int string abc_menu_shift_shortcut_label 0x0
-int string abc_menu_space_shortcut_label 0x0
-int string abc_menu_sym_shortcut_label 0x0
-int string abc_prepend_shortcut_label 0x0
-int string abc_search_hint 0x0
-int string abc_searchview_description_clear 0x0
-int string abc_searchview_description_query 0x0
-int string abc_searchview_description_search 0x0
-int string abc_searchview_description_submit 0x0
-int string abc_searchview_description_voice 0x0
-int string abc_shareactionprovider_share_with 0x0
-int string abc_shareactionprovider_share_with_application 0x0
-int string abc_toolbar_collapse_description 0x0
-int string appbar_scrolling_view_behavior 0x0
-int string bottom_sheet_behavior 0x0
-int string bottomsheet_action_expand_halfway 0x0
-int string character_counter_content_description 0x0
-int string character_counter_overflowed_content_description 0x0
-int string character_counter_pattern 0x0
-int string chip_text 0x0
-int string clear_text_end_icon_content_description 0x0
-int string error_icon_content_description 0x0
-int string exposed_dropdown_menu_content_description 0x0
-int string fab_transformation_scrim_behavior 0x0
-int string fab_transformation_sheet_behavior 0x0
-int string hide_bottom_view_on_scroll_behavior 0x0
-int string icon_content_description 0x0
-int string item_view_role_description 0x0
-int string material_clock_display_divider 0x0
-int string material_clock_toggle_content_description 0x0
-int string material_hour_selection 0x0
-int string material_hour_suffix 0x0
-int string material_minute_selection 0x0
-int string material_minute_suffix 0x0
-int string material_motion_easing_accelerated 0x0
-int string material_motion_easing_decelerated 0x0
-int string material_motion_easing_emphasized 0x0
-int string material_motion_easing_linear 0x0
-int string material_motion_easing_standard 0x0
-int string material_slider_range_end 0x0
-int string material_slider_range_start 0x0
-int string material_timepicker_am 0x0
-int string material_timepicker_clock_mode_description 0x0
-int string material_timepicker_hour 0x0
-int string material_timepicker_minute 0x0
-int string material_timepicker_pm 0x0
-int string material_timepicker_select_time 0x0
-int string material_timepicker_text_input_mode_description 0x0
-int string maui_empty_unused 0x0
-int string mtrl_badge_numberless_content_description 0x0
-int string mtrl_chip_close_icon_content_description 0x0
-int string mtrl_exceed_max_badge_number_content_description 0x0
-int string mtrl_exceed_max_badge_number_suffix 0x0
-int string mtrl_picker_a11y_next_month 0x0
-int string mtrl_picker_a11y_prev_month 0x0
-int string mtrl_picker_announce_current_selection 0x0
-int string mtrl_picker_cancel 0x0
-int string mtrl_picker_confirm 0x0
-int string mtrl_picker_date_header_selected 0x0
-int string mtrl_picker_date_header_title 0x0
-int string mtrl_picker_date_header_unselected 0x0
-int string mtrl_picker_day_of_week_column_header 0x0
-int string mtrl_picker_invalid_format 0x0
-int string mtrl_picker_invalid_format_example 0x0
-int string mtrl_picker_invalid_format_use 0x0
-int string mtrl_picker_invalid_range 0x0
-int string mtrl_picker_navigate_to_year_description 0x0
-int string mtrl_picker_out_of_range 0x0
-int string mtrl_picker_range_header_only_end_selected 0x0
-int string mtrl_picker_range_header_only_start_selected 0x0
-int string mtrl_picker_range_header_selected 0x0
-int string mtrl_picker_range_header_title 0x0
-int string mtrl_picker_range_header_unselected 0x0
-int string mtrl_picker_save 0x0
-int string mtrl_picker_text_input_date_hint 0x0
-int string mtrl_picker_text_input_date_range_end_hint 0x0
-int string mtrl_picker_text_input_date_range_start_hint 0x0
-int string mtrl_picker_text_input_day_abbr 0x0
-int string mtrl_picker_text_input_month_abbr 0x0
-int string mtrl_picker_text_input_year_abbr 0x0
-int string mtrl_picker_toggle_to_calendar_input_mode 0x0
-int string mtrl_picker_toggle_to_day_selection 0x0
-int string mtrl_picker_toggle_to_text_input_mode 0x0
-int string mtrl_picker_toggle_to_year_selection 0x0
-int string password_toggle_content_description 0x0
-int string path_password_eye 0x0
-int string path_password_eye_mask_strike_through 0x0
-int string path_password_eye_mask_visible 0x0
-int string path_password_strike_through 0x0
-int string search_menu_title 0x0
-int string status_bar_notification_info_overflow 0x0
-int style AlertDialog_AppCompat 0x0
-int style AlertDialog_AppCompat_Light 0x0
-int style AndroidThemeColorAccentYellow 0x0
-int style Animation_AppCompat_Dialog 0x0
-int style Animation_AppCompat_DropDownUp 0x0
-int style Animation_AppCompat_Tooltip 0x0
-int style Animation_Design_BottomSheetDialog 0x0
-int style Animation_MaterialComponents_BottomSheetDialog 0x0
-int style Base_AlertDialog_AppCompat 0x0
-int style Base_AlertDialog_AppCompat_Light 0x0
-int style Base_Animation_AppCompat_Dialog 0x0
-int style Base_Animation_AppCompat_DropDownUp 0x0
-int style Base_Animation_AppCompat_Tooltip 0x0
-int style Base_CardView 0x0
-int style Base_DialogWindowTitleBackground_AppCompat 0x0
-int style Base_DialogWindowTitle_AppCompat 0x0
-int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x0
-int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x0
-int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x0
-int style Base_TextAppearance_AppCompat 0x0
-int style Base_TextAppearance_AppCompat_Body1 0x0
-int style Base_TextAppearance_AppCompat_Body2 0x0
-int style Base_TextAppearance_AppCompat_Button 0x0
-int style Base_TextAppearance_AppCompat_Caption 0x0
-int style Base_TextAppearance_AppCompat_Display1 0x0
-int style Base_TextAppearance_AppCompat_Display2 0x0
-int style Base_TextAppearance_AppCompat_Display3 0x0
-int style Base_TextAppearance_AppCompat_Display4 0x0
-int style Base_TextAppearance_AppCompat_Headline 0x0
-int style Base_TextAppearance_AppCompat_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Large 0x0
-int style Base_TextAppearance_AppCompat_Large_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
-int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
-int style Base_TextAppearance_AppCompat_Medium 0x0
-int style Base_TextAppearance_AppCompat_Medium_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Menu 0x0
-int style Base_TextAppearance_AppCompat_SearchResult 0x0
-int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x0
-int style Base_TextAppearance_AppCompat_SearchResult_Title 0x0
-int style Base_TextAppearance_AppCompat_Small 0x0
-int style Base_TextAppearance_AppCompat_Small_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Subhead 0x0
-int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Title 0x0
-int style Base_TextAppearance_AppCompat_Title_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Tooltip 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
-int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x0
-int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x0
-int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x0
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
-int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
-int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
-int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
-int style Base_TextAppearance_MaterialComponents_Badge 0x0
-int style Base_TextAppearance_MaterialComponents_Button 0x0
-int style Base_TextAppearance_MaterialComponents_Headline6 0x0
-int style Base_TextAppearance_MaterialComponents_Subtitle2 0x0
-int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
-int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
-int style Base_ThemeOverlay_AppCompat 0x0
-int style Base_ThemeOverlay_AppCompat_ActionBar 0x0
-int style Base_ThemeOverlay_AppCompat_Dark 0x0
-int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0
-int style Base_ThemeOverlay_AppCompat_Dialog 0x0
-int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0
-int style Base_ThemeOverlay_AppCompat_Light 0x0
-int style Base_ThemeOverlay_MaterialComponents_Dialog 0x0
-int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
-int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
-int style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
-int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
-int style Base_Theme_AppCompat 0x0
-int style Base_Theme_AppCompat_CompactMenu 0x0
-int style Base_Theme_AppCompat_Dialog 0x0
-int style Base_Theme_AppCompat_DialogWhenLarge 0x0
-int style Base_Theme_AppCompat_Dialog_Alert 0x0
-int style Base_Theme_AppCompat_Dialog_FixedSize 0x0
-int style Base_Theme_AppCompat_Dialog_MinWidth 0x0
-int style Base_Theme_AppCompat_Light 0x0
-int style Base_Theme_AppCompat_Light_DarkActionBar 0x0
-int style Base_Theme_AppCompat_Light_Dialog 0x0
-int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0
-int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0
-int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0
-int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0
-int style Base_Theme_MaterialComponents 0x0
-int style Base_Theme_MaterialComponents_Bridge 0x0
-int style Base_Theme_MaterialComponents_CompactMenu 0x0
-int style Base_Theme_MaterialComponents_Dialog 0x0
-int style Base_Theme_MaterialComponents_DialogWhenLarge 0x0
-int style Base_Theme_MaterialComponents_Dialog_Alert 0x0
-int style Base_Theme_MaterialComponents_Dialog_Bridge 0x0
-int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x0
-int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x0
-int style Base_Theme_MaterialComponents_Light 0x0
-int style Base_Theme_MaterialComponents_Light_Bridge 0x0
-int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x0
-int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
-int style Base_Theme_MaterialComponents_Light_Dialog 0x0
-int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x0
-int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x0
-int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
-int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
-int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
-int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
-int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x0
-int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
-int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
-int style Base_V14_Theme_MaterialComponents 0x0
-int style Base_V14_Theme_MaterialComponents_Bridge 0x0
-int style Base_V14_Theme_MaterialComponents_Dialog 0x0
-int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x0
-int style Base_V14_Theme_MaterialComponents_Light 0x0
-int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x0
-int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
-int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x0
-int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
-int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
-int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
-int style Base_V21_Theme_AppCompat 0x0
-int style Base_V21_Theme_AppCompat_Dialog 0x0
-int style Base_V21_Theme_AppCompat_Light 0x0
-int style Base_V21_Theme_AppCompat_Light_Dialog 0x0
-int style Base_V21_Theme_MaterialComponents 0x0
-int style Base_V21_Theme_MaterialComponents_Dialog 0x0
-int style Base_V21_Theme_MaterialComponents_Light 0x0
-int style Base_V21_Theme_MaterialComponents_Light_Dialog 0x0
-int style Base_V22_Theme_AppCompat 0x0
-int style Base_V22_Theme_AppCompat_Light 0x0
-int style Base_V23_Theme_AppCompat 0x0
-int style Base_V23_Theme_AppCompat_Light 0x0
-int style Base_V26_Theme_AppCompat 0x0
-int style Base_V26_Theme_AppCompat_Light 0x0
-int style Base_V26_Widget_AppCompat_Toolbar 0x0
-int style Base_V28_Theme_AppCompat 0x0
-int style Base_V28_Theme_AppCompat_Light 0x0
-int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x0
-int style Base_V7_Theme_AppCompat 0x0
-int style Base_V7_Theme_AppCompat_Dialog 0x0
-int style Base_V7_Theme_AppCompat_Light 0x0
-int style Base_V7_Theme_AppCompat_Light_Dialog 0x0
-int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x0
-int style Base_V7_Widget_AppCompat_EditText 0x0
-int style Base_V7_Widget_AppCompat_Toolbar 0x0
-int style Base_Widget_AppCompat_ActionBar 0x0
-int style Base_Widget_AppCompat_ActionBar_Solid 0x0
-int style Base_Widget_AppCompat_ActionBar_TabBar 0x0
-int style Base_Widget_AppCompat_ActionBar_TabText 0x0
-int style Base_Widget_AppCompat_ActionBar_TabView 0x0
-int style Base_Widget_AppCompat_ActionButton 0x0
-int style Base_Widget_AppCompat_ActionButton_CloseMode 0x0
-int style Base_Widget_AppCompat_ActionButton_Overflow 0x0
-int style Base_Widget_AppCompat_ActionMode 0x0
-int style Base_Widget_AppCompat_ActivityChooserView 0x0
-int style Base_Widget_AppCompat_AutoCompleteTextView 0x0
-int style Base_Widget_AppCompat_Button 0x0
-int style Base_Widget_AppCompat_ButtonBar 0x0
-int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x0
-int style Base_Widget_AppCompat_Button_Borderless 0x0
-int style Base_Widget_AppCompat_Button_Borderless_Colored 0x0
-int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
-int style Base_Widget_AppCompat_Button_Colored 0x0
-int style Base_Widget_AppCompat_Button_Small 0x0
-int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x0
-int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x0
-int style Base_Widget_AppCompat_CompoundButton_Switch 0x0
-int style Base_Widget_AppCompat_DrawerArrowToggle 0x0
-int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x0
-int style Base_Widget_AppCompat_DropDownItem_Spinner 0x0
-int style Base_Widget_AppCompat_EditText 0x0
-int style Base_Widget_AppCompat_ImageButton 0x0
-int style Base_Widget_AppCompat_Light_ActionBar 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
-int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x0
-int style Base_Widget_AppCompat_Light_PopupMenu 0x0
-int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x0
-int style Base_Widget_AppCompat_ListMenuView 0x0
-int style Base_Widget_AppCompat_ListPopupWindow 0x0
-int style Base_Widget_AppCompat_ListView 0x0
-int style Base_Widget_AppCompat_ListView_DropDown 0x0
-int style Base_Widget_AppCompat_ListView_Menu 0x0
-int style Base_Widget_AppCompat_PopupMenu 0x0
-int style Base_Widget_AppCompat_PopupMenu_Overflow 0x0
-int style Base_Widget_AppCompat_PopupWindow 0x0
-int style Base_Widget_AppCompat_ProgressBar 0x0
-int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x0
-int style Base_Widget_AppCompat_RatingBar 0x0
-int style Base_Widget_AppCompat_RatingBar_Indicator 0x0
-int style Base_Widget_AppCompat_RatingBar_Small 0x0
-int style Base_Widget_AppCompat_SearchView 0x0
-int style Base_Widget_AppCompat_SearchView_ActionBar 0x0
-int style Base_Widget_AppCompat_SeekBar 0x0
-int style Base_Widget_AppCompat_SeekBar_Discrete 0x0
-int style Base_Widget_AppCompat_Spinner 0x0
-int style Base_Widget_AppCompat_Spinner_Underlined 0x0
-int style Base_Widget_AppCompat_TextView 0x0
-int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0
-int style Base_Widget_AppCompat_Toolbar 0x0
-int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0
-int style Base_Widget_Design_TabLayout 0x0
-int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x0
-int style Base_Widget_MaterialComponents_CheckedTextView 0x0
-int style Base_Widget_MaterialComponents_Chip 0x0
-int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x0
-int style Base_Widget_MaterialComponents_PopupMenu 0x0
-int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
-int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
-int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x0
-int style Base_Widget_MaterialComponents_Slider 0x0
-int style Base_Widget_MaterialComponents_Snackbar 0x0
-int style Base_Widget_MaterialComponents_TextInputEditText 0x0
-int style Base_Widget_MaterialComponents_TextInputLayout 0x0
-int style Base_Widget_MaterialComponents_TextView 0x0
-int style CardView 0x0
-int style CardView_Dark 0x0
-int style CardView_Light 0x0
-int style EmptyTheme 0x0
-int style MaterialAlertDialog_MaterialComponents 0x0
-int style MaterialAlertDialog_MaterialComponents_Body_Text 0x0
-int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x0
-int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x0
-int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x0
-int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x0
-int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x0
-int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x0
-int style MaterialAlertDialog_MaterialComponents_Title_Text 0x0
-int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x0
-int style Platform_AppCompat 0x0
-int style Platform_AppCompat_Light 0x0
-int style Platform_MaterialComponents 0x0
-int style Platform_MaterialComponents_Dialog 0x0
-int style Platform_MaterialComponents_Light 0x0
-int style Platform_MaterialComponents_Light_Dialog 0x0
-int style Platform_ThemeOverlay_AppCompat 0x0
-int style Platform_ThemeOverlay_AppCompat_Dark 0x0
-int style Platform_ThemeOverlay_AppCompat_Light 0x0
-int style Platform_V21_AppCompat 0x0
-int style Platform_V21_AppCompat_Light 0x0
-int style Platform_V25_AppCompat 0x0
-int style Platform_V25_AppCompat_Light 0x0
-int style Platform_Widget_AppCompat_Spinner 0x0
-int style RtlOverlay_DialogWindowTitle_AppCompat 0x0
-int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x0
-int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x0
-int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x0
-int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x0
-int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x0
-int style RtlUnderlay_Widget_AppCompat_ActionButton 0x0
-int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x0
-int style ShapeAppearanceOverlay 0x0
-int style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize 0x0
-int style ShapeAppearanceOverlay_BottomRightCut 0x0
-int style ShapeAppearanceOverlay_Cut 0x0
-int style ShapeAppearanceOverlay_DifferentCornerSize 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x0
-int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x0
-int style ShapeAppearanceOverlay_TopLeftCut 0x0
-int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x0
-int style ShapeAppearance_MaterialComponents 0x0
-int style ShapeAppearance_MaterialComponents_LargeComponent 0x0
-int style ShapeAppearance_MaterialComponents_MediumComponent 0x0
-int style ShapeAppearance_MaterialComponents_SmallComponent 0x0
-int style ShapeAppearance_MaterialComponents_Test 0x0
-int style ShapeAppearance_MaterialComponents_Tooltip 0x0
-int style TestStyleWithLineHeight 0x0
-int style TestStyleWithLineHeightAppearance 0x0
-int style TestStyleWithThemeLineHeightAttribute 0x0
-int style TestStyleWithoutLineHeight 0x0
-int style TestThemeWithLineHeight 0x0
-int style TestThemeWithLineHeightDisabled 0x0
-int style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x0
-int style Test_Theme_MaterialComponents_MaterialCalendar 0x0
-int style Test_Widget_MaterialComponents_MaterialCalendar 0x0
-int style Test_Widget_MaterialComponents_MaterialCalendar_Day 0x0
-int style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x0
-int style TextAppearance_AppCompat 0x0
-int style TextAppearance_AppCompat_Body1 0x0
-int style TextAppearance_AppCompat_Body2 0x0
-int style TextAppearance_AppCompat_Button 0x0
-int style TextAppearance_AppCompat_Caption 0x0
-int style TextAppearance_AppCompat_Display1 0x0
-int style TextAppearance_AppCompat_Display2 0x0
-int style TextAppearance_AppCompat_Display3 0x0
-int style TextAppearance_AppCompat_Display4 0x0
-int style TextAppearance_AppCompat_Headline 0x0
-int style TextAppearance_AppCompat_Inverse 0x0
-int style TextAppearance_AppCompat_Large 0x0
-int style TextAppearance_AppCompat_Large_Inverse 0x0
-int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x0
-int style TextAppearance_AppCompat_Light_SearchResult_Title 0x0
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
-int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
-int style TextAppearance_AppCompat_Medium 0x0
-int style TextAppearance_AppCompat_Medium_Inverse 0x0
-int style TextAppearance_AppCompat_Menu 0x0
-int style TextAppearance_AppCompat_SearchResult_Subtitle 0x0
-int style TextAppearance_AppCompat_SearchResult_Title 0x0
-int style TextAppearance_AppCompat_Small 0x0
-int style TextAppearance_AppCompat_Small_Inverse 0x0
-int style TextAppearance_AppCompat_Subhead 0x0
-int style TextAppearance_AppCompat_Subhead_Inverse 0x0
-int style TextAppearance_AppCompat_Title 0x0
-int style TextAppearance_AppCompat_Title_Inverse 0x0
-int style TextAppearance_AppCompat_Tooltip 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
-int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
-int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_Button 0x0
-int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
-int style TextAppearance_AppCompat_Widget_Button_Colored 0x0
-int style TextAppearance_AppCompat_Widget_Button_Inverse 0x0
-int style TextAppearance_AppCompat_Widget_DropDownItem 0x0
-int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
-int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
-int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
-int style TextAppearance_AppCompat_Widget_Switch 0x0
-int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
-int style TextAppearance_Compat_Notification 0x0
-int style TextAppearance_Compat_Notification_Info 0x0
-int style TextAppearance_Compat_Notification_Line2 0x0
-int style TextAppearance_Compat_Notification_Time 0x0
-int style TextAppearance_Compat_Notification_Title 0x0
-int style TextAppearance_Design_CollapsingToolbar_Expanded 0x0
-int style TextAppearance_Design_Counter 0x0
-int style TextAppearance_Design_Counter_Overflow 0x0
-int style TextAppearance_Design_Error 0x0
-int style TextAppearance_Design_HelperText 0x0
-int style TextAppearance_Design_Hint 0x0
-int style TextAppearance_Design_Placeholder 0x0
-int style TextAppearance_Design_Prefix 0x0
-int style TextAppearance_Design_Snackbar_Message 0x0
-int style TextAppearance_Design_Suffix 0x0
-int style TextAppearance_Design_Tab 0x0
-int style TextAppearance_MaterialComponents_Badge 0x0
-int style TextAppearance_MaterialComponents_Body1 0x0
-int style TextAppearance_MaterialComponents_Body2 0x0
-int style TextAppearance_MaterialComponents_Button 0x0
-int style TextAppearance_MaterialComponents_Caption 0x0
-int style TextAppearance_MaterialComponents_Chip 0x0
-int style TextAppearance_MaterialComponents_Headline1 0x0
-int style TextAppearance_MaterialComponents_Headline2 0x0
-int style TextAppearance_MaterialComponents_Headline3 0x0
-int style TextAppearance_MaterialComponents_Headline4 0x0
-int style TextAppearance_MaterialComponents_Headline5 0x0
-int style TextAppearance_MaterialComponents_Headline6 0x0
-int style TextAppearance_MaterialComponents_Overline 0x0
-int style TextAppearance_MaterialComponents_Subtitle1 0x0
-int style TextAppearance_MaterialComponents_Subtitle2 0x0
-int style TextAppearance_MaterialComponents_TimePicker_Title 0x0
-int style TextAppearance_MaterialComponents_Tooltip 0x0
-int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
-int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
-int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
-int style ThemeOverlayColorAccentRed 0x0
-int style ThemeOverlay_AppCompat 0x0
-int style ThemeOverlay_AppCompat_ActionBar 0x0
-int style ThemeOverlay_AppCompat_Dark 0x0
-int style ThemeOverlay_AppCompat_Dark_ActionBar 0x0
-int style ThemeOverlay_AppCompat_DayNight 0x0
-int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x0
-int style ThemeOverlay_AppCompat_Dialog 0x0
-int style ThemeOverlay_AppCompat_Dialog_Alert 0x0
-int style ThemeOverlay_AppCompat_Light 0x0
-int style ThemeOverlay_Design_TextInputEditText 0x0
-int style ThemeOverlay_MaterialComponents 0x0
-int style ThemeOverlay_MaterialComponents_ActionBar 0x0
-int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x0
-int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x0
-int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x0
-int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x0
-int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x0
-int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x0
-int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x0
-int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x0
-int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x0
-int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
-int style ThemeOverlay_MaterialComponents_Dark 0x0
-int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x0
-int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x0
-int style ThemeOverlay_MaterialComponents_Dialog 0x0
-int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
-int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
-int style ThemeOverlay_MaterialComponents_Light 0x0
-int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x0
-int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x0
-int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x0
-int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x0
-int style ThemeOverlay_MaterialComponents_TextInputEditText 0x0
-int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x0
-int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
-int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x0
-int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
-int style ThemeOverlay_MaterialComponents_TimePicker 0x0
-int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x0
-int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x0
-int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x0
-int style Theme_AppCompat 0x0
-int style Theme_AppCompat_CompactMenu 0x0
-int style Theme_AppCompat_DayNight 0x0
-int style Theme_AppCompat_DayNight_DarkActionBar 0x0
-int style Theme_AppCompat_DayNight_Dialog 0x0
-int style Theme_AppCompat_DayNight_DialogWhenLarge 0x0
-int style Theme_AppCompat_DayNight_Dialog_Alert 0x0
-int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x0
-int style Theme_AppCompat_DayNight_NoActionBar 0x0
-int style Theme_AppCompat_Dialog 0x0
-int style Theme_AppCompat_DialogWhenLarge 0x0
-int style Theme_AppCompat_Dialog_Alert 0x0
-int style Theme_AppCompat_Dialog_MinWidth 0x0
-int style Theme_AppCompat_Empty 0x0
-int style Theme_AppCompat_Light 0x0
-int style Theme_AppCompat_Light_DarkActionBar 0x0
-int style Theme_AppCompat_Light_Dialog 0x0
-int style Theme_AppCompat_Light_DialogWhenLarge 0x0
-int style Theme_AppCompat_Light_Dialog_Alert 0x0
-int style Theme_AppCompat_Light_Dialog_MinWidth 0x0
-int style Theme_AppCompat_Light_NoActionBar 0x0
-int style Theme_AppCompat_NoActionBar 0x0
-int style Theme_Design 0x0
-int style Theme_Design_BottomSheetDialog 0x0
-int style Theme_Design_Light 0x0
-int style Theme_Design_Light_BottomSheetDialog 0x0
-int style Theme_Design_Light_NoActionBar 0x0
-int style Theme_Design_NoActionBar 0x0
-int style Theme_MaterialComponents 0x0
-int style Theme_MaterialComponents_BottomSheetDialog 0x0
-int style Theme_MaterialComponents_Bridge 0x0
-int style Theme_MaterialComponents_CompactMenu 0x0
-int style Theme_MaterialComponents_DayNight 0x0
-int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x0
-int style Theme_MaterialComponents_DayNight_Bridge 0x0
-int style Theme_MaterialComponents_DayNight_DarkActionBar 0x0
-int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x0
-int style Theme_MaterialComponents_DayNight_Dialog 0x0
-int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x0
-int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x0
-int style Theme_MaterialComponents_DayNight_NoActionBar 0x0
-int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x0
-int style Theme_MaterialComponents_Dialog 0x0
-int style Theme_MaterialComponents_DialogWhenLarge 0x0
-int style Theme_MaterialComponents_Dialog_Alert 0x0
-int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x0
-int style Theme_MaterialComponents_Dialog_Bridge 0x0
-int style Theme_MaterialComponents_Dialog_FixedSize 0x0
-int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x0
-int style Theme_MaterialComponents_Dialog_MinWidth 0x0
-int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x0
-int style Theme_MaterialComponents_Light 0x0
-int style Theme_MaterialComponents_Light_BarSize 0x0
-int style Theme_MaterialComponents_Light_BottomSheetDialog 0x0
-int style Theme_MaterialComponents_Light_Bridge 0x0
-int style Theme_MaterialComponents_Light_DarkActionBar 0x0
-int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
-int style Theme_MaterialComponents_Light_Dialog 0x0
-int style Theme_MaterialComponents_Light_DialogWhenLarge 0x0
-int style Theme_MaterialComponents_Light_Dialog_Alert 0x0
-int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x0
-int style Theme_MaterialComponents_Light_Dialog_Bridge 0x0
-int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
-int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x0
-int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
-int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x0
-int style Theme_MaterialComponents_Light_LargeTouch 0x0
-int style Theme_MaterialComponents_Light_NoActionBar 0x0
-int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x0
-int style Theme_MaterialComponents_NoActionBar 0x0
-int style Theme_MaterialComponents_NoActionBar_Bridge 0x0
-int style Widget_AppCompat_ActionBar 0x0
-int style Widget_AppCompat_ActionBar_Solid 0x0
-int style Widget_AppCompat_ActionBar_TabBar 0x0
-int style Widget_AppCompat_ActionBar_TabText 0x0
-int style Widget_AppCompat_ActionBar_TabView 0x0
-int style Widget_AppCompat_ActionButton 0x0
-int style Widget_AppCompat_ActionButton_CloseMode 0x0
-int style Widget_AppCompat_ActionButton_Overflow 0x0
-int style Widget_AppCompat_ActionMode 0x0
-int style Widget_AppCompat_ActivityChooserView 0x0
-int style Widget_AppCompat_AutoCompleteTextView 0x0
-int style Widget_AppCompat_Button 0x0
-int style Widget_AppCompat_ButtonBar 0x0
-int style Widget_AppCompat_ButtonBar_AlertDialog 0x0
-int style Widget_AppCompat_Button_Borderless 0x0
-int style Widget_AppCompat_Button_Borderless_Colored 0x0
-int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
-int style Widget_AppCompat_Button_Colored 0x0
-int style Widget_AppCompat_Button_Small 0x0
-int style Widget_AppCompat_CompoundButton_CheckBox 0x0
-int style Widget_AppCompat_CompoundButton_RadioButton 0x0
-int style Widget_AppCompat_CompoundButton_Switch 0x0
-int style Widget_AppCompat_DrawerArrowToggle 0x0
-int style Widget_AppCompat_DropDownItem_Spinner 0x0
-int style Widget_AppCompat_EditText 0x0
-int style Widget_AppCompat_ImageButton 0x0
-int style Widget_AppCompat_Light_ActionBar 0x0
-int style Widget_AppCompat_Light_ActionBar_Solid 0x0
-int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x0
-int style Widget_AppCompat_Light_ActionBar_TabBar 0x0
-int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x0
-int style Widget_AppCompat_Light_ActionBar_TabText 0x0
-int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
-int style Widget_AppCompat_Light_ActionBar_TabView 0x0
-int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x0
-int style Widget_AppCompat_Light_ActionButton 0x0
-int style Widget_AppCompat_Light_ActionButton_CloseMode 0x0
-int style Widget_AppCompat_Light_ActionButton_Overflow 0x0
-int style Widget_AppCompat_Light_ActionMode_Inverse 0x0
-int style Widget_AppCompat_Light_ActivityChooserView 0x0
-int style Widget_AppCompat_Light_AutoCompleteTextView 0x0
-int style Widget_AppCompat_Light_DropDownItem_Spinner 0x0
-int style Widget_AppCompat_Light_ListPopupWindow 0x0
-int style Widget_AppCompat_Light_ListView_DropDown 0x0
-int style Widget_AppCompat_Light_PopupMenu 0x0
-int style Widget_AppCompat_Light_PopupMenu_Overflow 0x0
-int style Widget_AppCompat_Light_SearchView 0x0
-int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x0
-int style Widget_AppCompat_ListMenuView 0x0
-int style Widget_AppCompat_ListPopupWindow 0x0
-int style Widget_AppCompat_ListView 0x0
-int style Widget_AppCompat_ListView_DropDown 0x0
-int style Widget_AppCompat_ListView_Menu 0x0
-int style Widget_AppCompat_PopupMenu 0x0
-int style Widget_AppCompat_PopupMenu_Overflow 0x0
-int style Widget_AppCompat_PopupWindow 0x0
-int style Widget_AppCompat_ProgressBar 0x0
-int style Widget_AppCompat_ProgressBar_Horizontal 0x0
-int style Widget_AppCompat_RatingBar 0x0
-int style Widget_AppCompat_RatingBar_Indicator 0x0
-int style Widget_AppCompat_RatingBar_Small 0x0
-int style Widget_AppCompat_SearchView 0x0
-int style Widget_AppCompat_SearchView_ActionBar 0x0
-int style Widget_AppCompat_SeekBar 0x0
-int style Widget_AppCompat_SeekBar_Discrete 0x0
-int style Widget_AppCompat_Spinner 0x0
-int style Widget_AppCompat_Spinner_DropDown 0x0
-int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x0
-int style Widget_AppCompat_Spinner_Underlined 0x0
-int style Widget_AppCompat_TextView 0x0
-int style Widget_AppCompat_TextView_SpinnerItem 0x0
-int style Widget_AppCompat_Toolbar 0x0
-int style Widget_AppCompat_Toolbar_Button_Navigation 0x0
-int style Widget_Compat_NotificationActionContainer 0x0
-int style Widget_Compat_NotificationActionText 0x0
-int style Widget_Design_AppBarLayout 0x0
-int style Widget_Design_BottomNavigationView 0x0
-int style Widget_Design_BottomSheet_Modal 0x0
-int style Widget_Design_CollapsingToolbar 0x0
-int style Widget_Design_FloatingActionButton 0x0
-int style Widget_Design_NavigationView 0x0
-int style Widget_Design_ScrimInsetsFrameLayout 0x0
-int style Widget_Design_Snackbar 0x0
-int style Widget_Design_TabLayout 0x0
-int style Widget_Design_TextInputEditText 0x0
-int style Widget_Design_TextInputLayout 0x0
-int style Widget_MaterialComponents_ActionBar_Primary 0x0
-int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x0
-int style Widget_MaterialComponents_ActionBar_Solid 0x0
-int style Widget_MaterialComponents_ActionBar_Surface 0x0
-int style Widget_MaterialComponents_AppBarLayout_Primary 0x0
-int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x0
-int style Widget_MaterialComponents_AppBarLayout_Surface 0x0
-int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x0
-int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x0
-int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x0
-int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x0
-int style Widget_MaterialComponents_Badge 0x0
-int style Widget_MaterialComponents_BottomAppBar 0x0
-int style Widget_MaterialComponents_BottomAppBar_Colored 0x0
-int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x0
-int style Widget_MaterialComponents_BottomNavigationView 0x0
-int style Widget_MaterialComponents_BottomNavigationView_Colored 0x0
-int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x0
-int style Widget_MaterialComponents_BottomSheet 0x0
-int style Widget_MaterialComponents_BottomSheet_Modal 0x0
-int style Widget_MaterialComponents_Button 0x0
-int style Widget_MaterialComponents_Button_Icon 0x0
-int style Widget_MaterialComponents_Button_OutlinedButton 0x0
-int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x0
-int style Widget_MaterialComponents_Button_TextButton 0x0
-int style Widget_MaterialComponents_Button_TextButton_Dialog 0x0
-int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x0
-int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x0
-int style Widget_MaterialComponents_Button_TextButton_Icon 0x0
-int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x0
-int style Widget_MaterialComponents_Button_UnelevatedButton 0x0
-int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x0
-int style Widget_MaterialComponents_CardView 0x0
-int style Widget_MaterialComponents_CheckedTextView 0x0
-int style Widget_MaterialComponents_ChipGroup 0x0
-int style Widget_MaterialComponents_Chip_Action 0x0
-int style Widget_MaterialComponents_Chip_Choice 0x0
-int style Widget_MaterialComponents_Chip_Entry 0x0
-int style Widget_MaterialComponents_Chip_Filter 0x0
-int style Widget_MaterialComponents_CircularProgressIndicator 0x0
-int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x0
-int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x0
-int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x0
-int style Widget_MaterialComponents_CollapsingToolbar 0x0
-int style Widget_MaterialComponents_CompoundButton_CheckBox 0x0
-int style Widget_MaterialComponents_CompoundButton_RadioButton 0x0
-int style Widget_MaterialComponents_CompoundButton_Switch 0x0
-int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x0
-int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x0
-int style Widget_MaterialComponents_FloatingActionButton 0x0
-int style Widget_MaterialComponents_Light_ActionBar_Solid 0x0
-int style Widget_MaterialComponents_LinearProgressIndicator 0x0
-int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x0
-int style Widget_MaterialComponents_MaterialCalendar 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Day 0x0
-int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x0
-int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Item 0x0
-int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x0
-int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Year 0x0
-int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x0
-int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x0
-int style Widget_MaterialComponents_NavigationRailView 0x0
-int style Widget_MaterialComponents_NavigationRailView_Colored 0x0
-int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x0
-int style Widget_MaterialComponents_NavigationRailView_Compact 0x0
-int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x0
-int style Widget_MaterialComponents_NavigationView 0x0
-int style Widget_MaterialComponents_PopupMenu 0x0
-int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
-int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
-int style Widget_MaterialComponents_PopupMenu_Overflow 0x0
-int style Widget_MaterialComponents_ProgressIndicator 0x0
-int style Widget_MaterialComponents_ShapeableImageView 0x0
-int style Widget_MaterialComponents_Slider 0x0
-int style Widget_MaterialComponents_Snackbar 0x0
-int style Widget_MaterialComponents_Snackbar_FullWidth 0x0
-int style Widget_MaterialComponents_Snackbar_TextView 0x0
-int style Widget_MaterialComponents_TabLayout 0x0
-int style Widget_MaterialComponents_TabLayout_Colored 0x0
-int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x0
-int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x0
-int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
-int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x0
-int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
-int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x0
-int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x0
-int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x0
-int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x0
-int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x0
-int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x0
-int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x0
-int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x0
-int style Widget_MaterialComponents_TextView 0x0
-int style Widget_MaterialComponents_TimePicker 0x0
-int style Widget_MaterialComponents_TimePicker_Button 0x0
-int style Widget_MaterialComponents_TimePicker_Clock 0x0
-int style Widget_MaterialComponents_TimePicker_Display 0x0
-int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
-int style Widget_MaterialComponents_TimePicker_ImageButton 0x0
-int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x0
-int style Widget_MaterialComponents_Toolbar 0x0
-int style Widget_MaterialComponents_Toolbar_Primary 0x0
-int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x0
-int style Widget_MaterialComponents_Toolbar_Surface 0x0
-int style Widget_MaterialComponents_Tooltip 0x0
-int style Widget_Support_CoordinatorLayout 0x0
-int[] styleable ActionBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ActionBar_background 0
-int styleable ActionBar_backgroundSplit 1
-int styleable ActionBar_backgroundStacked 2
-int styleable ActionBar_contentInsetEnd 3
-int styleable ActionBar_contentInsetEndWithActions 4
-int styleable ActionBar_contentInsetLeft 5
-int styleable ActionBar_contentInsetRight 6
-int styleable ActionBar_contentInsetStart 7
-int styleable ActionBar_contentInsetStartWithNavigation 8
-int styleable ActionBar_customNavigationLayout 9
-int styleable ActionBar_displayOptions 10
-int styleable ActionBar_divider 11
-int styleable ActionBar_elevation 12
-int styleable ActionBar_height 13
-int styleable ActionBar_hideOnContentScroll 14
-int styleable ActionBar_homeAsUpIndicator 15
-int styleable ActionBar_homeLayout 16
-int styleable ActionBar_icon 17
-int styleable ActionBar_indeterminateProgressStyle 18
-int styleable ActionBar_itemPadding 19
-int styleable ActionBar_logo 20
-int styleable ActionBar_navigationMode 21
-int styleable ActionBar_popupTheme 22
-int styleable ActionBar_progressBarPadding 23
-int styleable ActionBar_progressBarStyle 24
-int styleable ActionBar_subtitle 25
-int styleable ActionBar_subtitleTextStyle 26
-int styleable ActionBar_title 27
-int styleable ActionBar_titleTextStyle 28
-int[] styleable ActionBarLayout { 0x10100b3 }
-int styleable ActionBarLayout_android_layout_gravity 0
-int[] styleable ActionMenuItemView { 0x101013f }
-int styleable ActionMenuItemView_android_minWidth 0
-int[] styleable ActionMenuView { }
-int[] styleable ActionMode { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ActionMode_background 0
-int styleable ActionMode_backgroundSplit 1
-int styleable ActionMode_closeItemLayout 2
-int styleable ActionMode_height 3
-int styleable ActionMode_subtitleTextStyle 4
-int styleable ActionMode_titleTextStyle 5
-int[] styleable ActivityChooserView { 0x0, 0x0 }
-int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
-int styleable ActivityChooserView_initialActivityCount 1
-int[] styleable AlertDialog { 0x10100f2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AlertDialog_android_layout 0
-int styleable AlertDialog_buttonIconDimen 1
-int styleable AlertDialog_buttonPanelSideLayout 2
-int styleable AlertDialog_listItemLayout 3
-int styleable AlertDialog_listLayout 4
-int styleable AlertDialog_multiChoiceItemLayout 5
-int styleable AlertDialog_showTitle 6
-int styleable AlertDialog_singleChoiceItemLayout 7
-int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
-int styleable AnimatedStateListDrawableCompat_android_constantSize 0
-int styleable AnimatedStateListDrawableCompat_android_dither 1
-int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
-int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
-int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
-int styleable AnimatedStateListDrawableCompat_android_visible 5
-int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
-int styleable AnimatedStateListDrawableItem_android_drawable 0
-int styleable AnimatedStateListDrawableItem_android_id 1
-int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
-int styleable AnimatedStateListDrawableTransition_android_drawable 0
-int styleable AnimatedStateListDrawableTransition_android_fromId 1
-int styleable AnimatedStateListDrawableTransition_android_reversible 2
-int styleable AnimatedStateListDrawableTransition_android_toId 3
-int[] styleable AppBarLayout { 0x10100d4, 0x1010540, 0x101048f, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AppBarLayout_android_background 0
-int styleable AppBarLayout_android_keyboardNavigationCluster 1
-int styleable AppBarLayout_android_touchscreenBlocksFocus 2
-int styleable AppBarLayout_elevation 3
-int styleable AppBarLayout_expanded 4
-int styleable AppBarLayout_liftOnScroll 5
-int styleable AppBarLayout_liftOnScrollTargetViewId 6
-int styleable AppBarLayout_statusBarForeground 7
-int[] styleable AppBarLayoutStates { 0x0, 0x0, 0x0, 0x0 }
-int styleable AppBarLayoutStates_state_collapsed 0
-int styleable AppBarLayoutStates_state_collapsible 1
-int styleable AppBarLayoutStates_state_liftable 2
-int styleable AppBarLayoutStates_state_lifted 3
-int[] styleable AppBarLayout_Layout { 0x0, 0x0 }
-int styleable AppBarLayout_Layout_layout_scrollFlags 0
-int styleable AppBarLayout_Layout_layout_scrollInterpolator 1
-int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
-int styleable AppCompatImageView_android_src 0
-int styleable AppCompatImageView_srcCompat 1
-int styleable AppCompatImageView_tint 2
-int styleable AppCompatImageView_tintMode 3
-int[] styleable AppCompatSeekBar { 0x1010142, 0x0, 0x0, 0x0 }
-int styleable AppCompatSeekBar_android_thumb 0
-int styleable AppCompatSeekBar_tickMark 1
-int styleable AppCompatSeekBar_tickMarkTint 2
-int styleable AppCompatSeekBar_tickMarkTintMode 3
-int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
-int styleable AppCompatTextHelper_android_drawableBottom 0
-int styleable AppCompatTextHelper_android_drawableEnd 1
-int styleable AppCompatTextHelper_android_drawableLeft 2
-int styleable AppCompatTextHelper_android_drawableRight 3
-int styleable AppCompatTextHelper_android_drawableStart 4
-int styleable AppCompatTextHelper_android_drawableTop 5
-int styleable AppCompatTextHelper_android_textAppearance 6
-int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AppCompatTextView_android_textAppearance 0
-int styleable AppCompatTextView_autoSizeMaxTextSize 1
-int styleable AppCompatTextView_autoSizeMinTextSize 2
-int styleable AppCompatTextView_autoSizePresetSizes 3
-int styleable AppCompatTextView_autoSizeStepGranularity 4
-int styleable AppCompatTextView_autoSizeTextType 5
-int styleable AppCompatTextView_drawableBottomCompat 6
-int styleable AppCompatTextView_drawableEndCompat 7
-int styleable AppCompatTextView_drawableLeftCompat 8
-int styleable AppCompatTextView_drawableRightCompat 9
-int styleable AppCompatTextView_drawableStartCompat 10
-int styleable AppCompatTextView_drawableTint 11
-int styleable AppCompatTextView_drawableTintMode 12
-int styleable AppCompatTextView_drawableTopCompat 13
-int styleable AppCompatTextView_firstBaselineToTopHeight 14
-int styleable AppCompatTextView_fontFamily 15
-int styleable AppCompatTextView_fontVariationSettings 16
-int styleable AppCompatTextView_lastBaselineToBottomHeight 17
-int styleable AppCompatTextView_lineHeight 18
-int styleable AppCompatTextView_textAllCaps 19
-int styleable AppCompatTextView_textLocale 20
-int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable AppCompatTheme_actionBarDivider 0
-int styleable AppCompatTheme_actionBarItemBackground 1
-int styleable AppCompatTheme_actionBarPopupTheme 2
-int styleable AppCompatTheme_actionBarSize 3
-int styleable AppCompatTheme_actionBarSplitStyle 4
-int styleable AppCompatTheme_actionBarStyle 5
-int styleable AppCompatTheme_actionBarTabBarStyle 6
-int styleable AppCompatTheme_actionBarTabStyle 7
-int styleable AppCompatTheme_actionBarTabTextStyle 8
-int styleable AppCompatTheme_actionBarTheme 9
-int styleable AppCompatTheme_actionBarWidgetTheme 10
-int styleable AppCompatTheme_actionButtonStyle 11
-int styleable AppCompatTheme_actionDropDownStyle 12
-int styleable AppCompatTheme_actionMenuTextAppearance 13
-int styleable AppCompatTheme_actionMenuTextColor 14
-int styleable AppCompatTheme_actionModeBackground 15
-int styleable AppCompatTheme_actionModeCloseButtonStyle 16
-int styleable AppCompatTheme_actionModeCloseContentDescription 17
-int styleable AppCompatTheme_actionModeCloseDrawable 18
-int styleable AppCompatTheme_actionModeCopyDrawable 19
-int styleable AppCompatTheme_actionModeCutDrawable 20
-int styleable AppCompatTheme_actionModeFindDrawable 21
-int styleable AppCompatTheme_actionModePasteDrawable 22
-int styleable AppCompatTheme_actionModePopupWindowStyle 23
-int styleable AppCompatTheme_actionModeSelectAllDrawable 24
-int styleable AppCompatTheme_actionModeShareDrawable 25
-int styleable AppCompatTheme_actionModeSplitBackground 26
-int styleable AppCompatTheme_actionModeStyle 27
-int styleable AppCompatTheme_actionModeTheme 28
-int styleable AppCompatTheme_actionModeWebSearchDrawable 29
-int styleable AppCompatTheme_actionOverflowButtonStyle 30
-int styleable AppCompatTheme_actionOverflowMenuStyle 31
-int styleable AppCompatTheme_activityChooserViewStyle 32
-int styleable AppCompatTheme_alertDialogButtonGroupStyle 33
-int styleable AppCompatTheme_alertDialogCenterButtons 34
-int styleable AppCompatTheme_alertDialogStyle 35
-int styleable AppCompatTheme_alertDialogTheme 36
-int styleable AppCompatTheme_android_windowAnimationStyle 37
-int styleable AppCompatTheme_android_windowIsFloating 38
-int styleable AppCompatTheme_autoCompleteTextViewStyle 39
-int styleable AppCompatTheme_borderlessButtonStyle 40
-int styleable AppCompatTheme_buttonBarButtonStyle 41
-int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
-int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
-int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
-int styleable AppCompatTheme_buttonBarStyle 45
-int styleable AppCompatTheme_buttonStyle 46
-int styleable AppCompatTheme_buttonStyleSmall 47
-int styleable AppCompatTheme_checkboxStyle 48
-int styleable AppCompatTheme_checkedTextViewStyle 49
-int styleable AppCompatTheme_colorAccent 50
-int styleable AppCompatTheme_colorBackgroundFloating 51
-int styleable AppCompatTheme_colorButtonNormal 52
-int styleable AppCompatTheme_colorControlActivated 53
-int styleable AppCompatTheme_colorControlHighlight 54
-int styleable AppCompatTheme_colorControlNormal 55
-int styleable AppCompatTheme_colorError 56
-int styleable AppCompatTheme_colorPrimary 57
-int styleable AppCompatTheme_colorPrimaryDark 58
-int styleable AppCompatTheme_colorSwitchThumbNormal 59
-int styleable AppCompatTheme_controlBackground 60
-int styleable AppCompatTheme_dialogCornerRadius 61
-int styleable AppCompatTheme_dialogPreferredPadding 62
-int styleable AppCompatTheme_dialogTheme 63
-int styleable AppCompatTheme_dividerHorizontal 64
-int styleable AppCompatTheme_dividerVertical 65
-int styleable AppCompatTheme_dropDownListViewStyle 66
-int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
-int styleable AppCompatTheme_editTextBackground 68
-int styleable AppCompatTheme_editTextColor 69
-int styleable AppCompatTheme_editTextStyle 70
-int styleable AppCompatTheme_homeAsUpIndicator 71
-int styleable AppCompatTheme_imageButtonStyle 72
-int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
-int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
-int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
-int styleable AppCompatTheme_listDividerAlertDialog 76
-int styleable AppCompatTheme_listMenuViewStyle 77
-int styleable AppCompatTheme_listPopupWindowStyle 78
-int styleable AppCompatTheme_listPreferredItemHeight 79
-int styleable AppCompatTheme_listPreferredItemHeightLarge 80
-int styleable AppCompatTheme_listPreferredItemHeightSmall 81
-int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
-int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
-int styleable AppCompatTheme_listPreferredItemPaddingRight 84
-int styleable AppCompatTheme_listPreferredItemPaddingStart 85
-int styleable AppCompatTheme_panelBackground 86
-int styleable AppCompatTheme_panelMenuListTheme 87
-int styleable AppCompatTheme_panelMenuListWidth 88
-int styleable AppCompatTheme_popupMenuStyle 89
-int styleable AppCompatTheme_popupWindowStyle 90
-int styleable AppCompatTheme_radioButtonStyle 91
-int styleable AppCompatTheme_ratingBarStyle 92
-int styleable AppCompatTheme_ratingBarStyleIndicator 93
-int styleable AppCompatTheme_ratingBarStyleSmall 94
-int styleable AppCompatTheme_searchViewStyle 95
-int styleable AppCompatTheme_seekBarStyle 96
-int styleable AppCompatTheme_selectableItemBackground 97
-int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
-int styleable AppCompatTheme_spinnerDropDownItemStyle 99
-int styleable AppCompatTheme_spinnerStyle 100
-int styleable AppCompatTheme_switchStyle 101
-int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
-int styleable AppCompatTheme_textAppearanceListItem 103
-int styleable AppCompatTheme_textAppearanceListItemSecondary 104
-int styleable AppCompatTheme_textAppearanceListItemSmall 105
-int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
-int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
-int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
-int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
-int styleable AppCompatTheme_textColorAlertDialogListItem 110
-int styleable AppCompatTheme_textColorSearchUrl 111
-int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
-int styleable AppCompatTheme_toolbarStyle 113
-int styleable AppCompatTheme_tooltipForegroundColor 114
-int styleable AppCompatTheme_tooltipFrameBackground 115
-int styleable AppCompatTheme_viewInflaterClass 116
-int styleable AppCompatTheme_windowActionBar 117
-int styleable AppCompatTheme_windowActionBarOverlay 118
-int styleable AppCompatTheme_windowActionModeOverlay 119
-int styleable AppCompatTheme_windowFixedHeightMajor 120
-int styleable AppCompatTheme_windowFixedHeightMinor 121
-int styleable AppCompatTheme_windowFixedWidthMajor 122
-int styleable AppCompatTheme_windowFixedWidthMinor 123
-int styleable AppCompatTheme_windowMinWidthMajor 124
-int styleable AppCompatTheme_windowMinWidthMinor 125
-int styleable AppCompatTheme_windowNoTitle 126
-int[] styleable Badge { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Badge_backgroundColor 0
-int styleable Badge_badgeGravity 1
-int styleable Badge_badgeTextColor 2
-int styleable Badge_horizontalOffset 3
-int styleable Badge_maxCharacterCount 4
-int styleable Badge_number 5
-int styleable Badge_verticalOffset 6
-int[] styleable BaseProgressIndicator { 0x1010139, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable BaseProgressIndicator_android_indeterminate 0
-int styleable BaseProgressIndicator_hideAnimationBehavior 1
-int styleable BaseProgressIndicator_indicatorColor 2
-int styleable BaseProgressIndicator_minHideDelay 3
-int styleable BaseProgressIndicator_showAnimationBehavior 4
-int styleable BaseProgressIndicator_showDelay 5
-int styleable BaseProgressIndicator_trackColor 6
-int styleable BaseProgressIndicator_trackCornerRadius 7
-int styleable BaseProgressIndicator_trackThickness 8
-int[] styleable BottomAppBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable BottomAppBar_backgroundTint 0
-int styleable BottomAppBar_elevation 1
-int styleable BottomAppBar_fabAlignmentMode 2
-int styleable BottomAppBar_fabAnimationMode 3
-int styleable BottomAppBar_fabCradleMargin 4
-int styleable BottomAppBar_fabCradleRoundedCornerRadius 5
-int styleable BottomAppBar_fabCradleVerticalOffset 6
-int styleable BottomAppBar_hideOnScroll 7
-int styleable BottomAppBar_paddingBottomSystemWindowInsets 8
-int styleable BottomAppBar_paddingLeftSystemWindowInsets 9
-int styleable BottomAppBar_paddingRightSystemWindowInsets 10
-int[] styleable BottomNavigationView { 0x0 }
-int styleable BottomNavigationView_itemHorizontalTranslationEnabled 0
-int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable BottomSheetBehavior_Layout_android_elevation 0
-int styleable BottomSheetBehavior_Layout_android_maxWidth 1
-int styleable BottomSheetBehavior_Layout_backgroundTint 2
-int styleable BottomSheetBehavior_Layout_behavior_draggable 3
-int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 4
-int styleable BottomSheetBehavior_Layout_behavior_fitToContents 5
-int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 6
-int styleable BottomSheetBehavior_Layout_behavior_hideable 7
-int styleable BottomSheetBehavior_Layout_behavior_peekHeight 8
-int styleable BottomSheetBehavior_Layout_behavior_saveFlags 9
-int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 10
-int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 11
-int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 12
-int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 13
-int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 14
-int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 15
-int styleable BottomSheetBehavior_Layout_shapeAppearance 16
-int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 17
-int[] styleable ButtonBarLayout { 0x0 }
-int styleable ButtonBarLayout_allowStacking 0
-int[] styleable CardView { 0x1010140, 0x101013f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable CardView_android_minHeight 0
-int styleable CardView_android_minWidth 1
-int styleable CardView_cardBackgroundColor 2
-int styleable CardView_cardCornerRadius 3
-int styleable CardView_cardElevation 4
-int styleable CardView_cardMaxElevation 5
-int styleable CardView_cardPreventCornerOverlap 6
-int styleable CardView_cardUseCompatPadding 7
-int styleable CardView_contentPadding 8
-int styleable CardView_contentPaddingBottom 9
-int styleable CardView_contentPaddingLeft 10
-int styleable CardView_contentPaddingRight 11
-int styleable CardView_contentPaddingTop 12
-int[] styleable Chip { 0x10101e5, 0x10100ab, 0x101011f, 0x101014f, 0x1010034, 0x1010098, 0x1010095, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Chip_android_checkable 0
-int styleable Chip_android_ellipsize 1
-int styleable Chip_android_maxWidth 2
-int styleable Chip_android_text 3
-int styleable Chip_android_textAppearance 4
-int styleable Chip_android_textColor 5
-int styleable Chip_android_textSize 6
-int styleable Chip_checkedIcon 7
-int styleable Chip_checkedIconEnabled 8
-int styleable Chip_checkedIconTint 9
-int styleable Chip_checkedIconVisible 10
-int styleable Chip_chipBackgroundColor 11
-int styleable Chip_chipCornerRadius 12
-int styleable Chip_chipEndPadding 13
-int styleable Chip_chipIcon 14
-int styleable Chip_chipIconEnabled 15
-int styleable Chip_chipIconSize 16
-int styleable Chip_chipIconTint 17
-int styleable Chip_chipIconVisible 18
-int styleable Chip_chipMinHeight 19
-int styleable Chip_chipMinTouchTargetSize 20
-int styleable Chip_chipStartPadding 21
-int styleable Chip_chipStrokeColor 22
-int styleable Chip_chipStrokeWidth 23
-int styleable Chip_chipSurfaceColor 24
-int styleable Chip_closeIcon 25
-int styleable Chip_closeIconEnabled 26
-int styleable Chip_closeIconEndPadding 27
-int styleable Chip_closeIconSize 28
-int styleable Chip_closeIconStartPadding 29
-int styleable Chip_closeIconTint 30
-int styleable Chip_closeIconVisible 31
-int styleable Chip_ensureMinTouchTargetSize 32
-int styleable Chip_hideMotionSpec 33
-int styleable Chip_iconEndPadding 34
-int styleable Chip_iconStartPadding 35
-int styleable Chip_rippleColor 36
-int styleable Chip_shapeAppearance 37
-int styleable Chip_shapeAppearanceOverlay 38
-int styleable Chip_showMotionSpec 39
-int styleable Chip_textEndPadding 40
-int styleable Chip_textStartPadding 41
-int[] styleable ChipGroup { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ChipGroup_checkedChip 0
-int styleable ChipGroup_chipSpacing 1
-int styleable ChipGroup_chipSpacingHorizontal 2
-int styleable ChipGroup_chipSpacingVertical 3
-int styleable ChipGroup_selectionRequired 4
-int styleable ChipGroup_singleLine 5
-int styleable ChipGroup_singleSelection 6
-int[] styleable CircularProgressIndicator { 0x0, 0x0, 0x0 }
-int styleable CircularProgressIndicator_indicatorDirectionCircular 0
-int styleable CircularProgressIndicator_indicatorInset 1
-int styleable CircularProgressIndicator_indicatorSize 2
-int[] styleable ClockFaceView { 0x0, 0x0 }
-int styleable ClockFaceView_clockFaceBackgroundColor 0
-int styleable ClockFaceView_clockNumberTextColor 1
-int[] styleable ClockHandView { 0x0, 0x0, 0x0 }
-int styleable ClockHandView_clockHandColor 0
-int styleable ClockHandView_materialCircleRadius 1
-int styleable ClockHandView_selectorSize 2
-int[] styleable CollapsingToolbarLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
-int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
-int styleable CollapsingToolbarLayout_contentScrim 2
-int styleable CollapsingToolbarLayout_expandedTitleGravity 3
-int styleable CollapsingToolbarLayout_expandedTitleMargin 4
-int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5
-int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6
-int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7
-int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8
-int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9
-int styleable CollapsingToolbarLayout_extraMultilineHeightEnabled 10
-int styleable CollapsingToolbarLayout_forceApplySystemWindowInsetTop 11
-int styleable CollapsingToolbarLayout_maxLines 12
-int styleable CollapsingToolbarLayout_scrimAnimationDuration 13
-int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 14
-int styleable CollapsingToolbarLayout_statusBarScrim 15
-int styleable CollapsingToolbarLayout_title 16
-int styleable CollapsingToolbarLayout_titleCollapseMode 17
-int styleable CollapsingToolbarLayout_titleEnabled 18
-int styleable CollapsingToolbarLayout_toolbarId 19
-int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
-int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
-int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
-int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
-int styleable CompoundButton_android_button 0
-int styleable CompoundButton_buttonCompat 1
-int styleable CompoundButton_buttonTint 2
-int styleable CompoundButton_buttonTintMode 3
-int[] styleable Constraint { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Constraint_android_alpha 0
-int styleable Constraint_android_elevation 1
-int styleable Constraint_android_id 2
-int styleable Constraint_android_layout_height 3
-int styleable Constraint_android_layout_marginBottom 4
-int styleable Constraint_android_layout_marginEnd 5
-int styleable Constraint_android_layout_marginLeft 6
-int styleable Constraint_android_layout_marginRight 7
-int styleable Constraint_android_layout_marginStart 8
-int styleable Constraint_android_layout_marginTop 9
-int styleable Constraint_android_layout_width 10
-int styleable Constraint_android_maxHeight 11
-int styleable Constraint_android_maxWidth 12
-int styleable Constraint_android_minHeight 13
-int styleable Constraint_android_minWidth 14
-int styleable Constraint_android_orientation 15
-int styleable Constraint_android_rotation 16
-int styleable Constraint_android_rotationX 17
-int styleable Constraint_android_rotationY 18
-int styleable Constraint_android_scaleX 19
-int styleable Constraint_android_scaleY 20
-int styleable Constraint_android_transformPivotX 21
-int styleable Constraint_android_transformPivotY 22
-int styleable Constraint_android_translationX 23
-int styleable Constraint_android_translationY 24
-int styleable Constraint_android_translationZ 25
-int styleable Constraint_android_visibility 26
-int styleable Constraint_animate_relativeTo 27
-int styleable Constraint_barrierAllowsGoneWidgets 28
-int styleable Constraint_barrierDirection 29
-int styleable Constraint_barrierMargin 30
-int styleable Constraint_chainUseRtl 31
-int styleable Constraint_constraint_referenced_ids 32
-int styleable Constraint_drawPath 33
-int styleable Constraint_flow_firstHorizontalBias 34
-int styleable Constraint_flow_firstHorizontalStyle 35
-int styleable Constraint_flow_firstVerticalBias 36
-int styleable Constraint_flow_firstVerticalStyle 37
-int styleable Constraint_flow_horizontalAlign 38
-int styleable Constraint_flow_horizontalBias 39
-int styleable Constraint_flow_horizontalGap 40
-int styleable Constraint_flow_horizontalStyle 41
-int styleable Constraint_flow_lastHorizontalBias 42
-int styleable Constraint_flow_lastHorizontalStyle 43
-int styleable Constraint_flow_lastVerticalBias 44
-int styleable Constraint_flow_lastVerticalStyle 45
-int styleable Constraint_flow_maxElementsWrap 46
-int styleable Constraint_flow_verticalAlign 47
-int styleable Constraint_flow_verticalBias 48
-int styleable Constraint_flow_verticalGap 49
-int styleable Constraint_flow_verticalStyle 50
-int styleable Constraint_flow_wrapMode 51
-int styleable Constraint_layout_constrainedHeight 52
-int styleable Constraint_layout_constrainedWidth 53
-int styleable Constraint_layout_constraintBaseline_creator 54
-int styleable Constraint_layout_constraintBaseline_toBaselineOf 55
-int styleable Constraint_layout_constraintBottom_creator 56
-int styleable Constraint_layout_constraintBottom_toBottomOf 57
-int styleable Constraint_layout_constraintBottom_toTopOf 58
-int styleable Constraint_layout_constraintCircle 59
-int styleable Constraint_layout_constraintCircleAngle 60
-int styleable Constraint_layout_constraintCircleRadius 61
-int styleable Constraint_layout_constraintDimensionRatio 62
-int styleable Constraint_layout_constraintEnd_toEndOf 63
-int styleable Constraint_layout_constraintEnd_toStartOf 64
-int styleable Constraint_layout_constraintGuide_begin 65
-int styleable Constraint_layout_constraintGuide_end 66
-int styleable Constraint_layout_constraintGuide_percent 67
-int styleable Constraint_layout_constraintHeight_default 68
-int styleable Constraint_layout_constraintHeight_max 69
-int styleable Constraint_layout_constraintHeight_min 70
-int styleable Constraint_layout_constraintHeight_percent 71
-int styleable Constraint_layout_constraintHorizontal_bias 72
-int styleable Constraint_layout_constraintHorizontal_chainStyle 73
-int styleable Constraint_layout_constraintHorizontal_weight 74
-int styleable Constraint_layout_constraintLeft_creator 75
-int styleable Constraint_layout_constraintLeft_toLeftOf 76
-int styleable Constraint_layout_constraintLeft_toRightOf 77
-int styleable Constraint_layout_constraintRight_creator 78
-int styleable Constraint_layout_constraintRight_toLeftOf 79
-int styleable Constraint_layout_constraintRight_toRightOf 80
-int styleable Constraint_layout_constraintStart_toEndOf 81
-int styleable Constraint_layout_constraintStart_toStartOf 82
-int styleable Constraint_layout_constraintTag 83
-int styleable Constraint_layout_constraintTop_creator 84
-int styleable Constraint_layout_constraintTop_toBottomOf 85
-int styleable Constraint_layout_constraintTop_toTopOf 86
-int styleable Constraint_layout_constraintVertical_bias 87
-int styleable Constraint_layout_constraintVertical_chainStyle 88
-int styleable Constraint_layout_constraintVertical_weight 89
-int styleable Constraint_layout_constraintWidth_default 90
-int styleable Constraint_layout_constraintWidth_max 91
-int styleable Constraint_layout_constraintWidth_min 92
-int styleable Constraint_layout_constraintWidth_percent 93
-int styleable Constraint_layout_editor_absoluteX 94
-int styleable Constraint_layout_editor_absoluteY 95
-int styleable Constraint_layout_goneMarginBottom 96
-int styleable Constraint_layout_goneMarginEnd 97
-int styleable Constraint_layout_goneMarginLeft 98
-int styleable Constraint_layout_goneMarginRight 99
-int styleable Constraint_layout_goneMarginStart 100
-int styleable Constraint_layout_goneMarginTop 101
-int styleable Constraint_motionProgress 102
-int styleable Constraint_motionStagger 103
-int styleable Constraint_pathMotionArc 104
-int styleable Constraint_pivotAnchor 105
-int styleable Constraint_transitionEasing 106
-int styleable Constraint_transitionPathRotate 107
-int styleable Constraint_visibilityMode 108
-int[] styleable ConstraintLayout_Layout { 0x1010440, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10100d5, 0x10100d9, 0x10103b4, 0x10100d6, 0x10100d8, 0x10103b3, 0x10100d7, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ConstraintLayout_Layout_android_elevation 0
-int styleable ConstraintLayout_Layout_android_maxHeight 1
-int styleable ConstraintLayout_Layout_android_maxWidth 2
-int styleable ConstraintLayout_Layout_android_minHeight 3
-int styleable ConstraintLayout_Layout_android_minWidth 4
-int styleable ConstraintLayout_Layout_android_orientation 5
-int styleable ConstraintLayout_Layout_android_padding 6
-int styleable ConstraintLayout_Layout_android_paddingBottom 7
-int styleable ConstraintLayout_Layout_android_paddingEnd 8
-int styleable ConstraintLayout_Layout_android_paddingLeft 9
-int styleable ConstraintLayout_Layout_android_paddingRight 10
-int styleable ConstraintLayout_Layout_android_paddingStart 11
-int styleable ConstraintLayout_Layout_android_paddingTop 12
-int styleable ConstraintLayout_Layout_android_visibility 13
-int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 14
-int styleable ConstraintLayout_Layout_barrierDirection 15
-int styleable ConstraintLayout_Layout_barrierMargin 16
-int styleable ConstraintLayout_Layout_chainUseRtl 17
-int styleable ConstraintLayout_Layout_constraintSet 18
-int styleable ConstraintLayout_Layout_constraint_referenced_ids 19
-int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 20
-int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 21
-int styleable ConstraintLayout_Layout_flow_firstVerticalBias 22
-int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 23
-int styleable ConstraintLayout_Layout_flow_horizontalAlign 24
-int styleable ConstraintLayout_Layout_flow_horizontalBias 25
-int styleable ConstraintLayout_Layout_flow_horizontalGap 26
-int styleable ConstraintLayout_Layout_flow_horizontalStyle 27
-int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 28
-int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 29
-int styleable ConstraintLayout_Layout_flow_lastVerticalBias 30
-int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 31
-int styleable ConstraintLayout_Layout_flow_maxElementsWrap 32
-int styleable ConstraintLayout_Layout_flow_verticalAlign 33
-int styleable ConstraintLayout_Layout_flow_verticalBias 34
-int styleable ConstraintLayout_Layout_flow_verticalGap 35
-int styleable ConstraintLayout_Layout_flow_verticalStyle 36
-int styleable ConstraintLayout_Layout_flow_wrapMode 37
-int styleable ConstraintLayout_Layout_layoutDescription 38
-int styleable ConstraintLayout_Layout_layout_constrainedHeight 39
-int styleable ConstraintLayout_Layout_layout_constrainedWidth 40
-int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 41
-int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 42
-int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 43
-int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 44
-int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 45
-int styleable ConstraintLayout_Layout_layout_constraintCircle 46
-int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 47
-int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 48
-int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 49
-int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 50
-int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 51
-int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 52
-int styleable ConstraintLayout_Layout_layout_constraintGuide_end 53
-int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 54
-int styleable ConstraintLayout_Layout_layout_constraintHeight_default 55
-int styleable ConstraintLayout_Layout_layout_constraintHeight_max 56
-int styleable ConstraintLayout_Layout_layout_constraintHeight_min 57
-int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 58
-int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 59
-int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 60
-int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 61
-int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 62
-int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 63
-int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 64
-int styleable ConstraintLayout_Layout_layout_constraintRight_creator 65
-int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 66
-int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 67
-int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 68
-int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 69
-int styleable ConstraintLayout_Layout_layout_constraintTag 70
-int styleable ConstraintLayout_Layout_layout_constraintTop_creator 71
-int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 72
-int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 73
-int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 74
-int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 75
-int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 76
-int styleable ConstraintLayout_Layout_layout_constraintWidth_default 77
-int styleable ConstraintLayout_Layout_layout_constraintWidth_max 78
-int styleable ConstraintLayout_Layout_layout_constraintWidth_min 79
-int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 80
-int styleable ConstraintLayout_Layout_layout_editor_absoluteX 81
-int styleable ConstraintLayout_Layout_layout_editor_absoluteY 82
-int styleable ConstraintLayout_Layout_layout_goneMarginBottom 83
-int styleable ConstraintLayout_Layout_layout_goneMarginEnd 84
-int styleable ConstraintLayout_Layout_layout_goneMarginLeft 85
-int styleable ConstraintLayout_Layout_layout_goneMarginRight 86
-int styleable ConstraintLayout_Layout_layout_goneMarginStart 87
-int styleable ConstraintLayout_Layout_layout_goneMarginTop 88
-int styleable ConstraintLayout_Layout_layout_optimizationLevel 89
-int[] styleable ConstraintLayout_placeholder { 0x0, 0x0 }
-int styleable ConstraintLayout_placeholder_content 0
-int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1
-int[] styleable ConstraintSet { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10101b5, 0x10101b6, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ConstraintSet_android_alpha 0
-int styleable ConstraintSet_android_elevation 1
-int styleable ConstraintSet_android_id 2
-int styleable ConstraintSet_android_layout_height 3
-int styleable ConstraintSet_android_layout_marginBottom 4
-int styleable ConstraintSet_android_layout_marginEnd 5
-int styleable ConstraintSet_android_layout_marginLeft 6
-int styleable ConstraintSet_android_layout_marginRight 7
-int styleable ConstraintSet_android_layout_marginStart 8
-int styleable ConstraintSet_android_layout_marginTop 9
-int styleable ConstraintSet_android_layout_width 10
-int styleable ConstraintSet_android_maxHeight 11
-int styleable ConstraintSet_android_maxWidth 12
-int styleable ConstraintSet_android_minHeight 13
-int styleable ConstraintSet_android_minWidth 14
-int styleable ConstraintSet_android_orientation 15
-int styleable ConstraintSet_android_pivotX 16
-int styleable ConstraintSet_android_pivotY 17
-int styleable ConstraintSet_android_rotation 18
-int styleable ConstraintSet_android_rotationX 19
-int styleable ConstraintSet_android_rotationY 20
-int styleable ConstraintSet_android_scaleX 21
-int styleable ConstraintSet_android_scaleY 22
-int styleable ConstraintSet_android_transformPivotX 23
-int styleable ConstraintSet_android_transformPivotY 24
-int styleable ConstraintSet_android_translationX 25
-int styleable ConstraintSet_android_translationY 26
-int styleable ConstraintSet_android_translationZ 27
-int styleable ConstraintSet_android_visibility 28
-int styleable ConstraintSet_animate_relativeTo 29
-int styleable ConstraintSet_barrierAllowsGoneWidgets 30
-int styleable ConstraintSet_barrierDirection 31
-int styleable ConstraintSet_barrierMargin 32
-int styleable ConstraintSet_chainUseRtl 33
-int styleable ConstraintSet_constraint_referenced_ids 34
-int styleable ConstraintSet_deriveConstraintsFrom 35
-int styleable ConstraintSet_drawPath 36
-int styleable ConstraintSet_flow_firstHorizontalBias 37
-int styleable ConstraintSet_flow_firstHorizontalStyle 38
-int styleable ConstraintSet_flow_firstVerticalBias 39
-int styleable ConstraintSet_flow_firstVerticalStyle 40
-int styleable ConstraintSet_flow_horizontalAlign 41
-int styleable ConstraintSet_flow_horizontalBias 42
-int styleable ConstraintSet_flow_horizontalGap 43
-int styleable ConstraintSet_flow_horizontalStyle 44
-int styleable ConstraintSet_flow_lastHorizontalBias 45
-int styleable ConstraintSet_flow_lastHorizontalStyle 46
-int styleable ConstraintSet_flow_lastVerticalBias 47
-int styleable ConstraintSet_flow_lastVerticalStyle 48
-int styleable ConstraintSet_flow_maxElementsWrap 49
-int styleable ConstraintSet_flow_verticalAlign 50
-int styleable ConstraintSet_flow_verticalBias 51
-int styleable ConstraintSet_flow_verticalGap 52
-int styleable ConstraintSet_flow_verticalStyle 53
-int styleable ConstraintSet_flow_wrapMode 54
-int styleable ConstraintSet_layout_constrainedHeight 55
-int styleable ConstraintSet_layout_constrainedWidth 56
-int styleable ConstraintSet_layout_constraintBaseline_creator 57
-int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 58
-int styleable ConstraintSet_layout_constraintBottom_creator 59
-int styleable ConstraintSet_layout_constraintBottom_toBottomOf 60
-int styleable ConstraintSet_layout_constraintBottom_toTopOf 61
-int styleable ConstraintSet_layout_constraintCircle 62
-int styleable ConstraintSet_layout_constraintCircleAngle 63
-int styleable ConstraintSet_layout_constraintCircleRadius 64
-int styleable ConstraintSet_layout_constraintDimensionRatio 65
-int styleable ConstraintSet_layout_constraintEnd_toEndOf 66
-int styleable ConstraintSet_layout_constraintEnd_toStartOf 67
-int styleable ConstraintSet_layout_constraintGuide_begin 68
-int styleable ConstraintSet_layout_constraintGuide_end 69
-int styleable ConstraintSet_layout_constraintGuide_percent 70
-int styleable ConstraintSet_layout_constraintHeight_default 71
-int styleable ConstraintSet_layout_constraintHeight_max 72
-int styleable ConstraintSet_layout_constraintHeight_min 73
-int styleable ConstraintSet_layout_constraintHeight_percent 74
-int styleable ConstraintSet_layout_constraintHorizontal_bias 75
-int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 76
-int styleable ConstraintSet_layout_constraintHorizontal_weight 77
-int styleable ConstraintSet_layout_constraintLeft_creator 78
-int styleable ConstraintSet_layout_constraintLeft_toLeftOf 79
-int styleable ConstraintSet_layout_constraintLeft_toRightOf 80
-int styleable ConstraintSet_layout_constraintRight_creator 81
-int styleable ConstraintSet_layout_constraintRight_toLeftOf 82
-int styleable ConstraintSet_layout_constraintRight_toRightOf 83
-int styleable ConstraintSet_layout_constraintStart_toEndOf 84
-int styleable ConstraintSet_layout_constraintStart_toStartOf 85
-int styleable ConstraintSet_layout_constraintTag 86
-int styleable ConstraintSet_layout_constraintTop_creator 87
-int styleable ConstraintSet_layout_constraintTop_toBottomOf 88
-int styleable ConstraintSet_layout_constraintTop_toTopOf 89
-int styleable ConstraintSet_layout_constraintVertical_bias 90
-int styleable ConstraintSet_layout_constraintVertical_chainStyle 91
-int styleable ConstraintSet_layout_constraintVertical_weight 92
-int styleable ConstraintSet_layout_constraintWidth_default 93
-int styleable ConstraintSet_layout_constraintWidth_max 94
-int styleable ConstraintSet_layout_constraintWidth_min 95
-int styleable ConstraintSet_layout_constraintWidth_percent 96
-int styleable ConstraintSet_layout_editor_absoluteX 97
-int styleable ConstraintSet_layout_editor_absoluteY 98
-int styleable ConstraintSet_layout_goneMarginBottom 99
-int styleable ConstraintSet_layout_goneMarginEnd 100
-int styleable ConstraintSet_layout_goneMarginLeft 101
-int styleable ConstraintSet_layout_goneMarginRight 102
-int styleable ConstraintSet_layout_goneMarginStart 103
-int styleable ConstraintSet_layout_goneMarginTop 104
-int styleable ConstraintSet_motionProgress 105
-int styleable ConstraintSet_motionStagger 106
-int styleable ConstraintSet_pathMotionArc 107
-int styleable ConstraintSet_pivotAnchor 108
-int styleable ConstraintSet_transitionEasing 109
-int styleable ConstraintSet_transitionPathRotate 110
-int[] styleable CoordinatorLayout { 0x0, 0x0 }
-int styleable CoordinatorLayout_keylines 0
-int styleable CoordinatorLayout_statusBarBackground 1
-int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable CoordinatorLayout_Layout_android_layout_gravity 0
-int styleable CoordinatorLayout_Layout_layout_anchor 1
-int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
-int styleable CoordinatorLayout_Layout_layout_behavior 3
-int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
-int styleable CoordinatorLayout_Layout_layout_insetEdge 5
-int styleable CoordinatorLayout_Layout_layout_keyline 6
-int[] styleable CustomAttribute { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable CustomAttribute_attributeName 0
-int styleable CustomAttribute_customBoolean 1
-int styleable CustomAttribute_customColorDrawableValue 2
-int styleable CustomAttribute_customColorValue 3
-int styleable CustomAttribute_customDimension 4
-int styleable CustomAttribute_customFloatValue 5
-int styleable CustomAttribute_customIntegerValue 6
-int styleable CustomAttribute_customPixelDimension 7
-int styleable CustomAttribute_customStringValue 8
-int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable DrawerArrowToggle_arrowHeadLength 0
-int styleable DrawerArrowToggle_arrowShaftLength 1
-int styleable DrawerArrowToggle_barLength 2
-int styleable DrawerArrowToggle_color 3
-int styleable DrawerArrowToggle_drawableSize 4
-int styleable DrawerArrowToggle_gapBetweenBars 5
-int styleable DrawerArrowToggle_spinBars 6
-int styleable DrawerArrowToggle_thickness 7
-int[] styleable ExtendedFloatingActionButton { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ExtendedFloatingActionButton_collapsedSize 0
-int styleable ExtendedFloatingActionButton_elevation 1
-int styleable ExtendedFloatingActionButton_extendMotionSpec 2
-int styleable ExtendedFloatingActionButton_hideMotionSpec 3
-int styleable ExtendedFloatingActionButton_showMotionSpec 4
-int styleable ExtendedFloatingActionButton_shrinkMotionSpec 5
-int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x0, 0x0 }
-int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
-int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
-int[] styleable FloatingActionButton { 0x101000e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FloatingActionButton_android_enabled 0
-int styleable FloatingActionButton_backgroundTint 1
-int styleable FloatingActionButton_backgroundTintMode 2
-int styleable FloatingActionButton_borderWidth 3
-int styleable FloatingActionButton_elevation 4
-int styleable FloatingActionButton_ensureMinTouchTargetSize 5
-int styleable FloatingActionButton_fabCustomSize 6
-int styleable FloatingActionButton_fabSize 7
-int styleable FloatingActionButton_hideMotionSpec 8
-int styleable FloatingActionButton_hoveredFocusedTranslationZ 9
-int styleable FloatingActionButton_maxImageSize 10
-int styleable FloatingActionButton_pressedTranslationZ 11
-int styleable FloatingActionButton_rippleColor 12
-int styleable FloatingActionButton_shapeAppearance 13
-int styleable FloatingActionButton_shapeAppearanceOverlay 14
-int styleable FloatingActionButton_showMotionSpec 15
-int styleable FloatingActionButton_useCompatPadding 16
-int[] styleable FloatingActionButton_Behavior_Layout { 0x0 }
-int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
-int[] styleable FlowLayout { 0x0, 0x0 }
-int styleable FlowLayout_itemSpacing 0
-int styleable FlowLayout_lineSpacing 1
-int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamily_fontProviderAuthority 0
-int styleable FontFamily_fontProviderCerts 1
-int styleable FontFamily_fontProviderFetchStrategy 2
-int styleable FontFamily_fontProviderFetchTimeout 3
-int styleable FontFamily_fontProviderPackage 4
-int styleable FontFamily_fontProviderQuery 5
-int styleable FontFamily_fontProviderSystemFontFamily 6
-int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 4
-int styleable FontFamilyFont_font 5
-int styleable FontFamilyFont_fontStyle 6
-int styleable FontFamilyFont_fontVariationSettings 7
-int styleable FontFamilyFont_fontWeight 8
-int styleable FontFamilyFont_ttcIndex 9
-int[] styleable ForegroundLinearLayout { 0x1010109, 0x1010200, 0x0 }
-int styleable ForegroundLinearLayout_android_foreground 0
-int styleable ForegroundLinearLayout_android_foregroundGravity 1
-int styleable ForegroundLinearLayout_foregroundInsidePadding 2
-int[] styleable Fragment { 0x10100d0, 0x1010003, 0x10100d1 }
-int styleable Fragment_android_id 0
-int styleable Fragment_android_name 1
-int styleable Fragment_android_tag 2
-int[] styleable FragmentContainerView { 0x1010003, 0x10100d1 }
-int styleable FragmentContainerView_android_name 0
-int styleable FragmentContainerView_android_tag 1
-int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
-int[] styleable ImageFilterView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ImageFilterView_altSrc 0
-int styleable ImageFilterView_brightness 1
-int styleable ImageFilterView_contrast 2
-int styleable ImageFilterView_crossfade 3
-int styleable ImageFilterView_overlay 4
-int styleable ImageFilterView_round 5
-int styleable ImageFilterView_roundPercent 6
-int styleable ImageFilterView_saturation 7
-int styleable ImageFilterView_warmth 8
-int[] styleable Insets { 0x0, 0x0, 0x0, 0x0 }
-int styleable Insets_paddingBottomSystemWindowInsets 0
-int styleable Insets_paddingLeftSystemWindowInsets 1
-int styleable Insets_paddingRightSystemWindowInsets 2
-int styleable Insets_paddingTopSystemWindowInsets 3
-int[] styleable KeyAttribute { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyAttribute_android_alpha 0
-int styleable KeyAttribute_android_elevation 1
-int styleable KeyAttribute_android_rotation 2
-int styleable KeyAttribute_android_rotationX 3
-int styleable KeyAttribute_android_rotationY 4
-int styleable KeyAttribute_android_scaleX 5
-int styleable KeyAttribute_android_scaleY 6
-int styleable KeyAttribute_android_transformPivotX 7
-int styleable KeyAttribute_android_transformPivotY 8
-int styleable KeyAttribute_android_translationX 9
-int styleable KeyAttribute_android_translationY 10
-int styleable KeyAttribute_android_translationZ 11
-int styleable KeyAttribute_curveFit 12
-int styleable KeyAttribute_framePosition 13
-int styleable KeyAttribute_motionProgress 14
-int styleable KeyAttribute_motionTarget 15
-int styleable KeyAttribute_transitionEasing 16
-int styleable KeyAttribute_transitionPathRotate 17
-int[] styleable KeyCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyCycle_android_alpha 0
-int styleable KeyCycle_android_elevation 1
-int styleable KeyCycle_android_rotation 2
-int styleable KeyCycle_android_rotationX 3
-int styleable KeyCycle_android_rotationY 4
-int styleable KeyCycle_android_scaleX 5
-int styleable KeyCycle_android_scaleY 6
-int styleable KeyCycle_android_translationX 7
-int styleable KeyCycle_android_translationY 8
-int styleable KeyCycle_android_translationZ 9
-int styleable KeyCycle_curveFit 10
-int styleable KeyCycle_framePosition 11
-int styleable KeyCycle_motionProgress 12
-int styleable KeyCycle_motionTarget 13
-int styleable KeyCycle_transitionEasing 14
-int styleable KeyCycle_transitionPathRotate 15
-int styleable KeyCycle_waveOffset 16
-int styleable KeyCycle_wavePeriod 17
-int styleable KeyCycle_waveShape 18
-int styleable KeyCycle_waveVariesBy 19
-int[] styleable KeyPosition { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyPosition_curveFit 0
-int styleable KeyPosition_drawPath 1
-int styleable KeyPosition_framePosition 2
-int styleable KeyPosition_keyPositionType 3
-int styleable KeyPosition_motionTarget 4
-int styleable KeyPosition_pathMotionArc 5
-int styleable KeyPosition_percentHeight 6
-int styleable KeyPosition_percentWidth 7
-int styleable KeyPosition_percentX 8
-int styleable KeyPosition_percentY 9
-int styleable KeyPosition_sizePercent 10
-int styleable KeyPosition_transitionEasing 11
-int[] styleable KeyTimeCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyTimeCycle_android_alpha 0
-int styleable KeyTimeCycle_android_elevation 1
-int styleable KeyTimeCycle_android_rotation 2
-int styleable KeyTimeCycle_android_rotationX 3
-int styleable KeyTimeCycle_android_rotationY 4
-int styleable KeyTimeCycle_android_scaleX 5
-int styleable KeyTimeCycle_android_scaleY 6
-int styleable KeyTimeCycle_android_translationX 7
-int styleable KeyTimeCycle_android_translationY 8
-int styleable KeyTimeCycle_android_translationZ 9
-int styleable KeyTimeCycle_curveFit 10
-int styleable KeyTimeCycle_framePosition 11
-int styleable KeyTimeCycle_motionProgress 12
-int styleable KeyTimeCycle_motionTarget 13
-int styleable KeyTimeCycle_transitionEasing 14
-int styleable KeyTimeCycle_transitionPathRotate 15
-int styleable KeyTimeCycle_waveDecay 16
-int styleable KeyTimeCycle_waveOffset 17
-int styleable KeyTimeCycle_wavePeriod 18
-int styleable KeyTimeCycle_waveShape 19
-int[] styleable KeyTrigger { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable KeyTrigger_framePosition 0
-int styleable KeyTrigger_motionTarget 1
-int styleable KeyTrigger_motion_postLayoutCollision 2
-int styleable KeyTrigger_motion_triggerOnCollision 3
-int styleable KeyTrigger_onCross 4
-int styleable KeyTrigger_onNegativeCross 5
-int styleable KeyTrigger_onPositiveCross 6
-int styleable KeyTrigger_triggerId 7
-int styleable KeyTrigger_triggerReceiver 8
-int styleable KeyTrigger_triggerSlack 9
-int[] styleable Layout { 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Layout_android_layout_height 0
-int styleable Layout_android_layout_marginBottom 1
-int styleable Layout_android_layout_marginEnd 2
-int styleable Layout_android_layout_marginLeft 3
-int styleable Layout_android_layout_marginRight 4
-int styleable Layout_android_layout_marginStart 5
-int styleable Layout_android_layout_marginTop 6
-int styleable Layout_android_layout_width 7
-int styleable Layout_android_orientation 8
-int styleable Layout_barrierAllowsGoneWidgets 9
-int styleable Layout_barrierDirection 10
-int styleable Layout_barrierMargin 11
-int styleable Layout_chainUseRtl 12
-int styleable Layout_constraint_referenced_ids 13
-int styleable Layout_layout_constrainedHeight 14
-int styleable Layout_layout_constrainedWidth 15
-int styleable Layout_layout_constraintBaseline_creator 16
-int styleable Layout_layout_constraintBaseline_toBaselineOf 17
-int styleable Layout_layout_constraintBottom_creator 18
-int styleable Layout_layout_constraintBottom_toBottomOf 19
-int styleable Layout_layout_constraintBottom_toTopOf 20
-int styleable Layout_layout_constraintCircle 21
-int styleable Layout_layout_constraintCircleAngle 22
-int styleable Layout_layout_constraintCircleRadius 23
-int styleable Layout_layout_constraintDimensionRatio 24
-int styleable Layout_layout_constraintEnd_toEndOf 25
-int styleable Layout_layout_constraintEnd_toStartOf 26
-int styleable Layout_layout_constraintGuide_begin 27
-int styleable Layout_layout_constraintGuide_end 28
-int styleable Layout_layout_constraintGuide_percent 29
-int styleable Layout_layout_constraintHeight_default 30
-int styleable Layout_layout_constraintHeight_max 31
-int styleable Layout_layout_constraintHeight_min 32
-int styleable Layout_layout_constraintHeight_percent 33
-int styleable Layout_layout_constraintHorizontal_bias 34
-int styleable Layout_layout_constraintHorizontal_chainStyle 35
-int styleable Layout_layout_constraintHorizontal_weight 36
-int styleable Layout_layout_constraintLeft_creator 37
-int styleable Layout_layout_constraintLeft_toLeftOf 38
-int styleable Layout_layout_constraintLeft_toRightOf 39
-int styleable Layout_layout_constraintRight_creator 40
-int styleable Layout_layout_constraintRight_toLeftOf 41
-int styleable Layout_layout_constraintRight_toRightOf 42
-int styleable Layout_layout_constraintStart_toEndOf 43
-int styleable Layout_layout_constraintStart_toStartOf 44
-int styleable Layout_layout_constraintTop_creator 45
-int styleable Layout_layout_constraintTop_toBottomOf 46
-int styleable Layout_layout_constraintTop_toTopOf 47
-int styleable Layout_layout_constraintVertical_bias 48
-int styleable Layout_layout_constraintVertical_chainStyle 49
-int styleable Layout_layout_constraintVertical_weight 50
-int styleable Layout_layout_constraintWidth_default 51
-int styleable Layout_layout_constraintWidth_max 52
-int styleable Layout_layout_constraintWidth_min 53
-int styleable Layout_layout_constraintWidth_percent 54
-int styleable Layout_layout_editor_absoluteX 55
-int styleable Layout_layout_editor_absoluteY 56
-int styleable Layout_layout_goneMarginBottom 57
-int styleable Layout_layout_goneMarginEnd 58
-int styleable Layout_layout_goneMarginLeft 59
-int styleable Layout_layout_goneMarginRight 60
-int styleable Layout_layout_goneMarginStart 61
-int styleable Layout_layout_goneMarginTop 62
-int styleable Layout_maxHeight 63
-int styleable Layout_maxWidth 64
-int styleable Layout_minHeight 65
-int styleable Layout_minWidth 66
-int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 }
-int styleable LinearLayoutCompat_android_baselineAligned 0
-int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
-int styleable LinearLayoutCompat_android_gravity 2
-int styleable LinearLayoutCompat_android_orientation 3
-int styleable LinearLayoutCompat_android_weightSum 4
-int styleable LinearLayoutCompat_divider 5
-int styleable LinearLayoutCompat_dividerPadding 6
-int styleable LinearLayoutCompat_measureWithLargestChild 7
-int styleable LinearLayoutCompat_showDividers 8
-int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 }
-int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
-int styleable LinearLayoutCompat_Layout_android_layout_height 1
-int styleable LinearLayoutCompat_Layout_android_layout_weight 2
-int styleable LinearLayoutCompat_Layout_android_layout_width 3
-int[] styleable LinearProgressIndicator { 0x0, 0x0 }
-int styleable LinearProgressIndicator_indeterminateAnimationType 0
-int styleable LinearProgressIndicator_indicatorDirectionLinear 1
-int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
-int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
-int styleable ListPopupWindow_android_dropDownVerticalOffset 1
-int[] styleable MaterialAlertDialog { 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialAlertDialog_backgroundInsetBottom 0
-int styleable MaterialAlertDialog_backgroundInsetEnd 1
-int styleable MaterialAlertDialog_backgroundInsetStart 2
-int styleable MaterialAlertDialog_backgroundInsetTop 3
-int[] styleable MaterialAlertDialogTheme { 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0
-int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 1
-int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 2
-int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 3
-int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 4
-int[] styleable MaterialAutoCompleteTextView { 0x1010220 }
-int styleable MaterialAutoCompleteTextView_android_inputType 0
-int[] styleable MaterialButton { 0x10100d4, 0x10101e5, 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialButton_android_background 0
-int styleable MaterialButton_android_checkable 1
-int styleable MaterialButton_android_insetBottom 2
-int styleable MaterialButton_android_insetLeft 3
-int styleable MaterialButton_android_insetRight 4
-int styleable MaterialButton_android_insetTop 5
-int styleable MaterialButton_backgroundTint 6
-int styleable MaterialButton_backgroundTintMode 7
-int styleable MaterialButton_cornerRadius 8
-int styleable MaterialButton_elevation 9
-int styleable MaterialButton_icon 10
-int styleable MaterialButton_iconGravity 11
-int styleable MaterialButton_iconPadding 12
-int styleable MaterialButton_iconSize 13
-int styleable MaterialButton_iconTint 14
-int styleable MaterialButton_iconTintMode 15
-int styleable MaterialButton_rippleColor 16
-int styleable MaterialButton_shapeAppearance 17
-int styleable MaterialButton_shapeAppearanceOverlay 18
-int styleable MaterialButton_strokeColor 19
-int styleable MaterialButton_strokeWidth 20
-int[] styleable MaterialButtonToggleGroup { 0x0, 0x0, 0x0 }
-int styleable MaterialButtonToggleGroup_checkedButton 0
-int styleable MaterialButtonToggleGroup_selectionRequired 1
-int styleable MaterialButtonToggleGroup_singleSelection 2
-int[] styleable MaterialCalendar { 0x101020d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialCalendar_android_windowFullscreen 0
-int styleable MaterialCalendar_dayInvalidStyle 1
-int styleable MaterialCalendar_daySelectedStyle 2
-int styleable MaterialCalendar_dayStyle 3
-int styleable MaterialCalendar_dayTodayStyle 4
-int styleable MaterialCalendar_nestedScrollable 5
-int styleable MaterialCalendar_rangeFillColor 6
-int styleable MaterialCalendar_yearSelectedStyle 7
-int styleable MaterialCalendar_yearStyle 8
-int styleable MaterialCalendar_yearTodayStyle 9
-int[] styleable MaterialCalendarItem { 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialCalendarItem_android_insetBottom 0
-int styleable MaterialCalendarItem_android_insetLeft 1
-int styleable MaterialCalendarItem_android_insetRight 2
-int styleable MaterialCalendarItem_android_insetTop 3
-int styleable MaterialCalendarItem_itemFillColor 4
-int styleable MaterialCalendarItem_itemShapeAppearance 5
-int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
-int styleable MaterialCalendarItem_itemStrokeColor 7
-int styleable MaterialCalendarItem_itemStrokeWidth 8
-int styleable MaterialCalendarItem_itemTextColor 9
-int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MaterialCardView_android_checkable 0
-int styleable MaterialCardView_cardForegroundColor 1
-int styleable MaterialCardView_checkedIcon 2
-int styleable MaterialCardView_checkedIconMargin 3
-int styleable MaterialCardView_checkedIconSize 4
-int styleable MaterialCardView_checkedIconTint 5
-int styleable MaterialCardView_rippleColor 6
-int styleable MaterialCardView_shapeAppearance 7
-int styleable MaterialCardView_shapeAppearanceOverlay 8
-int styleable MaterialCardView_state_dragged 9
-int styleable MaterialCardView_strokeColor 10
-int styleable MaterialCardView_strokeWidth 11
-int[] styleable MaterialCheckBox { 0x0, 0x0 }
-int styleable MaterialCheckBox_buttonTint 0
-int styleable MaterialCheckBox_useMaterialThemeColors 1
-int[] styleable MaterialRadioButton { 0x0, 0x0 }
-int styleable MaterialRadioButton_buttonTint 0
-int styleable MaterialRadioButton_useMaterialThemeColors 1
-int[] styleable MaterialShape { 0x0, 0x0 }
-int styleable MaterialShape_shapeAppearance 0
-int styleable MaterialShape_shapeAppearanceOverlay 1
-int[] styleable MaterialTextAppearance { 0x10104b6, 0x101057f, 0x0 }
-int styleable MaterialTextAppearance_android_letterSpacing 0
-int styleable MaterialTextAppearance_android_lineHeight 1
-int styleable MaterialTextAppearance_lineHeight 2
-int[] styleable MaterialTextView { 0x101057f, 0x1010034, 0x0 }
-int styleable MaterialTextView_android_lineHeight 0
-int styleable MaterialTextView_android_textAppearance 1
-int styleable MaterialTextView_lineHeight 2
-int[] styleable MaterialTimePicker { 0x0, 0x0 }
-int styleable MaterialTimePicker_clockIcon 0
-int styleable MaterialTimePicker_keyboardIcon 1
-int[] styleable MaterialToolbar { 0x0, 0x0, 0x0 }
-int styleable MaterialToolbar_navigationIconTint 0
-int styleable MaterialToolbar_subtitleCentered 1
-int styleable MaterialToolbar_titleCentered 2
-int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
-int styleable MenuGroup_android_checkableBehavior 0
-int styleable MenuGroup_android_enabled 1
-int styleable MenuGroup_android_id 2
-int styleable MenuGroup_android_menuCategory 3
-int styleable MenuGroup_android_orderInCategory 4
-int styleable MenuGroup_android_visible 5
-int[] styleable MenuItem { 0x0, 0x0, 0x0, 0x0, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MenuItem_actionLayout 0
-int styleable MenuItem_actionProviderClass 1
-int styleable MenuItem_actionViewClass 2
-int styleable MenuItem_alphabeticModifiers 3
-int styleable MenuItem_android_alphabeticShortcut 4
-int styleable MenuItem_android_checkable 5
-int styleable MenuItem_android_checked 6
-int styleable MenuItem_android_enabled 7
-int styleable MenuItem_android_icon 8
-int styleable MenuItem_android_id 9
-int styleable MenuItem_android_menuCategory 10
-int styleable MenuItem_android_numericShortcut 11
-int styleable MenuItem_android_onClick 12
-int styleable MenuItem_android_orderInCategory 13
-int styleable MenuItem_android_title 14
-int styleable MenuItem_android_titleCondensed 15
-int styleable MenuItem_android_visible 16
-int styleable MenuItem_contentDescription 17
-int styleable MenuItem_iconTint 18
-int styleable MenuItem_iconTintMode 19
-int styleable MenuItem_numericModifiers 20
-int styleable MenuItem_showAsAction 21
-int styleable MenuItem_tooltipText 22
-int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x0, 0x0 }
-int styleable MenuView_android_headerBackground 0
-int styleable MenuView_android_horizontalDivider 1
-int styleable MenuView_android_itemBackground 2
-int styleable MenuView_android_itemIconDisabledAlpha 3
-int styleable MenuView_android_itemTextAppearance 4
-int styleable MenuView_android_verticalDivider 5
-int styleable MenuView_android_windowAnimationStyle 6
-int styleable MenuView_preserveIconSpacing 7
-int styleable MenuView_subMenuArrow 8
-int[] styleable MockView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MockView_mock_diagonalsColor 0
-int styleable MockView_mock_label 1
-int styleable MockView_mock_labelBackgroundColor 2
-int styleable MockView_mock_labelColor 3
-int styleable MockView_mock_showDiagonals 4
-int styleable MockView_mock_showLabel 5
-int[] styleable Motion { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Motion_animate_relativeTo 0
-int styleable Motion_drawPath 1
-int styleable Motion_motionPathRotate 2
-int styleable Motion_motionStagger 3
-int styleable Motion_pathMotionArc 4
-int styleable Motion_transitionEasing 5
-int[] styleable MotionHelper { 0x0, 0x0 }
-int styleable MotionHelper_onHide 0
-int styleable MotionHelper_onShow 1
-int[] styleable MotionLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable MotionLayout_applyMotionScene 0
-int styleable MotionLayout_currentState 1
-int styleable MotionLayout_layoutDescription 2
-int styleable MotionLayout_motionDebug 3
-int styleable MotionLayout_motionProgress 4
-int styleable MotionLayout_showPaths 5
-int[] styleable MotionScene { 0x0, 0x0 }
-int styleable MotionScene_defaultDuration 0
-int styleable MotionScene_layoutDuringTransition 1
-int[] styleable MotionTelltales { 0x0, 0x0, 0x0 }
-int styleable MotionTelltales_telltales_tailColor 0
-int styleable MotionTelltales_telltales_tailScale 1
-int styleable MotionTelltales_telltales_velocityMode 2
-int[] styleable NavigationBarView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable NavigationBarView_backgroundTint 0
-int styleable NavigationBarView_elevation 1
-int styleable NavigationBarView_itemBackground 2
-int styleable NavigationBarView_itemIconSize 3
-int styleable NavigationBarView_itemIconTint 4
-int styleable NavigationBarView_itemRippleColor 5
-int styleable NavigationBarView_itemTextAppearanceActive 6
-int styleable NavigationBarView_itemTextAppearanceInactive 7
-int styleable NavigationBarView_itemTextColor 8
-int styleable NavigationBarView_labelVisibilityMode 9
-int styleable NavigationBarView_menu 10
-int[] styleable NavigationRailView { 0x0, 0x0 }
-int styleable NavigationRailView_headerLayout 0
-int styleable NavigationRailView_menuGravity 1
-int[] styleable NavigationView { 0x10100d4, 0x10100dd, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable NavigationView_android_background 0
-int styleable NavigationView_android_fitsSystemWindows 1
-int styleable NavigationView_android_maxWidth 2
-int styleable NavigationView_elevation 3
-int styleable NavigationView_headerLayout 4
-int styleable NavigationView_itemBackground 5
-int styleable NavigationView_itemHorizontalPadding 6
-int styleable NavigationView_itemIconPadding 7
-int styleable NavigationView_itemIconSize 8
-int styleable NavigationView_itemIconTint 9
-int styleable NavigationView_itemMaxLines 10
-int styleable NavigationView_itemShapeAppearance 11
-int styleable NavigationView_itemShapeAppearanceOverlay 12
-int styleable NavigationView_itemShapeFillColor 13
-int styleable NavigationView_itemShapeInsetBottom 14
-int styleable NavigationView_itemShapeInsetEnd 15
-int styleable NavigationView_itemShapeInsetStart 16
-int styleable NavigationView_itemShapeInsetTop 17
-int styleable NavigationView_itemTextAppearance 18
-int styleable NavigationView_itemTextColor 19
-int styleable NavigationView_menu 20
-int styleable NavigationView_shapeAppearance 21
-int styleable NavigationView_shapeAppearanceOverlay 22
-int[] styleable OnClick { 0x0, 0x0 }
-int styleable OnClick_clickAction 0
-int styleable OnClick_targetId 1
-int[] styleable OnSwipe { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable OnSwipe_dragDirection 0
-int styleable OnSwipe_dragScale 1
-int styleable OnSwipe_dragThreshold 2
-int styleable OnSwipe_limitBoundsTo 3
-int styleable OnSwipe_maxAcceleration 4
-int styleable OnSwipe_maxVelocity 5
-int styleable OnSwipe_moveWhenScrollAtTop 6
-int styleable OnSwipe_nestedScrollFlags 7
-int styleable OnSwipe_onTouchUp 8
-int styleable OnSwipe_touchAnchorId 9
-int styleable OnSwipe_touchAnchorSide 10
-int styleable OnSwipe_touchRegionId 11
-int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 }
-int styleable PopupWindow_android_popupAnimationStyle 0
-int styleable PopupWindow_android_popupBackground 1
-int styleable PopupWindow_overlapAnchor 2
-int[] styleable PopupWindowBackgroundState { 0x0 }
-int styleable PopupWindowBackgroundState_state_above_anchor 0
-int[] styleable PropertySet { 0x101031f, 0x10100dc, 0x0, 0x0, 0x0 }
-int styleable PropertySet_android_alpha 0
-int styleable PropertySet_android_visibility 1
-int styleable PropertySet_layout_constraintTag 2
-int styleable PropertySet_motionProgress 3
-int styleable PropertySet_visibilityMode 4
-int[] styleable RadialViewGroup { 0x0 }
-int styleable RadialViewGroup_materialCircleRadius 0
-int[] styleable RangeSlider { 0x0, 0x0 }
-int styleable RangeSlider_minSeparation 0
-int styleable RangeSlider_values 1
-int[] styleable RecycleListView { 0x0, 0x0 }
-int styleable RecycleListView_paddingBottomNoButtons 0
-int styleable RecycleListView_paddingTopNoTitle 1
-int[] styleable RecyclerView { 0x10100eb, 0x10100f1, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable RecyclerView_android_clipToPadding 0
-int styleable RecyclerView_android_descendantFocusability 1
-int styleable RecyclerView_android_orientation 2
-int styleable RecyclerView_fastScrollEnabled 3
-int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
-int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
-int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
-int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
-int styleable RecyclerView_layoutManager 8
-int styleable RecyclerView_reverseLayout 9
-int styleable RecyclerView_spanCount 10
-int styleable RecyclerView_stackFromEnd 11
-int[] styleable ScrimInsetsFrameLayout { 0x0 }
-int styleable ScrimInsetsFrameLayout_insetForeground 0
-int[] styleable ScrollingViewBehavior_Layout { 0x0 }
-int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
-int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable SearchView_android_focusable 0
-int styleable SearchView_android_imeOptions 1
-int styleable SearchView_android_inputType 2
-int styleable SearchView_android_maxWidth 3
-int styleable SearchView_closeIcon 4
-int styleable SearchView_commitIcon 5
-int styleable SearchView_defaultQueryHint 6
-int styleable SearchView_goIcon 7
-int styleable SearchView_iconifiedByDefault 8
-int styleable SearchView_layout 9
-int styleable SearchView_queryBackground 10
-int styleable SearchView_queryHint 11
-int styleable SearchView_searchHintIcon 12
-int styleable SearchView_searchIcon 13
-int styleable SearchView_submitBackground 14
-int styleable SearchView_suggestionRowLayout 15
-int styleable SearchView_voiceIcon 16
-int[] styleable ShapeAppearance { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ShapeAppearance_cornerFamily 0
-int styleable ShapeAppearance_cornerFamilyBottomLeft 1
-int styleable ShapeAppearance_cornerFamilyBottomRight 2
-int styleable ShapeAppearance_cornerFamilyTopLeft 3
-int styleable ShapeAppearance_cornerFamilyTopRight 4
-int styleable ShapeAppearance_cornerSize 5
-int styleable ShapeAppearance_cornerSizeBottomLeft 6
-int styleable ShapeAppearance_cornerSizeBottomRight 7
-int styleable ShapeAppearance_cornerSizeTopLeft 8
-int styleable ShapeAppearance_cornerSizeTopRight 9
-int[] styleable ShapeableImageView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable ShapeableImageView_contentPadding 0
-int styleable ShapeableImageView_contentPaddingBottom 1
-int styleable ShapeableImageView_contentPaddingEnd 2
-int styleable ShapeableImageView_contentPaddingLeft 3
-int styleable ShapeableImageView_contentPaddingRight 4
-int styleable ShapeableImageView_contentPaddingStart 5
-int styleable ShapeableImageView_contentPaddingTop 6
-int styleable ShapeableImageView_shapeAppearance 7
-int styleable ShapeableImageView_shapeAppearanceOverlay 8
-int styleable ShapeableImageView_strokeColor 9
-int styleable ShapeableImageView_strokeWidth 10
-int[] styleable Slider { 0x101000e, 0x1010146, 0x1010024, 0x10102de, 0x10102df, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Slider_android_enabled 0
-int styleable Slider_android_stepSize 1
-int styleable Slider_android_value 2
-int styleable Slider_android_valueFrom 3
-int styleable Slider_android_valueTo 4
-int styleable Slider_haloColor 5
-int styleable Slider_haloRadius 6
-int styleable Slider_labelBehavior 7
-int styleable Slider_labelStyle 8
-int styleable Slider_thumbColor 9
-int styleable Slider_thumbElevation 10
-int styleable Slider_thumbRadius 11
-int styleable Slider_thumbStrokeColor 12
-int styleable Slider_thumbStrokeWidth 13
-int styleable Slider_tickColor 14
-int styleable Slider_tickColorActive 15
-int styleable Slider_tickColorInactive 16
-int styleable Slider_tickVisible 17
-int styleable Slider_trackColor 18
-int styleable Slider_trackColorActive 19
-int styleable Slider_trackColorInactive 20
-int styleable Slider_trackHeight 21
-int[] styleable Snackbar { 0x0, 0x0, 0x0 }
-int styleable Snackbar_snackbarButtonStyle 0
-int styleable Snackbar_snackbarStyle 1
-int styleable Snackbar_snackbarTextViewStyle 2
-int[] styleable SnackbarLayout { 0x0, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable SnackbarLayout_actionTextColorAlpha 0
-int styleable SnackbarLayout_android_maxWidth 1
-int styleable SnackbarLayout_animationMode 2
-int styleable SnackbarLayout_backgroundOverlayColorAlpha 3
-int styleable SnackbarLayout_backgroundTint 4
-int styleable SnackbarLayout_backgroundTintMode 5
-int styleable SnackbarLayout_elevation 6
-int styleable SnackbarLayout_maxActionInlineWidth 7
-int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
-int styleable Spinner_android_dropDownWidth 0
-int styleable Spinner_android_entries 1
-int styleable Spinner_android_popupBackground 2
-int styleable Spinner_android_prompt 3
-int styleable Spinner_popupTheme 4
-int[] styleable State { 0x10100d0, 0x0 }
-int styleable State_android_id 0
-int styleable State_constraints 1
-int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
-int styleable StateListDrawable_android_constantSize 0
-int styleable StateListDrawable_android_dither 1
-int styleable StateListDrawable_android_enterFadeDuration 2
-int styleable StateListDrawable_android_exitFadeDuration 3
-int styleable StateListDrawable_android_variablePadding 4
-int styleable StateListDrawable_android_visible 5
-int[] styleable StateListDrawableItem { 0x1010199 }
-int styleable StateListDrawableItem_android_drawable 0
-int[] styleable StateSet { 0x0 }
-int styleable StateSet_defaultState 0
-int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable SwitchCompat_android_textOff 0
-int styleable SwitchCompat_android_textOn 1
-int styleable SwitchCompat_android_thumb 2
-int styleable SwitchCompat_showText 3
-int styleable SwitchCompat_splitTrack 4
-int styleable SwitchCompat_switchMinWidth 5
-int styleable SwitchCompat_switchPadding 6
-int styleable SwitchCompat_switchTextAppearance 7
-int styleable SwitchCompat_thumbTextPadding 8
-int styleable SwitchCompat_thumbTint 9
-int styleable SwitchCompat_thumbTintMode 10
-int styleable SwitchCompat_track 11
-int styleable SwitchCompat_trackTint 12
-int styleable SwitchCompat_trackTintMode 13
-int[] styleable SwitchMaterial { 0x0 }
-int styleable SwitchMaterial_useMaterialThemeColors 0
-int[] styleable TabItem { 0x1010002, 0x10100f2, 0x101014f }
-int styleable TabItem_android_icon 0
-int styleable TabItem_android_layout 1
-int styleable TabItem_android_text 2
-int[] styleable TabLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable TabLayout_tabBackground 0
-int styleable TabLayout_tabContentStart 1
-int styleable TabLayout_tabGravity 2
-int styleable TabLayout_tabIconTint 3
-int styleable TabLayout_tabIconTintMode 4
-int styleable TabLayout_tabIndicator 5
-int styleable TabLayout_tabIndicatorAnimationDuration 6
-int styleable TabLayout_tabIndicatorAnimationMode 7
-int styleable TabLayout_tabIndicatorColor 8
-int styleable TabLayout_tabIndicatorFullWidth 9
-int styleable TabLayout_tabIndicatorGravity 10
-int styleable TabLayout_tabIndicatorHeight 11
-int styleable TabLayout_tabInlineLabel 12
-int styleable TabLayout_tabMaxWidth 13
-int styleable TabLayout_tabMinWidth 14
-int styleable TabLayout_tabMode 15
-int styleable TabLayout_tabPadding 16
-int styleable TabLayout_tabPaddingBottom 17
-int styleable TabLayout_tabPaddingEnd 18
-int styleable TabLayout_tabPaddingStart 19
-int styleable TabLayout_tabPaddingTop 20
-int styleable TabLayout_tabRippleColor 21
-int styleable TabLayout_tabSelectedTextColor 22
-int styleable TabLayout_tabTextAppearance 23
-int styleable TabLayout_tabTextColor 24
-int styleable TabLayout_tabUnboundedRipple 25
-int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0 }
-int styleable TextAppearance_android_fontFamily 0
-int styleable TextAppearance_android_shadowColor 1
-int styleable TextAppearance_android_shadowDx 2
-int styleable TextAppearance_android_shadowDy 3
-int styleable TextAppearance_android_shadowRadius 4
-int styleable TextAppearance_android_textColor 5
-int styleable TextAppearance_android_textColorHint 6
-int styleable TextAppearance_android_textColorLink 7
-int styleable TextAppearance_android_textFontWeight 8
-int styleable TextAppearance_android_textSize 9
-int styleable TextAppearance_android_textStyle 10
-int styleable TextAppearance_android_typeface 11
-int styleable TextAppearance_fontFamily 12
-int styleable TextAppearance_fontVariationSettings 13
-int styleable TextAppearance_textAllCaps 14
-int styleable TextAppearance_textLocale 15
-int[] styleable TextInputEditText { 0x0 }
-int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0
-int[] styleable TextInputLayout { 0x101000e, 0x1010150, 0x101011f, 0x101013f, 0x101009a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable TextInputLayout_android_enabled 0
-int styleable TextInputLayout_android_hint 1
-int styleable TextInputLayout_android_maxWidth 2
-int styleable TextInputLayout_android_minWidth 3
-int styleable TextInputLayout_android_textColorHint 4
-int styleable TextInputLayout_boxBackgroundColor 5
-int styleable TextInputLayout_boxBackgroundMode 6
-int styleable TextInputLayout_boxCollapsedPaddingTop 7
-int styleable TextInputLayout_boxCornerRadiusBottomEnd 8
-int styleable TextInputLayout_boxCornerRadiusBottomStart 9
-int styleable TextInputLayout_boxCornerRadiusTopEnd 10
-int styleable TextInputLayout_boxCornerRadiusTopStart 11
-int styleable TextInputLayout_boxStrokeColor 12
-int styleable TextInputLayout_boxStrokeErrorColor 13
-int styleable TextInputLayout_boxStrokeWidth 14
-int styleable TextInputLayout_boxStrokeWidthFocused 15
-int styleable TextInputLayout_counterEnabled 16
-int styleable TextInputLayout_counterMaxLength 17
-int styleable TextInputLayout_counterOverflowTextAppearance 18
-int styleable TextInputLayout_counterOverflowTextColor 19
-int styleable TextInputLayout_counterTextAppearance 20
-int styleable TextInputLayout_counterTextColor 21
-int styleable TextInputLayout_endIconCheckable 22
-int styleable TextInputLayout_endIconContentDescription 23
-int styleable TextInputLayout_endIconDrawable 24
-int styleable TextInputLayout_endIconMode 25
-int styleable TextInputLayout_endIconTint 26
-int styleable TextInputLayout_endIconTintMode 27
-int styleable TextInputLayout_errorContentDescription 28
-int styleable TextInputLayout_errorEnabled 29
-int styleable TextInputLayout_errorIconDrawable 30
-int styleable TextInputLayout_errorIconTint 31
-int styleable TextInputLayout_errorIconTintMode 32
-int styleable TextInputLayout_errorTextAppearance 33
-int styleable TextInputLayout_errorTextColor 34
-int styleable TextInputLayout_expandedHintEnabled 35
-int styleable TextInputLayout_helperText 36
-int styleable TextInputLayout_helperTextEnabled 37
-int styleable TextInputLayout_helperTextTextAppearance 38
-int styleable TextInputLayout_helperTextTextColor 39
-int styleable TextInputLayout_hintAnimationEnabled 40
-int styleable TextInputLayout_hintEnabled 41
-int styleable TextInputLayout_hintTextAppearance 42
-int styleable TextInputLayout_hintTextColor 43
-int styleable TextInputLayout_passwordToggleContentDescription 44
-int styleable TextInputLayout_passwordToggleDrawable 45
-int styleable TextInputLayout_passwordToggleEnabled 46
-int styleable TextInputLayout_passwordToggleTint 47
-int styleable TextInputLayout_passwordToggleTintMode 48
-int styleable TextInputLayout_placeholderText 49
-int styleable TextInputLayout_placeholderTextAppearance 50
-int styleable TextInputLayout_placeholderTextColor 51
-int styleable TextInputLayout_prefixText 52
-int styleable TextInputLayout_prefixTextAppearance 53
-int styleable TextInputLayout_prefixTextColor 54
-int styleable TextInputLayout_shapeAppearance 55
-int styleable TextInputLayout_shapeAppearanceOverlay 56
-int styleable TextInputLayout_startIconCheckable 57
-int styleable TextInputLayout_startIconContentDescription 58
-int styleable TextInputLayout_startIconDrawable 59
-int styleable TextInputLayout_startIconTint 60
-int styleable TextInputLayout_startIconTintMode 61
-int styleable TextInputLayout_suffixText 62
-int styleable TextInputLayout_suffixTextAppearance 63
-int styleable TextInputLayout_suffixTextColor 64
-int[] styleable ThemeEnforcement { 0x1010034, 0x0, 0x0 }
-int styleable ThemeEnforcement_android_textAppearance 0
-int styleable ThemeEnforcement_enforceMaterialTheme 1
-int styleable ThemeEnforcement_enforceTextAppearance 2
-int[] styleable Toolbar { 0x10100af, 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Toolbar_android_gravity 0
-int styleable Toolbar_android_minHeight 1
-int styleable Toolbar_buttonGravity 2
-int styleable Toolbar_collapseContentDescription 3
-int styleable Toolbar_collapseIcon 4
-int styleable Toolbar_contentInsetEnd 5
-int styleable Toolbar_contentInsetEndWithActions 6
-int styleable Toolbar_contentInsetLeft 7
-int styleable Toolbar_contentInsetRight 8
-int styleable Toolbar_contentInsetStart 9
-int styleable Toolbar_contentInsetStartWithNavigation 10
-int styleable Toolbar_logo 11
-int styleable Toolbar_logoDescription 12
-int styleable Toolbar_maxButtonHeight 13
-int styleable Toolbar_menu 14
-int styleable Toolbar_navigationContentDescription 15
-int styleable Toolbar_navigationIcon 16
-int styleable Toolbar_popupTheme 17
-int styleable Toolbar_subtitle 18
-int styleable Toolbar_subtitleTextAppearance 19
-int styleable Toolbar_subtitleTextColor 20
-int styleable Toolbar_title 21
-int styleable Toolbar_titleMargin 22
-int styleable Toolbar_titleMarginBottom 23
-int styleable Toolbar_titleMarginEnd 24
-int styleable Toolbar_titleMarginStart 25
-int styleable Toolbar_titleMarginTop 26
-int styleable Toolbar_titleMargins 27
-int styleable Toolbar_titleTextAppearance 28
-int styleable Toolbar_titleTextColor 29
-int[] styleable Tooltip { 0x10100f6, 0x1010140, 0x101013f, 0x10100d5, 0x101014f, 0x1010034, 0x0 }
-int styleable Tooltip_android_layout_margin 0
-int styleable Tooltip_android_minHeight 1
-int styleable Tooltip_android_minWidth 2
-int styleable Tooltip_android_padding 3
-int styleable Tooltip_android_text 4
-int styleable Tooltip_android_textAppearance 5
-int styleable Tooltip_backgroundTint 6
-int[] styleable Transform { 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa }
-int styleable Transform_android_elevation 0
-int styleable Transform_android_rotation 1
-int styleable Transform_android_rotationX 2
-int styleable Transform_android_rotationY 3
-int styleable Transform_android_scaleX 4
-int styleable Transform_android_scaleY 5
-int styleable Transform_android_transformPivotX 6
-int styleable Transform_android_transformPivotY 7
-int styleable Transform_android_translationX 8
-int styleable Transform_android_translationY 9
-int styleable Transform_android_translationZ 10
-int[] styleable Transition { 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Transition_android_id 0
-int styleable Transition_autoTransition 1
-int styleable Transition_constraintSetEnd 2
-int styleable Transition_constraintSetStart 3
-int styleable Transition_duration 4
-int styleable Transition_layoutDuringTransition 5
-int styleable Transition_motionInterpolator 6
-int styleable Transition_pathMotionArc 7
-int styleable Transition_staggered 8
-int styleable Transition_transitionDisable 9
-int styleable Transition_transitionFlags 10
-int[] styleable Variant { 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable Variant_constraints 0
-int styleable Variant_region_heightLessThan 1
-int styleable Variant_region_heightMoreThan 2
-int styleable Variant_region_widthLessThan 3
-int styleable Variant_region_widthMoreThan 4
-int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 }
-int styleable View_android_focusable 0
-int styleable View_android_theme 1
-int styleable View_paddingEnd 2
-int styleable View_paddingStart 3
-int styleable View_theme 4
-int[] styleable ViewBackgroundHelper { 0x10100d4, 0x0, 0x0 }
-int styleable ViewBackgroundHelper_android_background 0
-int styleable ViewBackgroundHelper_backgroundTint 1
-int styleable ViewBackgroundHelper_backgroundTintMode 2
-int[] styleable ViewPager2 { 0x10100c4 }
-int styleable ViewPager2_android_orientation 0
-int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
-int styleable ViewStubCompat_android_id 0
-int styleable ViewStubCompat_android_inflatedId 1
-int styleable ViewStubCompat_android_layout 2
-int xml standalone_badge 0x0
-int xml standalone_badge_gravity_bottom_end 0x0
-int xml standalone_badge_gravity_bottom_start 0x0
-int xml standalone_badge_gravity_top_start 0x0
-int xml standalone_badge_offset 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/classes.jar
deleted file mode 100644
index 5ceec4f..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/res.zip
deleted file mode 100644
index cf49bff..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/res/values/values.xml
deleted file mode 100644
index a6ed59e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/res/values/values.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154.stamp
deleted file mode 100644
index 53e1216..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154.stamp
+++ /dev/null
@@ -1 +0,0 @@
-8BF086DF15C1BF55
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/.net/__res_name_case_map.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/.net/__res_name_case_map.txt
deleted file mode 100644
index 0245644..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/.net/__res_name_case_map.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-anim/nav_default_enter_anim.xml;anim/nav_default_enter_anim.xml
-anim/nav_default_exit_anim.xml;anim/nav_default_exit_anim.xml
-anim/nav_default_pop_enter_anim.xml;anim/nav_default_pop_enter_anim.xml
-anim/nav_default_pop_exit_anim.xml;anim/nav_default_pop_exit_anim.xml
-drawable/maui_splash.xml;drawable/maui_splash.xml
-drawable/maui_splash_image.xml;drawable/maui_splash_image.xml
-values/attr.xml;values/attr.xml
-values/colors.xml;values/colors.xml
-values/styles.xml;values/styles.xml
-Layout/drawer_layout.axml;layout/drawer_layout.xml
-Layout/fragment_backstack.axml;layout/fragment_backstack.xml
-Layout/navigationlayout.axml;layout/navigationlayout.xml
-anim/nav_default_enter_anim.xml;anim/nav_default_enter_anim.xml
-anim/nav_default_exit_anim.xml;anim/nav_default_exit_anim.xml
-anim/nav_default_pop_enter_anim.xml;anim/nav_default_pop_enter_anim.xml
-anim/nav_default_pop_exit_anim.xml;anim/nav_default_pop_exit_anim.xml
-drawable/maui_splash.xml;drawable/maui_splash.xml
-drawable/maui_splash_image.xml;drawable/maui_splash_image.xml
-values/attr.xml;values/attr.xml
-values/colors.xml;values/colors.xml
-values/styles.xml;values/styles.xml
-Layout/drawer_layout.axml;layout/drawer_layout.xml
-Layout/fragment_backstack.axml;layout/fragment_backstack.xml
-Layout/navigationlayout.axml;layout/navigationlayout.xml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res.zip
deleted file mode 100644
index 4a130d4..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_enter_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_enter_anim.xml
deleted file mode 100644
index 0e94616..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_enter_anim.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_exit_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_exit_anim.xml
deleted file mode 100644
index 6aea2ce..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_exit_anim.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_pop_enter_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_pop_enter_anim.xml
deleted file mode 100644
index 8b974ff..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_pop_enter_anim.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_pop_exit_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_pop_exit_anim.xml
deleted file mode 100644
index 3e69f97..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_pop_exit_anim.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/drawable/maui_splash.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/drawable/maui_splash.xml
deleted file mode 100644
index 26e685e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/drawable/maui_splash.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/drawable/maui_splash_image.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/drawable/maui_splash_image.xml
deleted file mode 100644
index 6a423ca..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/drawable/maui_splash_image.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/drawer_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/drawer_layout.xml
deleted file mode 100644
index ec1c589..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/drawer_layout.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/fragment_backstack.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/fragment_backstack.xml
deleted file mode 100644
index b2e5e8a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/fragment_backstack.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/navigationlayout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/navigationlayout.xml
deleted file mode 100644
index 32df3fe..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/navigationlayout.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/attr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/attr.xml
deleted file mode 100644
index 0479ecb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/attr.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/colors.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/colors.xml
deleted file mode 100644
index d921d96..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/colors.xml
+++ /dev/null
@@ -1 +0,0 @@
-#2c3e50#1B3147#3498db#FFFFFF@color/colorPrimary
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/styles.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/styles.xml
deleted file mode 100644
index 3a64f54..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/styles.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155.stamp
deleted file mode 100644
index 66b9183..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155.stamp
+++ /dev/null
@@ -1 +0,0 @@
-78A1EEFA63551522
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/.net/__res_name_case_map.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/.net/__res_name_case_map.txt
deleted file mode 100644
index be462d4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/.net/__res_name_case_map.txt
+++ /dev/null
@@ -1 +0,0 @@
-Resources/xml/microsoft_maui_essentials_fileprovider_file_paths.xml;xml/microsoft_maui_essentials_fileprovider_file_paths.xml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/res.zip
deleted file mode 100644
index a1a3b40..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/res/xml/microsoft_maui_essentials_fileprovider_file_paths.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/res/xml/microsoft_maui_essentials_fileprovider_file_paths.xml
deleted file mode 100644
index bb03354..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/res/xml/microsoft_maui_essentials_fileprovider_file_paths.xml
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/156.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/156.stamp
deleted file mode 100644
index f395f6b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/156.stamp
+++ /dev/null
@@ -1 +0,0 @@
-D78770487F84BD95
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/156/jl/libs/F975D0960055A5E3.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/156/jl/libs/F975D0960055A5E3.jar
deleted file mode 100644
index 4929a0c..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/156/jl/libs/F975D0960055A5E3.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88.stamp
deleted file mode 100644
index fd33c83..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88.stamp
+++ /dev/null
@@ -1 +0,0 @@
-799BA2F0BA3F951F
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/AndroidManifest.xml
deleted file mode 100644
index 035cd36..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/aidl/androidx/versionedparcelable/ParcelImpl.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/aidl/androidx/versionedparcelable/ParcelImpl.aidl
deleted file mode 100644
index 8efe12b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/aidl/androidx/versionedparcelable/ParcelImpl.aidl
+++ /dev/null
@@ -1,3 +0,0 @@
-package androidx.versionedparcelable;
-
-parcelable ParcelImpl;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/classes.jar
deleted file mode 100644
index c68ea7a..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/proguard.txt
deleted file mode 100644
index 2a047c9..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/proguard.txt
+++ /dev/null
@@ -1,4 +0,0 @@
--keep class * implements androidx.versionedparcelable.VersionedParcelable
--keep public class android.support.**Parcelizer { *; }
--keep public class androidx.**Parcelizer { *; }
--keep public class androidx.versionedparcelable.ParcelImpl
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89.stamp
deleted file mode 100644
index ae0080c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89.stamp
+++ /dev/null
@@ -1 +0,0 @@
-8388EB91142F8D82
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/AndroidManifest.xml
deleted file mode 100644
index f4ae4ad..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/classes.jar
deleted file mode 100644
index 22bdb4e..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90.stamp
deleted file mode 100644
index 972c38d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90.stamp
+++ /dev/null
@@ -1 +0,0 @@
-E9CCC7D5FCC2F83C
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/AndroidManifest.xml
deleted file mode 100644
index ac84a67..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/R.txt
deleted file mode 100644
index 2686c46..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/R.txt
+++ /dev/null
@@ -1 +0,0 @@
-int id view_tree_lifecycle_owner 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/classes.jar
deleted file mode 100644
index 9c3f4e3..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/proguard.txt
deleted file mode 100644
index e4b2c95..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/proguard.txt
+++ /dev/null
@@ -1,23 +0,0 @@
--keepattributes AnnotationDefault,
- RuntimeVisibleAnnotations,
- RuntimeVisibleParameterAnnotations,
- RuntimeVisibleTypeAnnotations
-
--keepclassmembers enum androidx.lifecycle.Lifecycle$Event {
- ;
-}
-
--keep !interface * implements androidx.lifecycle.LifecycleObserver {
-}
-
--keep class * implements androidx.lifecycle.GeneratedAdapter {
- (...);
-}
-
--keepclassmembers class ** {
- @androidx.lifecycle.OnLifecycleEvent *;
-}
-
-# this rule is need to work properly when app is compiled with api 28, see b/142778206
-# Also this rule prevents registerIn from being inlined.
--keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; }
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/res.zip
deleted file mode 100644
index 6ca2026..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/res/values/values.xml
deleted file mode 100644
index cfedb20..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/res/values/values.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91.stamp
deleted file mode 100644
index 462f82b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91.stamp
+++ /dev/null
@@ -1 +0,0 @@
-7DDDD48791DC5769
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/AndroidManifest.xml
deleted file mode 100644
index 8848cc2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index bd8164d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
-minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/classes.jar
deleted file mode 100644
index cedda1b..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/proguard.txt
deleted file mode 100644
index d1c676b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/proguard.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright (C) 2020 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# Ignore missing Kotlin meta-annotations so that this library can be used
-# without adding a compileOnly dependency on the Kotlin standard library.
--dontwarn kotlin.Deprecated
--dontwarn kotlin.Metadata
--dontwarn kotlin.ReplaceWith
--dontwarn kotlin.annotation.AnnotationRetention
--dontwarn kotlin.annotation.AnnotationTarget
--dontwarn kotlin.annotation.Retention
--dontwarn kotlin.annotation.Target
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/res.zip
deleted file mode 100644
index 9c3f867..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/res/values/values.xml
deleted file mode 100644
index 55344e5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/res/values/values.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92.stamp
deleted file mode 100644
index a5b1ca8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92.stamp
+++ /dev/null
@@ -1 +0,0 @@
-F3E22E91DB7E15F9
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/AndroidManifest.xml
deleted file mode 100644
index 75479e2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/R.txt
deleted file mode 100644
index 79c5dbf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/R.txt
+++ /dev/null
@@ -1,193 +0,0 @@
-int attr alpha 0x0
-int attr font 0x0
-int attr fontProviderAuthority 0x0
-int attr fontProviderCerts 0x0
-int attr fontProviderFetchStrategy 0x0
-int attr fontProviderFetchTimeout 0x0
-int attr fontProviderPackage 0x0
-int attr fontProviderQuery 0x0
-int attr fontProviderSystemFontFamily 0x0
-int attr fontStyle 0x0
-int attr fontVariationSettings 0x0
-int attr fontWeight 0x0
-int attr lStar 0x0
-int attr nestedScrollViewStyle 0x0
-int attr queryPatterns 0x0
-int attr shortcutMatchRequired 0x0
-int attr ttcIndex 0x0
-int color androidx_core_ripple_material_light 0x0
-int color androidx_core_secondary_text_default_material_light 0x0
-int color notification_action_color_filter 0x0
-int color notification_icon_bg_color 0x0
-int dimen compat_button_inset_horizontal_material 0x0
-int dimen compat_button_inset_vertical_material 0x0
-int dimen compat_button_padding_horizontal_material 0x0
-int dimen compat_button_padding_vertical_material 0x0
-int dimen compat_control_corner_material 0x0
-int dimen compat_notification_large_icon_max_height 0x0
-int dimen compat_notification_large_icon_max_width 0x0
-int dimen notification_action_icon_size 0x0
-int dimen notification_action_text_size 0x0
-int dimen notification_big_circle_margin 0x0
-int dimen notification_content_margin_start 0x0
-int dimen notification_large_icon_height 0x0
-int dimen notification_large_icon_width 0x0
-int dimen notification_main_column_padding_top 0x0
-int dimen notification_media_narrow_margin 0x0
-int dimen notification_right_icon_size 0x0
-int dimen notification_right_side_padding_top 0x0
-int dimen notification_small_icon_background_padding 0x0
-int dimen notification_small_icon_size_as_large 0x0
-int dimen notification_subtext_size 0x0
-int dimen notification_top_pad 0x0
-int dimen notification_top_pad_large_text 0x0
-int drawable notification_action_background 0x0
-int drawable notification_bg 0x0
-int drawable notification_bg_low 0x0
-int drawable notification_bg_low_normal 0x0
-int drawable notification_bg_low_pressed 0x0
-int drawable notification_bg_normal 0x0
-int drawable notification_bg_normal_pressed 0x0
-int drawable notification_icon_background 0x0
-int drawable notification_template_icon_bg 0x0
-int drawable notification_template_icon_low_bg 0x0
-int drawable notification_tile_bg 0x0
-int drawable notify_panel_notification_icon_bg 0x0
-int id accessibility_action_clickable_span 0x0
-int id accessibility_custom_action_0 0x0
-int id accessibility_custom_action_1 0x0
-int id accessibility_custom_action_10 0x0
-int id accessibility_custom_action_11 0x0
-int id accessibility_custom_action_12 0x0
-int id accessibility_custom_action_13 0x0
-int id accessibility_custom_action_14 0x0
-int id accessibility_custom_action_15 0x0
-int id accessibility_custom_action_16 0x0
-int id accessibility_custom_action_17 0x0
-int id accessibility_custom_action_18 0x0
-int id accessibility_custom_action_19 0x0
-int id accessibility_custom_action_2 0x0
-int id accessibility_custom_action_20 0x0
-int id accessibility_custom_action_21 0x0
-int id accessibility_custom_action_22 0x0
-int id accessibility_custom_action_23 0x0
-int id accessibility_custom_action_24 0x0
-int id accessibility_custom_action_25 0x0
-int id accessibility_custom_action_26 0x0
-int id accessibility_custom_action_27 0x0
-int id accessibility_custom_action_28 0x0
-int id accessibility_custom_action_29 0x0
-int id accessibility_custom_action_3 0x0
-int id accessibility_custom_action_30 0x0
-int id accessibility_custom_action_31 0x0
-int id accessibility_custom_action_4 0x0
-int id accessibility_custom_action_5 0x0
-int id accessibility_custom_action_6 0x0
-int id accessibility_custom_action_7 0x0
-int id accessibility_custom_action_8 0x0
-int id accessibility_custom_action_9 0x0
-int id action_container 0x0
-int id action_divider 0x0
-int id action_image 0x0
-int id action_text 0x0
-int id actions 0x0
-int id async 0x0
-int id blocking 0x0
-int id chronometer 0x0
-int id dialog_button 0x0
-int id forever 0x0
-int id icon 0x0
-int id icon_group 0x0
-int id info 0x0
-int id italic 0x0
-int id item1 0x0
-int id item2 0x0
-int id item3 0x0
-int id item4 0x0
-int id line1 0x0
-int id line3 0x0
-int id normal 0x0
-int id notification_background 0x0
-int id notification_main_column 0x0
-int id notification_main_column_container 0x0
-int id right_icon 0x0
-int id right_side 0x0
-int id tag_accessibility_actions 0x0
-int id tag_accessibility_clickable_spans 0x0
-int id tag_accessibility_heading 0x0
-int id tag_accessibility_pane_title 0x0
-int id tag_on_apply_window_listener 0x0
-int id tag_on_receive_content_listener 0x0
-int id tag_on_receive_content_mime_types 0x0
-int id tag_screen_reader_focusable 0x0
-int id tag_state_description 0x0
-int id tag_transition_group 0x0
-int id tag_unhandled_key_event_manager 0x0
-int id tag_unhandled_key_listeners 0x0
-int id tag_window_insets_animation_callback 0x0
-int id text 0x0
-int id text2 0x0
-int id time 0x0
-int id title 0x0
-int integer status_bar_notification_info_maxnum 0x0
-int layout custom_dialog 0x0
-int layout notification_action 0x0
-int layout notification_action_tombstone 0x0
-int layout notification_template_custom_big 0x0
-int layout notification_template_icon_group 0x0
-int layout notification_template_part_chronometer 0x0
-int layout notification_template_part_time 0x0
-int menu example_menu 0x0
-int menu example_menu2 0x0
-int string status_bar_notification_info_overflow 0x0
-int style TextAppearance_Compat_Notification 0x0
-int style TextAppearance_Compat_Notification_Info 0x0
-int style TextAppearance_Compat_Notification_Line2 0x0
-int style TextAppearance_Compat_Notification_Time 0x0
-int style TextAppearance_Compat_Notification_Title 0x0
-int style Widget_Compat_NotificationActionContainer 0x0
-int style Widget_Compat_NotificationActionText 0x0
-int[] styleable Capability { 0x0, 0x0 }
-int styleable Capability_queryPatterns 0
-int styleable Capability_shortcutMatchRequired 1
-int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5, 0x1010647, 0x0 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int styleable ColorStateListItem_android_lStar 3
-int styleable ColorStateListItem_lStar 4
-int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamily_fontProviderAuthority 0
-int styleable FontFamily_fontProviderCerts 1
-int styleable FontFamily_fontProviderFetchStrategy 2
-int styleable FontFamily_fontProviderFetchTimeout 3
-int styleable FontFamily_fontProviderPackage 4
-int styleable FontFamily_fontProviderQuery 5
-int styleable FontFamily_fontProviderSystemFontFamily 6
-int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 4
-int styleable FontFamilyFont_font 5
-int styleable FontFamilyFont_fontStyle 6
-int styleable FontFamilyFont_fontVariationSettings 7
-int styleable FontFamilyFont_fontWeight 8
-int styleable FontFamilyFont_ttcIndex 9
-int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/aidl/android/support/v4/os/ResultReceiver.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/aidl/android/support/v4/os/ResultReceiver.aidl
deleted file mode 100644
index 81c81f6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/aidl/android/support/v4/os/ResultReceiver.aidl
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
-** Copyright 2015, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
-
-package android.support.v4.os;
-
-parcelable ResultReceiver;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/annotations.zip
deleted file mode 100644
index 57cb4f5..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/annotations.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/classes.jar
deleted file mode 100644
index 2c40dd3..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/proguard.txt
deleted file mode 100644
index bcc9a89..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/proguard.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-# Never inline methods, but allow shrinking and obfuscation.
--keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* {
- ;
-}
--keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$*Impl* {
- ;
-}
--keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.app.NotificationCompat$*$Api*Impl {
- ;
-}
--keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.os.UserHandleCompat$Api*Impl {
- ;
-}
--keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.widget.EdgeEffectCompat$Api*Impl {
- ;
-}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/public.txt
deleted file mode 100644
index f23be3d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/public.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-style TextAppearance_Compat_Notification
-style TextAppearance_Compat_Notification_Info
-style TextAppearance_Compat_Notification_Line2
-style TextAppearance_Compat_Notification_Time
-style TextAppearance_Compat_Notification_Title
-attr alpha
-attr font
-attr fontProviderAuthority
-attr fontProviderCerts
-attr fontProviderFetchStrategy
-attr fontProviderFetchTimeout
-attr fontProviderPackage
-attr fontProviderQuery
-attr fontProviderSystemFontFamily
-attr fontStyle
-attr fontVariationSettings
-attr fontWeight
-attr lStar
-attr queryPatterns
-attr shortcutMatchRequired
-attr ttcIndex
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res.zip
deleted file mode 100644
index b78dee7..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_low_normal.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_low_normal.9.png
deleted file mode 100644
index af91f5e..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_low_normal.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_low_pressed.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_low_pressed.9.png
deleted file mode 100644
index 1602ab8..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_low_pressed.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_normal.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_normal.9.png
deleted file mode 100644
index 6ebed8b..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_normal.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png
deleted file mode 100644
index 6193822..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png
deleted file mode 100644
index 6f37a22..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_low_normal.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_low_normal.9.png
deleted file mode 100644
index 62de9d7..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_low_normal.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_low_pressed.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_low_pressed.9.png
deleted file mode 100644
index eaabd93..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_low_pressed.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_normal.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_normal.9.png
deleted file mode 100644
index aa239b3..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_normal.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png
deleted file mode 100644
index 62d8622..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png
deleted file mode 100644
index c286875..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-v21/notification_action_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-v21/notification_action_background.xml
deleted file mode 100644
index a9ea90a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-v21/notification_action_background.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_low_normal.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_low_normal.9.png
deleted file mode 100644
index 8c884de..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_low_normal.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png
deleted file mode 100644
index 32e00be..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_normal.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_normal.9.png
deleted file mode 100644
index bdf477b..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_normal.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png
deleted file mode 100644
index 5c4da74..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png
deleted file mode 100644
index 9128e62..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_bg.xml
deleted file mode 100644
index 1232b4c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_bg.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_bg_low.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_bg_low.xml
deleted file mode 100644
index 72e58ae..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_bg_low.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_icon_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_icon_background.xml
deleted file mode 100644
index 490a797..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_icon_background.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_tile_bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_tile_bg.xml
deleted file mode 100644
index 8eee7ef..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_tile_bg.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v16/notification_template_custom_big.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v16/notification_template_custom_big.xml
deleted file mode 100644
index d0519dc..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v16/notification_template_custom_big.xml
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_action.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_action.xml
deleted file mode 100644
index 7199c25..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_action.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_action_tombstone.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_action_tombstone.xml
deleted file mode 100644
index 7ef38fa..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_action_tombstone.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_template_custom_big.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_template_custom_big.xml
deleted file mode 100644
index 9e3666e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_template_custom_big.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_template_icon_group.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_template_icon_group.xml
deleted file mode 100644
index 8fadd67..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_template_icon_group.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/custom_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/custom_dialog.xml
deleted file mode 100644
index 47a1b12..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/custom_dialog.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_action.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_action.xml
deleted file mode 100644
index 3ffd9a1..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_action.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_action_tombstone.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_action_tombstone.xml
deleted file mode 100644
index e9d4e37..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_action_tombstone.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_custom_big.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_custom_big.xml
deleted file mode 100644
index 8aaf9d5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_custom_big.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_icon_group.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_icon_group.xml
deleted file mode 100644
index f225737..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_icon_group.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_part_chronometer.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_part_chronometer.xml
deleted file mode 100644
index 245353b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_part_chronometer.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_part_time.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_part_time.xml
deleted file mode 100644
index 9a78a93..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_part_time.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/menu/example_menu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/menu/example_menu.xml
deleted file mode 100644
index c5c5181..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/menu/example_menu.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/menu/example_menu2.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/menu/example_menu2.xml
deleted file mode 100644
index f745a00..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/menu/example_menu2.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-af/values-af.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-af/values-af.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-af/values-af.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-am/values-am.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-am/values-am.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-am/values-am.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ar/values-ar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ar/values-ar.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ar/values-ar.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-as/values-as.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-as/values-as.xml
deleted file mode 100644
index 1561b6e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-as/values-as.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "৯৯৯+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-az/values-az.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-az/values-az.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-az/values-az.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-be/values-be.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-be/values-be.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-be/values-be.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bg/values-bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bg/values-bg.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bg/values-bg.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bn/values-bn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bn/values-bn.xml
deleted file mode 100644
index 1561b6e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bn/values-bn.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "৯৯৯+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bs/values-bs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bs/values-bs.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bs/values-bs.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ca/values-ca.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ca/values-ca.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ca/values-ca.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-cs/values-cs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-cs/values-cs.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-cs/values-cs.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-da/values-da.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-da/values-da.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-da/values-da.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-de/values-de.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-de/values-de.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-de/values-de.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-el/values-el.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-el/values-el.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-el/values-el.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rAU/values-en-rAU.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rAU/values-en-rAU.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rAU/values-en-rAU.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rCA/values-en-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rCA/values-en-rCA.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rCA/values-en-rCA.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rGB/values-en-rGB.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rGB/values-en-rGB.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rGB/values-en-rGB.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rIN/values-en-rIN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rIN/values-en-rIN.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rIN/values-en-rIN.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rXC/values-en-rXC.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rXC/values-en-rXC.xml
deleted file mode 100644
index e759b7d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rXC/values-en-rXC.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-es-rUS/values-es-rUS.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-es-rUS/values-es-rUS.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-es-rUS/values-es-rUS.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-es/values-es.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-es/values-es.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-es/values-es.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-et/values-et.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-et/values-et.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-et/values-et.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-eu/values-eu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-eu/values-eu.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-eu/values-eu.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fa/values-fa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fa/values-fa.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fa/values-fa.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fi/values-fi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fi/values-fi.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fi/values-fi.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fr-rCA/values-fr-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fr-rCA/values-fr-rCA.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fr-rCA/values-fr-rCA.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fr/values-fr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fr/values-fr.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fr/values-fr.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-gl/values-gl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-gl/values-gl.xml
deleted file mode 100644
index 6b1d5f3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-gl/values-gl.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- ">999"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-gu/values-gu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-gu/values-gu.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-gu/values-gu.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hi/values-hi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hi/values-hi.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hi/values-hi.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hr/values-hr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hr/values-hr.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hr/values-hr.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hu/values-hu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hu/values-hu.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hu/values-hu.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hy/values-hy.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hy/values-hy.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hy/values-hy.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-in/values-in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-in/values-in.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-in/values-in.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-is/values-is.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-is/values-is.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-is/values-is.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-it/values-it.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-it/values-it.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-it/values-it.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-iw/values-iw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-iw/values-iw.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-iw/values-iw.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ja/values-ja.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ja/values-ja.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ja/values-ja.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ka/values-ka.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ka/values-ka.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ka/values-ka.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-kk/values-kk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-kk/values-kk.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-kk/values-kk.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-km/values-km.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-km/values-km.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-km/values-km.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-kn/values-kn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-kn/values-kn.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-kn/values-kn.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ko/values-ko.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ko/values-ko.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ko/values-ko.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ky/values-ky.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ky/values-ky.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ky/values-ky.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lo/values-lo.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lo/values-lo.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lo/values-lo.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lt/values-lt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lt/values-lt.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lt/values-lt.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lv/values-lv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lv/values-lv.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lv/values-lv.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mk/values-mk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mk/values-mk.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mk/values-mk.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ml/values-ml.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ml/values-ml.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ml/values-ml.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mn/values-mn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mn/values-mn.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mn/values-mn.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mr/values-mr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mr/values-mr.xml
deleted file mode 100644
index cf0928d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mr/values-mr.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "९९९+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ms/values-ms.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ms/values-ms.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ms/values-ms.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-my/values-my.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-my/values-my.xml
deleted file mode 100644
index 73ada19..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-my/values-my.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "၉၉၉+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-nb/values-nb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-nb/values-nb.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-nb/values-nb.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ne/values-ne.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ne/values-ne.xml
deleted file mode 100644
index cf0928d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ne/values-ne.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "९९९+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-nl/values-nl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-nl/values-nl.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-nl/values-nl.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-or/values-or.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-or/values-or.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-or/values-or.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pa/values-pa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pa/values-pa.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pa/values-pa.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pl/values-pl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pl/values-pl.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pl/values-pl.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt-rBR/values-pt-rBR.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt-rBR/values-pt-rBR.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt-rBR/values-pt-rBR.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt-rPT/values-pt-rPT.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt-rPT/values-pt-rPT.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt-rPT/values-pt-rPT.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt/values-pt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt/values-pt.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt/values-pt.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ro/values-ro.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ro/values-ro.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ro/values-ro.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ru/values-ru.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ru/values-ru.xml
deleted file mode 100644
index 6b1d5f3..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ru/values-ru.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- ">999"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-si/values-si.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-si/values-si.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-si/values-si.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sk/values-sk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sk/values-sk.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sk/values-sk.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sl/values-sl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sl/values-sl.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sl/values-sl.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sq/values-sq.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sq/values-sq.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sq/values-sq.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sr/values-sr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sr/values-sr.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sr/values-sr.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sv/values-sv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sv/values-sv.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sv/values-sv.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sw/values-sw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sw/values-sw.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sw/values-sw.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ta/values-ta.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ta/values-ta.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ta/values-ta.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-te/values-te.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-te/values-te.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-te/values-te.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-th/values-th.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-th/values-th.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-th/values-th.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-tl/values-tl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-tl/values-tl.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-tl/values-tl.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-tr/values-tr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-tr/values-tr.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-tr/values-tr.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-uk/values-uk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-uk/values-uk.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-uk/values-uk.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ur/values-ur.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ur/values-ur.xml
deleted file mode 100644
index 729416e..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ur/values-ur.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "+999"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-uz/values-uz.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-uz/values-uz.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-uz/values-uz.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-v16/values-v16.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-v16/values-v16.xml
deleted file mode 100644
index 2e02d69..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-v16/values-v16.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- 4dp
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-v21/values-v21.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-v21/values-v21.xml
deleted file mode 100644
index 07d2b09..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-v21/values-v21.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
- @color/androidx_core_secondary_text_default_material_light
- 0dp
- 0dp
- 12dp
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-vi/values-vi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-vi/values-vi.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-vi/values-vi.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rCN/values-zh-rCN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rCN/values-zh-rCN.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rCN/values-zh-rCN.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rHK/values-zh-rHK.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rHK/values-zh-rHK.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rHK/values-zh-rHK.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rTW/values-zh-rTW.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rTW/values-zh-rTW.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rTW/values-zh-rTW.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zu/values-zu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zu/values-zu.xml
deleted file mode 100644
index e9f6268..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zu/values-zu.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- "999+"
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values/values.xml
deleted file mode 100644
index 9a07f9f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values/values.xml
+++ /dev/null
@@ -1,239 +0,0 @@
-
-
-
- #1f000000
- #8a000000
- #ffffffff
- #ff9e9e9e
- 4dp
- 6dp
- 8dp
- 4dp
- 2dp
- 320dp
- 320dp
- 32dp
- 13sp
- 12dp
- 8dp
- 64dp
- 64dp
- 10dp
- @dimen/notification_content_margin_start
- 16dp
- 2dp
- 3dp
- 24dp
- 13sp
- 10dp
- 5dp
- #3333B5E5
- #0cffffff
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 999
- 999+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93.stamp
deleted file mode 100644
index 1d9013d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93.stamp
+++ /dev/null
@@ -1 +0,0 @@
-E0C2D0D03F1E3B17
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/AndroidManifest.xml
deleted file mode 100644
index 62479e8..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/R.txt
deleted file mode 100644
index fc8a796..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/R.txt
+++ /dev/null
@@ -1,171 +0,0 @@
-int attr alpha 0x0
-int attr font 0x0
-int attr fontProviderAuthority 0x0
-int attr fontProviderCerts 0x0
-int attr fontProviderFetchStrategy 0x0
-int attr fontProviderFetchTimeout 0x0
-int attr fontProviderPackage 0x0
-int attr fontProviderQuery 0x0
-int attr fontStyle 0x0
-int attr fontVariationSettings 0x0
-int attr fontWeight 0x0
-int attr ttcIndex 0x0
-int color androidx_core_ripple_material_light 0x0
-int color androidx_core_secondary_text_default_material_light 0x0
-int color notification_action_color_filter 0x0
-int color notification_icon_bg_color 0x0
-int dimen compat_button_inset_horizontal_material 0x0
-int dimen compat_button_inset_vertical_material 0x0
-int dimen compat_button_padding_horizontal_material 0x0
-int dimen compat_button_padding_vertical_material 0x0
-int dimen compat_control_corner_material 0x0
-int dimen compat_notification_large_icon_max_height 0x0
-int dimen compat_notification_large_icon_max_width 0x0
-int dimen notification_action_icon_size 0x0
-int dimen notification_action_text_size 0x0
-int dimen notification_big_circle_margin 0x0
-int dimen notification_content_margin_start 0x0
-int dimen notification_large_icon_height 0x0
-int dimen notification_large_icon_width 0x0
-int dimen notification_main_column_padding_top 0x0
-int dimen notification_media_narrow_margin 0x0
-int dimen notification_right_icon_size 0x0
-int dimen notification_right_side_padding_top 0x0
-int dimen notification_small_icon_background_padding 0x0
-int dimen notification_small_icon_size_as_large 0x0
-int dimen notification_subtext_size 0x0
-int dimen notification_top_pad 0x0
-int dimen notification_top_pad_large_text 0x0
-int drawable notification_action_background 0x0
-int drawable notification_bg 0x0
-int drawable notification_bg_low 0x0
-int drawable notification_bg_low_normal 0x0
-int drawable notification_bg_low_pressed 0x0
-int drawable notification_bg_normal 0x0
-int drawable notification_bg_normal_pressed 0x0
-int drawable notification_icon_background 0x0
-int drawable notification_template_icon_bg 0x0
-int drawable notification_template_icon_low_bg 0x0
-int drawable notification_tile_bg 0x0
-int drawable notify_panel_notification_icon_bg 0x0
-int id accessibility_action_clickable_span 0x0
-int id accessibility_custom_action_0 0x0
-int id accessibility_custom_action_1 0x0
-int id accessibility_custom_action_10 0x0
-int id accessibility_custom_action_11 0x0
-int id accessibility_custom_action_12 0x0
-int id accessibility_custom_action_13 0x0
-int id accessibility_custom_action_14 0x0
-int id accessibility_custom_action_15 0x0
-int id accessibility_custom_action_16 0x0
-int id accessibility_custom_action_17 0x0
-int id accessibility_custom_action_18 0x0
-int id accessibility_custom_action_19 0x0
-int id accessibility_custom_action_2 0x0
-int id accessibility_custom_action_20 0x0
-int id accessibility_custom_action_21 0x0
-int id accessibility_custom_action_22 0x0
-int id accessibility_custom_action_23 0x0
-int id accessibility_custom_action_24 0x0
-int id accessibility_custom_action_25 0x0
-int id accessibility_custom_action_26 0x0
-int id accessibility_custom_action_27 0x0
-int id accessibility_custom_action_28 0x0
-int id accessibility_custom_action_29 0x0
-int id accessibility_custom_action_3 0x0
-int id accessibility_custom_action_30 0x0
-int id accessibility_custom_action_31 0x0
-int id accessibility_custom_action_4 0x0
-int id accessibility_custom_action_5 0x0
-int id accessibility_custom_action_6 0x0
-int id accessibility_custom_action_7 0x0
-int id accessibility_custom_action_8 0x0
-int id accessibility_custom_action_9 0x0
-int id action_container 0x0
-int id action_divider 0x0
-int id action_image 0x0
-int id action_text 0x0
-int id actions 0x0
-int id async 0x0
-int id blocking 0x0
-int id chronometer 0x0
-int id dialog_button 0x0
-int id forever 0x0
-int id icon 0x0
-int id icon_group 0x0
-int id info 0x0
-int id italic 0x0
-int id line1 0x0
-int id line3 0x0
-int id normal 0x0
-int id notification_background 0x0
-int id notification_main_column 0x0
-int id notification_main_column_container 0x0
-int id right_icon 0x0
-int id right_side 0x0
-int id tag_accessibility_actions 0x0
-int id tag_accessibility_clickable_spans 0x0
-int id tag_accessibility_heading 0x0
-int id tag_accessibility_pane_title 0x0
-int id tag_screen_reader_focusable 0x0
-int id tag_transition_group 0x0
-int id tag_unhandled_key_event_manager 0x0
-int id tag_unhandled_key_listeners 0x0
-int id text 0x0
-int id text2 0x0
-int id time 0x0
-int id title 0x0
-int integer status_bar_notification_info_maxnum 0x0
-int layout custom_dialog 0x0
-int layout notification_action 0x0
-int layout notification_action_tombstone 0x0
-int layout notification_template_custom_big 0x0
-int layout notification_template_icon_group 0x0
-int layout notification_template_part_chronometer 0x0
-int layout notification_template_part_time 0x0
-int string status_bar_notification_info_overflow 0x0
-int style TextAppearance_Compat_Notification 0x0
-int style TextAppearance_Compat_Notification_Info 0x0
-int style TextAppearance_Compat_Notification_Line2 0x0
-int style TextAppearance_Compat_Notification_Time 0x0
-int style TextAppearance_Compat_Notification_Title 0x0
-int style Widget_Compat_NotificationActionContainer 0x0
-int style Widget_Compat_NotificationActionText 0x0
-int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamily_fontProviderAuthority 0
-int styleable FontFamily_fontProviderCerts 1
-int styleable FontFamily_fontProviderFetchStrategy 2
-int styleable FontFamily_fontProviderFetchTimeout 3
-int styleable FontFamily_fontProviderPackage 4
-int styleable FontFamily_fontProviderQuery 5
-int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 4
-int styleable FontFamilyFont_font 5
-int styleable FontFamilyFont_fontStyle 6
-int styleable FontFamilyFont_fontVariationSettings 7
-int styleable FontFamilyFont_fontWeight 8
-int styleable FontFamilyFont_ttcIndex 9
-int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/classes.jar
deleted file mode 100644
index dd51769..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94.stamp
deleted file mode 100644
index 0497907..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94.stamp
+++ /dev/null
@@ -1 +0,0 @@
-78E23953B2E72E7F
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/AndroidManifest.xml
deleted file mode 100644
index 65ceb76..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/R.txt
deleted file mode 100644
index f1228a5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/R.txt
+++ /dev/null
@@ -1,131 +0,0 @@
-int attr alpha 0x7f040001
-int attr font 0x7f040002
-int attr fontProviderAuthority 0x7f040003
-int attr fontProviderCerts 0x7f040004
-int attr fontProviderFetchStrategy 0x7f040005
-int attr fontProviderFetchTimeout 0x7f040006
-int attr fontProviderPackage 0x7f040007
-int attr fontProviderQuery 0x7f040008
-int attr fontStyle 0x7f040009
-int attr fontVariationSettings 0x7f04000a
-int attr fontWeight 0x7f04000b
-int attr ttcIndex 0x7f04000c
-int color notification_action_color_filter 0x7f060001
-int color notification_icon_bg_color 0x7f060002
-int color ripple_material_light 0x7f060003
-int color secondary_text_default_material_light 0x7f060004
-int dimen compat_button_inset_horizontal_material 0x7f080001
-int dimen compat_button_inset_vertical_material 0x7f080002
-int dimen compat_button_padding_horizontal_material 0x7f080003
-int dimen compat_button_padding_vertical_material 0x7f080004
-int dimen compat_control_corner_material 0x7f080005
-int dimen compat_notification_large_icon_max_height 0x7f080006
-int dimen compat_notification_large_icon_max_width 0x7f080007
-int dimen notification_action_icon_size 0x7f080008
-int dimen notification_action_text_size 0x7f080009
-int dimen notification_big_circle_margin 0x7f08000a
-int dimen notification_content_margin_start 0x7f08000b
-int dimen notification_large_icon_height 0x7f08000c
-int dimen notification_large_icon_width 0x7f08000d
-int dimen notification_main_column_padding_top 0x7f08000e
-int dimen notification_media_narrow_margin 0x7f08000f
-int dimen notification_right_icon_size 0x7f080010
-int dimen notification_right_side_padding_top 0x7f080011
-int dimen notification_small_icon_background_padding 0x7f080012
-int dimen notification_small_icon_size_as_large 0x7f080013
-int dimen notification_subtext_size 0x7f080014
-int dimen notification_top_pad 0x7f080015
-int dimen notification_top_pad_large_text 0x7f080016
-int drawable notification_action_background 0x7f090001
-int drawable notification_bg 0x7f090002
-int drawable notification_bg_low 0x7f090003
-int drawable notification_bg_low_normal 0x7f090004
-int drawable notification_bg_low_pressed 0x7f090005
-int drawable notification_bg_normal 0x7f090006
-int drawable notification_bg_normal_pressed 0x7f090007
-int drawable notification_icon_background 0x7f090008
-int drawable notification_template_icon_bg 0x7f090009
-int drawable notification_template_icon_low_bg 0x7f09000a
-int drawable notification_tile_bg 0x7f09000b
-int drawable notify_panel_notification_icon_bg 0x7f09000c
-int id action_container 0x7f0c0001
-int id action_divider 0x7f0c0002
-int id action_image 0x7f0c0003
-int id action_text 0x7f0c0004
-int id actions 0x7f0c0005
-int id async 0x7f0c0006
-int id blocking 0x7f0c0007
-int id chronometer 0x7f0c0008
-int id forever 0x7f0c0009
-int id icon 0x7f0c000a
-int id icon_group 0x7f0c000b
-int id info 0x7f0c000c
-int id italic 0x7f0c000d
-int id line1 0x7f0c000e
-int id line3 0x7f0c000f
-int id normal 0x7f0c0010
-int id notification_background 0x7f0c0011
-int id notification_main_column 0x7f0c0012
-int id notification_main_column_container 0x7f0c0013
-int id right_icon 0x7f0c0014
-int id right_side 0x7f0c0015
-int id tag_transition_group 0x7f0c0016
-int id tag_unhandled_key_event_manager 0x7f0c0017
-int id tag_unhandled_key_listeners 0x7f0c0018
-int id text 0x7f0c0019
-int id text2 0x7f0c001a
-int id time 0x7f0c001b
-int id title 0x7f0c001c
-int integer status_bar_notification_info_maxnum 0x7f0d0001
-int layout notification_action 0x7f0f0001
-int layout notification_action_tombstone 0x7f0f0002
-int layout notification_template_custom_big 0x7f0f0003
-int layout notification_template_icon_group 0x7f0f0004
-int layout notification_template_part_chronometer 0x7f0f0005
-int layout notification_template_part_time 0x7f0f0006
-int string status_bar_notification_info_overflow 0x7f150001
-int style TextAppearance_Compat_Notification 0x7f160001
-int style TextAppearance_Compat_Notification_Info 0x7f160002
-int style TextAppearance_Compat_Notification_Line2 0x7f160003
-int style TextAppearance_Compat_Notification_Time 0x7f160004
-int style TextAppearance_Compat_Notification_Title 0x7f160005
-int style Widget_Compat_NotificationActionContainer 0x7f160006
-int style Widget_Compat_NotificationActionText 0x7f160007
-int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable FontFamily { 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008 }
-int styleable FontFamily_fontProviderAuthority 0
-int styleable FontFamily_fontProviderCerts 1
-int styleable FontFamily_fontProviderFetchStrategy 2
-int styleable FontFamily_fontProviderFetchTimeout 3
-int styleable FontFamily_fontProviderPackage 4
-int styleable FontFamily_fontProviderQuery 5
-int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040002, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 4
-int styleable FontFamilyFont_font 5
-int styleable FontFamilyFont_fontStyle 6
-int styleable FontFamilyFont_fontVariationSettings 7
-int styleable FontFamilyFont_fontWeight 8
-int styleable FontFamilyFont_ttcIndex 9
-int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/classes.jar
deleted file mode 100644
index 6ccda32..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95.stamp
deleted file mode 100644
index c0a8209..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95.stamp
+++ /dev/null
@@ -1 +0,0 @@
-F92C96E98F6C3986
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/AndroidManifest.xml
deleted file mode 100644
index 5ab8525..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index d8560bd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/classes.jar
deleted file mode 100644
index 9426e40..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96.stamp
deleted file mode 100644
index 90e05b5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96.stamp
+++ /dev/null
@@ -1 +0,0 @@
-0118D03A53E48DE8
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/AndroidManifest.xml
deleted file mode 100644
index 86c87de..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index d8560bd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/R.txt
deleted file mode 100644
index fc9af07..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/R.txt
+++ /dev/null
@@ -1 +0,0 @@
-int id view_tree_saved_state_registry_owner 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/classes.jar
deleted file mode 100644
index 40f58a5..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/proguard.txt
deleted file mode 100644
index 61105c0..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/proguard.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright (C) 2019 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
--keepclassmembers,allowobfuscation class * implements androidx.savedstate.SavedStateRegistry$AutoRecreated {
- ();
-}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/res.zip
deleted file mode 100644
index 28111cc..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/res/values/values.xml
deleted file mode 100644
index b0dddbd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/res/values/values.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97.stamp
deleted file mode 100644
index 9df199f..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97.stamp
+++ /dev/null
@@ -1 +0,0 @@
-BECBDBEDB54903C5
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/AndroidManifest.xml
deleted file mode 100644
index 2f42d95..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index d8560bd..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/R.txt
deleted file mode 100644
index d26950a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/R.txt
+++ /dev/null
@@ -1,203 +0,0 @@
-int attr alpha 0x0
-int attr fastScrollEnabled 0x0
-int attr fastScrollHorizontalThumbDrawable 0x0
-int attr fastScrollHorizontalTrackDrawable 0x0
-int attr fastScrollVerticalThumbDrawable 0x0
-int attr fastScrollVerticalTrackDrawable 0x0
-int attr font 0x0
-int attr fontProviderAuthority 0x0
-int attr fontProviderCerts 0x0
-int attr fontProviderFetchStrategy 0x0
-int attr fontProviderFetchTimeout 0x0
-int attr fontProviderPackage 0x0
-int attr fontProviderQuery 0x0
-int attr fontStyle 0x0
-int attr fontVariationSettings 0x0
-int attr fontWeight 0x0
-int attr layoutManager 0x0
-int attr recyclerViewStyle 0x0
-int attr reverseLayout 0x0
-int attr spanCount 0x0
-int attr stackFromEnd 0x0
-int attr ttcIndex 0x0
-int color androidx_core_ripple_material_light 0x0
-int color androidx_core_secondary_text_default_material_light 0x0
-int color notification_action_color_filter 0x0
-int color notification_icon_bg_color 0x0
-int color ripple_material_light 0x0
-int color secondary_text_default_material_light 0x0
-int dimen compat_button_inset_horizontal_material 0x0
-int dimen compat_button_inset_vertical_material 0x0
-int dimen compat_button_padding_horizontal_material 0x0
-int dimen compat_button_padding_vertical_material 0x0
-int dimen compat_control_corner_material 0x0
-int dimen compat_notification_large_icon_max_height 0x0
-int dimen compat_notification_large_icon_max_width 0x0
-int dimen fastscroll_default_thickness 0x0
-int dimen fastscroll_margin 0x0
-int dimen fastscroll_minimum_range 0x0
-int dimen item_touch_helper_max_drag_scroll_per_frame 0x0
-int dimen item_touch_helper_swipe_escape_max_velocity 0x0
-int dimen item_touch_helper_swipe_escape_velocity 0x0
-int dimen notification_action_icon_size 0x0
-int dimen notification_action_text_size 0x0
-int dimen notification_big_circle_margin 0x0
-int dimen notification_content_margin_start 0x0
-int dimen notification_large_icon_height 0x0
-int dimen notification_large_icon_width 0x0
-int dimen notification_main_column_padding_top 0x0
-int dimen notification_media_narrow_margin 0x0
-int dimen notification_right_icon_size 0x0
-int dimen notification_right_side_padding_top 0x0
-int dimen notification_small_icon_background_padding 0x0
-int dimen notification_small_icon_size_as_large 0x0
-int dimen notification_subtext_size 0x0
-int dimen notification_top_pad 0x0
-int dimen notification_top_pad_large_text 0x0
-int drawable notification_action_background 0x0
-int drawable notification_bg 0x0
-int drawable notification_bg_low 0x0
-int drawable notification_bg_low_normal 0x0
-int drawable notification_bg_low_pressed 0x0
-int drawable notification_bg_normal 0x0
-int drawable notification_bg_normal_pressed 0x0
-int drawable notification_icon_background 0x0
-int drawable notification_template_icon_bg 0x0
-int drawable notification_template_icon_low_bg 0x0
-int drawable notification_tile_bg 0x0
-int drawable notify_panel_notification_icon_bg 0x0
-int id accessibility_action_clickable_span 0x0
-int id accessibility_custom_action_0 0x0
-int id accessibility_custom_action_1 0x0
-int id accessibility_custom_action_10 0x0
-int id accessibility_custom_action_11 0x0
-int id accessibility_custom_action_12 0x0
-int id accessibility_custom_action_13 0x0
-int id accessibility_custom_action_14 0x0
-int id accessibility_custom_action_15 0x0
-int id accessibility_custom_action_16 0x0
-int id accessibility_custom_action_17 0x0
-int id accessibility_custom_action_18 0x0
-int id accessibility_custom_action_19 0x0
-int id accessibility_custom_action_2 0x0
-int id accessibility_custom_action_20 0x0
-int id accessibility_custom_action_21 0x0
-int id accessibility_custom_action_22 0x0
-int id accessibility_custom_action_23 0x0
-int id accessibility_custom_action_24 0x0
-int id accessibility_custom_action_25 0x0
-int id accessibility_custom_action_26 0x0
-int id accessibility_custom_action_27 0x0
-int id accessibility_custom_action_28 0x0
-int id accessibility_custom_action_29 0x0
-int id accessibility_custom_action_3 0x0
-int id accessibility_custom_action_30 0x0
-int id accessibility_custom_action_31 0x0
-int id accessibility_custom_action_4 0x0
-int id accessibility_custom_action_5 0x0
-int id accessibility_custom_action_6 0x0
-int id accessibility_custom_action_7 0x0
-int id accessibility_custom_action_8 0x0
-int id accessibility_custom_action_9 0x0
-int id action_container 0x0
-int id action_divider 0x0
-int id action_image 0x0
-int id action_text 0x0
-int id actions 0x0
-int id async 0x0
-int id blocking 0x0
-int id chronometer 0x0
-int id dialog_button 0x0
-int id forever 0x0
-int id icon 0x0
-int id icon_group 0x0
-int id info 0x0
-int id italic 0x0
-int id item_touch_helper_previous_elevation 0x0
-int id line1 0x0
-int id line3 0x0
-int id normal 0x0
-int id notification_background 0x0
-int id notification_main_column 0x0
-int id notification_main_column_container 0x0
-int id right_icon 0x0
-int id right_side 0x0
-int id tag_accessibility_actions 0x0
-int id tag_accessibility_clickable_spans 0x0
-int id tag_accessibility_heading 0x0
-int id tag_accessibility_pane_title 0x0
-int id tag_screen_reader_focusable 0x0
-int id tag_transition_group 0x0
-int id tag_unhandled_key_event_manager 0x0
-int id tag_unhandled_key_listeners 0x0
-int id text 0x0
-int id text2 0x0
-int id time 0x0
-int id title 0x0
-int integer status_bar_notification_info_maxnum 0x0
-int layout custom_dialog 0x0
-int layout notification_action 0x0
-int layout notification_action_tombstone 0x0
-int layout notification_template_custom_big 0x0
-int layout notification_template_icon_group 0x0
-int layout notification_template_part_chronometer 0x0
-int layout notification_template_part_time 0x0
-int string status_bar_notification_info_overflow 0x0
-int style TextAppearance_Compat_Notification 0x0
-int style TextAppearance_Compat_Notification_Info 0x0
-int style TextAppearance_Compat_Notification_Line2 0x0
-int style TextAppearance_Compat_Notification_Time 0x0
-int style TextAppearance_Compat_Notification_Title 0x0
-int style Widget_Compat_NotificationActionContainer 0x0
-int style Widget_Compat_NotificationActionText 0x0
-int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
-int styleable ColorStateListItem_alpha 0
-int styleable ColorStateListItem_android_alpha 1
-int styleable ColorStateListItem_android_color 2
-int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamily_fontProviderAuthority 0
-int styleable FontFamily_fontProviderCerts 1
-int styleable FontFamily_fontProviderFetchStrategy 2
-int styleable FontFamily_fontProviderFetchTimeout 3
-int styleable FontFamily_fontProviderPackage 4
-int styleable FontFamily_fontProviderQuery 5
-int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable FontFamilyFont_android_font 0
-int styleable FontFamilyFont_android_fontStyle 1
-int styleable FontFamilyFont_android_fontVariationSettings 2
-int styleable FontFamilyFont_android_fontWeight 3
-int styleable FontFamilyFont_android_ttcIndex 4
-int styleable FontFamilyFont_font 5
-int styleable FontFamilyFont_fontStyle 6
-int styleable FontFamilyFont_fontVariationSettings 7
-int styleable FontFamilyFont_fontWeight 8
-int styleable FontFamilyFont_ttcIndex 9
-int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
-int styleable GradientColor_android_centerColor 0
-int styleable GradientColor_android_centerX 1
-int styleable GradientColor_android_centerY 2
-int styleable GradientColor_android_endColor 3
-int styleable GradientColor_android_endX 4
-int styleable GradientColor_android_endY 5
-int styleable GradientColor_android_gradientRadius 6
-int styleable GradientColor_android_startColor 7
-int styleable GradientColor_android_startX 8
-int styleable GradientColor_android_startY 9
-int styleable GradientColor_android_tileMode 10
-int styleable GradientColor_android_type 11
-int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
-int styleable GradientColorItem_android_color 0
-int styleable GradientColorItem_android_offset 1
-int[] styleable RecyclerView { 0x10100eb, 0x10100f1, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
-int styleable RecyclerView_android_clipToPadding 0
-int styleable RecyclerView_android_descendantFocusability 1
-int styleable RecyclerView_android_orientation 2
-int styleable RecyclerView_fastScrollEnabled 3
-int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
-int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
-int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
-int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
-int styleable RecyclerView_layoutManager 8
-int styleable RecyclerView_reverseLayout 9
-int styleable RecyclerView_spanCount 10
-int styleable RecyclerView_stackFromEnd 11
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/annotations.zip
deleted file mode 100644
index 5c549bc..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/annotations.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/classes.jar
deleted file mode 100644
index 5f06440..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/proguard.txt
deleted file mode 100644
index c258298..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/proguard.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright (C) 2015 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# When layoutManager xml attribute is used, RecyclerView inflates
-#LayoutManagers' constructors using reflection.
--keep public class * extends androidx.recyclerview.widget.RecyclerView$LayoutManager {
- public (android.content.Context, android.util.AttributeSet, int, int);
- public ();
-}
-
--keepclassmembers class androidx.recyclerview.widget.RecyclerView {
- public void suppressLayout(boolean);
- public boolean isLayoutSuppressed();
-}
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/public.txt
deleted file mode 100644
index 475bfc4..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/public.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-attr fastScrollEnabled
-attr fastScrollHorizontalThumbDrawable
-attr fastScrollHorizontalTrackDrawable
-attr fastScrollVerticalThumbDrawable
-attr fastScrollVerticalTrackDrawable
-attr layoutManager
-attr reverseLayout
-attr spanCount
-attr stackFromEnd
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/res.zip
deleted file mode 100644
index 3ca23af..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/res/values/values.xml
deleted file mode 100644
index be82a0d..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/res/values/values.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
- 8dp
- 0dp
- 50dp
- 20dp
- 800dp
- 120dp
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98.stamp
deleted file mode 100644
index 8365105..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98.stamp
+++ /dev/null
@@ -1 +0,0 @@
-A3F8157847FCBABB
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/AndroidManifest.xml
deleted file mode 100644
index 66e2b32..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/R.txt
deleted file mode 100644
index fd745fc..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/R.txt
+++ /dev/null
@@ -1 +0,0 @@
-int id view_tree_view_model_store_owner 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/classes.jar
deleted file mode 100644
index 38278d4..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/proguard.txt
deleted file mode 100644
index 0e79ffe..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/proguard.txt
+++ /dev/null
@@ -1,7 +0,0 @@
--keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
- ();
-}
-
--keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
- (android.app.Application);
-}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/res.zip
deleted file mode 100644
index 8ed89fe..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/res/values/values.xml
deleted file mode 100644
index 46ed616..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/res/values/values.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99.stamp
deleted file mode 100644
index 85c79bb..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99.stamp
+++ /dev/null
@@ -1 +0,0 @@
-34BFED15432AE53B
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/AndroidManifest.xml
deleted file mode 100644
index 1e8040c..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/AndroidManifest.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/META-INF/com/android/build/gradle/aar-metadata.properties
deleted file mode 100644
index c68e484..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/META-INF/com/android/build/gradle/aar-metadata.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-aarFormatVersion=1.0
-aarMetadataVersion=1.0
-minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/R.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/classes.jar
deleted file mode 100644
index f9647a6..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/classes.jar and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/public.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/res.zip
deleted file mode 100644
index 9c3f867..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/res.zip and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/res/values/values.xml
deleted file mode 100644
index 55344e5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/res/values/values.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/map.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/map.cache
deleted file mode 100644
index 0353a4a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/map.cache
+++ /dev/null
@@ -1,157 +0,0 @@
-GoogleGson.dll
-Microsoft.Maui.Controls.Compatibility.dll
-Microsoft.Maui.Controls.dll
-Microsoft.Maui.Controls.Xaml.dll
-Microsoft.Maui.dll
-Microsoft.Maui.Essentials.dll
-Microsoft.Maui.Graphics.dll
-Xamarin.Android.Glide.Annotations.dll
-Xamarin.Android.Glide.DiskLruCache.dll
-Xamarin.Android.Glide.dll
-Xamarin.Android.Glide.GifDecoder.dll
-Xamarin.AndroidX.Activity.dll
-Xamarin.AndroidX.Activity.Ktx.dll
-Xamarin.AndroidX.Annotation.dll
-Xamarin.AndroidX.Annotation.Experimental.dll
-Xamarin.AndroidX.AppCompat.AppCompatResources.dll
-Xamarin.AndroidX.AppCompat.dll
-Xamarin.AndroidX.Arch.Core.Common.dll
-Xamarin.AndroidX.Arch.Core.Runtime.dll
-Xamarin.AndroidX.AsyncLayoutInflater.dll
-Xamarin.AndroidX.Browser.dll
-Xamarin.AndroidX.CardView.dll
-Xamarin.AndroidX.Collection.dll
-Xamarin.AndroidX.Collection.Ktx.dll
-Xamarin.AndroidX.Concurrent.Futures.dll
-Xamarin.AndroidX.ConstraintLayout.Core.dll
-Xamarin.AndroidX.ConstraintLayout.dll
-Xamarin.AndroidX.CoordinatorLayout.dll
-Xamarin.AndroidX.Core.Core.Ktx.dll
-Xamarin.AndroidX.Core.dll
-Xamarin.AndroidX.CursorAdapter.dll
-Xamarin.AndroidX.CustomView.dll
-Xamarin.AndroidX.DocumentFile.dll
-Xamarin.AndroidX.DrawerLayout.dll
-Xamarin.AndroidX.DynamicAnimation.dll
-Xamarin.AndroidX.Emoji2.dll
-Xamarin.AndroidX.Emoji2.ViewsHelper.dll
-Xamarin.AndroidX.ExifInterface.dll
-Xamarin.AndroidX.Fragment.dll
-Xamarin.AndroidX.Fragment.Ktx.dll
-Xamarin.AndroidX.Interpolator.dll
-Xamarin.AndroidX.Legacy.Support.Core.UI.dll
-Xamarin.AndroidX.Legacy.Support.Core.Utils.dll
-Xamarin.AndroidX.Legacy.Support.V4.dll
-Xamarin.AndroidX.Lifecycle.Common.dll
-Xamarin.AndroidX.Lifecycle.LiveData.Core.dll
-Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll
-Xamarin.AndroidX.Lifecycle.LiveData.dll
-Xamarin.AndroidX.Lifecycle.Process.dll
-Xamarin.AndroidX.Lifecycle.Runtime.dll
-Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll
-Xamarin.AndroidX.Lifecycle.ViewModel.dll
-Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll
-Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll
-Xamarin.AndroidX.Loader.dll
-Xamarin.AndroidX.LocalBroadcastManager.dll
-Xamarin.AndroidX.Media.dll
-Xamarin.AndroidX.Navigation.Common.dll
-Xamarin.AndroidX.Navigation.Fragment.dll
-Xamarin.AndroidX.Navigation.Runtime.dll
-Xamarin.AndroidX.Navigation.UI.dll
-Xamarin.AndroidX.Print.dll
-Xamarin.AndroidX.RecyclerView.dll
-Xamarin.AndroidX.ResourceInspection.Annotation.dll
-Xamarin.AndroidX.SavedState.dll
-Xamarin.AndroidX.SavedState.SavedState.Ktx.dll
-Xamarin.AndroidX.Security.SecurityCrypto.dll
-Xamarin.AndroidX.SlidingPaneLayout.dll
-Xamarin.AndroidX.Startup.StartupRuntime.dll
-Xamarin.AndroidX.SwipeRefreshLayout.dll
-Xamarin.AndroidX.Tracing.Tracing.dll
-Xamarin.AndroidX.Transition.dll
-Xamarin.AndroidX.VectorDrawable.Animated.dll
-Xamarin.AndroidX.VectorDrawable.dll
-Xamarin.AndroidX.VersionedParcelable.dll
-Xamarin.AndroidX.ViewPager.dll
-Xamarin.AndroidX.ViewPager2.dll
-Xamarin.AndroidX.Window.dll
-Xamarin.Google.Android.Material.dll
-Xamarin.Google.Crypto.Tink.Android.dll
-Xamarin.Google.Guava.ListenableFuture.dll
-Xamarin.Jetbrains.Annotations.dll
-Xamarin.Kotlin.StdLib.Common.dll
-Xamarin.Kotlin.StdLib.dll
-Xamarin.Kotlin.StdLib.Jdk7.dll
-Xamarin.Kotlin.StdLib.Jdk8.dll
-Xamarin.KotlinX.Coroutines.Android.dll
-Xamarin.KotlinX.Coroutines.Core.Jvm.dll
-androidx.versionedparcelable.versionedparcelable.aar
-androidx.arch.core.core-runtime.aar
-androidx.lifecycle.lifecycle-runtime.aar
-androidx.annotation.annotation-experimental.aar
-androidx.core.core.aar
-androidx.customview.customview.aar
-androidx.viewpager.viewpager.aar
-androidx.tracing.tracing.aar
-androidx.savedstate.savedstate.aar
-androidx.recyclerview.recyclerview.aar
-androidx.lifecycle.lifecycle-viewmodel.aar
-androidx.lifecycle.lifecycle-livedata-core.aar
-androidx.loader.loader.aar
-androidx.lifecycle.lifecycle-viewmodel-savedstate.aar
-androidx.core.core-ktx.aar
-androidx.activity.activity.aar
-androidx.fragment.fragment.aar
-androidx.viewpager2.viewpager2.aar
-androidx.vectordrawable.vectordrawable.aar
-androidx.interpolator.interpolator.aar
-androidx.vectordrawable.vectordrawable-animated.aar
-androidx.transition.transition.aar
-androidx.startup.startup-runtime.aar
-androidx.print.print.aar
-androidx.localbroadcastmanager.localbroadcastmanager.aar
-androidx.lifecycle.lifecycle-process.aar
-androidx.documentfile.documentfile.aar
-androidx.legacy.legacy-support-core-utils.aar
-androidx.emoji2.emoji2.aar
-androidx.emoji2.emoji2-views-helper.aar
-androidx.dynamicanimation.dynamicanimation.aar
-androidx.drawerlayout.drawerlayout.aar
-androidx.cursoradapter.cursoradapter.aar
-androidx.coordinatorlayout.coordinatorlayout.aar
-androidx.appcompat.appcompat-resources.aar
-androidx.appcompat.appcompat.aar
-androidx.constraintlayout.constraintlayout.aar
-androidx.cardview.cardview.aar
-com.google.android.material.material.aar
-androidx.window.window.aar
-androidx.swiperefreshlayout.swiperefreshlayout.aar
-androidx.slidingpanelayout.slidingpanelayout.aar
-androidx.security.security-crypto.aar
-androidx.savedstate.savedstate-ktx.aar
-androidx.lifecycle.lifecycle-viewmodel-ktx.aar
-androidx.lifecycle.lifecycle-runtime-ktx.aar
-androidx.navigation.navigation-common.aar
-androidx.activity.activity-ktx.aar
-androidx.navigation.navigation-runtime.aar
-androidx.navigation.navigation-ui.aar
-androidx.lifecycle.lifecycle-livedata-core-ktx.aar
-androidx.fragment.fragment-ktx.aar
-androidx.navigation.navigation-fragment.aar
-androidx.media.media.aar
-androidx.lifecycle.lifecycle-livedata.aar
-androidx.asynclayoutinflater.asynclayoutinflater.aar
-androidx.legacy.legacy-support-core-ui.aar
-androidx.legacy.legacy-support-v4.aar
-androidx.exifinterface.exifinterface.aar
-androidx.browser.browser.aar
-gifdecoder.aar
-glide.aar
-GoogleGson.aar
-Microsoft.Maui.Controls.aar
-Microsoft.Maui.Controls.Compatibility.aar
-maui.aar
-Microsoft.Maui.aar
-Microsoft.Maui.Essentials.aar
-Xamarin.Google.Crypto.Tink.Android.aar
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/stamp/_ResolveLibraryProjectImports.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/stamp/_ResolveLibraryProjectImports.stamp
deleted file mode 100644
index e69de29..0000000
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index a8c10ef..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.AssemblyInfo.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.AssemblyInfo.cs
deleted file mode 100644
index b9aa01b..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.42000
-//
-// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
-// le code est régénéré.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("GameAtlas")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("GameAtlas")]
-[assembly: System.Reflection.AssemblyTitleAttribute("GameAtlas")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("iOS16.1")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("iOS14.2")]
-
-// Généré par la classe MSBuild WriteCodeFragment.
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.AssemblyInfoInputs.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.AssemblyInfoInputs.cache
deleted file mode 100644
index 42b32c5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-e22e37731091793b3fffbf5a54e269d32b1a088c
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1f65158..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,47 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0-ios
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization = false
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = GameAtlas
-build_property.ProjectDir = C:\Users\remib\OneDrive\Bureau\1A\SAE2.01-IHM\GameAtlas\GameAtlas\
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/App.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.App.xaml
-build_metadata.AdditionalFiles.TargetPath = App.xaml
-build_metadata.AdditionalFiles.RelativePath = App.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/AppShell.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.AppShell.xaml
-build_metadata.AdditionalFiles.TargetPath = AppShell.xaml
-build_metadata.AdditionalFiles.RelativePath = AppShell.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Colors.xaml
-build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Colors.xaml
-build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Colors.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Styles.xaml
-build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Styles.xaml
-build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Styles.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/Views/PageAcceuil.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Views.PageAcceuil.xaml
-build_metadata.AdditionalFiles.TargetPath = Views\PageAcceuil.xaml
-build_metadata.AdditionalFiles.RelativePath = Views\PageAcceuil.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/Views/PageConnexion.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Views.PageConnexion.xaml
-build_metadata.AdditionalFiles.TargetPath = Views\PageConnexion.xaml
-build_metadata.AdditionalFiles.RelativePath = Views\PageConnexion.xaml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.GlobalUsings.g.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.GlobalUsings.g.cs
deleted file mode 100644
index edf6271..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.GlobalUsings.g.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-global using global::Microsoft.Extensions.DependencyInjection;
-global using global::Microsoft.Maui;
-global using global::Microsoft.Maui.Accessibility;
-global using global::Microsoft.Maui.ApplicationModel;
-global using global::Microsoft.Maui.ApplicationModel.Communication;
-global using global::Microsoft.Maui.ApplicationModel.DataTransfer;
-global using global::Microsoft.Maui.Authentication;
-global using global::Microsoft.Maui.Controls;
-global using global::Microsoft.Maui.Controls.Hosting;
-global using global::Microsoft.Maui.Controls.Xaml;
-global using global::Microsoft.Maui.Devices;
-global using global::Microsoft.Maui.Devices.Sensors;
-global using global::Microsoft.Maui.Dispatching;
-global using global::Microsoft.Maui.Graphics;
-global using global::Microsoft.Maui.Hosting;
-global using global::Microsoft.Maui.Media;
-global using global::Microsoft.Maui.Networking;
-global using global::Microsoft.Maui.Storage;
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.assets.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.assets.cache
deleted file mode 100644
index 1488c4d..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.assets.cache and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.csproj.AssemblyReference.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.csproj.AssemblyReference.cache
deleted file mode 100644
index 552f5e9..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index a8c10ef..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.AssemblyInfo.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.AssemblyInfo.cs
deleted file mode 100644
index 32e27c5..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.42000
-//
-// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
-// le code est régénéré.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("GameAtlas")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("GameAtlas")]
-[assembly: System.Reflection.AssemblyTitleAttribute("GameAtlas")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("MacCatalyst16.1")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("MacCatalyst14.0")]
-
-// Généré par la classe MSBuild WriteCodeFragment.
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.AssemblyInfoInputs.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.AssemblyInfoInputs.cache
deleted file mode 100644
index dc8bb07..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b0ad4bf4350a7c600a5d23f81388035abc208ac8
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 09942d2..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,47 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0-maccatalyst
-build_property.TargetPlatformMinVersion =
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.InvariantGlobalization = false
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = GameAtlas
-build_property.ProjectDir = C:\Users\remib\OneDrive\Bureau\1A\SAE2.01-IHM\GameAtlas\GameAtlas\
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/App.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.App.xaml
-build_metadata.AdditionalFiles.TargetPath = App.xaml
-build_metadata.AdditionalFiles.RelativePath = App.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/AppShell.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.AppShell.xaml
-build_metadata.AdditionalFiles.TargetPath = AppShell.xaml
-build_metadata.AdditionalFiles.RelativePath = AppShell.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Colors.xaml
-build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Colors.xaml
-build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Colors.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Styles.xaml
-build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Styles.xaml
-build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Styles.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/Views/PageAcceuil.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Views.PageAcceuil.xaml
-build_metadata.AdditionalFiles.TargetPath = Views\PageAcceuil.xaml
-build_metadata.AdditionalFiles.RelativePath = Views\PageAcceuil.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/Views/PageConnexion.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Views.PageConnexion.xaml
-build_metadata.AdditionalFiles.TargetPath = Views\PageConnexion.xaml
-build_metadata.AdditionalFiles.RelativePath = Views\PageConnexion.xaml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.GlobalUsings.g.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.GlobalUsings.g.cs
deleted file mode 100644
index edf6271..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.GlobalUsings.g.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-global using global::Microsoft.Extensions.DependencyInjection;
-global using global::Microsoft.Maui;
-global using global::Microsoft.Maui.Accessibility;
-global using global::Microsoft.Maui.ApplicationModel;
-global using global::Microsoft.Maui.ApplicationModel.Communication;
-global using global::Microsoft.Maui.ApplicationModel.DataTransfer;
-global using global::Microsoft.Maui.Authentication;
-global using global::Microsoft.Maui.Controls;
-global using global::Microsoft.Maui.Controls.Hosting;
-global using global::Microsoft.Maui.Controls.Xaml;
-global using global::Microsoft.Maui.Devices;
-global using global::Microsoft.Maui.Devices.Sensors;
-global using global::Microsoft.Maui.Dispatching;
-global using global::Microsoft.Maui.Graphics;
-global using global::Microsoft.Maui.Hosting;
-global using global::Microsoft.Maui.Media;
-global using global::Microsoft.Maui.Networking;
-global using global::Microsoft.Maui.Storage;
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.assets.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.assets.cache
deleted file mode 100644
index bccf453..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.assets.cache and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.csproj.AssemblyReference.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.csproj.AssemblyReference.cache
deleted file mode 100644
index 91f82c5..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
deleted file mode 100644
index a8c10ef..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.AssemblyInfo.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.AssemblyInfo.cs
deleted file mode 100644
index 4dad386..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.AssemblyInfo.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.42000
-//
-// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
-// le code est régénéré.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.PackageName", "62512753-dfda-48fe-857d-25a91df9589f")]
-[assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.PublisherName", "User Name")]
-[assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.Name", "GameAtlas")]
-[assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.Version", "1.0.0.1")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("GameAtlas")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("GameAtlas")]
-[assembly: System.Reflection.AssemblyTitleAttribute("GameAtlas")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows10.0.19041.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows10.0.17763.0")]
-
-// Généré par la classe MSBuild WriteCodeFragment.
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.AssemblyInfoInputs.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.AssemblyInfoInputs.cache
deleted file mode 100644
index df291bf..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-cf7774698ea9da23b24c42f44bd8be733533c22f
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 8bd127a..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,47 +0,0 @@
-is_global = true
-build_property.TargetFramework = net6.0-windows10.0.19041.0
-build_property.TargetPlatformMinVersion = 10.0.17763.0
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids = 9A19103F-16F7-4668-BE54-9A1E7A4F7556
-build_property.InvariantGlobalization =
-build_property.PlatformNeutralAssembly =
-build_property.EnforceExtendedAnalyzerRules =
-build_property._SupportedPlatformList = Linux,macOS,Windows
-build_property.RootNamespace = GameAtlas
-build_property.ProjectDir = C:\Users\remib\OneDrive\Bureau\1A\SAE2.01-IHM\GameAtlas\GameAtlas\
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/App.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.App.xaml
-build_metadata.AdditionalFiles.TargetPath = App.xaml
-build_metadata.AdditionalFiles.RelativePath = App.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/AppShell.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.AppShell.xaml
-build_metadata.AdditionalFiles.TargetPath = AppShell.xaml
-build_metadata.AdditionalFiles.RelativePath = AppShell.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Colors.xaml
-build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Colors.xaml
-build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Colors.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Styles.xaml
-build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Styles.xaml
-build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Styles.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/Views/PageAcceuil.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Views.PageAcceuil.xaml
-build_metadata.AdditionalFiles.TargetPath = Views\PageAcceuil.xaml
-build_metadata.AdditionalFiles.RelativePath = Views\PageAcceuil.xaml
-
-[C:/Users/remib/OneDrive/Bureau/1A/SAE2.01-IHM/GameAtlas/GameAtlas/Views/PageConnexion.xaml]
-build_metadata.AdditionalFiles.GenKind = Xaml
-build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Views.PageConnexion.xaml
-build_metadata.AdditionalFiles.TargetPath = Views\PageConnexion.xaml
-build_metadata.AdditionalFiles.RelativePath = Views\PageConnexion.xaml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.GlobalUsings.g.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.GlobalUsings.g.cs
deleted file mode 100644
index edf6271..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.GlobalUsings.g.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-global using global::Microsoft.Extensions.DependencyInjection;
-global using global::Microsoft.Maui;
-global using global::Microsoft.Maui.Accessibility;
-global using global::Microsoft.Maui.ApplicationModel;
-global using global::Microsoft.Maui.ApplicationModel.Communication;
-global using global::Microsoft.Maui.ApplicationModel.DataTransfer;
-global using global::Microsoft.Maui.Authentication;
-global using global::Microsoft.Maui.Controls;
-global using global::Microsoft.Maui.Controls.Hosting;
-global using global::Microsoft.Maui.Controls.Xaml;
-global using global::Microsoft.Maui.Devices;
-global using global::Microsoft.Maui.Devices.Sensors;
-global using global::Microsoft.Maui.Dispatching;
-global using global::Microsoft.Maui.Graphics;
-global using global::Microsoft.Maui.Hosting;
-global using global::Microsoft.Maui.Media;
-global using global::Microsoft.Maui.Networking;
-global using global::Microsoft.Maui.Storage;
-global using global::System;
-global using global::System.Collections.Generic;
-global using global::System.IO;
-global using global::System.Linq;
-global using global::System.Net.Http;
-global using global::System.Threading;
-global using global::System.Threading.Tasks;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.assets.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.assets.cache
deleted file mode 100644
index 3be60a7..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.assets.cache and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.csproj.AssemblyReference.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.csproj.AssemblyReference.cache
deleted file mode 100644
index b405a02..0000000
Binary files a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/Platforms/Windows/App.g.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/Platforms/Windows/App.g.cs
deleted file mode 100644
index cc798b6..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/Platforms/Windows/App.g.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-#pragma checksum "C:\Users\remib\OneDrive\Bureau\1A\SAE2.01-IHM\GameAtlas\GameAtlas\Platforms\Windows\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8064819DA9AFEC53238EF0BEE0D46E9E0B44FE0E62F4B3C4B0F52C8A1055CD1B"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace GameAtlas.WinUI
-{
- partial class App : global::Microsoft.Maui.MauiWinUIApplication
- {
- }
-}
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/Platforms/Windows/App.g.i.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/Platforms/Windows/App.g.i.cs
deleted file mode 100644
index 3b14834..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/Platforms/Windows/App.g.i.cs
+++ /dev/null
@@ -1,74 +0,0 @@
-#pragma checksum "C:\Users\remib\OneDrive\Bureau\1A\SAE2.01-IHM\GameAtlas\GameAtlas\Platforms\Windows\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8064819DA9AFEC53238EF0BEE0D46E9E0B44FE0E62F4B3C4B0F52C8A1055CD1B"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-
-namespace GameAtlas.WinUI
-{
-#if !DISABLE_XAML_GENERATED_MAIN
- ///
- /// Program class
- ///
- public static class Program
- {
- [global::System.Runtime.InteropServices.DllImport("Microsoft.ui.xaml.dll")]
- private static extern void XamlCheckProcessRequirements();
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.STAThreadAttribute]
- static void Main(string[] args)
- {
- XamlCheckProcessRequirements();
-
- global::WinRT.ComWrappersSupport.InitializeComWrappers();
- global::Microsoft.UI.Xaml.Application.Start((p) => {
- var context = new global::Microsoft.UI.Dispatching.DispatcherQueueSynchronizationContext(global::Microsoft.UI.Dispatching.DispatcherQueue.GetForCurrentThread());
- global::System.Threading.SynchronizationContext.SetSynchronizationContext(context);
- new App();
- });
- }
- }
-#endif
-
- partial class App : global::Microsoft.Maui.MauiWinUIApplication
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
- private bool _contentLoaded;
- ///
- /// InitializeComponent()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
-
- global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///Platforms/Windows/App.xaml");
- global::Microsoft.UI.Xaml.Application.LoadComponent(this, resourceLocator);
-
-#if DEBUG && !DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT
- DebugSettings.BindingFailed += (sender, args) =>
- {
- global::System.Diagnostics.Debug.WriteLine(args.Message);
- };
-#endif
-#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
- UnhandledException += (sender, e) =>
- {
- if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
- };
-#endif
- }
- }
-}
-
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/XamlSaveStateFile.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/XamlSaveStateFile.xml
deleted file mode 100644
index d180e93..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/XamlSaveStateFile.xml
+++ /dev/null
@@ -1 +0,0 @@
-EnableXBindDiagnostics, EnableDefaultValidationContextGeneration, EnableWin32Codegen, UsingCSWinRT
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/XamlTypeInfo.g.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/XamlTypeInfo.g.cs
deleted file mode 100644
index 0870862..0000000
--- a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/XamlTypeInfo.g.cs
+++ /dev/null
@@ -1,1644 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-
-namespace GameAtlas.WinUI
-{
- public partial class App : global::Microsoft.UI.Xaml.Markup.IXamlMetadataProvider
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
- private global::GameAtlas.GameAtlas_XamlTypeInfo.XamlMetaDataProvider __appProvider;
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- private global::GameAtlas.GameAtlas_XamlTypeInfo.XamlMetaDataProvider _AppProvider
- {
- get
- {
- if (__appProvider == null)
- {
- __appProvider = new global::GameAtlas.GameAtlas_XamlTypeInfo.XamlMetaDataProvider();
- }
- return __appProvider;
- }
- }
-
- ///
- /// GetXamlType(Type)
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::Microsoft.UI.Xaml.Markup.IXamlType GetXamlType(global::System.Type type)
- {
- return _AppProvider.GetXamlType(type);
- }
-
- ///
- /// GetXamlType(String)
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::Microsoft.UI.Xaml.Markup.IXamlType GetXamlType(string fullName)
- {
- return _AppProvider.GetXamlType(fullName);
- }
-
- ///
- /// GetXmlnsDefinitions()
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::Microsoft.UI.Xaml.Markup.XmlnsDefinition[] GetXmlnsDefinitions()
- {
- return _AppProvider.GetXmlnsDefinitions();
- }
- }
-}
-
-namespace GameAtlas.GameAtlas_XamlTypeInfo
-{
- ///
- /// Main class for providing metadata for the app or library
- ///
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public sealed class XamlMetaDataProvider : global::Microsoft.UI.Xaml.Markup.IXamlMetadataProvider
- {
- private global::GameAtlas.GameAtlas_XamlTypeInfo.XamlTypeInfoProvider _provider = null;
-
- private global::GameAtlas.GameAtlas_XamlTypeInfo.XamlTypeInfoProvider Provider
- {
- get
- {
- if (_provider == null)
- {
- _provider = new global::GameAtlas.GameAtlas_XamlTypeInfo.XamlTypeInfoProvider();
- }
- return _provider;
- }
- }
-
- ///
- /// GetXamlType(Type)
- ///
- [global::Windows.Foundation.Metadata.DefaultOverload]
- public global::Microsoft.UI.Xaml.Markup.IXamlType GetXamlType(global::System.Type type)
- {
- return Provider.GetXamlTypeByType(type);
- }
-
- ///
- /// GetXamlType(String)
- ///
- public global::Microsoft.UI.Xaml.Markup.IXamlType GetXamlType(string fullName)
- {
- return Provider.GetXamlTypeByName(fullName);
- }
-
- ///
- /// GetXmlnsDefinitions()
- ///
- public global::Microsoft.UI.Xaml.Markup.XmlnsDefinition[] GetXmlnsDefinitions()
- {
- return new global::Microsoft.UI.Xaml.Markup.XmlnsDefinition[0];
- }
- }
-
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- internal partial class XamlTypeInfoProvider
- {
- public global::Microsoft.UI.Xaml.Markup.IXamlType GetXamlTypeByType(global::System.Type type)
- {
- global::Microsoft.UI.Xaml.Markup.IXamlType xamlType;
- lock (_xamlTypeCacheByType)
- {
- if (_xamlTypeCacheByType.TryGetValue(type, out xamlType))
- {
- return xamlType;
- }
- int typeIndex = LookupTypeIndexByType(type);
- if(typeIndex != -1)
- {
- xamlType = CreateXamlType(typeIndex);
- }
- var userXamlType = xamlType as global::GameAtlas.GameAtlas_XamlTypeInfo.XamlUserType;
- if(xamlType == null || (userXamlType != null && userXamlType.IsReturnTypeStub && !userXamlType.IsLocalType))
- {
- global::Microsoft.UI.Xaml.Markup.IXamlType libXamlType = CheckOtherMetadataProvidersForType(type);
- if (libXamlType != null)
- {
- if(libXamlType.IsConstructible || xamlType == null)
- {
- xamlType = libXamlType;
- }
- }
- }
- if (xamlType != null)
- {
- _xamlTypeCacheByName.Add(xamlType.FullName, xamlType);
- _xamlTypeCacheByType.Add(xamlType.UnderlyingType, xamlType);
- }
- }
- return xamlType;
- }
-
- public global::Microsoft.UI.Xaml.Markup.IXamlType GetXamlTypeByName(string typeName)
- {
- if (string.IsNullOrEmpty(typeName))
- {
- return null;
- }
- global::Microsoft.UI.Xaml.Markup.IXamlType xamlType;
- lock (_xamlTypeCacheByType)
- {
- if (_xamlTypeCacheByName.TryGetValue(typeName, out xamlType))
- {
- return xamlType;
- }
- int typeIndex = LookupTypeIndexByName(typeName);
- if(typeIndex != -1)
- {
- xamlType = CreateXamlType(typeIndex);
- }
- var userXamlType = xamlType as global::GameAtlas.GameAtlas_XamlTypeInfo.XamlUserType;
- if(xamlType == null || (userXamlType != null && userXamlType.IsReturnTypeStub && !userXamlType.IsLocalType))
- {
- global::Microsoft.UI.Xaml.Markup.IXamlType libXamlType = CheckOtherMetadataProvidersForName(typeName);
- if (libXamlType != null)
- {
- if(libXamlType.IsConstructible || xamlType == null)
- {
- xamlType = libXamlType;
- }
- }
- }
- if (xamlType != null)
- {
- _xamlTypeCacheByName.Add(xamlType.FullName, xamlType);
- _xamlTypeCacheByType.Add(xamlType.UnderlyingType, xamlType);
- }
- }
- return xamlType;
- }
-
- public global::Microsoft.UI.Xaml.Markup.IXamlMember GetMemberByLongName(string longMemberName)
- {
- if (string.IsNullOrEmpty(longMemberName))
- {
- return null;
- }
- global::Microsoft.UI.Xaml.Markup.IXamlMember xamlMember;
- lock (_xamlMembers)
- {
- if (_xamlMembers.TryGetValue(longMemberName, out xamlMember))
- {
- return xamlMember;
- }
- xamlMember = CreateXamlMember(longMemberName);
- if (xamlMember != null)
- {
- _xamlMembers.Add(longMemberName, xamlMember);
- }
- }
- return xamlMember;
- }
-
- global::System.Collections.Generic.Dictionary
- _xamlTypeCacheByName = new global::System.Collections.Generic.Dictionary();
-
- global::System.Collections.Generic.Dictionary
- _xamlTypeCacheByType = new global::System.Collections.Generic.Dictionary();
-
- global::System.Collections.Generic.Dictionary
- _xamlMembers = new global::System.Collections.Generic.Dictionary();
-
- string[] _typeNameTable = null;
- global::System.Type[] _typeTable = null;
-
- private void InitTypeTables()
- {
- _typeNameTable = new string[32];
- _typeNameTable[0] = "Microsoft.Maui.MauiWinUIApplication";
- _typeNameTable[1] = "Microsoft.UI.Xaml.Application";
- _typeNameTable[2] = "Microsoft.UI.Xaml.LaunchActivatedEventArgs";
- _typeNameTable[3] = "System.IServiceProvider";
- _typeNameTable[4] = "Microsoft.Maui.IApplication";
- _typeNameTable[5] = "Microsoft.Maui.Controls.Platform.ShellView";
- _typeNameTable[6] = "Microsoft.Maui.Platform.RootNavigationView";
- _typeNameTable[7] = "Microsoft.Maui.Platform.MauiNavigationView";
- _typeNameTable[8] = "Microsoft.UI.Xaml.Controls.NavigationView";
- _typeNameTable[9] = "Microsoft.UI.Xaml.Controls.ContentControl";
- _typeNameTable[10] = "Microsoft.UI.Xaml.Thickness";
- _typeNameTable[11] = "System.ValueType";
- _typeNameTable[12] = "Object";
- _typeNameTable[13] = "Boolean";
- _typeNameTable[14] = "Microsoft.UI.Xaml.Controls.AutoSuggestBox";
- _typeNameTable[15] = "Double";
- _typeNameTable[16] = "Microsoft.UI.Xaml.UIElement";
- _typeNameTable[17] = "Microsoft.UI.Xaml.Controls.NavigationViewDisplayMode";
- _typeNameTable[18] = "System.Enum";
- _typeNameTable[19] = "System.Collections.Generic.IList`1
-
-
-
+
+
+
-
- C:\Users\remib\.nuget\packages\microsoft.windowsappsdk\1.1.5
+
+ C:\Users\remib\.nuget\packages\microsoft.windowsappsdk\1.2.221209.1
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.g.targets b/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.g.targets
index ce4cc32..df2723b 100644
--- a/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.g.targets
+++ b/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.g.targets
@@ -1,89 +1,97 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/project.assets.json b/GameAtlas/GameAtlas/obj/project.assets.json
index 9a5c749..e275fa2 100644
--- a/GameAtlas/GameAtlas/obj/project.assets.json
+++ b/GameAtlas/GameAtlas/obj/project.assets.json
@@ -1,244 +1,241 @@
{
"version": 3,
"targets": {
- "net6.0-android31.0": {
- "GoogleGson/2.9.0.1": {
+ "net7.0-android33.0": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
+ "dependencies": {
+ "CommunityToolkit.Maui.Core": "5.0.0"
+ },
"compile": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
},
"runtime": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "GoogleGson/2.9.1.1": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "Xamarin.Android.Glide": "4.12.0.8",
- "Xamarin.AndroidX.Browser": "1.4.0.1",
- "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
- "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Navigation.UI": "2.4.2",
- "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
- "Xamarin.Google.Android.Material": "1.6.0",
- "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Graphics/7.0.59": {
+ "type": "package",
+ "compile": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
}
},
- "Xamarin.Android.Glide/4.12.0.8": {
+ "Xamarin.Android.Glide/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.Android.Glide.Annotations": "4.12.0.8",
- "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
- "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
- "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
- "Xamarin.AndroidX.Fragment": "1.3.2",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ "Xamarin.Android.Glide.Annotations": "4.13.2.2",
+ "Xamarin.Android.Glide.DiskLruCache": "4.13.2.2",
+ "Xamarin.Android.Glide.GifDecoder": "4.13.2.2",
+ "Xamarin.AndroidX.ExifInterface": "1.3.3.5",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
@@ -254,7 +251,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
}
},
- "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "Xamarin.Android.Glide.Annotations/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
@@ -270,7 +267,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
}
},
- "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "Xamarin.Android.Glide.DiskLruCache/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
@@ -286,10 +283,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
}
},
- "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "Xamarin.Android.Glide.GifDecoder/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.2.0"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
@@ -305,18 +302,18 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
}
},
- "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "Xamarin.AndroidX.Activity/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.2",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
@@ -332,15 +329,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
}
},
- "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "Xamarin.AndroidX.Activity.Ktx/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
@@ -356,8 +353,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "Xamarin.AndroidX.Annotation/1.5.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
"related": ".pdb;.xml"
@@ -372,8 +372,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "Xamarin.AndroidX.Annotation.Experimental/1.3.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
"related": ".pdb;.xml"
@@ -388,23 +391,25 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1",
- "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Activity": "1.5.1",
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.5.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.Emoji2": "1.2.0",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.2.0",
+ "Xamarin.AndroidX.Fragment": "1.5.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.2",
+ "Xamarin.AndroidX.SavedState": "1.2.0",
+ "Xamarin.Kotlin.StdLib": "1.7.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
@@ -420,14 +425,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
@@ -443,10 +448,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
@@ -462,11 +467,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
@@ -482,11 +487,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
@@ -502,15 +507,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
}
},
- "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "Xamarin.AndroidX.Browser/1.4.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
@@ -526,10 +531,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
}
},
- "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "Xamarin.AndroidX.CardView/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
@@ -545,10 +550,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
}
},
- "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "Xamarin.AndroidX.Collection/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
@@ -564,11 +569,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
}
},
- "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
@@ -584,11 +589,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
@@ -604,12 +609,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout/2.1.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.AppCompat": "1.4.2.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.4.1",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
@@ -625,7 +630,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.4.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
@@ -641,13 +646,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
}
},
- "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
@@ -663,15 +668,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
}
},
- "Xamarin.AndroidX.Core/1.7.0.2": {
+ "Xamarin.AndroidX.Core/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
@@ -687,12 +692,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
}
},
- "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "Xamarin.AndroidX.Core.Core.Ktx/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
@@ -708,10 +713,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
@@ -727,12 +732,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
}
},
- "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "Xamarin.AndroidX.CustomView/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
@@ -748,10 +753,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
}
},
- "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "Xamarin.AndroidX.DocumentFile/1.0.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
@@ -767,12 +772,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
}
},
- "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
@@ -788,12 +793,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
}
},
- "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
@@ -809,14 +814,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
@@ -832,12 +837,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Emoji2": "1.2.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
@@ -853,40 +858,40 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
}
},
- "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "Xamarin.AndroidX.ExifInterface/1.3.3.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"build": {
- "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.targets": {}
}
},
- "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
@@ -902,17 +907,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment.Ktx/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
@@ -928,10 +933,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "Xamarin.AndroidX.Interpolator/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
@@ -947,21 +952,21 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.15",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.15",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.10",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
@@ -977,15 +982,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
- "Xamarin.AndroidX.Print": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.15",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.3",
+ "Xamarin.AndroidX.Print": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
@@ -1001,14 +1006,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.Media": "1.5.0.1"
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.16",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.Media": "1.6.0.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
@@ -1024,10 +1029,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Common/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
@@ -1043,12 +1048,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
@@ -1064,12 +1069,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
@@ -1085,11 +1090,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
@@ -1105,12 +1110,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Process/2.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
@@ -1126,13 +1131,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
@@ -1148,13 +1153,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
@@ -1170,11 +1175,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
@@ -1190,12 +1195,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
@@ -1211,13 +1216,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
@@ -1233,14 +1241,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
}
},
- "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "Xamarin.AndroidX.Loader/1.1.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
@@ -1256,10 +1264,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
}
},
- "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
@@ -1275,12 +1283,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
}
},
- "Xamarin.AndroidX.Media/1.5.0.1": {
+ "Xamarin.AndroidX.Media/1.6.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
@@ -1296,17 +1304,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Common/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
@@ -1322,13 +1330,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Fragment/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Fragment.Ktx": "1.5.3.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
@@ -1344,15 +1352,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Runtime/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.5.2.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
@@ -1368,15 +1377,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "Xamarin.AndroidX.Navigation.UI/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.Google.Android.Material": "1.5.0.2"
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.Google.Android.Material": "1.7.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
@@ -1392,10 +1401,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
}
},
- "Xamarin.AndroidX.Print/1.0.0.13": {
+ "Xamarin.AndroidX.Print/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
@@ -1411,13 +1420,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
}
},
- "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "Xamarin.AndroidX.RecyclerView/1.2.1.7": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
@@ -1433,10 +1442,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
}
},
- "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
@@ -1452,12 +1461,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
@@ -1473,11 +1483,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
}
},
- "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
@@ -1514,14 +1524,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
}
},
- "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.Window": "1.0.0.8"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.AndroidX.Window": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
@@ -1537,11 +1547,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
}
},
- "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
@@ -1557,12 +1567,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
}
},
- "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
@@ -1578,10 +1588,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
}
},
- "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "Xamarin.AndroidX.Tracing.Tracing/1.1.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
@@ -1597,13 +1607,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
}
},
- "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "Xamarin.AndroidX.Transition/1.4.1.8": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
@@ -1619,12 +1629,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
@@ -1640,12 +1650,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.14",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
@@ -1661,11 +1671,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
}
},
- "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
@@ -1681,12 +1691,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "Xamarin.AndroidX.ViewPager/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
@@ -1702,14 +1712,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "Xamarin.AndroidX.ViewPager2/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.2",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
@@ -1725,14 +1735,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
}
},
- "Xamarin.AndroidX.Window/1.0.0.8": {
+ "Xamarin.AndroidX.Window/1.0.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
@@ -1748,24 +1758,24 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
}
},
- "Xamarin.Google.Android.Material/1.6.0": {
+ "Xamarin.Google.Android.Material/1.7.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.CardView": "1.0.0.15",
- "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ "Xamarin.AndroidX.Annotation": "1.5.0",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0",
+ "Xamarin.AndroidX.AppCompat": "1.5.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.16",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.4.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.2",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.14",
+ "Xamarin.AndroidX.Fragment": "1.5.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7",
+ "Xamarin.AndroidX.Transition": "1.4.1.7",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
@@ -1781,10 +1791,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
}
},
- "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "Xamarin.Google.Crypto.Tink.Android/1.7.0.1": {
"type": "package",
"dependencies": {
- "GoogleGson": "2.9.0.1"
+ "GoogleGson": "2.9.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
@@ -1797,7 +1807,7 @@
}
}
},
- "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.10": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
@@ -1813,7 +1823,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
}
},
- "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "Xamarin.Jetbrains.Annotations/23.0.0.5": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
@@ -1829,11 +1839,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
}
},
- "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Jetbrains.Annotations": "23.0.0.3",
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ "Xamarin.Jetbrains.Annotations": "23.0.0.5",
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
@@ -1849,7 +1859,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Common/1.7.20.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
@@ -1865,10 +1875,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk7/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
@@ -1884,11 +1894,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk8/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
@@ -1904,11 +1914,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Android/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
@@ -1924,11 +1934,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
@@ -1945,244 +1955,241 @@
}
}
},
- "net6.0-android31.0/android-arm": {
- "GoogleGson/2.9.0.1": {
+ "net7.0-android33.0/android-arm": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
+ "dependencies": {
+ "CommunityToolkit.Maui.Core": "5.0.0"
+ },
"compile": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
},
"runtime": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "GoogleGson/2.9.1.1": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "Xamarin.Android.Glide": "4.12.0.8",
- "Xamarin.AndroidX.Browser": "1.4.0.1",
- "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
- "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Navigation.UI": "2.4.2",
- "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
- "Xamarin.Google.Android.Material": "1.6.0",
- "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Graphics/7.0.59": {
+ "type": "package",
+ "compile": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
}
},
- "Xamarin.Android.Glide/4.12.0.8": {
+ "Xamarin.Android.Glide/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.Android.Glide.Annotations": "4.12.0.8",
- "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
- "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
- "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
- "Xamarin.AndroidX.Fragment": "1.3.2",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ "Xamarin.Android.Glide.Annotations": "4.13.2.2",
+ "Xamarin.Android.Glide.DiskLruCache": "4.13.2.2",
+ "Xamarin.Android.Glide.GifDecoder": "4.13.2.2",
+ "Xamarin.AndroidX.ExifInterface": "1.3.3.5",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
@@ -2198,7 +2205,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
}
},
- "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "Xamarin.Android.Glide.Annotations/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
@@ -2214,7 +2221,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
}
},
- "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "Xamarin.Android.Glide.DiskLruCache/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
@@ -2230,10 +2237,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
}
},
- "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "Xamarin.Android.Glide.GifDecoder/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.2.0"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
@@ -2249,18 +2256,18 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
}
},
- "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "Xamarin.AndroidX.Activity/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.2",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
@@ -2276,15 +2283,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
}
},
- "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "Xamarin.AndroidX.Activity.Ktx/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
@@ -2300,8 +2307,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "Xamarin.AndroidX.Annotation/1.5.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
"related": ".pdb;.xml"
@@ -2316,8 +2326,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "Xamarin.AndroidX.Annotation.Experimental/1.3.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
"related": ".pdb;.xml"
@@ -2332,23 +2345,25 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1",
- "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Activity": "1.5.1",
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.5.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.Emoji2": "1.2.0",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.2.0",
+ "Xamarin.AndroidX.Fragment": "1.5.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.2",
+ "Xamarin.AndroidX.SavedState": "1.2.0",
+ "Xamarin.Kotlin.StdLib": "1.7.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
@@ -2364,14 +2379,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
@@ -2387,10 +2402,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
@@ -2406,11 +2421,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
@@ -2426,11 +2441,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
@@ -2446,15 +2461,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
}
},
- "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "Xamarin.AndroidX.Browser/1.4.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
@@ -2470,10 +2485,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
}
},
- "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "Xamarin.AndroidX.CardView/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
@@ -2489,10 +2504,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
}
},
- "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "Xamarin.AndroidX.Collection/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
@@ -2508,11 +2523,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
}
},
- "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
@@ -2528,11 +2543,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
@@ -2548,12 +2563,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout/2.1.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.AppCompat": "1.4.2.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.4.1",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
@@ -2569,7 +2584,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.4.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
@@ -2585,13 +2600,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
}
},
- "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
@@ -2607,15 +2622,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
}
},
- "Xamarin.AndroidX.Core/1.7.0.2": {
+ "Xamarin.AndroidX.Core/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
@@ -2631,12 +2646,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
}
},
- "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "Xamarin.AndroidX.Core.Core.Ktx/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
@@ -2652,10 +2667,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
@@ -2671,12 +2686,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
}
},
- "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "Xamarin.AndroidX.CustomView/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
@@ -2692,10 +2707,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
}
},
- "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "Xamarin.AndroidX.DocumentFile/1.0.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
@@ -2711,12 +2726,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
}
},
- "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
@@ -2732,12 +2747,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
}
},
- "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
@@ -2753,14 +2768,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
@@ -2776,12 +2791,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Emoji2": "1.2.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
@@ -2797,40 +2812,40 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
}
},
- "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "Xamarin.AndroidX.ExifInterface/1.3.3.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"build": {
- "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.targets": {}
}
},
- "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
@@ -2846,17 +2861,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment.Ktx/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
@@ -2872,10 +2887,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "Xamarin.AndroidX.Interpolator/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
@@ -2891,21 +2906,21 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.15",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.15",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.10",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
@@ -2921,15 +2936,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
- "Xamarin.AndroidX.Print": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.15",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.3",
+ "Xamarin.AndroidX.Print": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
@@ -2945,14 +2960,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.Media": "1.5.0.1"
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.16",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.Media": "1.6.0.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
@@ -2968,10 +2983,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Common/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
@@ -2987,12 +3002,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
@@ -3008,12 +3023,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
@@ -3029,11 +3044,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
@@ -3049,12 +3064,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Process/2.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
@@ -3070,13 +3085,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
@@ -3092,13 +3107,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
@@ -3114,11 +3129,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
@@ -3134,12 +3149,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
@@ -3155,13 +3170,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
@@ -3177,14 +3195,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
}
},
- "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "Xamarin.AndroidX.Loader/1.1.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
@@ -3200,10 +3218,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
}
},
- "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
@@ -3219,12 +3237,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
}
},
- "Xamarin.AndroidX.Media/1.5.0.1": {
+ "Xamarin.AndroidX.Media/1.6.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
@@ -3240,17 +3258,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Common/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
@@ -3266,13 +3284,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Fragment/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Fragment.Ktx": "1.5.3.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
@@ -3288,15 +3306,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Runtime/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.5.2.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
@@ -3312,15 +3331,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "Xamarin.AndroidX.Navigation.UI/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.Google.Android.Material": "1.5.0.2"
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.Google.Android.Material": "1.7.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
@@ -3336,10 +3355,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
}
},
- "Xamarin.AndroidX.Print/1.0.0.13": {
+ "Xamarin.AndroidX.Print/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
@@ -3355,13 +3374,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
}
},
- "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "Xamarin.AndroidX.RecyclerView/1.2.1.7": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
@@ -3377,10 +3396,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
}
},
- "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
@@ -3396,12 +3415,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
@@ -3417,11 +3437,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
}
},
- "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
@@ -3458,14 +3478,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
}
},
- "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.Window": "1.0.0.8"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.AndroidX.Window": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
@@ -3481,11 +3501,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
}
},
- "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
@@ -3501,12 +3521,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
}
},
- "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
@@ -3522,10 +3542,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
}
},
- "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "Xamarin.AndroidX.Tracing.Tracing/1.1.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
@@ -3541,13 +3561,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
}
},
- "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "Xamarin.AndroidX.Transition/1.4.1.8": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
@@ -3563,12 +3583,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
@@ -3584,12 +3604,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.14",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
@@ -3605,11 +3625,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
}
},
- "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
@@ -3625,12 +3645,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "Xamarin.AndroidX.ViewPager/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
@@ -3646,14 +3666,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "Xamarin.AndroidX.ViewPager2/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.2",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
@@ -3669,14 +3689,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
}
},
- "Xamarin.AndroidX.Window/1.0.0.8": {
+ "Xamarin.AndroidX.Window/1.0.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
@@ -3692,24 +3712,24 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
}
},
- "Xamarin.Google.Android.Material/1.6.0": {
+ "Xamarin.Google.Android.Material/1.7.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.CardView": "1.0.0.15",
- "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ "Xamarin.AndroidX.Annotation": "1.5.0",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0",
+ "Xamarin.AndroidX.AppCompat": "1.5.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.16",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.4.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.2",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.14",
+ "Xamarin.AndroidX.Fragment": "1.5.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7",
+ "Xamarin.AndroidX.Transition": "1.4.1.7",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
@@ -3725,10 +3745,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
}
},
- "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "Xamarin.Google.Crypto.Tink.Android/1.7.0.1": {
"type": "package",
"dependencies": {
- "GoogleGson": "2.9.0.1"
+ "GoogleGson": "2.9.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
@@ -3741,7 +3761,7 @@
}
}
},
- "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.10": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
@@ -3757,7 +3777,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
}
},
- "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "Xamarin.Jetbrains.Annotations/23.0.0.5": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
@@ -3773,11 +3793,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
}
},
- "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Jetbrains.Annotations": "23.0.0.3",
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ "Xamarin.Jetbrains.Annotations": "23.0.0.5",
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
@@ -3793,7 +3813,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Common/1.7.20.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
@@ -3809,10 +3829,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk7/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
@@ -3828,11 +3848,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk8/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
@@ -3848,11 +3868,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Android/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
@@ -3868,11 +3888,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
@@ -3889,244 +3909,241 @@
}
}
},
- "net6.0-android31.0/android-arm64": {
- "GoogleGson/2.9.0.1": {
+ "net7.0-android33.0/android-arm64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
+ "dependencies": {
+ "CommunityToolkit.Maui.Core": "5.0.0"
+ },
"compile": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
},
"runtime": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "GoogleGson/2.9.1.1": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "Xamarin.Android.Glide": "4.12.0.8",
- "Xamarin.AndroidX.Browser": "1.4.0.1",
- "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
- "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Navigation.UI": "2.4.2",
- "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
- "Xamarin.Google.Android.Material": "1.6.0",
- "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Graphics/7.0.59": {
+ "type": "package",
+ "compile": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
}
},
- "Xamarin.Android.Glide/4.12.0.8": {
+ "Xamarin.Android.Glide/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.Android.Glide.Annotations": "4.12.0.8",
- "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
- "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
- "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
- "Xamarin.AndroidX.Fragment": "1.3.2",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ "Xamarin.Android.Glide.Annotations": "4.13.2.2",
+ "Xamarin.Android.Glide.DiskLruCache": "4.13.2.2",
+ "Xamarin.Android.Glide.GifDecoder": "4.13.2.2",
+ "Xamarin.AndroidX.ExifInterface": "1.3.3.5",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
@@ -4142,7 +4159,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
}
},
- "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "Xamarin.Android.Glide.Annotations/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
@@ -4158,7 +4175,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
}
},
- "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "Xamarin.Android.Glide.DiskLruCache/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
@@ -4174,10 +4191,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
}
},
- "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "Xamarin.Android.Glide.GifDecoder/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.2.0"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
@@ -4193,18 +4210,18 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
}
},
- "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "Xamarin.AndroidX.Activity/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.2",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
@@ -4220,15 +4237,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
}
},
- "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "Xamarin.AndroidX.Activity.Ktx/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
@@ -4244,8 +4261,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "Xamarin.AndroidX.Annotation/1.5.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
"related": ".pdb;.xml"
@@ -4260,8 +4280,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "Xamarin.AndroidX.Annotation.Experimental/1.3.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
"related": ".pdb;.xml"
@@ -4276,23 +4299,25 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1",
- "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Activity": "1.5.1",
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.5.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.Emoji2": "1.2.0",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.2.0",
+ "Xamarin.AndroidX.Fragment": "1.5.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.2",
+ "Xamarin.AndroidX.SavedState": "1.2.0",
+ "Xamarin.Kotlin.StdLib": "1.7.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
@@ -4308,14 +4333,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
@@ -4331,10 +4356,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
@@ -4350,11 +4375,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
@@ -4370,11 +4395,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
@@ -4390,15 +4415,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
}
},
- "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "Xamarin.AndroidX.Browser/1.4.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
@@ -4414,10 +4439,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
}
},
- "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "Xamarin.AndroidX.CardView/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
@@ -4433,10 +4458,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
}
},
- "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "Xamarin.AndroidX.Collection/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
@@ -4452,11 +4477,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
}
},
- "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
@@ -4472,11 +4497,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
@@ -4492,12 +4517,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout/2.1.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.AppCompat": "1.4.2.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.4.1",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
@@ -4513,7 +4538,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.4.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
@@ -4529,13 +4554,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
}
},
- "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
@@ -4551,15 +4576,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
}
},
- "Xamarin.AndroidX.Core/1.7.0.2": {
+ "Xamarin.AndroidX.Core/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
@@ -4575,12 +4600,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
}
},
- "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "Xamarin.AndroidX.Core.Core.Ktx/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
@@ -4596,10 +4621,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
@@ -4615,12 +4640,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
}
},
- "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "Xamarin.AndroidX.CustomView/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
@@ -4636,10 +4661,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
}
},
- "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "Xamarin.AndroidX.DocumentFile/1.0.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
@@ -4655,12 +4680,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
}
},
- "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
@@ -4676,12 +4701,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
}
},
- "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
@@ -4697,14 +4722,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
@@ -4720,12 +4745,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Emoji2": "1.2.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
@@ -4741,40 +4766,40 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
}
},
- "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "Xamarin.AndroidX.ExifInterface/1.3.3.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"build": {
- "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.targets": {}
}
},
- "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
@@ -4790,17 +4815,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment.Ktx/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
@@ -4816,10 +4841,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "Xamarin.AndroidX.Interpolator/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
@@ -4835,21 +4860,21 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.15",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.15",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.10",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
@@ -4865,15 +4890,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
- "Xamarin.AndroidX.Print": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.15",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.3",
+ "Xamarin.AndroidX.Print": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
@@ -4889,14 +4914,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.Media": "1.5.0.1"
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.16",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.Media": "1.6.0.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
@@ -4912,10 +4937,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Common/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
@@ -4931,12 +4956,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
@@ -4952,12 +4977,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
@@ -4973,11 +4998,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
@@ -4993,12 +5018,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Process/2.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
@@ -5014,13 +5039,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
@@ -5036,13 +5061,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
@@ -5058,11 +5083,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
@@ -5078,12 +5103,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
@@ -5099,13 +5124,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
@@ -5121,14 +5149,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
}
},
- "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "Xamarin.AndroidX.Loader/1.1.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
@@ -5144,10 +5172,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
}
},
- "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
@@ -5163,12 +5191,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
}
},
- "Xamarin.AndroidX.Media/1.5.0.1": {
+ "Xamarin.AndroidX.Media/1.6.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
@@ -5184,17 +5212,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Common/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
@@ -5210,13 +5238,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Fragment/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Fragment.Ktx": "1.5.3.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
@@ -5232,15 +5260,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Runtime/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.5.2.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
@@ -5256,15 +5285,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "Xamarin.AndroidX.Navigation.UI/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.Google.Android.Material": "1.5.0.2"
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.Google.Android.Material": "1.7.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
@@ -5280,10 +5309,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
}
},
- "Xamarin.AndroidX.Print/1.0.0.13": {
+ "Xamarin.AndroidX.Print/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
@@ -5299,13 +5328,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
}
},
- "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "Xamarin.AndroidX.RecyclerView/1.2.1.7": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
@@ -5321,10 +5350,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
}
},
- "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
@@ -5340,12 +5369,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
@@ -5361,11 +5391,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
}
},
- "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
@@ -5402,14 +5432,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
}
},
- "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.Window": "1.0.0.8"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.AndroidX.Window": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
@@ -5425,11 +5455,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
}
},
- "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
@@ -5445,12 +5475,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
}
},
- "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
@@ -5466,10 +5496,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
}
},
- "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "Xamarin.AndroidX.Tracing.Tracing/1.1.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
@@ -5485,13 +5515,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
}
},
- "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "Xamarin.AndroidX.Transition/1.4.1.8": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
@@ -5507,12 +5537,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
@@ -5528,12 +5558,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.14",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
@@ -5549,11 +5579,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
}
},
- "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
@@ -5569,12 +5599,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "Xamarin.AndroidX.ViewPager/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
@@ -5590,14 +5620,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "Xamarin.AndroidX.ViewPager2/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.2",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
@@ -5613,14 +5643,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
}
},
- "Xamarin.AndroidX.Window/1.0.0.8": {
+ "Xamarin.AndroidX.Window/1.0.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
@@ -5636,24 +5666,24 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
}
},
- "Xamarin.Google.Android.Material/1.6.0": {
+ "Xamarin.Google.Android.Material/1.7.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.CardView": "1.0.0.15",
- "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ "Xamarin.AndroidX.Annotation": "1.5.0",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0",
+ "Xamarin.AndroidX.AppCompat": "1.5.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.16",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.4.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.2",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.14",
+ "Xamarin.AndroidX.Fragment": "1.5.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7",
+ "Xamarin.AndroidX.Transition": "1.4.1.7",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
@@ -5669,10 +5699,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
}
},
- "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "Xamarin.Google.Crypto.Tink.Android/1.7.0.1": {
"type": "package",
"dependencies": {
- "GoogleGson": "2.9.0.1"
+ "GoogleGson": "2.9.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
@@ -5685,7 +5715,7 @@
}
}
},
- "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.10": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
@@ -5701,7 +5731,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
}
},
- "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "Xamarin.Jetbrains.Annotations/23.0.0.5": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
@@ -5717,11 +5747,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
}
},
- "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Jetbrains.Annotations": "23.0.0.3",
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ "Xamarin.Jetbrains.Annotations": "23.0.0.5",
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
@@ -5737,7 +5767,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Common/1.7.20.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
@@ -5753,10 +5783,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk7/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
@@ -5772,11 +5802,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk8/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
@@ -5792,11 +5822,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Android/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
@@ -5812,11 +5842,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
@@ -5833,244 +5863,241 @@
}
}
},
- "net6.0-android31.0/android-x64": {
- "GoogleGson/2.9.0.1": {
+ "net7.0-android33.0/android-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
+ "dependencies": {
+ "CommunityToolkit.Maui.Core": "5.0.0"
+ },
"compile": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
},
"runtime": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "GoogleGson/2.9.1.1": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "Xamarin.Android.Glide": "4.12.0.8",
- "Xamarin.AndroidX.Browser": "1.4.0.1",
- "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
- "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Navigation.UI": "2.4.2",
- "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
- "Xamarin.Google.Android.Material": "1.6.0",
- "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Graphics/7.0.59": {
+ "type": "package",
+ "compile": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
}
},
- "Xamarin.Android.Glide/4.12.0.8": {
+ "Xamarin.Android.Glide/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.Android.Glide.Annotations": "4.12.0.8",
- "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
- "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
- "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
- "Xamarin.AndroidX.Fragment": "1.3.2",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ "Xamarin.Android.Glide.Annotations": "4.13.2.2",
+ "Xamarin.Android.Glide.DiskLruCache": "4.13.2.2",
+ "Xamarin.Android.Glide.GifDecoder": "4.13.2.2",
+ "Xamarin.AndroidX.ExifInterface": "1.3.3.5",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
@@ -6086,7 +6113,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
}
},
- "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "Xamarin.Android.Glide.Annotations/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
@@ -6102,7 +6129,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
}
},
- "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "Xamarin.Android.Glide.DiskLruCache/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
@@ -6118,10 +6145,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
}
},
- "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "Xamarin.Android.Glide.GifDecoder/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.2.0"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
@@ -6137,18 +6164,18 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
}
},
- "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "Xamarin.AndroidX.Activity/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.2",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
@@ -6164,15 +6191,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
}
},
- "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "Xamarin.AndroidX.Activity.Ktx/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
@@ -6188,8 +6215,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "Xamarin.AndroidX.Annotation/1.5.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
"related": ".pdb;.xml"
@@ -6204,8 +6234,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "Xamarin.AndroidX.Annotation.Experimental/1.3.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
"related": ".pdb;.xml"
@@ -6220,23 +6253,25 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1",
- "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Activity": "1.5.1",
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.5.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.Emoji2": "1.2.0",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.2.0",
+ "Xamarin.AndroidX.Fragment": "1.5.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.2",
+ "Xamarin.AndroidX.SavedState": "1.2.0",
+ "Xamarin.Kotlin.StdLib": "1.7.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
@@ -6252,14 +6287,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
@@ -6275,10 +6310,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
@@ -6294,11 +6329,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
@@ -6314,11 +6349,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
@@ -6334,15 +6369,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
}
},
- "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "Xamarin.AndroidX.Browser/1.4.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
@@ -6358,10 +6393,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
}
},
- "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "Xamarin.AndroidX.CardView/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
@@ -6377,10 +6412,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
}
},
- "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "Xamarin.AndroidX.Collection/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
@@ -6396,11 +6431,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
}
},
- "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
@@ -6416,11 +6451,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
@@ -6436,12 +6471,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout/2.1.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.AppCompat": "1.4.2.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.4.1",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
@@ -6457,7 +6492,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.4.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
@@ -6473,13 +6508,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
}
},
- "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
@@ -6495,15 +6530,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
}
},
- "Xamarin.AndroidX.Core/1.7.0.2": {
+ "Xamarin.AndroidX.Core/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
@@ -6519,12 +6554,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
}
},
- "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "Xamarin.AndroidX.Core.Core.Ktx/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
@@ -6540,10 +6575,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
@@ -6559,12 +6594,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
}
},
- "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "Xamarin.AndroidX.CustomView/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
@@ -6580,10 +6615,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
}
},
- "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "Xamarin.AndroidX.DocumentFile/1.0.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
@@ -6599,12 +6634,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
}
},
- "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
@@ -6620,12 +6655,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
}
},
- "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
@@ -6641,14 +6676,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
@@ -6664,12 +6699,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Emoji2": "1.2.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
@@ -6685,40 +6720,40 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
}
},
- "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "Xamarin.AndroidX.ExifInterface/1.3.3.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"build": {
- "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.targets": {}
}
},
- "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
@@ -6734,17 +6769,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment.Ktx/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
@@ -6760,10 +6795,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "Xamarin.AndroidX.Interpolator/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
@@ -6779,21 +6814,21 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.15",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.15",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.10",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
@@ -6809,15 +6844,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
- "Xamarin.AndroidX.Print": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.15",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.3",
+ "Xamarin.AndroidX.Print": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
@@ -6833,14 +6868,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.Media": "1.5.0.1"
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.16",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.Media": "1.6.0.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
@@ -6856,10 +6891,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Common/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
@@ -6875,12 +6910,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
@@ -6896,12 +6931,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
@@ -6917,11 +6952,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
@@ -6937,12 +6972,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Process/2.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
@@ -6958,13 +6993,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
@@ -6980,13 +7015,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
@@ -7002,11 +7037,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
@@ -7022,12 +7057,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
@@ -7043,13 +7078,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
@@ -7065,14 +7103,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
}
},
- "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "Xamarin.AndroidX.Loader/1.1.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
@@ -7088,10 +7126,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
}
},
- "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
@@ -7107,12 +7145,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
}
},
- "Xamarin.AndroidX.Media/1.5.0.1": {
+ "Xamarin.AndroidX.Media/1.6.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
@@ -7128,17 +7166,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Common/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
@@ -7154,13 +7192,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Fragment/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Fragment.Ktx": "1.5.3.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
@@ -7176,15 +7214,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Runtime/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.5.2.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
@@ -7200,15 +7239,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "Xamarin.AndroidX.Navigation.UI/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.Google.Android.Material": "1.5.0.2"
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.Google.Android.Material": "1.7.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
@@ -7224,10 +7263,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
}
},
- "Xamarin.AndroidX.Print/1.0.0.13": {
+ "Xamarin.AndroidX.Print/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
@@ -7243,13 +7282,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
}
},
- "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "Xamarin.AndroidX.RecyclerView/1.2.1.7": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
@@ -7265,10 +7304,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
}
},
- "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
@@ -7284,12 +7323,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
@@ -7305,11 +7345,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
}
},
- "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
@@ -7346,14 +7386,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
}
},
- "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.Window": "1.0.0.8"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.AndroidX.Window": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
@@ -7369,11 +7409,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
}
},
- "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
@@ -7389,12 +7429,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
}
},
- "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
@@ -7410,10 +7450,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
}
},
- "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "Xamarin.AndroidX.Tracing.Tracing/1.1.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
@@ -7429,13 +7469,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
}
},
- "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "Xamarin.AndroidX.Transition/1.4.1.8": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
@@ -7451,12 +7491,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
@@ -7472,12 +7512,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.14",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
@@ -7493,11 +7533,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
}
},
- "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
@@ -7513,12 +7553,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "Xamarin.AndroidX.ViewPager/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
@@ -7534,14 +7574,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "Xamarin.AndroidX.ViewPager2/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.2",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
@@ -7557,14 +7597,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
}
},
- "Xamarin.AndroidX.Window/1.0.0.8": {
+ "Xamarin.AndroidX.Window/1.0.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
@@ -7580,24 +7620,24 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
}
},
- "Xamarin.Google.Android.Material/1.6.0": {
+ "Xamarin.Google.Android.Material/1.7.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.CardView": "1.0.0.15",
- "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ "Xamarin.AndroidX.Annotation": "1.5.0",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0",
+ "Xamarin.AndroidX.AppCompat": "1.5.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.16",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.4.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.2",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.14",
+ "Xamarin.AndroidX.Fragment": "1.5.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7",
+ "Xamarin.AndroidX.Transition": "1.4.1.7",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
@@ -7613,10 +7653,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
}
},
- "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "Xamarin.Google.Crypto.Tink.Android/1.7.0.1": {
"type": "package",
"dependencies": {
- "GoogleGson": "2.9.0.1"
+ "GoogleGson": "2.9.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
@@ -7629,7 +7669,7 @@
}
}
},
- "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.10": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
@@ -7645,7 +7685,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
}
},
- "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "Xamarin.Jetbrains.Annotations/23.0.0.5": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
@@ -7661,11 +7701,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
}
},
- "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Jetbrains.Annotations": "23.0.0.3",
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ "Xamarin.Jetbrains.Annotations": "23.0.0.5",
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
@@ -7681,7 +7721,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Common/1.7.20.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
@@ -7697,10 +7737,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk7/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
@@ -7716,11 +7756,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk8/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
@@ -7736,11 +7776,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Android/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
@@ -7756,11 +7796,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
@@ -7777,244 +7817,241 @@
}
}
},
- "net6.0-android31.0/android-x86": {
- "GoogleGson/2.9.0.1": {
+ "net7.0-android33.0/android-x86": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
+ "dependencies": {
+ "CommunityToolkit.Maui.Core": "5.0.0"
+ },
"compile": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
},
"runtime": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "GoogleGson/2.9.1.1": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "Xamarin.Android.Glide": "4.12.0.8",
- "Xamarin.AndroidX.Browser": "1.4.0.1",
- "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
- "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Navigation.UI": "2.4.2",
- "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
- "Xamarin.Google.Android.Material": "1.6.0",
- "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Graphics/7.0.59": {
+ "type": "package",
+ "compile": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
}
},
- "Xamarin.Android.Glide/4.12.0.8": {
+ "Xamarin.Android.Glide/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.Android.Glide.Annotations": "4.12.0.8",
- "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
- "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
- "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
- "Xamarin.AndroidX.Fragment": "1.3.2",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ "Xamarin.Android.Glide.Annotations": "4.13.2.2",
+ "Xamarin.Android.Glide.DiskLruCache": "4.13.2.2",
+ "Xamarin.Android.Glide.GifDecoder": "4.13.2.2",
+ "Xamarin.AndroidX.ExifInterface": "1.3.3.5",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
@@ -8030,7 +8067,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
}
},
- "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "Xamarin.Android.Glide.Annotations/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
@@ -8046,7 +8083,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
}
},
- "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "Xamarin.Android.Glide.DiskLruCache/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
@@ -8062,10 +8099,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
}
},
- "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "Xamarin.Android.Glide.GifDecoder/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.2.0"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
@@ -8081,18 +8118,18 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
}
},
- "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "Xamarin.AndroidX.Activity/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.2",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
@@ -8108,15 +8145,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
}
},
- "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "Xamarin.AndroidX.Activity.Ktx/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
@@ -8132,8 +8169,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "Xamarin.AndroidX.Annotation/1.5.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
"related": ".pdb;.xml"
@@ -8148,8 +8188,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "Xamarin.AndroidX.Annotation.Experimental/1.3.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
"related": ".pdb;.xml"
@@ -8164,23 +8207,25 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1",
- "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Activity": "1.5.1",
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.5.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.Emoji2": "1.2.0",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.2.0",
+ "Xamarin.AndroidX.Fragment": "1.5.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.2",
+ "Xamarin.AndroidX.SavedState": "1.2.0",
+ "Xamarin.Kotlin.StdLib": "1.7.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
@@ -8196,14 +8241,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
@@ -8219,10 +8264,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
@@ -8238,11 +8283,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
@@ -8258,11 +8303,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
@@ -8278,15 +8323,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
}
},
- "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "Xamarin.AndroidX.Browser/1.4.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
@@ -8302,10 +8347,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
}
},
- "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "Xamarin.AndroidX.CardView/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
@@ -8321,10 +8366,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
}
},
- "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "Xamarin.AndroidX.Collection/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
@@ -8340,11 +8385,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
}
},
- "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
@@ -8360,11 +8405,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
@@ -8380,12 +8425,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout/2.1.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.AppCompat": "1.4.2.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.4.1",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
@@ -8401,7 +8446,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.4.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
@@ -8417,13 +8462,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
}
},
- "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
@@ -8439,15 +8484,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
}
},
- "Xamarin.AndroidX.Core/1.7.0.2": {
+ "Xamarin.AndroidX.Core/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
@@ -8463,12 +8508,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
}
},
- "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "Xamarin.AndroidX.Core.Core.Ktx/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
@@ -8484,10 +8529,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
@@ -8503,12 +8548,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
}
},
- "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "Xamarin.AndroidX.CustomView/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
@@ -8524,10 +8569,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
}
},
- "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "Xamarin.AndroidX.DocumentFile/1.0.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
@@ -8543,12 +8588,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
}
},
- "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
@@ -8564,12 +8609,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
}
},
- "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
@@ -8585,14 +8630,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
@@ -8608,12 +8653,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Emoji2": "1.2.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
@@ -8629,40 +8674,40 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
}
},
- "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "Xamarin.AndroidX.ExifInterface/1.3.3.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"build": {
- "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.targets": {}
}
},
- "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
@@ -8678,17 +8723,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment.Ktx/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
@@ -8704,10 +8749,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "Xamarin.AndroidX.Interpolator/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
@@ -8723,21 +8768,21 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.15",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.15",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.10",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
@@ -8753,15 +8798,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
- "Xamarin.AndroidX.Print": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.15",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.3",
+ "Xamarin.AndroidX.Print": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
@@ -8777,14 +8822,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.Media": "1.5.0.1"
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.16",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.Media": "1.6.0.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
@@ -8800,10 +8845,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Common/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
@@ -8819,12 +8864,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
@@ -8840,12 +8885,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
@@ -8861,11 +8906,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
@@ -8881,12 +8926,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Process/2.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
@@ -8902,13 +8947,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
@@ -8924,13 +8969,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
@@ -8946,11 +8991,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
@@ -8966,12 +9011,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
@@ -8987,13 +9032,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
@@ -9009,14 +9057,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
}
},
- "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "Xamarin.AndroidX.Loader/1.1.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
@@ -9032,10 +9080,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
}
},
- "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
@@ -9051,12 +9099,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
}
},
- "Xamarin.AndroidX.Media/1.5.0.1": {
+ "Xamarin.AndroidX.Media/1.6.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
@@ -9072,17 +9120,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Common/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
@@ -9098,13 +9146,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Fragment/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Fragment.Ktx": "1.5.3.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
@@ -9120,15 +9168,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Runtime/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.5.2.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
@@ -9144,15 +9193,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "Xamarin.AndroidX.Navigation.UI/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.Google.Android.Material": "1.5.0.2"
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.Google.Android.Material": "1.7.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
@@ -9168,10 +9217,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
}
},
- "Xamarin.AndroidX.Print/1.0.0.13": {
+ "Xamarin.AndroidX.Print/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
@@ -9187,13 +9236,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
}
},
- "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "Xamarin.AndroidX.RecyclerView/1.2.1.7": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
@@ -9209,10 +9258,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
}
},
- "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
@@ -9228,12 +9277,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
@@ -9249,11 +9299,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
}
},
- "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
@@ -9290,14 +9340,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
}
},
- "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.Window": "1.0.0.8"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.AndroidX.Window": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
@@ -9313,11 +9363,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
}
},
- "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
@@ -9333,12 +9383,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
}
},
- "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
@@ -9354,10 +9404,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
}
},
- "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "Xamarin.AndroidX.Tracing.Tracing/1.1.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
@@ -9373,13 +9423,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
}
},
- "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "Xamarin.AndroidX.Transition/1.4.1.8": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
@@ -9395,12 +9445,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
@@ -9416,12 +9466,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.14",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
@@ -9437,11 +9487,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
}
},
- "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
@@ -9457,12 +9507,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "Xamarin.AndroidX.ViewPager/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
@@ -9478,14 +9528,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "Xamarin.AndroidX.ViewPager2/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.2",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
@@ -9501,14 +9551,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
}
},
- "Xamarin.AndroidX.Window/1.0.0.8": {
+ "Xamarin.AndroidX.Window/1.0.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
@@ -9524,24 +9574,24 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
}
},
- "Xamarin.Google.Android.Material/1.6.0": {
+ "Xamarin.Google.Android.Material/1.7.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.CardView": "1.0.0.15",
- "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ "Xamarin.AndroidX.Annotation": "1.5.0",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0",
+ "Xamarin.AndroidX.AppCompat": "1.5.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.16",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.4.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.2",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.14",
+ "Xamarin.AndroidX.Fragment": "1.5.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7",
+ "Xamarin.AndroidX.Transition": "1.4.1.7",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
@@ -9557,10 +9607,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
}
},
- "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "Xamarin.Google.Crypto.Tink.Android/1.7.0.1": {
"type": "package",
"dependencies": {
- "GoogleGson": "2.9.0.1"
+ "GoogleGson": "2.9.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
@@ -9573,7 +9623,7 @@
}
}
},
- "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.10": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
@@ -9589,7 +9639,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
}
},
- "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "Xamarin.Jetbrains.Annotations/23.0.0.5": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
@@ -9605,11 +9655,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
}
},
- "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Jetbrains.Annotations": "23.0.0.3",
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ "Xamarin.Jetbrains.Annotations": "23.0.0.5",
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
@@ -9625,7 +9675,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Common/1.7.20.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
@@ -9641,10 +9691,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk7/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
@@ -9660,11 +9710,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk8/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
@@ -9680,11 +9730,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Android/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
@@ -9700,11 +9750,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
@@ -9721,244 +9771,241 @@
}
}
},
- "net6.0-android31.0/iossimulator-x64": {
- "GoogleGson/2.9.0.1": {
+ "net7.0-android33.0/iossimulator-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
+ "dependencies": {
+ "CommunityToolkit.Maui.Core": "5.0.0"
+ },
"compile": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
},
"runtime": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "GoogleGson/2.9.1.1": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "Xamarin.Android.Glide": "4.12.0.8",
- "Xamarin.AndroidX.Browser": "1.4.0.1",
- "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
- "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Navigation.UI": "2.4.2",
- "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
- "Xamarin.Google.Android.Material": "1.6.0",
- "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Graphics/7.0.59": {
+ "type": "package",
+ "compile": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
}
},
- "Xamarin.Android.Glide/4.12.0.8": {
+ "Xamarin.Android.Glide/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.Android.Glide.Annotations": "4.12.0.8",
- "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
- "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
- "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
- "Xamarin.AndroidX.Fragment": "1.3.2",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ "Xamarin.Android.Glide.Annotations": "4.13.2.2",
+ "Xamarin.Android.Glide.DiskLruCache": "4.13.2.2",
+ "Xamarin.Android.Glide.GifDecoder": "4.13.2.2",
+ "Xamarin.AndroidX.ExifInterface": "1.3.3.5",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
@@ -9974,7 +10021,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
}
},
- "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "Xamarin.Android.Glide.Annotations/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
@@ -9990,7 +10037,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
}
},
- "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "Xamarin.Android.Glide.DiskLruCache/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
@@ -10006,10 +10053,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
}
},
- "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "Xamarin.Android.Glide.GifDecoder/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.2.0"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
@@ -10025,18 +10072,18 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
}
},
- "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "Xamarin.AndroidX.Activity/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.2",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
@@ -10052,15 +10099,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
}
},
- "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "Xamarin.AndroidX.Activity.Ktx/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
@@ -10076,8 +10123,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "Xamarin.AndroidX.Annotation/1.5.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
"related": ".pdb;.xml"
@@ -10092,8 +10142,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "Xamarin.AndroidX.Annotation.Experimental/1.3.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
"related": ".pdb;.xml"
@@ -10108,23 +10161,25 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1",
- "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Activity": "1.5.1",
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.5.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.Emoji2": "1.2.0",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.2.0",
+ "Xamarin.AndroidX.Fragment": "1.5.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.2",
+ "Xamarin.AndroidX.SavedState": "1.2.0",
+ "Xamarin.Kotlin.StdLib": "1.7.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
@@ -10140,14 +10195,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
@@ -10163,10 +10218,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
@@ -10182,11 +10237,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
@@ -10202,11 +10257,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
@@ -10222,15 +10277,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
}
},
- "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "Xamarin.AndroidX.Browser/1.4.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
@@ -10246,10 +10301,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
}
},
- "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "Xamarin.AndroidX.CardView/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
@@ -10265,10 +10320,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
}
},
- "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "Xamarin.AndroidX.Collection/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
@@ -10284,11 +10339,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
}
},
- "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
@@ -10304,11 +10359,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
@@ -10324,12 +10379,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout/2.1.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.AppCompat": "1.4.2.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.4.1",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
@@ -10345,7 +10400,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.4.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
@@ -10361,13 +10416,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
}
},
- "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
@@ -10383,15 +10438,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
}
},
- "Xamarin.AndroidX.Core/1.7.0.2": {
+ "Xamarin.AndroidX.Core/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
@@ -10407,12 +10462,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
}
},
- "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "Xamarin.AndroidX.Core.Core.Ktx/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
@@ -10428,10 +10483,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
@@ -10447,12 +10502,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
}
},
- "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "Xamarin.AndroidX.CustomView/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
@@ -10468,10 +10523,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
}
},
- "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "Xamarin.AndroidX.DocumentFile/1.0.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
@@ -10487,12 +10542,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
}
},
- "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
@@ -10508,12 +10563,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
}
},
- "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
@@ -10529,14 +10584,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
@@ -10552,12 +10607,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Emoji2": "1.2.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
@@ -10573,40 +10628,40 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
}
},
- "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "Xamarin.AndroidX.ExifInterface/1.3.3.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"build": {
- "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.targets": {}
}
},
- "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
@@ -10622,17 +10677,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment.Ktx/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
@@ -10648,10 +10703,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "Xamarin.AndroidX.Interpolator/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
@@ -10667,21 +10722,21 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.15",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.15",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.10",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
@@ -10697,15 +10752,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
- "Xamarin.AndroidX.Print": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.15",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.3",
+ "Xamarin.AndroidX.Print": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
@@ -10721,14 +10776,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.Media": "1.5.0.1"
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.16",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.Media": "1.6.0.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
@@ -10744,10 +10799,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Common/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
@@ -10763,12 +10818,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
@@ -10784,12 +10839,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
@@ -10805,11 +10860,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
@@ -10825,12 +10880,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Process/2.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
@@ -10846,13 +10901,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
@@ -10868,13 +10923,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
@@ -10890,11 +10945,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
@@ -10910,12 +10965,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
@@ -10931,13 +10986,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
@@ -10953,14 +11011,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
}
},
- "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "Xamarin.AndroidX.Loader/1.1.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
@@ -10976,10 +11034,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
}
},
- "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
@@ -10995,12 +11053,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
}
},
- "Xamarin.AndroidX.Media/1.5.0.1": {
+ "Xamarin.AndroidX.Media/1.6.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
@@ -11016,17 +11074,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Common/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
@@ -11042,13 +11100,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Fragment/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Fragment.Ktx": "1.5.3.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
@@ -11064,15 +11122,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Runtime/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.5.2.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
@@ -11088,15 +11147,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "Xamarin.AndroidX.Navigation.UI/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.Google.Android.Material": "1.5.0.2"
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.Google.Android.Material": "1.7.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
@@ -11112,10 +11171,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
}
},
- "Xamarin.AndroidX.Print/1.0.0.13": {
+ "Xamarin.AndroidX.Print/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
@@ -11131,13 +11190,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
}
},
- "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "Xamarin.AndroidX.RecyclerView/1.2.1.7": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
@@ -11153,10 +11212,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
}
},
- "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
@@ -11172,12 +11231,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
@@ -11193,11 +11253,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
}
},
- "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
@@ -11234,14 +11294,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
}
},
- "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.Window": "1.0.0.8"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.AndroidX.Window": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
@@ -11257,11 +11317,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
}
},
- "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
@@ -11277,12 +11337,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
}
},
- "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
@@ -11298,10 +11358,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
}
},
- "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "Xamarin.AndroidX.Tracing.Tracing/1.1.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
@@ -11317,13 +11377,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
}
},
- "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "Xamarin.AndroidX.Transition/1.4.1.8": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
@@ -11339,12 +11399,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
@@ -11360,12 +11420,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.14",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
@@ -11381,11 +11441,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
}
},
- "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
@@ -11401,12 +11461,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "Xamarin.AndroidX.ViewPager/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
@@ -11422,14 +11482,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "Xamarin.AndroidX.ViewPager2/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.2",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
@@ -11445,14 +11505,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
}
},
- "Xamarin.AndroidX.Window/1.0.0.8": {
+ "Xamarin.AndroidX.Window/1.0.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
@@ -11468,24 +11528,24 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
}
},
- "Xamarin.Google.Android.Material/1.6.0": {
+ "Xamarin.Google.Android.Material/1.7.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.CardView": "1.0.0.15",
- "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ "Xamarin.AndroidX.Annotation": "1.5.0",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0",
+ "Xamarin.AndroidX.AppCompat": "1.5.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.16",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.4.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.2",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.14",
+ "Xamarin.AndroidX.Fragment": "1.5.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7",
+ "Xamarin.AndroidX.Transition": "1.4.1.7",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
@@ -11501,10 +11561,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
}
},
- "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "Xamarin.Google.Crypto.Tink.Android/1.7.0.1": {
"type": "package",
"dependencies": {
- "GoogleGson": "2.9.0.1"
+ "GoogleGson": "2.9.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
@@ -11517,7 +11577,7 @@
}
}
},
- "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.10": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
@@ -11533,7 +11593,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
}
},
- "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "Xamarin.Jetbrains.Annotations/23.0.0.5": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
@@ -11549,11 +11609,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
}
},
- "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Jetbrains.Annotations": "23.0.0.3",
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ "Xamarin.Jetbrains.Annotations": "23.0.0.5",
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
@@ -11569,7 +11629,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Common/1.7.20.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
@@ -11585,10 +11645,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk7/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
@@ -11604,11 +11664,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk8/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
@@ -11624,11 +11684,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Android/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
@@ -11644,11 +11704,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
@@ -11665,244 +11725,241 @@
}
}
},
- "net6.0-android31.0/maccatalyst-x64": {
- "GoogleGson/2.9.0.1": {
+ "net7.0-android33.0/maccatalyst-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
+ "dependencies": {
+ "CommunityToolkit.Maui.Core": "5.0.0"
+ },
"compile": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
},
"runtime": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "GoogleGson/2.9.1.1": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Dependencies/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "Xamarin.Android.Glide": "4.12.0.8",
- "Xamarin.AndroidX.Browser": "1.4.0.1",
- "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
- "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Navigation.UI": "2.4.2",
- "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
- "Xamarin.Google.Android.Material": "1.6.0",
- "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
- }
- },
- "Microsoft.Maui.Extensions/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Graphics/7.0.59": {
+ "type": "package",
+ "compile": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
}
},
- "Xamarin.Android.Glide/4.12.0.8": {
+ "Xamarin.Android.Glide/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.Android.Glide.Annotations": "4.12.0.8",
- "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
- "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
- "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
- "Xamarin.AndroidX.Fragment": "1.3.2",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ "Xamarin.Android.Glide.Annotations": "4.13.2.2",
+ "Xamarin.Android.Glide.DiskLruCache": "4.13.2.2",
+ "Xamarin.Android.Glide.GifDecoder": "4.13.2.2",
+ "Xamarin.AndroidX.ExifInterface": "1.3.3.5",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
@@ -11918,7 +11975,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
}
},
- "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "Xamarin.Android.Glide.Annotations/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
@@ -11934,7 +11991,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
}
},
- "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "Xamarin.Android.Glide.DiskLruCache/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
@@ -11950,10 +12007,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
}
},
- "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "Xamarin.Android.Glide.GifDecoder/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.2.0"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
@@ -11969,18 +12026,18 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
}
},
- "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "Xamarin.AndroidX.Activity/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.2",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
@@ -11996,15 +12053,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
}
},
- "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "Xamarin.AndroidX.Activity.Ktx/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
@@ -12020,8 +12077,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "Xamarin.AndroidX.Annotation/1.5.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
"related": ".pdb;.xml"
@@ -12036,8 +12096,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "Xamarin.AndroidX.Annotation.Experimental/1.3.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
"related": ".pdb;.xml"
@@ -12052,23 +12115,25 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1",
- "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Activity": "1.5.1",
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.5.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.Emoji2": "1.2.0",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.2.0",
+ "Xamarin.AndroidX.Fragment": "1.5.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.2",
+ "Xamarin.AndroidX.SavedState": "1.2.0",
+ "Xamarin.Kotlin.StdLib": "1.7.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
@@ -12084,14 +12149,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
@@ -12107,10 +12172,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
@@ -12126,11 +12191,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
@@ -12146,11 +12211,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
@@ -12166,15 +12231,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
}
},
- "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "Xamarin.AndroidX.Browser/1.4.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
@@ -12190,10 +12255,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
}
},
- "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "Xamarin.AndroidX.CardView/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
@@ -12209,10 +12274,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
}
},
- "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "Xamarin.AndroidX.Collection/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
@@ -12228,11 +12293,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
}
},
- "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
@@ -12248,11 +12313,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
@@ -12268,12 +12333,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout/2.1.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.AppCompat": "1.4.2.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.4.1",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
@@ -12289,7 +12354,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.4.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
@@ -12305,13 +12370,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
}
},
- "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
@@ -12327,15 +12392,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
}
},
- "Xamarin.AndroidX.Core/1.7.0.2": {
+ "Xamarin.AndroidX.Core/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
@@ -12351,12 +12416,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
}
},
- "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "Xamarin.AndroidX.Core.Core.Ktx/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
@@ -12372,10 +12437,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
@@ -12391,12 +12456,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
}
},
- "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "Xamarin.AndroidX.CustomView/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
@@ -12412,10 +12477,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
}
},
- "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "Xamarin.AndroidX.DocumentFile/1.0.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
@@ -12431,12 +12496,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
}
},
- "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
@@ -12452,12 +12517,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
}
},
- "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
@@ -12473,14 +12538,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
@@ -12496,12 +12561,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Emoji2": "1.2.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
@@ -12517,40 +12582,40 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
}
},
- "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "Xamarin.AndroidX.ExifInterface/1.3.3.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"build": {
- "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.targets": {}
}
},
- "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
@@ -12566,17 +12631,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment.Ktx/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
@@ -12592,10 +12657,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "Xamarin.AndroidX.Interpolator/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
@@ -12611,21 +12676,21 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.15",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.15",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.10",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
@@ -12641,15 +12706,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
- "Xamarin.AndroidX.Print": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.15",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.3",
+ "Xamarin.AndroidX.Print": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
@@ -12665,14 +12730,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.Media": "1.5.0.1"
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.16",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.Media": "1.6.0.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
@@ -12688,10 +12753,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Common/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
@@ -12707,12 +12772,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
@@ -12728,12 +12793,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
@@ -12749,11 +12814,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
@@ -12769,12 +12834,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Process/2.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
@@ -12790,13 +12855,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
@@ -12812,13 +12877,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
@@ -12834,11 +12899,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
@@ -12854,12 +12919,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
@@ -12875,13 +12940,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
@@ -12897,14 +12965,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
}
},
- "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "Xamarin.AndroidX.Loader/1.1.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
@@ -12920,10 +12988,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
}
},
- "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
@@ -12939,12 +13007,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
}
},
- "Xamarin.AndroidX.Media/1.5.0.1": {
+ "Xamarin.AndroidX.Media/1.6.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
@@ -12960,17 +13028,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Common/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
@@ -12986,13 +13054,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Fragment/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Fragment.Ktx": "1.5.3.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
@@ -13008,15 +13076,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Runtime/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.5.2.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
@@ -13032,15 +13101,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "Xamarin.AndroidX.Navigation.UI/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.Google.Android.Material": "1.5.0.2"
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.Google.Android.Material": "1.7.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
@@ -13056,10 +13125,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
}
},
- "Xamarin.AndroidX.Print/1.0.0.13": {
+ "Xamarin.AndroidX.Print/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
@@ -13075,13 +13144,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
}
},
- "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "Xamarin.AndroidX.RecyclerView/1.2.1.7": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
@@ -13097,10 +13166,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
}
},
- "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
@@ -13116,12 +13185,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
@@ -13137,11 +13207,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
}
},
- "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
@@ -13178,14 +13248,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
}
},
- "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.Window": "1.0.0.8"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.AndroidX.Window": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
@@ -13201,11 +13271,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
}
},
- "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
@@ -13221,12 +13291,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
}
},
- "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
@@ -13242,10 +13312,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
}
},
- "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "Xamarin.AndroidX.Tracing.Tracing/1.1.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
@@ -13261,13 +13331,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
}
},
- "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "Xamarin.AndroidX.Transition/1.4.1.8": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
@@ -13283,12 +13353,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
@@ -13304,12 +13374,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.14",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
@@ -13325,11 +13395,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
}
},
- "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
@@ -13345,12 +13415,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "Xamarin.AndroidX.ViewPager/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
@@ -13366,14 +13436,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "Xamarin.AndroidX.ViewPager2/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.2",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
@@ -13389,14 +13459,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
}
},
- "Xamarin.AndroidX.Window/1.0.0.8": {
+ "Xamarin.AndroidX.Window/1.0.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
@@ -13412,24 +13482,24 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
}
},
- "Xamarin.Google.Android.Material/1.6.0": {
+ "Xamarin.Google.Android.Material/1.7.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.CardView": "1.0.0.15",
- "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ "Xamarin.AndroidX.Annotation": "1.5.0",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0",
+ "Xamarin.AndroidX.AppCompat": "1.5.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.16",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.4.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.2",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.14",
+ "Xamarin.AndroidX.Fragment": "1.5.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7",
+ "Xamarin.AndroidX.Transition": "1.4.1.7",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
@@ -13445,10 +13515,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
}
},
- "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "Xamarin.Google.Crypto.Tink.Android/1.7.0.1": {
"type": "package",
"dependencies": {
- "GoogleGson": "2.9.0.1"
+ "GoogleGson": "2.9.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
@@ -13461,7 +13531,7 @@
}
}
},
- "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.10": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
@@ -13477,7 +13547,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
}
},
- "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "Xamarin.Jetbrains.Annotations/23.0.0.5": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
@@ -13493,11 +13563,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
}
},
- "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Jetbrains.Annotations": "23.0.0.3",
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ "Xamarin.Jetbrains.Annotations": "23.0.0.5",
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
@@ -13513,7 +13583,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Common/1.7.20.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
@@ -13529,10 +13599,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk7/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
@@ -13548,11 +13618,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk8/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
@@ -13568,11 +13638,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Android/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
@@ -13588,11 +13658,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
@@ -13609,244 +13679,241 @@
}
}
},
- "net6.0-android31.0/win10-x64": {
- "GoogleGson/2.9.0.1": {
+ "net7.0-android33.0/win10-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
+ "dependencies": {
+ "CommunityToolkit.Maui.Core": "5.0.0"
+ },
"compile": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
},
"runtime": {
- "lib/net6.0-android31.0/GoogleGson.dll": {
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll": {
"related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
- "related": ".xml"
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "GoogleGson/2.9.1.1": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "related": ".xml"
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "Xamarin.Android.Glide": "4.12.0.8",
- "Xamarin.AndroidX.Browser": "1.4.0.1",
- "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
- "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Navigation.UI": "2.4.2",
- "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
- "Xamarin.Google.Android.Material": "1.6.0",
- "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Graphics/7.0.59": {
+ "type": "package",
+ "compile": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
}
},
- "Xamarin.Android.Glide/4.12.0.8": {
+ "Xamarin.Android.Glide/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.Android.Glide.Annotations": "4.12.0.8",
- "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
- "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
- "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
- "Xamarin.AndroidX.Fragment": "1.3.2",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ "Xamarin.Android.Glide.Annotations": "4.13.2.2",
+ "Xamarin.Android.Glide.DiskLruCache": "4.13.2.2",
+ "Xamarin.Android.Glide.GifDecoder": "4.13.2.2",
+ "Xamarin.AndroidX.ExifInterface": "1.3.3.5",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
@@ -13862,7 +13929,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
}
},
- "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "Xamarin.Android.Glide.Annotations/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
@@ -13878,7 +13945,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
}
},
- "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "Xamarin.Android.Glide.DiskLruCache/4.13.2.2": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
@@ -13894,10 +13961,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
}
},
- "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "Xamarin.Android.Glide.GifDecoder/4.13.2.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.2.0"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
@@ -13913,18 +13980,18 @@
"buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
}
},
- "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "Xamarin.AndroidX.Activity/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.2",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
@@ -13940,15 +14007,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
}
},
- "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "Xamarin.AndroidX.Activity.Ktx/1.6.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
@@ -13964,8 +14031,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "Xamarin.AndroidX.Annotation/1.5.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
"related": ".pdb;.xml"
@@ -13980,8 +14050,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "Xamarin.AndroidX.Annotation.Experimental/1.3.0.1": {
"type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
+ },
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
"related": ".pdb;.xml"
@@ -13996,23 +14069,25 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1",
- "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Activity": "1.5.1",
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.5.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.Emoji2": "1.2.0",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.2.0",
+ "Xamarin.AndroidX.Fragment": "1.5.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.2",
+ "Xamarin.AndroidX.SavedState": "1.2.0",
+ "Xamarin.Kotlin.StdLib": "1.7.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
@@ -14028,14 +14103,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
}
},
- "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
@@ -14051,10 +14126,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
@@ -14070,11 +14145,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
}
},
- "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
@@ -14090,11 +14165,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
@@ -14110,15 +14185,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
}
},
- "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "Xamarin.AndroidX.Browser/1.4.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
@@ -14134,10 +14209,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
}
},
- "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "Xamarin.AndroidX.CardView/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
@@ -14153,10 +14228,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
}
},
- "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "Xamarin.AndroidX.Collection/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
@@ -14172,11 +14247,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
}
},
- "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
@@ -14192,11 +14267,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
@@ -14212,12 +14287,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout/2.1.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.AppCompat": "1.4.2.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.4.1",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
@@ -14233,7 +14308,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
}
},
- "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.4.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
@@ -14249,13 +14324,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
}
},
- "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
@@ -14271,15 +14346,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
}
},
- "Xamarin.AndroidX.Core/1.7.0.2": {
+ "Xamarin.AndroidX.Core/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.10",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
@@ -14295,12 +14370,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
}
},
- "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "Xamarin.AndroidX.Core.Core.Ktx/1.9.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
@@ -14316,10 +14391,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
@@ -14335,12 +14410,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
}
},
- "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "Xamarin.AndroidX.CustomView/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
@@ -14356,10 +14431,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
}
},
- "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "Xamarin.AndroidX.DocumentFile/1.0.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
@@ -14375,12 +14450,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
}
},
- "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
@@ -14396,12 +14471,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
}
},
- "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
@@ -14417,14 +14492,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
@@ -14440,12 +14515,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
}
},
- "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.2.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Emoji2": "1.2.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
@@ -14461,40 +14536,40 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
}
},
- "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "Xamarin.AndroidX.ExifInterface/1.3.3.5": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
},
"compile": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
- "related": ".pdb"
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb;.xml"
}
},
"build": {
- "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.targets": {}
}
},
- "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity": "1.4.0.2",
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
@@ -14510,17 +14585,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "Xamarin.AndroidX.Fragment.Ktx/1.5.3.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
@@ -14536,10 +14611,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "Xamarin.AndroidX.Interpolator/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
@@ -14555,21 +14630,21 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
- "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.15",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.15",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.10",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
@@ -14585,15 +14660,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
- "Xamarin.AndroidX.Loader": "1.1.0.13",
- "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
- "Xamarin.AndroidX.Print": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.15",
+ "Xamarin.AndroidX.Loader": "1.1.0.15",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.3",
+ "Xamarin.AndroidX.Print": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
@@ -14609,14 +14684,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
}
},
- "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
- "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
- "Xamarin.AndroidX.Media": "1.5.0.1"
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.16",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.15",
+ "Xamarin.AndroidX.Media": "1.6.0.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
@@ -14632,10 +14707,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Common/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
@@ -14651,12 +14726,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
@@ -14672,12 +14747,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
@@ -14693,11 +14768,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
@@ -14713,12 +14788,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Process/2.5.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ "Xamarin.AndroidX.Annotation": "1.4.0",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.2"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
@@ -14734,13 +14809,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
@@ -14756,13 +14831,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
@@ -14778,11 +14853,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
@@ -14798,12 +14873,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
@@ -14819,13 +14894,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
}
},
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.5.1.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
@@ -14841,14 +14919,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
}
},
- "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "Xamarin.AndroidX.Loader/1.1.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.5.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
@@ -14864,10 +14942,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
}
},
- "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
@@ -14883,12 +14961,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
}
},
- "Xamarin.AndroidX.Media/1.5.0.1": {
+ "Xamarin.AndroidX.Media/1.6.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
@@ -14904,17 +14982,17 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Common/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
- "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.5",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.9.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.5.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
@@ -14930,13 +15008,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Fragment/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Fragment.Ktx": "1.5.3.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
@@ -14952,15 +15030,16 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "Xamarin.AndroidX.Navigation.Runtime/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
- "Xamarin.AndroidX.Navigation.Common": "2.4.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.Activity.Ktx": "1.6.0.1",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.5.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.5.2.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
@@ -14976,15 +15055,15 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
}
},
- "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "Xamarin.AndroidX.Navigation.UI/2.5.2.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.Google.Android.Material": "1.5.0.2"
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.10",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.5.2.1",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.Google.Android.Material": "1.7.0"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
@@ -15000,10 +15079,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
}
},
- "Xamarin.AndroidX.Print/1.0.0.13": {
+ "Xamarin.AndroidX.Print/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
@@ -15019,13 +15098,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
}
},
- "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "Xamarin.AndroidX.RecyclerView/1.2.1.7": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.13"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
@@ -15041,10 +15120,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
}
},
- "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
@@ -15060,12 +15139,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
}
},
- "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
- "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.16",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.5.1.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
@@ -15081,11 +15161,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
}
},
- "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.2.0.1": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.SavedState": "1.1.0.7",
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.AndroidX.SavedState": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
@@ -15122,14 +15202,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
}
},
- "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.3": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.Window": "1.0.0.8"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14",
+ "Xamarin.AndroidX.Transition": "1.4.1.8",
+ "Xamarin.AndroidX.Window": "1.0.0.10"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
@@ -15145,11 +15225,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
}
},
- "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.1.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
@@ -15165,12 +15245,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
}
},
- "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.15"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
@@ -15186,10 +15266,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
}
},
- "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "Xamarin.AndroidX.Tracing.Tracing/1.1.0.2": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
@@ -15205,13 +15285,13 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
}
},
- "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "Xamarin.AndroidX.Transition/1.4.1.8": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.Fragment": "1.5.3.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
@@ -15227,12 +15307,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
@@ -15248,12 +15328,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
}
},
- "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.14": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Interpolator": "1.0.0.13",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.14",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
@@ -15269,11 +15349,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
}
},
- "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
@@ -15289,12 +15369,12 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "Xamarin.AndroidX.ViewPager/1.0.0.15": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.14"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
@@ -15310,14 +15390,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
}
},
- "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "Xamarin.AndroidX.ViewPager2/1.0.0.16": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ "Xamarin.AndroidX.Annotation": "1.3.0.4",
+ "Xamarin.AndroidX.Collection": "1.2.0.4",
+ "Xamarin.AndroidX.Core": "1.8.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.2",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
@@ -15333,14 +15413,14 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
}
},
- "Xamarin.AndroidX.Window/1.0.0.8": {
+ "Xamarin.AndroidX.Window/1.0.0.10": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Collection": "1.2.0.3",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ "Xamarin.AndroidX.Annotation": "1.5.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.5",
+ "Xamarin.AndroidX.Core": "1.9.0.1",
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
@@ -15356,24 +15436,24 @@
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
}
},
- "Xamarin.Google.Android.Material/1.6.0": {
+ "Xamarin.Google.Android.Material/1.7.0": {
"type": "package",
"dependencies": {
- "Xamarin.AndroidX.Annotation": "1.3.0.3",
- "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
- "Xamarin.AndroidX.AppCompat": "1.4.1.1",
- "Xamarin.AndroidX.CardView": "1.0.0.15",
- "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
- "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
- "Xamarin.AndroidX.Core": "1.7.0.2",
- "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
- "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
- "Xamarin.AndroidX.Fragment": "1.4.1.1",
- "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
- "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
- "Xamarin.AndroidX.Transition": "1.4.1.6",
- "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
- "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ "Xamarin.AndroidX.Annotation": "1.5.0",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.3.0",
+ "Xamarin.AndroidX.AppCompat": "1.5.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.16",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.4.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.2",
+ "Xamarin.AndroidX.Core": "1.9.0",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.9",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.14",
+ "Xamarin.AndroidX.Fragment": "1.5.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.5.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.7",
+ "Xamarin.AndroidX.Transition": "1.4.1.7",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.14",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.16"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
@@ -15389,10 +15469,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
}
},
- "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "Xamarin.Google.Crypto.Tink.Android/1.7.0.1": {
"type": "package",
"dependencies": {
- "GoogleGson": "2.9.0.1"
+ "GoogleGson": "2.9.1.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
@@ -15405,7 +15485,7 @@
}
}
},
- "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.10": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
@@ -15421,7 +15501,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
}
},
- "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "Xamarin.Jetbrains.Annotations/23.0.0.5": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
@@ -15437,11 +15517,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
}
},
- "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Jetbrains.Annotations": "23.0.0.3",
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ "Xamarin.Jetbrains.Annotations": "23.0.0.5",
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
@@ -15457,7 +15537,7 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Common/1.7.20.1": {
"type": "package",
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
@@ -15473,10 +15553,10 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk7/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
@@ -15492,11 +15572,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
}
},
- "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "Xamarin.Kotlin.StdLib.Jdk8/1.7.20.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
@@ -15512,11 +15592,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Android/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
- "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.4.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
@@ -15532,11 +15612,11 @@
"buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
}
},
- "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.4.1": {
"type": "package",
"dependencies": {
- "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
- "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ "Xamarin.Kotlin.StdLib.Common": "1.7.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.7.20.1"
},
"compile": {
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
@@ -15553,3617 +15633,3626 @@
}
}
},
- "net6.0-ios16.1": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-ios16.1": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-ios16.1/android-arm": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-ios16.1/android-arm": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Dependencies/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Extensions/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-ios16.1/android-arm64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-ios16.1/android-arm64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-ios16.1/android-x64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-ios16.1/android-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-ios16.1/android-x86": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-ios16.1/android-x86": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-ios16.1/iossimulator-x64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-ios16.1/iossimulator-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Dependencies/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Extensions/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-ios16.1/maccatalyst-x64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-ios16.1/maccatalyst-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-ios16.1/win10-x64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-ios16.1/win10-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-maccatalyst16.1": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-maccatalyst16.1": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-maccatalyst16.1/android-arm": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-maccatalyst16.1/android-arm": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Dependencies/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Extensions/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-maccatalyst16.1/android-arm64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-maccatalyst16.1/android-arm64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-maccatalyst16.1/android-x64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-maccatalyst16.1/android-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-maccatalyst16.1/android-x86": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-maccatalyst16.1/android-x86": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-maccatalyst16.1/iossimulator-x64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-maccatalyst16.1/iossimulator-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-maccatalyst16.1/maccatalyst-x64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-maccatalyst16.1/maccatalyst-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Dependencies/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Extensions/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-maccatalyst16.1/win10-x64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-maccatalyst16.1/win10-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
- },
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Maui.Graphics": "6.0.501",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
- "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "type": "package",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
},
"runtime": {
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
+ "related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "ref/net6.0/System.Runtime.InteropServices.dll": {
- "related": ".xml"
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
}
},
- "net6.0-windows10.0.19041": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ "net7.0-windows10.0.19041": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
+ },
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
+ "compile": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
},
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Primitives/7.0.0": {
+ "type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "Microsoft.Graphics.Win2D/1.0.4": {
"type": "package",
"dependencies": {
- "Microsoft.WindowsAppSDK": "1.0.3"
+ "Microsoft.WindowsAppSDK": "1.0.4"
},
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
},
"build": {
- "build/net5.0-windows10.0.18362.0/_._": {}
+ "build/net5.0-windows10.0.17763.0/_._": {}
},
"runtimeTargets": {
"runtimes/win10-arm64/native/Microsoft.Graphics.Canvas.dll": {
@@ -19180,120 +19269,108 @@
}
}
},
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
- "Microsoft.WindowsAppSDK": "1.1.5"
- }
- },
- "Microsoft.Maui.Extensions/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
- }
- },
- "Microsoft.Maui.Graphics/6.0.501": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
},
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"type": "package",
"dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.WindowsAppSdk": "1.0.3"
+ "Microsoft.Graphics.Win2D": "1.0.4",
+ "Microsoft.Maui.Graphics": "7.0.59",
+ "Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
}
},
- "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "Microsoft.Windows.SDK.BuildTools/10.0.22621.755": {
"type": "package",
"build": {
"build/Microsoft.Windows.SDK.BuildTools.props": {},
"build/Microsoft.Windows.SDK.BuildTools.targets": {}
}
},
- "Microsoft.WindowsAppSDK/1.1.5": {
+ "Microsoft.WindowsAppSDK/1.2.221209.1": {
"type": "package",
"dependencies": {
- "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.1"
},
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"build": {
"buildTransitive/Microsoft.WindowsAppSDK.props": {},
@@ -19313,2195 +19390,2265 @@
"rid": "win10-x86"
}
}
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ }
+ },
+ "net7.0-windows10.0.19041/android-arm": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
- }
- },
- "net6.0-windows10.0.19041/android-arm": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ },
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.WindowsAppSDK": "1.0.3"
- },
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"build": {
- "build/net5.0-windows10.0.18362.0/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Maui.Dependencies/6.0.552": {
+ "Microsoft.Graphics.Win2D/1.0.4": {
"type": "package",
"dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
- "Microsoft.WindowsAppSDK": "1.1.5"
- }
- },
- "Microsoft.Maui.Extensions/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ "Microsoft.WindowsAppSDK": "1.0.4"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.17763.0/_._": {}
}
},
- "Microsoft.Maui.Graphics/6.0.501": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
},
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"type": "package",
"dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.WindowsAppSdk": "1.0.3"
+ "Microsoft.Graphics.Win2D": "1.0.4",
+ "Microsoft.Maui.Graphics": "7.0.59",
+ "Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
}
},
- "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "Microsoft.Windows.SDK.BuildTools/10.0.22621.755": {
"type": "package",
"build": {
"build/Microsoft.Windows.SDK.BuildTools.props": {},
"build/Microsoft.Windows.SDK.BuildTools.targets": {}
}
},
- "Microsoft.WindowsAppSDK/1.1.5": {
+ "Microsoft.WindowsAppSDK/1.2.221209.1": {
"type": "package",
"dependencies": {
- "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.1"
},
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"build": {
"buildTransitive/Microsoft.WindowsAppSDK.props": {},
"buildTransitive/Microsoft.WindowsAppSDK.targets": {}
}
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ }
+ },
+ "net7.0-windows10.0.19041/android-arm64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
- }
- },
- "net6.0-windows10.0.19041/android-arm64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ },
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.WindowsAppSDK": "1.0.3"
- },
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"build": {
- "build/net5.0-windows10.0.18362.0/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
- "Microsoft.WindowsAppSDK": "1.1.5"
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Graphics.Win2D/1.0.4": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ "Microsoft.WindowsAppSDK": "1.0.4"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.17763.0/_._": {}
}
},
- "Microsoft.Maui.Graphics/6.0.501": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
},
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"type": "package",
"dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.WindowsAppSdk": "1.0.3"
+ "Microsoft.Graphics.Win2D": "1.0.4",
+ "Microsoft.Maui.Graphics": "7.0.59",
+ "Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
}
},
- "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "Microsoft.Windows.SDK.BuildTools/10.0.22621.755": {
"type": "package",
"build": {
"build/Microsoft.Windows.SDK.BuildTools.props": {},
"build/Microsoft.Windows.SDK.BuildTools.targets": {}
}
},
- "Microsoft.WindowsAppSDK/1.1.5": {
+ "Microsoft.WindowsAppSDK/1.2.221209.1": {
"type": "package",
"dependencies": {
- "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.1"
},
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"build": {
"buildTransitive/Microsoft.WindowsAppSDK.props": {},
"buildTransitive/Microsoft.WindowsAppSDK.targets": {}
}
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ }
+ },
+ "net7.0-windows10.0.19041/android-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
- }
- },
- "net6.0-windows10.0.19041/android-x64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ },
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.WindowsAppSDK": "1.0.3"
- },
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"build": {
- "build/net5.0-windows10.0.18362.0/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Maui.Dependencies/6.0.552": {
+ "Microsoft.Graphics.Win2D/1.0.4": {
"type": "package",
"dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
- "Microsoft.WindowsAppSDK": "1.1.5"
- }
- },
- "Microsoft.Maui.Extensions/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ "Microsoft.WindowsAppSDK": "1.0.4"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.17763.0/_._": {}
}
},
- "Microsoft.Maui.Graphics/6.0.501": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
},
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"type": "package",
"dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.WindowsAppSdk": "1.0.3"
+ "Microsoft.Graphics.Win2D": "1.0.4",
+ "Microsoft.Maui.Graphics": "7.0.59",
+ "Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
}
},
- "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "Microsoft.Windows.SDK.BuildTools/10.0.22621.755": {
"type": "package",
"build": {
"build/Microsoft.Windows.SDK.BuildTools.props": {},
"build/Microsoft.Windows.SDK.BuildTools.targets": {}
}
},
- "Microsoft.WindowsAppSDK/1.1.5": {
+ "Microsoft.WindowsAppSDK/1.2.221209.1": {
"type": "package",
"dependencies": {
- "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.1"
},
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"build": {
"buildTransitive/Microsoft.WindowsAppSDK.props": {},
"buildTransitive/Microsoft.WindowsAppSDK.targets": {}
}
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ }
+ },
+ "net7.0-windows10.0.19041/android-x86": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
- }
- },
- "net6.0-windows10.0.19041/android-x86": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ },
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.WindowsAppSDK": "1.0.3"
- },
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"build": {
- "build/net5.0-windows10.0.18362.0/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Maui.Dependencies/6.0.552": {
+ "Microsoft.Graphics.Win2D/1.0.4": {
"type": "package",
"dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
- "Microsoft.WindowsAppSDK": "1.1.5"
- }
- },
- "Microsoft.Maui.Extensions/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ "Microsoft.WindowsAppSDK": "1.0.4"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.17763.0/_._": {}
}
},
- "Microsoft.Maui.Graphics/6.0.501": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
},
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"type": "package",
"dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.WindowsAppSdk": "1.0.3"
+ "Microsoft.Graphics.Win2D": "1.0.4",
+ "Microsoft.Maui.Graphics": "7.0.59",
+ "Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
}
},
- "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "Microsoft.Windows.SDK.BuildTools/10.0.22621.755": {
"type": "package",
"build": {
"build/Microsoft.Windows.SDK.BuildTools.props": {},
"build/Microsoft.Windows.SDK.BuildTools.targets": {}
}
},
- "Microsoft.WindowsAppSDK/1.1.5": {
+ "Microsoft.WindowsAppSDK/1.2.221209.1": {
"type": "package",
"dependencies": {
- "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.1"
},
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"build": {
"buildTransitive/Microsoft.WindowsAppSDK.props": {},
"buildTransitive/Microsoft.WindowsAppSDK.targets": {}
}
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ }
+ },
+ "net7.0-windows10.0.19041/iossimulator-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
- }
- },
- "net6.0-windows10.0.19041/iossimulator-x64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ },
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.WindowsAppSDK": "1.0.3"
- },
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"build": {
- "build/net5.0-windows10.0.18362.0/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Maui.Dependencies/6.0.552": {
+ "Microsoft.Graphics.Win2D/1.0.4": {
"type": "package",
"dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
- "Microsoft.WindowsAppSDK": "1.1.5"
- }
- },
- "Microsoft.Maui.Extensions/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ "Microsoft.WindowsAppSDK": "1.0.4"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.17763.0/_._": {}
}
},
- "Microsoft.Maui.Graphics/6.0.501": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
},
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"type": "package",
"dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.WindowsAppSdk": "1.0.3"
+ "Microsoft.Graphics.Win2D": "1.0.4",
+ "Microsoft.Maui.Graphics": "7.0.59",
+ "Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
}
},
- "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "Microsoft.Windows.SDK.BuildTools/10.0.22621.755": {
"type": "package",
"build": {
"build/Microsoft.Windows.SDK.BuildTools.props": {},
"build/Microsoft.Windows.SDK.BuildTools.targets": {}
}
},
- "Microsoft.WindowsAppSDK/1.1.5": {
+ "Microsoft.WindowsAppSDK/1.2.221209.1": {
"type": "package",
"dependencies": {
- "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.1"
},
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"build": {
"buildTransitive/Microsoft.WindowsAppSDK.props": {},
"buildTransitive/Microsoft.WindowsAppSDK.targets": {}
}
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ }
+ },
+ "net7.0-windows10.0.19041/maccatalyst-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
- }
- },
- "net6.0-windows10.0.19041/maccatalyst-x64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ },
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
- "dependencies": {
- "Microsoft.WindowsAppSDK": "1.0.3"
- },
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"build": {
- "build/net5.0-windows10.0.18362.0/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
- "Microsoft.WindowsAppSDK": "1.1.5"
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Maui.Extensions/6.0.552": {
+ "Microsoft.Graphics.Win2D/1.0.4": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ "Microsoft.WindowsAppSDK": "1.0.4"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.17763.0/_._": {}
}
},
- "Microsoft.Maui.Graphics/6.0.501": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
},
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"type": "package",
"dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.WindowsAppSdk": "1.0.3"
+ "Microsoft.Graphics.Win2D": "1.0.4",
+ "Microsoft.Maui.Graphics": "7.0.59",
+ "Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
}
},
- "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "Microsoft.Windows.SDK.BuildTools/10.0.22621.755": {
"type": "package",
"build": {
"build/Microsoft.Windows.SDK.BuildTools.props": {},
"build/Microsoft.Windows.SDK.BuildTools.targets": {}
}
},
- "Microsoft.WindowsAppSDK/1.1.5": {
+ "Microsoft.WindowsAppSDK/1.2.221209.1": {
"type": "package",
"dependencies": {
- "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.1"
},
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"build": {
"buildTransitive/Microsoft.WindowsAppSDK.props": {},
"buildTransitive/Microsoft.WindowsAppSDK.targets": {}
}
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
+ }
+ },
+ "net7.0-windows10.0.19041/win10-x64": {
+ "CommunityToolkit.Maui/5.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "CommunityToolkit.Maui.Core": "5.0.0"
},
"compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
},
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "CommunityToolkit.Maui.Core/5.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll": {
"related": ".xml"
}
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
}
- }
- },
- "net6.0-windows10.0.19041/win10-x64": {
- "Microsoft.Extensions.Configuration/6.0.1": {
+ },
+ "Microsoft.Extensions.Configuration/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.Primitives": "7.0.0"
},
"compile": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging/6.0.0": {
+ "Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
- "Microsoft.Extensions.Options": "6.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection": "7.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Options": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
}
},
- "Microsoft.Extensions.Options/6.0.0": {
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
- "Microsoft.Extensions.Primitives": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Logging": "7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "7.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll": {
"related": ".xml"
}
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Extensions.Primitives/6.0.0": {
+ "Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
+ "Microsoft.Extensions.Primitives": "7.0.0"
+ },
+ "compile": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
},
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Primitives/7.0.0": {
+ "type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"related": ".xml"
}
},
"build": {
- "buildTransitive/netcoreapp3.1/_._": {}
+ "buildTransitive/net6.0/_._": {}
}
},
- "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "Microsoft.Graphics.Win2D/1.0.4": {
"type": "package",
"dependencies": {
- "Microsoft.WindowsAppSDK": "1.0.3"
+ "Microsoft.WindowsAppSDK": "1.0.4"
},
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll": {}
},
"native": {
"runtimes/win10-x64/native/Microsoft.Graphics.Canvas.dll": {}
},
"build": {
- "build/net5.0-windows10.0.18362.0/_._": {}
- }
- },
- "Microsoft.Maui.Dependencies/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
- "Microsoft.WindowsAppSDK": "1.1.5"
- }
- },
- "Microsoft.Maui.Extensions/6.0.552": {
- "type": "package",
- "dependencies": {
- "Microsoft.Extensions.Configuration": "6.0.1",
- "Microsoft.Extensions.DependencyInjection": "6.0.0",
- "Microsoft.Extensions.Logging": "6.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ "build/net5.0-windows10.0.17763.0/_._": {}
}
},
- "Microsoft.Maui.Graphics/6.0.501": {
+ "Microsoft.Maui.Graphics/7.0.59": {
"type": "package",
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
- "related": ".pdb"
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb;.xml"
}
}
},
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
"type": "package",
"dependencies": {
- "Microsoft.Graphics.Win2D": "1.0.3.1",
- "Microsoft.Maui.Graphics": "6.0.501",
- "Microsoft.WindowsAppSdk": "1.0.3"
+ "Microsoft.Graphics.Win2D": "1.0.4",
+ "Microsoft.Maui.Graphics": "7.0.59",
+ "Microsoft.WindowsAppSDK": "1.2.221209.1"
},
"compile": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
},
"runtime": {
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
"related": ".pdb"
}
}
},
- "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "Microsoft.Windows.SDK.BuildTools/10.0.22621.755": {
"type": "package",
"build": {
"build/Microsoft.Windows.SDK.BuildTools.props": {},
"build/Microsoft.Windows.SDK.BuildTools.targets": {}
}
},
- "Microsoft.WindowsAppSDK/1.1.5": {
+ "Microsoft.WindowsAppSDK/1.2.221209.1": {
"type": "package",
"dependencies": {
- "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.1"
},
"compile": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"runtime": {
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
"related": ".xml"
},
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": {},
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
},
"native": {
"runtimes/win10-x64/native/Microsoft.WindowsAppRuntime.Bootstrap.dll": {}
@@ -21510,55 +21657,75 @@
"buildTransitive/Microsoft.WindowsAppSDK.props": {},
"buildTransitive/Microsoft.WindowsAppSDK.targets": {}
}
- },
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "type": "package",
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
- "compile": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "type": "package",
- "compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
- "related": ".xml"
- }
- },
- "build": {
- "buildTransitive/netcoreapp3.1/_._": {}
- }
}
}
},
"libraries": {
- "GoogleGson/2.9.0.1": {
- "sha512": "hztMZzgzX82HUORHX4YHOcfzF7yAOn8dWpXeYcrJa9sjw1qHfFpibrHeiWrk8aKn4C4IO6mBNOuaFiyS6/EOBA==",
+ "CommunityToolkit.Maui/5.0.0": {
+ "sha512": "iIEnYmQxFPH650rtcUlVrFy1/gLuvDLqvLVcnMCzWTJAFCSkNDspPY8EmGGN37FOqBSzQ7OttReyAZiroAjVdA==",
"type": "package",
- "path": "googlegson/2.9.0.1",
+ "path": "communitytoolkit.maui/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "ReadMe.txt",
+ "analyzers/dotnet/cs/CommunityToolkit.Maui.Analyzers.CodeFixes.dll",
+ "analyzers/dotnet/cs/CommunityToolkit.Maui.Analyzers.dll",
+ "analyzers/dotnet/cs/CommunityToolkit.Maui.SourceGenerators.dll",
+ "communitytoolkit.maui.5.0.0.nupkg.sha512",
+ "communitytoolkit.maui.nuspec",
+ "icon.png",
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.aar",
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.dll",
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.xml",
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.dll",
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.xml",
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.dll",
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.xml",
+ "lib/net7.0-tizen7.0/CommunityToolkit.Maui.dll",
+ "lib/net7.0-tizen7.0/CommunityToolkit.Maui.xml",
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.dll",
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.xml",
+ "lib/net7.0/CommunityToolkit.Maui.dll",
+ "lib/net7.0/CommunityToolkit.Maui.xml"
+ ]
+ },
+ "CommunityToolkit.Maui.Core/5.0.0": {
+ "sha512": "gZp9b++c8fR1QRVsizrQRCeKxVh+RmC9+2IsPC+qpm/nQNHSyWq6PoIp555cb05zQ/AUyM7OTYnzA1BU1JNl4Q==",
+ "type": "package",
+ "path": "communitytoolkit.maui.core/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "ReadMe.txt",
+ "communitytoolkit.maui.core.5.0.0.nupkg.sha512",
+ "communitytoolkit.maui.core.nuspec",
+ "icon.png",
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.aar",
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.dll",
+ "lib/net7.0-android33.0/CommunityToolkit.Maui.Core.xml",
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.dll",
+ "lib/net7.0-ios16.1/CommunityToolkit.Maui.Core.xml",
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.dll",
+ "lib/net7.0-maccatalyst16.1/CommunityToolkit.Maui.Core.xml",
+ "lib/net7.0-tizen7.0/CommunityToolkit.Maui.Core.dll",
+ "lib/net7.0-tizen7.0/CommunityToolkit.Maui.Core.xml",
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.dll",
+ "lib/net7.0-windows10.0.19041/CommunityToolkit.Maui.Core.xml",
+ "lib/net7.0/CommunityToolkit.Maui.Core.dll",
+ "lib/net7.0/CommunityToolkit.Maui.Core.xml"
+ ]
+ },
+ "GoogleGson/2.9.1.1": {
+ "sha512": "OreKEL2Yx2u8YhRqv0e+j45cEzoe+fyMEzGN+M/vfBDPsIXQcA6lGdHXO07bTrGn6NNwxY67dyIfbyXx3A7cDA==",
+ "type": "package",
+ "path": "googlegson/2.9.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"License.md",
"THIRD-PARTY-NOTICES.txt",
- "googlegson.2.9.0.1.nupkg.sha512",
+ "googlegson.2.9.1.1.nupkg.sha512",
"googlegson.nuspec",
"lib/monoandroid12.0/GoogleGson.dll",
"lib/monoandroid12.0/GoogleGson.xml",
@@ -21567,119 +21734,151 @@
"lib/net6.0-android31.0/GoogleGson.xml"
]
},
- "Microsoft.Extensions.Configuration/6.0.1": {
- "sha512": "BUyFU9t+HzlSE7ri4B+AQN2BgTgHv/uM82s5ZkgU1BApyzWzIl48nDsG5wR1t0pniNuuyTBzG3qCW8152/NtSw==",
+ "Microsoft.Extensions.Configuration/7.0.0": {
+ "sha512": "tldQUBWt/xeH2K7/hMPPo5g8zuLc3Ro9I5d4o/XrxvxOCA2EZBtW7bCHHTc49fcBtvB8tLAb/Qsmfrq+2SJ4vA==",
"type": "package",
- "path": "microsoft.extensions.configuration/6.0.1",
+ "path": "microsoft.extensions.configuration/7.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Extensions.Configuration.dll",
- "lib/net461/Microsoft.Extensions.Configuration.xml",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.xml",
+ "lib/net6.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net6.0/Microsoft.Extensions.Configuration.xml",
+ "lib/net7.0/Microsoft.Extensions.Configuration.dll",
+ "lib/net7.0/Microsoft.Extensions.Configuration.xml",
"lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
"lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
- "microsoft.extensions.configuration.6.0.1.nupkg.sha512",
+ "microsoft.extensions.configuration.7.0.0.nupkg.sha512",
"microsoft.extensions.configuration.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
- "sha512": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==",
+ "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
+ "sha512": "f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
"type": "package",
- "path": "microsoft.extensions.configuration.abstractions/6.0.0",
+ "path": "microsoft.extensions.configuration.abstractions/7.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Extensions.Configuration.Abstractions.dll",
- "lib/net461/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml",
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
- "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512",
+ "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512",
"microsoft.extensions.configuration.abstractions.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.DependencyInjection/6.0.0": {
- "sha512": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
+ "Microsoft.Extensions.DependencyInjection/7.0.0": {
+ "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==",
"type": "package",
- "path": "microsoft.extensions.dependencyinjection/6.0.0",
+ "path": "microsoft.extensions.dependencyinjection/7.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets",
- "buildTransitive/netcoreapp3.1/_._",
- "lib/net461/Microsoft.Extensions.DependencyInjection.dll",
- "lib/net461/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.xml",
"lib/net6.0/Microsoft.Extensions.DependencyInjection.dll",
"lib/net6.0/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml",
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
- "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512",
"microsoft.extensions.dependencyinjection.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
- "sha512": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
+ "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
+ "sha512": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==",
"type": "package",
- "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
- "buildTransitive/netcoreapp3.1/_._",
- "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
- "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
"lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
"lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
- "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512",
"microsoft.extensions.dependencyinjection.abstractions.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Logging/6.0.0": {
- "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
+ "Microsoft.Extensions.Logging/7.0.0": {
+ "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==",
"type": "package",
- "path": "microsoft.extensions.logging/6.0.0",
+ "path": "microsoft.extensions.logging/7.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Extensions.Logging.dll",
- "lib/net461/Microsoft.Extensions.Logging.xml",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets",
+ "lib/net462/Microsoft.Extensions.Logging.dll",
+ "lib/net462/Microsoft.Extensions.Logging.xml",
+ "lib/net6.0/Microsoft.Extensions.Logging.dll",
+ "lib/net6.0/Microsoft.Extensions.Logging.xml",
+ "lib/net7.0/Microsoft.Extensions.Logging.dll",
+ "lib/net7.0/Microsoft.Extensions.Logging.xml",
"lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
"lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
"lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
"lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
- "microsoft.extensions.logging.6.0.0.nupkg.sha512",
+ "microsoft.extensions.logging.7.0.0.nupkg.sha512",
"microsoft.extensions.logging.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
- "sha512": "dzB2Cgg+JmrouhjkcQGzSFjjvpwlq353i8oBQO2GWNjCXSzhbtBRUf28HSauWe7eib3wYOdb3tItdjRwAdwCSg==",
+ "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
+ "sha512": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==",
"type": "package",
- "path": "microsoft.extensions.logging.abstractions/6.0.1",
+ "path": "microsoft.extensions.logging.abstractions/7.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -21714,70 +21913,125 @@
"analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
"analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
- "build/Microsoft.Extensions.Logging.Abstractions.targets",
+ "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
- "buildTransitive/netcoreapp3.1/_._",
- "lib/net461/Microsoft.Extensions.Logging.Abstractions.dll",
- "lib/net461/Microsoft.Extensions.Logging.Abstractions.xml",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml",
"lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll",
"lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml",
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
- "microsoft.extensions.logging.abstractions.6.0.1.nupkg.sha512",
+ "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512",
"microsoft.extensions.logging.abstractions.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Options/6.0.0": {
- "sha512": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
+ "Microsoft.Extensions.Logging.Debug/7.0.0": {
+ "sha512": "tFGGyPDpJ8ZdQdeckCArP7nZuoY3am9zJWuvp4OD1bHq65S0epW9BNHzAWeaIO4eYwWnGm1jRNt3vRciH8H6MA==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.debug/7.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.Debug.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Debug.targets",
+ "lib/net462/Microsoft.Extensions.Logging.Debug.dll",
+ "lib/net462/Microsoft.Extensions.Logging.Debug.xml",
+ "lib/net6.0/Microsoft.Extensions.Logging.Debug.dll",
+ "lib/net6.0/Microsoft.Extensions.Logging.Debug.xml",
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.dll",
+ "lib/net7.0/Microsoft.Extensions.Logging.Debug.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml",
+ "microsoft.extensions.logging.debug.7.0.0.nupkg.sha512",
+ "microsoft.extensions.logging.debug.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Options/7.0.0": {
+ "sha512": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==",
"type": "package",
- "path": "microsoft.extensions.options/6.0.0",
+ "path": "microsoft.extensions.options/7.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
- "lib/net461/Microsoft.Extensions.Options.dll",
- "lib/net461/Microsoft.Extensions.Options.xml",
+ "buildTransitive/net461/Microsoft.Extensions.Options.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets",
+ "lib/net462/Microsoft.Extensions.Options.dll",
+ "lib/net462/Microsoft.Extensions.Options.xml",
+ "lib/net6.0/Microsoft.Extensions.Options.dll",
+ "lib/net6.0/Microsoft.Extensions.Options.xml",
+ "lib/net7.0/Microsoft.Extensions.Options.dll",
+ "lib/net7.0/Microsoft.Extensions.Options.xml",
"lib/netstandard2.0/Microsoft.Extensions.Options.dll",
"lib/netstandard2.0/Microsoft.Extensions.Options.xml",
"lib/netstandard2.1/Microsoft.Extensions.Options.dll",
"lib/netstandard2.1/Microsoft.Extensions.Options.xml",
- "microsoft.extensions.options.6.0.0.nupkg.sha512",
+ "microsoft.extensions.options.7.0.0.nupkg.sha512",
"microsoft.extensions.options.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Extensions.Primitives/6.0.0": {
- "sha512": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
+ "Microsoft.Extensions.Primitives/7.0.0": {
+ "sha512": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
"type": "package",
- "path": "microsoft.extensions.primitives/6.0.0",
+ "path": "microsoft.extensions.primitives/7.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Primitives.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
"buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
- "buildTransitive/netcoreapp3.1/_._",
- "lib/net461/Microsoft.Extensions.Primitives.dll",
- "lib/net461/Microsoft.Extensions.Primitives.xml",
+ "lib/net462/Microsoft.Extensions.Primitives.dll",
+ "lib/net462/Microsoft.Extensions.Primitives.xml",
"lib/net6.0/Microsoft.Extensions.Primitives.dll",
"lib/net6.0/Microsoft.Extensions.Primitives.xml",
- "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll",
- "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.xml",
+ "lib/net7.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net7.0/Microsoft.Extensions.Primitives.xml",
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
"lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
- "microsoft.extensions.primitives.6.0.0.nupkg.sha512",
+ "microsoft.extensions.primitives.7.0.0.nupkg.sha512",
"microsoft.extensions.primitives.nuspec",
"useSharedDesignerContext.txt"
]
},
- "Microsoft.Graphics.Win2D/1.0.3.1": {
- "sha512": "6G1OcTt88m3MAKHCZsZsxHAZCy9cqMI2UPbm9ypXUUG7sJ92UDfTgWm/FLQAftdZ9ONeYvy9fOMkIbnp+Ov4oA==",
+ "Microsoft.Graphics.Win2D/1.0.4": {
+ "sha512": "PmUO0B+gLdbxy1XCmX6pS57SL08roPKZC3sXKSRH4Qa1nX5RKwIdmmIxSvmV9irN57ABSMtDtWa+qNYnyzB/nw==",
"type": "package",
- "path": "microsoft.graphics.win2d/1.0.3.1",
+ "path": "microsoft.graphics.win2d/1.0.4",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -21785,7 +22039,7 @@
"build/Win2D.common.targets",
"build/native/Microsoft.Graphics.Win2D.targets",
"build/net45/Microsoft.Graphics.Win2D.targets",
- "build/net5.0-windows10.0.18362.0/Microsoft.Graphics.Win2D.targets",
+ "build/net5.0-windows10.0.17763.0/Microsoft.Graphics.Win2D.targets",
"build/netcoreapp3.0/Microsoft.Graphics.Win2D.targets",
"build/win10/Microsoft.Graphics.Win2D.targets",
"icon.png",
@@ -21794,229 +22048,275 @@
"include/x64/Microsoft.Graphics.Canvas.h",
"include/x86/Microsoft.Graphics.Canvas.h",
"lib/net45/Microsoft.Graphics.Canvas.winmd",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Graphics.Canvas.Interop.dll",
"lib/netcoreapp3.0/Microsoft.Graphics.Canvas.winmd",
"lib/uap10.0/Microsoft.Graphics.Canvas.winmd",
- "microsoft.graphics.win2d.1.0.3.1.nupkg.sha512",
+ "microsoft.graphics.win2d.1.0.4.nupkg.sha512",
"microsoft.graphics.win2d.nuspec",
"runtimes/win10-arm64/native/Microsoft.Graphics.Canvas.dll",
"runtimes/win10-x64/native/Microsoft.Graphics.Canvas.dll",
"runtimes/win10-x86/native/Microsoft.Graphics.Canvas.dll"
]
},
- "Microsoft.Maui.Dependencies/6.0.552": {
- "sha512": "jzM9KKmdGnkWSlrJ3mLfnJFdmYrrDjN+pt8hhoK0h2dIafzTnIkimZtf/ZrUBf4N8SiPcYWAMUUJZaXYf04KWQ==",
- "type": "package",
- "path": "microsoft.maui.dependencies/6.0.552",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "microsoft.maui.dependencies.6.0.552.nupkg.sha512",
- "microsoft.maui.dependencies.nuspec"
- ]
- },
- "Microsoft.Maui.Extensions/6.0.552": {
- "sha512": "ueYEILJkRORfLGPojv7cTlycd7ogBBKi8+sZ8HNS0bsJwgMbKFhOxq4k2FiEDOBIqtpkueX0NHPpMUkgJlFxYQ==",
- "type": "package",
- "path": "microsoft.maui.extensions/6.0.552",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "microsoft.maui.extensions.6.0.552.nupkg.sha512",
- "microsoft.maui.extensions.nuspec"
- ]
- },
- "Microsoft.Maui.Graphics/6.0.501": {
- "sha512": "TGe/dWKG/Jz7qAEYQeSGuutYywlDFz2dJQJFktpvXVWfvkLweTc9gPB4j1pXir4fwuGLdkPU0tBuKi2DElIZ1Q==",
+ "Microsoft.Maui.Graphics/7.0.59": {
+ "sha512": "a5eOfzqeHeERBmQ6g3uU+p4GEwHtBXxQ1s58XIiHCMf/WGCn5HX9z17VLUz6qr2ELVf/BbZ9bFUzVef+kbxkvQ==",
"type": "package",
- "path": "microsoft.maui.graphics/6.0.501",
+ "path": "microsoft.maui.graphics/7.0.59",
"files": [
".nupkg.metadata",
".signature.p7s",
- "lib/monoandroid12.0/Microsoft.Maui.Graphics.dll",
- "lib/monoandroid12.0/Microsoft.Maui.Graphics.pdb",
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll",
- "lib/net6.0-android30.0/Microsoft.Maui.Graphics.pdb",
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll",
- "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.pdb",
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll",
- "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.pdb",
- "lib/net6.0-tizen6.5/Microsoft.Maui.Graphics.dll",
- "lib/net6.0-tizen6.5/Microsoft.Maui.Graphics.pdb",
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll",
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.pdb",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.dll",
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.pdb",
+ "lib/net7.0-android33.0/Microsoft.Maui.Graphics.xml",
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.dll",
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.pdb",
+ "lib/net7.0-ios16.1/Microsoft.Maui.Graphics.xml",
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.dll",
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.pdb",
+ "lib/net7.0-maccatalyst16.1/Microsoft.Maui.Graphics.xml",
+ "lib/net7.0-macos13.0/Microsoft.Maui.Graphics.dll",
+ "lib/net7.0-macos13.0/Microsoft.Maui.Graphics.pdb",
+ "lib/net7.0-macos13.0/Microsoft.Maui.Graphics.xml",
+ "lib/net7.0-tizen7.0/Microsoft.Maui.Graphics.dll",
+ "lib/net7.0-tizen7.0/Microsoft.Maui.Graphics.pdb",
+ "lib/net7.0-tizen7.0/Microsoft.Maui.Graphics.xml",
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.dll",
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.pdb",
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.xml",
+ "lib/net7.0-windows10.0.20348/Microsoft.Maui.Graphics.dll",
+ "lib/net7.0-windows10.0.20348/Microsoft.Maui.Graphics.pdb",
+ "lib/net7.0-windows10.0.20348/Microsoft.Maui.Graphics.xml",
+ "lib/net7.0/Microsoft.Maui.Graphics.dll",
+ "lib/net7.0/Microsoft.Maui.Graphics.pdb",
+ "lib/net7.0/Microsoft.Maui.Graphics.xml",
"lib/netstandard2.0/Microsoft.Maui.Graphics.dll",
"lib/netstandard2.0/Microsoft.Maui.Graphics.pdb",
+ "lib/netstandard2.0/Microsoft.Maui.Graphics.xml",
"lib/netstandard2.1/Microsoft.Maui.Graphics.dll",
"lib/netstandard2.1/Microsoft.Maui.Graphics.pdb",
- "lib/tizen40/Microsoft.Maui.Graphics.dll",
- "lib/tizen40/Microsoft.Maui.Graphics.pdb",
- "lib/xamarin.ios10/Microsoft.Maui.Graphics.dll",
- "lib/xamarin.ios10/Microsoft.Maui.Graphics.pdb",
- "lib/xamarin.mac20/Microsoft.Maui.Graphics.dll",
- "lib/xamarin.mac20/Microsoft.Maui.Graphics.pdb",
- "microsoft.maui.graphics.6.0.501.nupkg.sha512",
+ "lib/netstandard2.1/Microsoft.Maui.Graphics.xml",
+ "microsoft.maui.graphics.7.0.59.nupkg.sha512",
"microsoft.maui.graphics.nuspec"
]
},
- "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
- "sha512": "9nIgbDKaBuy8WVPVaiYamyl8qBCYQc/0Y52Ejj2QBq5thPQq5opZXy6sSq88j0BTmin3mPVuU0Ww4wC5p/1QJA==",
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/7.0.59": {
+ "sha512": "ExNm2DreudUpAESDCpmFqruINxrjgpNOl+80GjCp/yoFv6QX3exYBmrFZ2zWSb7RrvWJnBPN9SaOHbkpT2+x2A==",
"type": "package",
- "path": "microsoft.maui.graphics.win2d.winui.desktop/6.0.501",
+ "path": "microsoft.maui.graphics.win2d.winui.desktop/7.0.59",
"files": [
".nupkg.metadata",
".signature.p7s",
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll",
- "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.pdb",
- "microsoft.maui.graphics.win2d.winui.desktop.6.0.501.nupkg.sha512",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll",
+ "lib/net7.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.pdb",
+ "lib/net7.0-windows10.0.20348/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll",
+ "lib/net7.0-windows10.0.20348/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.pdb",
+ "microsoft.maui.graphics.win2d.winui.desktop.7.0.59.nupkg.sha512",
"microsoft.maui.graphics.win2d.winui.desktop.nuspec"
]
},
- "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
- "sha512": "4L0P3zqut466SIqT3VBeLTNUQTxCBDOrTRymRuROCRJKazcK7ibLz9yAO1nKWRt50ttCj39oAa2Iuz9ZTDmLlg==",
+ "Microsoft.Windows.SDK.BuildTools/10.0.22621.755": {
+ "sha512": "zGXDCZc2/slVjpNtopNETCjnOqH9KiEdo9dPCcjtNWwK5W+EmOcEn7X5Ftj3tOE9kLvroga1s7WwLh2a5jQEEg==",
"type": "package",
- "path": "microsoft.windows.sdk.buildtools/10.0.22000.194",
+ "path": "microsoft.windows.sdk.buildtools/10.0.22621.755",
"files": [
".nupkg.metadata",
".signature.p7s",
- "bin/10.0.22000.0/arm/AccChecker/Microsoft.Diagnostics.Tracing.EventSource.dll",
- "bin/10.0.22000.0/arm/DeployUtil.exe",
- "bin/10.0.22000.0/arm64/AccChecker/Microsoft.Diagnostics.Tracing.EventSource.dll",
- "bin/10.0.22000.0/arm64/DeployUtil.exe",
- "bin/10.0.22000.0/x64/AccChecker/Microsoft.Diagnostics.Tracing.EventSource.dll",
- "bin/10.0.22000.0/x64/ComparePackage.exe",
- "bin/10.0.22000.0/x64/DeployUtil.exe",
- "bin/10.0.22000.0/x64/MakeCert.exe",
- "bin/10.0.22000.0/x64/Microsoft.ComparePackage.Lib.dll",
- "bin/10.0.22000.0/x64/Microsoft.Diagnostics.Tracing.EventSource.dll",
- "bin/10.0.22000.0/x64/Microsoft.PackageEditor.Lib.dll",
- "bin/10.0.22000.0/x64/Microsoft.Tools.Connectivity.dll",
- "bin/10.0.22000.0/x64/Microsoft.Tools.Deploy.dll",
- "bin/10.0.22000.0/x64/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest",
- "bin/10.0.22000.0/x64/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest",
- "bin/10.0.22000.0/x64/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest",
- "bin/10.0.22000.0/x64/Microsoft.Windows.Build.Signing.mssign32.dll.manifest",
- "bin/10.0.22000.0/x64/Microsoft.Windows.Build.Signing.wintrust.dll.manifest",
- "bin/10.0.22000.0/x64/PackageEditor.exe",
- "bin/10.0.22000.0/x64/SirepClient.assembly.manifest",
- "bin/10.0.22000.0/x64/SirepClient.dll",
- "bin/10.0.22000.0/x64/SirepInterop.dll",
- "bin/10.0.22000.0/x64/SshClient.dll",
- "bin/10.0.22000.0/x64/WinAppDeployCmd.exe",
- "bin/10.0.22000.0/x64/WinAppDeployCommon.dll",
- "bin/10.0.22000.0/x64/appxpackaging.dll",
- "bin/10.0.22000.0/x64/appxsip.dll",
- "bin/10.0.22000.0/x64/en-US/AppxPackaging.dll.mui",
- "bin/10.0.22000.0/x64/en/Microsoft.Tools.Deploy.resources.dll",
- "bin/10.0.22000.0/x64/en/WinAppDeployCmd.resources.dll",
- "bin/10.0.22000.0/x64/ipoverusb.discoverpartners.dll",
- "bin/10.0.22000.0/x64/makeappx.exe",
- "bin/10.0.22000.0/x64/makecat.exe",
- "bin/10.0.22000.0/x64/makecat.exe.manifest",
- "bin/10.0.22000.0/x64/makepri.exe",
- "bin/10.0.22000.0/x64/mc.exe",
- "bin/10.0.22000.0/x64/mdmerge.exe",
- "bin/10.0.22000.0/x64/midl.exe",
- "bin/10.0.22000.0/x64/midlc.exe",
- "bin/10.0.22000.0/x64/midlrt.exe",
- "bin/10.0.22000.0/x64/midlrtmd.dll",
- "bin/10.0.22000.0/x64/mrmsupport.dll",
- "bin/10.0.22000.0/x64/msisip.dll",
- "bin/10.0.22000.0/x64/mssign32.dll",
- "bin/10.0.22000.0/x64/mt.exe",
- "bin/10.0.22000.0/x64/mt.exe.config",
- "bin/10.0.22000.0/x64/opcservices.dll",
- "bin/10.0.22000.0/x64/rc.exe",
- "bin/10.0.22000.0/x64/rcdll.dll",
- "bin/10.0.22000.0/x64/signtool.exe",
- "bin/10.0.22000.0/x64/signtool.exe.manifest",
- "bin/10.0.22000.0/x64/tracewpp.exe",
- "bin/10.0.22000.0/x64/winmdidl.exe",
- "bin/10.0.22000.0/x64/wintrust.dll",
- "bin/10.0.22000.0/x64/wintrust.dll.ini",
- "bin/10.0.22000.0/x86/AccChecker/Microsoft.Diagnostics.Tracing.EventSource.dll",
- "bin/10.0.22000.0/x86/ComparePackage.exe",
- "bin/10.0.22000.0/x86/DeployUtil.exe",
- "bin/10.0.22000.0/x86/MakeCert.exe",
- "bin/10.0.22000.0/x86/Microsoft.ComparePackage.Lib.dll",
- "bin/10.0.22000.0/x86/Microsoft.Diagnostics.Tracing.EventSource.dll",
- "bin/10.0.22000.0/x86/Microsoft.PackageEditor.Lib.dll",
- "bin/10.0.22000.0/x86/Microsoft.Tools.Connectivity.dll",
- "bin/10.0.22000.0/x86/Microsoft.Tools.Deploy.dll",
- "bin/10.0.22000.0/x86/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest",
- "bin/10.0.22000.0/x86/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest",
- "bin/10.0.22000.0/x86/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest",
- "bin/10.0.22000.0/x86/Microsoft.Windows.Build.Signing.mssign32.dll.manifest",
- "bin/10.0.22000.0/x86/Microsoft.Windows.Build.Signing.wintrust.dll.manifest",
- "bin/10.0.22000.0/x86/PackageEditor.exe",
- "bin/10.0.22000.0/x86/SirepClient.assembly.manifest",
- "bin/10.0.22000.0/x86/SirepClient.dll",
- "bin/10.0.22000.0/x86/SirepInterop.dll",
- "bin/10.0.22000.0/x86/SshClient.dll",
- "bin/10.0.22000.0/x86/WinAppDeployCmd.exe",
- "bin/10.0.22000.0/x86/WinAppDeployCommon.dll",
- "bin/10.0.22000.0/x86/appxpackaging.dll",
- "bin/10.0.22000.0/x86/appxsip.dll",
- "bin/10.0.22000.0/x86/en-US/AppxPackaging.dll.mui",
- "bin/10.0.22000.0/x86/en/Microsoft.Tools.Deploy.resources.dll",
- "bin/10.0.22000.0/x86/en/WinAppDeployCmd.resources.dll",
- "bin/10.0.22000.0/x86/ipoverusb.discoverpartners.dll",
- "bin/10.0.22000.0/x86/makeappx.exe",
- "bin/10.0.22000.0/x86/makecat.exe",
- "bin/10.0.22000.0/x86/makecat.exe.manifest",
- "bin/10.0.22000.0/x86/makepri.exe",
- "bin/10.0.22000.0/x86/mc.exe",
- "bin/10.0.22000.0/x86/mdmerge.exe",
- "bin/10.0.22000.0/x86/midl.exe",
- "bin/10.0.22000.0/x86/midlc.exe",
- "bin/10.0.22000.0/x86/midlrt.exe",
- "bin/10.0.22000.0/x86/midlrtmd.dll",
- "bin/10.0.22000.0/x86/mrmsupport.dll",
- "bin/10.0.22000.0/x86/msisip.dll",
- "bin/10.0.22000.0/x86/mssign32.dll",
- "bin/10.0.22000.0/x86/mt.exe",
- "bin/10.0.22000.0/x86/mt.exe.config",
- "bin/10.0.22000.0/x86/opcservices.dll",
- "bin/10.0.22000.0/x86/rc.exe",
- "bin/10.0.22000.0/x86/rcdll.dll",
- "bin/10.0.22000.0/x86/signtool.exe",
- "bin/10.0.22000.0/x86/signtool.exe.manifest",
- "bin/10.0.22000.0/x86/tracewpp.exe",
- "bin/10.0.22000.0/x86/winmdidl.exe",
- "bin/10.0.22000.0/x86/wintrust.dll",
- "bin/10.0.22000.0/x86/wintrust.dll.ini",
+ "bin/10.0.22621.0/arm/AccChecker/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22621.0/arm/DeployUtil.exe",
+ "bin/10.0.22621.0/arm64/AccChecker/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22621.0/arm64/ComparePackage.exe",
+ "bin/10.0.22621.0/arm64/DeployUtil.exe",
+ "bin/10.0.22621.0/arm64/MakeCert.exe",
+ "bin/10.0.22621.0/arm64/Microsoft.ComparePackage.Lib.dll",
+ "bin/10.0.22621.0/arm64/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22621.0/arm64/Microsoft.PackageEditor.Lib.dll",
+ "bin/10.0.22621.0/arm64/Microsoft.Tools.Connectivity.dll",
+ "bin/10.0.22621.0/arm64/Microsoft.Tools.Deploy.dll",
+ "bin/10.0.22621.0/arm64/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest",
+ "bin/10.0.22621.0/arm64/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest",
+ "bin/10.0.22621.0/arm64/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest",
+ "bin/10.0.22621.0/arm64/Microsoft.Windows.Build.Signing.mssign32.dll.manifest",
+ "bin/10.0.22621.0/arm64/Microsoft.Windows.Build.Signing.wintrust.dll.manifest",
+ "bin/10.0.22621.0/arm64/PackageEditor.exe",
+ "bin/10.0.22621.0/arm64/ServicingCommon.dll",
+ "bin/10.0.22621.0/arm64/SirepClient.assembly.manifest",
+ "bin/10.0.22621.0/arm64/SirepClient.dll",
+ "bin/10.0.22621.0/arm64/SirepInterop.dll",
+ "bin/10.0.22621.0/arm64/SshClient.dll",
+ "bin/10.0.22621.0/arm64/WinAppDeployCmd.exe",
+ "bin/10.0.22621.0/arm64/WinAppDeployCommon.dll",
+ "bin/10.0.22621.0/arm64/appxpackaging.dll",
+ "bin/10.0.22621.0/arm64/appxsip.dll",
+ "bin/10.0.22621.0/arm64/en-US/AppxPackaging.dll.mui",
+ "bin/10.0.22621.0/arm64/en/Microsoft.Tools.Deploy.resources.dll",
+ "bin/10.0.22621.0/arm64/en/WinAppDeployCmd.resources.dll",
+ "bin/10.0.22621.0/arm64/ipoverusb.discoverpartners.dll",
+ "bin/10.0.22621.0/arm64/makeappx.exe",
+ "bin/10.0.22621.0/arm64/makecat.exe",
+ "bin/10.0.22621.0/arm64/makecat.exe.manifest",
+ "bin/10.0.22621.0/arm64/makepri.exe",
+ "bin/10.0.22621.0/arm64/mc.exe",
+ "bin/10.0.22621.0/arm64/mdmerge.exe",
+ "bin/10.0.22621.0/arm64/midl.exe",
+ "bin/10.0.22621.0/arm64/midlc.exe",
+ "bin/10.0.22621.0/arm64/midlrt.exe",
+ "bin/10.0.22621.0/arm64/midlrtmd.dll",
+ "bin/10.0.22621.0/arm64/mrmsupport.dll",
+ "bin/10.0.22621.0/arm64/msisip.dll",
+ "bin/10.0.22621.0/arm64/mssign32.dll",
+ "bin/10.0.22621.0/arm64/mt.exe",
+ "bin/10.0.22621.0/arm64/mt.exe.config",
+ "bin/10.0.22621.0/arm64/opcservices.dll",
+ "bin/10.0.22621.0/arm64/rc.exe",
+ "bin/10.0.22621.0/arm64/rcdll.dll",
+ "bin/10.0.22621.0/arm64/signtool.exe",
+ "bin/10.0.22621.0/arm64/signtool.exe.manifest",
+ "bin/10.0.22621.0/arm64/tracewpp.exe",
+ "bin/10.0.22621.0/arm64/uuidgen.exe",
+ "bin/10.0.22621.0/arm64/winmdidl.exe",
+ "bin/10.0.22621.0/arm64/wintrust.dll",
+ "bin/10.0.22621.0/arm64/wintrust.dll.ini",
+ "bin/10.0.22621.0/x64/AccChecker/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22621.0/x64/ComparePackage.exe",
+ "bin/10.0.22621.0/x64/DeployUtil.exe",
+ "bin/10.0.22621.0/x64/MakeCert.exe",
+ "bin/10.0.22621.0/x64/Microsoft.ComparePackage.Lib.dll",
+ "bin/10.0.22621.0/x64/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22621.0/x64/Microsoft.PackageEditor.Lib.dll",
+ "bin/10.0.22621.0/x64/Microsoft.Tools.Connectivity.dll",
+ "bin/10.0.22621.0/x64/Microsoft.Tools.Deploy.dll",
+ "bin/10.0.22621.0/x64/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest",
+ "bin/10.0.22621.0/x64/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest",
+ "bin/10.0.22621.0/x64/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest",
+ "bin/10.0.22621.0/x64/Microsoft.Windows.Build.Signing.mssign32.dll.manifest",
+ "bin/10.0.22621.0/x64/Microsoft.Windows.Build.Signing.wintrust.dll.manifest",
+ "bin/10.0.22621.0/x64/PackageEditor.exe",
+ "bin/10.0.22621.0/x64/ServicingCommon.dll",
+ "bin/10.0.22621.0/x64/SirepClient.assembly.manifest",
+ "bin/10.0.22621.0/x64/SirepClient.dll",
+ "bin/10.0.22621.0/x64/SirepInterop.dll",
+ "bin/10.0.22621.0/x64/SshClient.dll",
+ "bin/10.0.22621.0/x64/WinAppDeployCmd.exe",
+ "bin/10.0.22621.0/x64/WinAppDeployCommon.dll",
+ "bin/10.0.22621.0/x64/appxpackaging.dll",
+ "bin/10.0.22621.0/x64/appxsip.dll",
+ "bin/10.0.22621.0/x64/en-US/AppxPackaging.dll.mui",
+ "bin/10.0.22621.0/x64/en/Microsoft.Tools.Deploy.resources.dll",
+ "bin/10.0.22621.0/x64/en/WinAppDeployCmd.resources.dll",
+ "bin/10.0.22621.0/x64/ipoverusb.discoverpartners.dll",
+ "bin/10.0.22621.0/x64/makeappx.exe",
+ "bin/10.0.22621.0/x64/makecat.exe",
+ "bin/10.0.22621.0/x64/makecat.exe.manifest",
+ "bin/10.0.22621.0/x64/makepri.exe",
+ "bin/10.0.22621.0/x64/mc.exe",
+ "bin/10.0.22621.0/x64/mdmerge.exe",
+ "bin/10.0.22621.0/x64/midl.exe",
+ "bin/10.0.22621.0/x64/midlc.exe",
+ "bin/10.0.22621.0/x64/midlrt.exe",
+ "bin/10.0.22621.0/x64/midlrtmd.dll",
+ "bin/10.0.22621.0/x64/mrmsupport.dll",
+ "bin/10.0.22621.0/x64/msisip.dll",
+ "bin/10.0.22621.0/x64/mssign32.dll",
+ "bin/10.0.22621.0/x64/mt.exe",
+ "bin/10.0.22621.0/x64/mt.exe.config",
+ "bin/10.0.22621.0/x64/opcservices.dll",
+ "bin/10.0.22621.0/x64/rc.exe",
+ "bin/10.0.22621.0/x64/rcdll.dll",
+ "bin/10.0.22621.0/x64/signtool.exe",
+ "bin/10.0.22621.0/x64/signtool.exe.manifest",
+ "bin/10.0.22621.0/x64/tracewpp.exe",
+ "bin/10.0.22621.0/x64/uuidgen.exe",
+ "bin/10.0.22621.0/x64/winmdidl.exe",
+ "bin/10.0.22621.0/x64/wintrust.dll",
+ "bin/10.0.22621.0/x64/wintrust.dll.ini",
+ "bin/10.0.22621.0/x86/AccChecker/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22621.0/x86/ComparePackage.exe",
+ "bin/10.0.22621.0/x86/DeployUtil.exe",
+ "bin/10.0.22621.0/x86/MakeCert.exe",
+ "bin/10.0.22621.0/x86/Microsoft.ComparePackage.Lib.dll",
+ "bin/10.0.22621.0/x86/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22621.0/x86/Microsoft.PackageEditor.Lib.dll",
+ "bin/10.0.22621.0/x86/Microsoft.Tools.Connectivity.dll",
+ "bin/10.0.22621.0/x86/Microsoft.Tools.Deploy.dll",
+ "bin/10.0.22621.0/x86/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest",
+ "bin/10.0.22621.0/x86/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest",
+ "bin/10.0.22621.0/x86/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest",
+ "bin/10.0.22621.0/x86/Microsoft.Windows.Build.Signing.mssign32.dll.manifest",
+ "bin/10.0.22621.0/x86/Microsoft.Windows.Build.Signing.wintrust.dll.manifest",
+ "bin/10.0.22621.0/x86/PackageEditor.exe",
+ "bin/10.0.22621.0/x86/ServicingCommon.dll",
+ "bin/10.0.22621.0/x86/SirepClient.assembly.manifest",
+ "bin/10.0.22621.0/x86/SirepClient.dll",
+ "bin/10.0.22621.0/x86/SirepInterop.dll",
+ "bin/10.0.22621.0/x86/SshClient.dll",
+ "bin/10.0.22621.0/x86/WinAppDeployCmd.exe",
+ "bin/10.0.22621.0/x86/WinAppDeployCommon.dll",
+ "bin/10.0.22621.0/x86/appxpackaging.dll",
+ "bin/10.0.22621.0/x86/appxsip.dll",
+ "bin/10.0.22621.0/x86/en-US/AppxPackaging.dll.mui",
+ "bin/10.0.22621.0/x86/en/Microsoft.Tools.Deploy.resources.dll",
+ "bin/10.0.22621.0/x86/en/WinAppDeployCmd.resources.dll",
+ "bin/10.0.22621.0/x86/ipoverusb.discoverpartners.dll",
+ "bin/10.0.22621.0/x86/makeappx.exe",
+ "bin/10.0.22621.0/x86/makecat.exe",
+ "bin/10.0.22621.0/x86/makecat.exe.manifest",
+ "bin/10.0.22621.0/x86/makepri.exe",
+ "bin/10.0.22621.0/x86/mc.exe",
+ "bin/10.0.22621.0/x86/mdmerge.exe",
+ "bin/10.0.22621.0/x86/midl.exe",
+ "bin/10.0.22621.0/x86/midlc.exe",
+ "bin/10.0.22621.0/x86/midlrt.exe",
+ "bin/10.0.22621.0/x86/midlrtmd.dll",
+ "bin/10.0.22621.0/x86/mrmsupport.dll",
+ "bin/10.0.22621.0/x86/msisip.dll",
+ "bin/10.0.22621.0/x86/mssign32.dll",
+ "bin/10.0.22621.0/x86/mt.exe",
+ "bin/10.0.22621.0/x86/mt.exe.config",
+ "bin/10.0.22621.0/x86/opcservices.dll",
+ "bin/10.0.22621.0/x86/rc.exe",
+ "bin/10.0.22621.0/x86/rcdll.dll",
+ "bin/10.0.22621.0/x86/signtool.exe",
+ "bin/10.0.22621.0/x86/signtool.exe.manifest",
+ "bin/10.0.22621.0/x86/tracewpp.exe",
+ "bin/10.0.22621.0/x86/uuidgen.exe",
+ "bin/10.0.22621.0/x86/winmdidl.exe",
+ "bin/10.0.22621.0/x86/wintrust.dll",
+ "bin/10.0.22621.0/x86/wintrust.dll.ini",
"build/Microsoft.Windows.SDK.BuildTools.props",
"build/Microsoft.Windows.SDK.BuildTools.targets",
- "microsoft.windows.sdk.buildtools.10.0.22000.194.nupkg.sha512",
+ "microsoft.windows.sdk.buildtools.10.0.22621.755.nupkg.sha512",
"microsoft.windows.sdk.buildtools.nuspec",
- "schemas/10.0.22000.0/winrt/AppxManifestSchema.xsd",
- "schemas/10.0.22000.0/winrt/AppxManifestSchema2010_v2.xsd",
- "schemas/10.0.22000.0/winrt/AppxManifestSchema2013.xsd",
- "schemas/10.0.22000.0/winrt/FoundationManifestSchema.xsd",
- "schemas/10.0.22000.0/winrt/FoundationManifestSchema_v2.xsd",
- "schemas/10.0.22000.0/winrt/UapManifestSchema.xsd",
- "schemas/10.0.22000.0/winrt/UapManifestSchema_v10.xsd",
- "schemas/10.0.22000.0/winrt/UapManifestSchema_v11.xsd",
- "schemas/10.0.22000.0/winrt/UapManifestSchema_v12.xsd",
- "schemas/10.0.22000.0/winrt/UapManifestSchema_v13.xsd",
- "schemas/10.0.22000.0/winrt/UapManifestSchema_v2.xsd",
- "schemas/10.0.22000.0/winrt/UapManifestSchema_v3.xsd",
- "schemas/10.0.22000.0/winrt/UapManifestSchema_v4.xsd",
- "schemas/10.0.22000.0/winrt/UapManifestSchema_v5.xsd",
- "schemas/10.0.22000.0/winrt/UapManifestSchema_v6.xsd",
- "schemas/10.0.22000.0/winrt/UapManifestSchema_v7.xsd",
- "schemas/10.0.22000.0/winrt/UapManifestSchema_v8.xsd"
+ "schemas/10.0.22621.0/winrt/AppxManifestSchema.xsd",
+ "schemas/10.0.22621.0/winrt/AppxManifestSchema2010_v2.xsd",
+ "schemas/10.0.22621.0/winrt/AppxManifestSchema2013.xsd",
+ "schemas/10.0.22621.0/winrt/FoundationManifestSchema.xsd",
+ "schemas/10.0.22621.0/winrt/FoundationManifestSchema_v2.xsd",
+ "schemas/10.0.22621.0/winrt/UapManifestSchema.xsd",
+ "schemas/10.0.22621.0/winrt/UapManifestSchema_v10.xsd",
+ "schemas/10.0.22621.0/winrt/UapManifestSchema_v11.xsd",
+ "schemas/10.0.22621.0/winrt/UapManifestSchema_v12.xsd",
+ "schemas/10.0.22621.0/winrt/UapManifestSchema_v13.xsd",
+ "schemas/10.0.22621.0/winrt/UapManifestSchema_v2.xsd",
+ "schemas/10.0.22621.0/winrt/UapManifestSchema_v3.xsd",
+ "schemas/10.0.22621.0/winrt/UapManifestSchema_v4.xsd",
+ "schemas/10.0.22621.0/winrt/UapManifestSchema_v5.xsd",
+ "schemas/10.0.22621.0/winrt/UapManifestSchema_v6.xsd",
+ "schemas/10.0.22621.0/winrt/UapManifestSchema_v7.xsd",
+ "schemas/10.0.22621.0/winrt/UapManifestSchema_v8.xsd"
]
},
- "Microsoft.WindowsAppSDK/1.1.5": {
- "sha512": "gGeFfN1AQiIo6DaPe4KkOvlx/EDjwq/Lc+Q3EzX+U4x/hsiZkls/XqFpNTjELyYgsxl8g0SiPzguJ7A1dlhC6Q==",
+ "Microsoft.WindowsAppSDK/1.2.221209.1": {
+ "sha512": "1Y8KDCmUqytdduubaQhRz6aqaP7YhVSPE/fHeqLMsK3DrV+eBThrqkM6R/8N2lu0mwkNfKSTSAhixrTR72nyWA==",
"type": "package",
- "path": "microsoft.windowsappsdk/1.1.5",
+ "path": "microsoft.windowsappsdk/1.2.221209.1",
"hasTools": true,
"files": [
".nupkg.metadata",
".signature.p7s",
- "AppxManifest.xml",
"NOTICE.txt",
"WindowsAppSDK-VersionInfo.json",
"WindowsAppSDK-VersionInfo.xml",
@@ -22074,6 +22374,8 @@
"build/Microsoft.WindowsAppSDK.DWrite.ProjectCapabilities.props",
"build/Microsoft.WindowsAppSDK.DWrite.props",
"build/Microsoft.WindowsAppSDK.DWrite.targets",
+ "build/Microsoft.WindowsAppSDK.DeploymentManager.CS.targets",
+ "build/Microsoft.WindowsAppSDK.DeploymentManagerCommon.targets",
"build/Microsoft.WindowsAppSDK.Foundation.props",
"build/Microsoft.WindowsAppSDK.Foundation.targets",
"build/Microsoft.WindowsAppSDK.InteractiveExperiences.props",
@@ -22082,6 +22384,7 @@
"build/Microsoft.WindowsAppSDK.SelfContained.targets",
"build/Microsoft.WindowsAppSDK.UndockedRegFreeWinRT.CS.targets",
"build/Microsoft.WindowsAppSDK.UndockedRegFreeWinRTCommon.targets",
+ "build/Microsoft.WindowsAppSDK.Widgets.targets",
"build/Microsoft.WindowsAppSDK.WinUI.Build.props",
"build/Microsoft.WindowsAppSDK.WinUI.props",
"build/Microsoft.WindowsAppSDK.WinUI.targets",
@@ -22162,6 +22465,7 @@
"build/native/Microsoft.WindowsAppSDK.Foundation.targets",
"build/native/Microsoft.WindowsAppSDK.InteractiveExperiences.props",
"build/native/Microsoft.WindowsAppSDK.InteractiveExperiences.targets",
+ "build/native/Microsoft.WindowsAppSDK.Widgets.targets",
"build/native/Microsoft.WindowsAppSDK.WinUI.props",
"build/native/Microsoft.WindowsAppSDK.WinUI.targets",
"build/native/Microsoft.WindowsAppSDK.props",
@@ -22171,6 +22475,7 @@
"build/native/MrtCore.targets",
"build/native/WindowsAppSDK-Nuget-Native.Bootstrap.targets",
"build/native/WindowsAppSDK-Nuget-Native.C.props",
+ "build/native/WindowsAppSDK-Nuget-Native.DeploymentManager.targets",
"build/native/WindowsAppSDK-Nuget-Native.UndockedRegFreeWinRT.targets",
"build/native/WindowsAppSDK-Nuget-Native.WinRt.props",
"buildTransitive/AppDevPackageScripts/Add-AppDevPackage.ps1",
@@ -22227,6 +22532,8 @@
"buildTransitive/Microsoft.WindowsAppSDK.DWrite.ProjectCapabilities.props",
"buildTransitive/Microsoft.WindowsAppSDK.DWrite.props",
"buildTransitive/Microsoft.WindowsAppSDK.DWrite.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.DeploymentManager.CS.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.DeploymentManagerCommon.targets",
"buildTransitive/Microsoft.WindowsAppSDK.Foundation.props",
"buildTransitive/Microsoft.WindowsAppSDK.Foundation.targets",
"buildTransitive/Microsoft.WindowsAppSDK.InteractiveExperiences.props",
@@ -22235,6 +22542,7 @@
"buildTransitive/Microsoft.WindowsAppSDK.SelfContained.targets",
"buildTransitive/Microsoft.WindowsAppSDK.UndockedRegFreeWinRT.CS.targets",
"buildTransitive/Microsoft.WindowsAppSDK.UndockedRegFreeWinRTCommon.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.Widgets.targets",
"buildTransitive/Microsoft.WindowsAppSDK.WinUI.Build.props",
"buildTransitive/Microsoft.WindowsAppSDK.WinUI.props",
"buildTransitive/Microsoft.WindowsAppSDK.WinUI.targets",
@@ -22315,6 +22623,7 @@
"buildTransitive/native/Microsoft.WindowsAppSDK.Foundation.targets",
"buildTransitive/native/Microsoft.WindowsAppSDK.InteractiveExperiences.props",
"buildTransitive/native/Microsoft.WindowsAppSDK.InteractiveExperiences.targets",
+ "buildTransitive/native/Microsoft.WindowsAppSDK.Widgets.targets",
"buildTransitive/native/Microsoft.WindowsAppSDK.WinUI.props",
"buildTransitive/native/Microsoft.WindowsAppSDK.WinUI.targets",
"buildTransitive/native/Microsoft.WindowsAppSDK.props",
@@ -22324,16 +22633,21 @@
"buildTransitive/native/MrtCore.targets",
"buildTransitive/native/WindowsAppSDK-Nuget-Native.Bootstrap.targets",
"buildTransitive/native/WindowsAppSDK-Nuget-Native.C.props",
+ "buildTransitive/native/WindowsAppSDK-Nuget-Native.DeploymentManager.targets",
"buildTransitive/native/WindowsAppSDK-Nuget-Native.UndockedRegFreeWinRT.targets",
"buildTransitive/native/WindowsAppSDK-Nuget-Native.WinRt.props",
+ "include/DeploymentManagerAutoInitializer.cpp",
+ "include/DeploymentManagerAutoInitializer.cs",
"include/MRM.h",
"include/MddBootstrap.h",
"include/MddBootstrapAutoInitializer.cpp",
"include/MddBootstrapAutoInitializer.cs",
"include/Microsoft.UI.Composition.Interop.h",
+ "include/Microsoft.UI.Input.InputCursor.Interop.h",
"include/Microsoft.UI.Interop.h",
"include/Microsoft.Windows.ApplicationModel.Resources.idl",
"include/MsixDynamicDependency.h",
+ "include/Security.AccessControl.h",
"include/UndockedRegFreeWinRT-AutoInitializer.cpp",
"include/UndockedRegFreeWinRT-AutoInitializer.cs",
"include/WebView2.h",
@@ -22356,49 +22670,56 @@
"include/microsoft.ui.xaml.window.idl",
"include/wil_msixdynamicdependency.h",
"include/winrt/Microsoft.UI.Composition.Interop.h",
+ "include/winrt/Microsoft.UI.Input.InputCursor.Interop.h",
"include/winrt/Microsoft.UI.Interop.h",
"include/winrtdirect3d11.h",
"include/winrtdirectxcommon.h",
"include/xamlom.winui.h",
"include/xamlom.winui.idl",
- "lib/net5.0-windows10.0.17763.0/Microsoft.InteractiveExperiences.Projection.dll",
- "lib/net5.0-windows10.0.17763.0/Microsoft.InteractiveExperiences.Projection.xml",
- "lib/net5.0-windows10.0.17763.0/Microsoft.WinUI.dll",
- "lib/net5.0-windows10.0.17763.0/Microsoft.WinUI.xml",
- "lib/net5.0-windows10.0.17763.0/Microsoft.WinUI/Themes/generic.xaml",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.AppLifecycle.Projection.dll",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.AppLifecycle.Projection.xml",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.AppNotifications.Projection.dll",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.xml",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.Resources.Projection.xml",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.xml",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.PushNotifications.Projection.dll",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.System.Power.Projection.dll",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.System.Power.Projection.xml",
- "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.System.Projection.dll",
- "lib/net5.0-windows10.0.17763.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll",
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll",
- "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.xml",
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll",
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.xml",
- "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI/Themes/generic.xaml",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.xml",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.xml",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.xml",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.xml",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.xml",
- "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll",
- "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.InteractiveExperiences.Projection.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.InteractiveExperiences.Projection.xml",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.WinUI.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.WinUI.xml",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.WinUI/Themes/generic.xaml",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.AppLifecycle.Projection.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.AppLifecycle.Projection.xml",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.AppNotifications.Projection.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.xml",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.Resources.Projection.xml",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.xml",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.PushNotifications.Projection.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.Security.AccessControl.Projection.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.System.Power.Projection.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.System.Power.Projection.xml",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.System.Projection.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.Windows.Widgets.Projection.dll",
+ "lib/net6.0-windows10.0.17763.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.xml",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.xml",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI/Themes/generic.xaml",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.xml",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.xml",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.xml",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.xml",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.xml",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll",
+ "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll",
"lib/uap10.0.17763/Microsoft.Foundation.winmd",
"lib/uap10.0.17763/Microsoft.Foundation.xml",
"lib/uap10.0.17763/Microsoft.Graphics.winmd",
@@ -22421,6 +22742,7 @@
"lib/uap10.0/Microsoft.Web.WebView2.Core.winmd",
"lib/uap10.0/Microsoft.Windows.AppLifecycle.winmd",
"lib/uap10.0/Microsoft.Windows.AppLifecycle.xml",
+ "lib/uap10.0/Microsoft.Windows.AppNotifications.Builder.winmd",
"lib/uap10.0/Microsoft.Windows.AppNotifications.winmd",
"lib/uap10.0/Microsoft.Windows.ApplicationModel.DynamicDependency.winmd",
"lib/uap10.0/Microsoft.Windows.ApplicationModel.DynamicDependency.xml",
@@ -22430,10 +22752,12 @@
"lib/uap10.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.xml",
"lib/uap10.0/Microsoft.Windows.PushNotifications.winmd",
"lib/uap10.0/Microsoft.Windows.PushNotifications.xml",
+ "lib/uap10.0/Microsoft.Windows.Security.AccessControl.winmd",
"lib/uap10.0/Microsoft.Windows.System.Power.winmd",
"lib/uap10.0/Microsoft.Windows.System.Power.xml",
"lib/uap10.0/Microsoft.Windows.System.winmd",
"lib/uap10.0/Microsoft.Windows.System.xml",
+ "lib/uap10.0/Microsoft.Windows.Widgets.winmd",
"lib/win10-arm64/DWriteCore.lib",
"lib/win10-arm64/MRM.lib",
"lib/win10-arm64/Microsoft.WindowsAppRuntime.Bootstrap.lib",
@@ -22450,26 +22774,26 @@
"manifests/Microsoft.InteractiveExperiences.manifest",
"manifests/Microsoft.WindowsAppSdk.Foundation.manifest",
"manifests/manifests/Microsoft.WindowsAppSdk.WinUI.manifest",
- "microsoft.windowsappsdk.1.1.5.nupkg.sha512",
+ "microsoft.windowsappsdk.1.2.221209.1.nupkg.sha512",
"microsoft.windowsappsdk.nuspec",
"runtimes/win10-arm64/native/Microsoft.WindowsAppRuntime.Bootstrap.dll",
"runtimes/win10-x64/native/Microsoft.WindowsAppRuntime.Bootstrap.dll",
"runtimes/win10-x86/native/Microsoft.WindowsAppRuntime.Bootstrap.dll",
"tools/MSIX/win10-arm64/MSIX.inventory",
- "tools/MSIX/win10-arm64/Microsoft.WindowsAppRuntime.1.1.msix",
- "tools/MSIX/win10-arm64/Microsoft.WindowsAppRuntime.DDLM.1.1.msix",
- "tools/MSIX/win10-arm64/Microsoft.WindowsAppRuntime.Main.1.1.msix",
- "tools/MSIX/win10-arm64/Microsoft.WindowsAppRuntime.Singleton.1.1.msix",
+ "tools/MSIX/win10-arm64/Microsoft.WindowsAppRuntime.1.2.msix",
+ "tools/MSIX/win10-arm64/Microsoft.WindowsAppRuntime.DDLM.1.2.msix",
+ "tools/MSIX/win10-arm64/Microsoft.WindowsAppRuntime.Main.1.2.msix",
+ "tools/MSIX/win10-arm64/Microsoft.WindowsAppRuntime.Singleton.1.2.msix",
"tools/MSIX/win10-x64/MSIX.inventory",
- "tools/MSIX/win10-x64/Microsoft.WindowsAppRuntime.1.1.msix",
- "tools/MSIX/win10-x64/Microsoft.WindowsAppRuntime.DDLM.1.1.msix",
- "tools/MSIX/win10-x64/Microsoft.WindowsAppRuntime.Main.1.1.msix",
- "tools/MSIX/win10-x64/Microsoft.WindowsAppRuntime.Singleton.1.1.msix",
+ "tools/MSIX/win10-x64/Microsoft.WindowsAppRuntime.1.2.msix",
+ "tools/MSIX/win10-x64/Microsoft.WindowsAppRuntime.DDLM.1.2.msix",
+ "tools/MSIX/win10-x64/Microsoft.WindowsAppRuntime.Main.1.2.msix",
+ "tools/MSIX/win10-x64/Microsoft.WindowsAppRuntime.Singleton.1.2.msix",
"tools/MSIX/win10-x86/MSIX.inventory",
- "tools/MSIX/win10-x86/Microsoft.WindowsAppRuntime.1.1.msix",
- "tools/MSIX/win10-x86/Microsoft.WindowsAppRuntime.DDLM.1.1.msix",
- "tools/MSIX/win10-x86/Microsoft.WindowsAppRuntime.Main.1.1.msix",
- "tools/MSIX/win10-x86/Microsoft.WindowsAppRuntime.Singleton.1.1.msix",
+ "tools/MSIX/win10-x86/Microsoft.WindowsAppRuntime.1.2.msix",
+ "tools/MSIX/win10-x86/Microsoft.WindowsAppRuntime.DDLM.1.2.msix",
+ "tools/MSIX/win10-x86/Microsoft.WindowsAppRuntime.Main.1.2.msix",
+ "tools/MSIX/win10-x86/Microsoft.WindowsAppRuntime.Singleton.1.2.msix",
"tools/NOTICE.txt",
"tools/arm64/GenXbf.dll",
"tools/net472/Microsoft.Bcl.AsyncInterfaces.dll",
@@ -22625,77 +22949,10 @@
"tools/x86/GenXbf.dll"
]
},
- "System.Diagnostics.DiagnosticSource/6.0.0": {
- "sha512": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
- "type": "package",
- "path": "system.diagnostics.diagnosticsource/6.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
- "buildTransitive/netcoreapp3.1/_._",
- "lib/net461/System.Diagnostics.DiagnosticSource.dll",
- "lib/net461/System.Diagnostics.DiagnosticSource.xml",
- "lib/net5.0/System.Diagnostics.DiagnosticSource.dll",
- "lib/net5.0/System.Diagnostics.DiagnosticSource.xml",
- "lib/net6.0/System.Diagnostics.DiagnosticSource.dll",
- "lib/net6.0/System.Diagnostics.DiagnosticSource.xml",
- "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
- "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
- "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
- "system.diagnostics.diagnosticsource.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
- "type": "package",
- "path": "system.runtime.compilerservices.unsafe/6.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
- "buildTransitive/netcoreapp3.1/_._",
- "lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
- "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
- "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
- "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
- "system.runtime.compilerservices.unsafe.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
- "sha512": "vq+81ZqZz9oHV6iWgGXFnxHAyO5xA73nfvDNu5LwymIK294is5bRo3P063VToAbDRyyc0qq/YFRYjHmiD6Cv8Q==",
- "type": "package",
- "path": "system.runtime.interopservices.nfloat.internal/6.0.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "ref/net6.0/System.Runtime.InteropServices.dll",
- "ref/net6.0/System.Runtime.InteropServices.xml",
- "system.runtime.interopservices.nfloat.internal.6.0.1.nupkg.sha512",
- "system.runtime.interopservices.nfloat.internal.nuspec",
- "useSharedDesignerContext.txt"
- ]
- },
- "Xamarin.Android.Glide/4.12.0.8": {
- "sha512": "/aY+/hU38oTeZttBYE1t5GQr7qE/PMIVOtWjy6vj9jBeirLKwOq9tIAbt7YFYpSncX5X8Dd9w0fgwwJTC3qTkA==",
+ "Xamarin.Android.Glide/4.13.2.2": {
+ "sha512": "Z//Q0sKJ97g8wxuJ3z1kka76sSUHA7WGV7yUPGS7IwwciHrPxpEwEju5cxBAbwqYd2+Ug1ecvW3X+q5/tUh6cw==",
"type": "package",
- "path": "xamarin.android.glide/4.12.0.8",
+ "path": "xamarin.android.glide/4.13.2.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -22710,14 +22967,14 @@
"lib/monoandroid12.0/Xamarin.Android.Glide.xml",
"lib/net6.0-android31.0/Xamarin.Android.Glide.dll",
"lib/net6.0-android31.0/Xamarin.Android.Glide.xml",
- "xamarin.android.glide.4.12.0.8.nupkg.sha512",
+ "xamarin.android.glide.4.13.2.2.nupkg.sha512",
"xamarin.android.glide.nuspec"
]
},
- "Xamarin.Android.Glide.Annotations/4.12.0.8": {
- "sha512": "m+jx01VgRqvzDBWybFmfjyCM1ddQp9m4Iu1pwYL3A6qvRleA8Sb2Fama/06p8u4DbttZ05v23hRAJgmtIyVYMw==",
+ "Xamarin.Android.Glide.Annotations/4.13.2.2": {
+ "sha512": "wlgpu17vIjurQtzFZVY8hi7pz9RBbcjQXWB6qx5OB+aPXKZXPNeq8D9wOs/nxhzqsuPHRVQWIwE/ib1rj8Z94Q==",
"type": "package",
- "path": "xamarin.android.glide.annotations/4.12.0.8",
+ "path": "xamarin.android.glide.annotations/4.13.2.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -22732,14 +22989,14 @@
"lib/monoandroid12.0/Xamarin.Android.Glide.Annotations.xml",
"lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll",
"lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.xml",
- "xamarin.android.glide.annotations.4.12.0.8.nupkg.sha512",
+ "xamarin.android.glide.annotations.4.13.2.2.nupkg.sha512",
"xamarin.android.glide.annotations.nuspec"
]
},
- "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
- "sha512": "qFJjs4SaCsS3m8h5zKGwfLNnbnjCAJMIYXQTnt45qe9YZtIdWYgUogVuiI+PZueihQLfo8Fgx0/7dah/Ehte1Q==",
+ "Xamarin.Android.Glide.DiskLruCache/4.13.2.2": {
+ "sha512": "5BFS4vLpySlmdWCedg4zed44pwphUf2oRF1Zh0ywqvuTSP/hNQzhkmXK1yvKIjX3f1tFubBVA3jd/hrtTxyZmQ==",
"type": "package",
- "path": "xamarin.android.glide.disklrucache/4.12.0.8",
+ "path": "xamarin.android.glide.disklrucache/4.13.2.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -22754,14 +23011,14 @@
"lib/monoandroid12.0/Xamarin.Android.Glide.DiskLruCache.xml",
"lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll",
"lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.xml",
- "xamarin.android.glide.disklrucache.4.12.0.8.nupkg.sha512",
+ "xamarin.android.glide.disklrucache.4.13.2.2.nupkg.sha512",
"xamarin.android.glide.disklrucache.nuspec"
]
},
- "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
- "sha512": "cjxizxtYC4V/7SlGal8lA+DrtNOgFPVSMK7rCO7oWSbPYGI+ujXpJcHgASy2Kq0C4XxEw43Izd4CjqELXCZeow==",
+ "Xamarin.Android.Glide.GifDecoder/4.13.2.2": {
+ "sha512": "NNxbDkFBPolJilt4gD4N0TJpNqiu0c23luEkVCnGT8U9t3SQiI1VMKXuJrC0r+87EaFoWNrzYcoG6vur0Cz/jw==",
"type": "package",
- "path": "xamarin.android.glide.gifdecoder/4.12.0.8",
+ "path": "xamarin.android.glide.gifdecoder/4.13.2.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -22776,68 +23033,74 @@
"lib/monoandroid12.0/Xamarin.Android.Glide.GifDecoder.xml",
"lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll",
"lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.xml",
- "xamarin.android.glide.gifdecoder.4.12.0.8.nupkg.sha512",
+ "xamarin.android.glide.gifdecoder.4.13.2.2.nupkg.sha512",
"xamarin.android.glide.gifdecoder.nuspec"
]
},
- "Xamarin.AndroidX.Activity/1.4.0.2": {
- "sha512": "IP1nqQsAvgtax9H5jaeDYolefiht149oyZ0q052rz7dAdIiAdkQRNl69INT8kLemHN8KkLQVr+n8RdzcUsF81w==",
+ "Xamarin.AndroidX.Activity/1.6.0.1": {
+ "sha512": "qE+nb6bHHpjWgNPg4a+PgjbidnFlzl/9/VgFbJjaJsdGRg+Z4dgIALJ6uYgkdoy7z1s6V85Ee9PlWLf54KYK1Q==",
"type": "package",
- "path": "xamarin.androidx.activity/1.4.0.2",
+ "path": "xamarin.androidx.activity/1.6.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.activity.activity.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Activity.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Activity.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Activity.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Activity.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Activity.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Activity.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.xml",
- "xamarin.androidx.activity.1.4.0.2.nupkg.sha512",
+ "xamarin.androidx.activity.1.6.0.1.nupkg.sha512",
"xamarin.androidx.activity.nuspec"
]
},
- "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
- "sha512": "K1cmaRmWomFeJn098vgCQHPOM083NFQpdhZKLuV9Fj5V6Rfu6IV6U3BXvx+H8EhZHtwKqnjPl60WFUfLF9f0ug==",
+ "Xamarin.AndroidX.Activity.Ktx/1.6.0.1": {
+ "sha512": "qZ8Fot/gbvjixK8RAJ4mhrimvuWaWa/+DaV7+Hnb3Y6lTrvPgy2yj71dQUKG1xK2onUO/j156NwaH9o2LV0C9Q==",
"type": "package",
- "path": "xamarin.androidx.activity.ktx/1.4.0.2",
+ "path": "xamarin.androidx.activity.ktx/1.6.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.activity.activity-ktx.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Activity.Ktx.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Activity.Ktx.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Activity.Ktx.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Activity.Ktx.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Activity.Ktx.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.xml",
- "xamarin.androidx.activity.ktx.1.4.0.2.nupkg.sha512",
+ "xamarin.androidx.activity.ktx.1.6.0.1.nupkg.sha512",
"xamarin.androidx.activity.ktx.nuspec"
]
},
- "Xamarin.AndroidX.Annotation/1.3.0.3": {
- "sha512": "2Qjc3UQb/aXF1/tv8Zsp7jSWZResSBFljwYOkkOam4RFfaFypB5vfQbqhHp51aEZoGTxd5NJC8ffVD1YE1msgQ==",
+ "Xamarin.AndroidX.Annotation/1.5.0.1": {
+ "sha512": "P3QXBOLiFVYoytRhJur3xKh6DsZ9m4umeDTrmhK3NXIFQq+tqFUFtUHYKUP4JRaW3FkCWsNFHczFlh9DfPM25Q==",
"type": "package",
- "path": "xamarin.androidx.annotation/1.3.0.3",
+ "path": "xamarin.androidx.annotation/1.5.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.AndroidX.Annotation.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Annotation.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets",
+ "icon.png",
"jar/androidx.annotation.annotation.jar",
"lib/monoandroid12.0/Xamarin.AndroidX.Annotation.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Annotation.pdb",
@@ -22845,47 +23108,50 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.xml",
- "xamarin.androidx.annotation.1.3.0.3.nupkg.sha512",
+ "xamarin.androidx.annotation.1.5.0.1.nupkg.sha512",
"xamarin.androidx.annotation.nuspec"
]
},
- "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
- "sha512": "JUGXzarQrtiFOIELbT28q9gyuGsMXG3WKUN/tqHqm/NCud2B5MFTQjt4CgFbpjMFn7122+6S1HL4ChULoypgyA==",
+ "Xamarin.AndroidX.Annotation.Experimental/1.3.0.1": {
+ "sha512": "VR0hS0pMr8zP1cs+thfge9+QaNp6bhfRRIHgkugO/1yji6SZmpyMCSLNwnvRSRrhTVBiR/f2k9+YS1AT1lUfAQ==",
"type": "package",
- "path": "xamarin.androidx.annotation.experimental/1.2.0.1",
+ "path": "xamarin.androidx.annotation.experimental/1.3.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.annotation.annotation-experimental.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Annotation.Experimental.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Annotation.Experimental.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Annotation.Experimental.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Annotation.Experimental.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Annotation.Experimental.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.xml",
- "proguard/proguard.txt",
- "xamarin.androidx.annotation.experimental.1.2.0.1.nupkg.sha512",
+ "xamarin.androidx.annotation.experimental.1.3.0.1.nupkg.sha512",
"xamarin.androidx.annotation.experimental.nuspec"
]
},
- "Xamarin.AndroidX.AppCompat/1.4.1.1": {
- "sha512": "fOT7Dl8/YdyMi1ndX0n2/Oe9R3qJ3pKtoSVYcnQF4D0nTt3o6KE3g58ly4OHFTweVzeau1WZvH9KSHkBlE7TOg==",
+ "Xamarin.AndroidX.AppCompat/1.5.1": {
+ "sha512": "XzRGd+pLFjMDgdeYVRGzMEEqz3ajAAyDVlUY3VIpTdqxdPrtd1DfS+mjH2EM+LPal9n7q1wYvki5NRcsSFx+MA==",
"type": "package",
- "path": "xamarin.androidx.appcompat/1.4.1.1",
+ "path": "xamarin.androidx.appcompat/1.5.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.appcompat.appcompat.aar",
"build/monoandroid12.0/Xamarin.AndroidX.AppCompat.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.AppCompat.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.AppCompat.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.AppCompat.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.AppCompat.xml",
@@ -22893,45 +23159,49 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.xml",
"proguard/proguard.txt",
- "xamarin.androidx.appcompat.1.4.1.1.nupkg.sha512",
+ "xamarin.androidx.appcompat.1.5.1.nupkg.sha512",
"xamarin.androidx.appcompat.nuspec"
]
},
- "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
- "sha512": "vevYbl4N4f21Sqo/hsBfG9p/doyV/36c9EjF+/MJApd/wbE0znRU9T2H45CgiQmG0P1R5+ayPRgvMhSwseZOUg==",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.5.1": {
+ "sha512": "qQ+TvlOjziPmyudq6NoDvQNvwA6LzRqnYS4eEnfTUCY6v+sNn7toJzqee9M58l6r6KVYP3nLKzXzNYkpHH2fbg==",
"type": "package",
- "path": "xamarin.androidx.appcompat.appcompatresources/1.4.1.1",
+ "path": "xamarin.androidx.appcompat.appcompatresources/1.5.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.appcompat.appcompat-resources.aar",
"build/monoandroid12.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.AppCompat.AppCompatResources.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.AppCompat.AppCompatResources.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.xml",
- "xamarin.androidx.appcompat.appcompatresources.1.4.1.1.nupkg.sha512",
+ "xamarin.androidx.appcompat.appcompatresources.1.5.1.nupkg.sha512",
"xamarin.androidx.appcompat.appcompatresources.nuspec"
]
},
- "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
- "sha512": "WUrZqWuE63nqS3sxR50OuDyAGRybX0BkUh5Aj3oR9N4obubmCarkNq3FP2fLEyFwmXZW2g/0vmpGca9g9uNk7Q==",
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.16": {
+ "sha512": "MYo1fY9hxJJj4nUrN2fmXFybvuZkCmqKgoSgq8K6T5Tha2xY5Dn4Ubqw/JCzZmOrzi0j9i3IRZHuAnlItn4oTg==",
"type": "package",
- "path": "xamarin.androidx.arch.core.common/2.1.0.14",
+ "path": "xamarin.androidx.arch.core.common/2.1.0.16",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Common.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Common.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets",
+ "icon.png",
"jar/androidx.arch.core.core-common.jar",
"lib/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Common.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Common.pdb",
@@ -22939,114 +23209,124 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.xml",
- "xamarin.androidx.arch.core.common.2.1.0.14.nupkg.sha512",
+ "xamarin.androidx.arch.core.common.2.1.0.16.nupkg.sha512",
"xamarin.androidx.arch.core.common.nuspec"
]
},
- "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
- "sha512": "QEgbwnXWQrrFgFLc76j4cM54Gwu/0phKXqnhYYWera99VSBbI4Cp7kLSOXBha3cgSfHKqTnvJjktkzePjlWfUg==",
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.16": {
+ "sha512": "mdHm8yY5ilEIn5wnzxctxlyOIeCLdx2MYOPlArT3myMS/aE97/xWwK6IqNe2OamkMvFQ+JhHy3mPMTMLZSZhIQ==",
"type": "package",
- "path": "xamarin.androidx.arch.core.runtime/2.1.0.14",
+ "path": "xamarin.androidx.arch.core.runtime/2.1.0.16",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.arch.core.core-runtime.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Runtime.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Runtime.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Runtime.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Runtime.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Runtime.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.xml",
- "xamarin.androidx.arch.core.runtime.2.1.0.14.nupkg.sha512",
+ "xamarin.androidx.arch.core.runtime.2.1.0.16.nupkg.sha512",
"xamarin.androidx.arch.core.runtime.nuspec"
]
},
- "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
- "sha512": "PDO5ql/f9iXHKsqZgqVekNzKO15KbNb3Q77E6YECC2qAGVPI+X4CeJujl6+6I+oZV6zGnbhPdHC6lOjtsfjsVA==",
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.15": {
+ "sha512": "JsrMIgJh8emgi8Wp/n025VIyoUFTMClDiQ6xAKi5S1PNNTFs23O1v1vjFEuaSi/qY2kCKj/Ir1oTNoiN2B948A==",
"type": "package",
- "path": "xamarin.androidx.asynclayoutinflater/1.0.0.13",
+ "path": "xamarin.androidx.asynclayoutinflater/1.0.0.15",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.asynclayoutinflater.asynclayoutinflater.aar",
"build/monoandroid12.0/Xamarin.AndroidX.AsyncLayoutInflater.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.AsyncLayoutInflater.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.AsyncLayoutInflater.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.AsyncLayoutInflater.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.AsyncLayoutInflater.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.xml",
- "xamarin.androidx.asynclayoutinflater.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.asynclayoutinflater.1.0.0.15.nupkg.sha512",
"xamarin.androidx.asynclayoutinflater.nuspec"
]
},
- "Xamarin.AndroidX.Browser/1.4.0.1": {
- "sha512": "n9Fmnu9UkPRO5UtQq9eoce0kNWL4+g4s6Yq49gU6/qc+0vIufOICXJft3FUBybp79ppqc+K8g4ArzOg8i2xmQA==",
+ "Xamarin.AndroidX.Browser/1.4.0.3": {
+ "sha512": "Jt+8rPjGBZcowR5WSWL2qDHP9BFz6DaKL6uxCxl5rvpanbOCr5tg9GFlhAFtQpnXfzT10ya+QPdm5xbsXpUQvA==",
"type": "package",
- "path": "xamarin.androidx.browser/1.4.0.1",
+ "path": "xamarin.androidx.browser/1.4.0.3",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.browser.browser.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Browser.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Browser.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Browser.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Browser.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Browser.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Browser.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Browser.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Browser.xml",
- "xamarin.androidx.browser.1.4.0.1.nupkg.sha512",
+ "xamarin.androidx.browser.1.4.0.3.nupkg.sha512",
"xamarin.androidx.browser.nuspec"
]
},
- "Xamarin.AndroidX.CardView/1.0.0.15": {
- "sha512": "O02fmzzZK7tWQTsQenpp2JtFlYnfn0fXv59jJGi+ShQuqizN1PE0lllyqlb3hoYrTqe9Qrh0l0W4FWVBeZItQw==",
+ "Xamarin.AndroidX.CardView/1.0.0.16": {
+ "sha512": "QOXnbTbiXRrUImqQ0yFK/1NubunU6gZ5M95K7ZOkHLiJae/NhJq3h99YJIteZbyTqlgnv7bWqsmPoQnJpsRG/g==",
"type": "package",
- "path": "xamarin.androidx.cardview/1.0.0.15",
+ "path": "xamarin.androidx.cardview/1.0.0.16",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.cardview.cardview.aar",
"build/monoandroid12.0/Xamarin.AndroidX.CardView.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.CardView.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.CardView.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.CardView.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.CardView.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.CardView.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.CardView.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.CardView.xml",
- "xamarin.androidx.cardview.1.0.0.15.nupkg.sha512",
+ "xamarin.androidx.cardview.1.0.0.16.nupkg.sha512",
"xamarin.androidx.cardview.nuspec"
]
},
- "Xamarin.AndroidX.Collection/1.2.0.3": {
- "sha512": "dSG+YF+7vHkzBhQUNaW+lytEorBEc7AC4S3KMmXW9ZZEDsgW6XqJWOG5fKw+7vW34ANCWU99M5h0MGhDdKhGXA==",
+ "Xamarin.AndroidX.Collection/1.2.0.5": {
+ "sha512": "kjc5B3MTb/s1Hjrjyg4yGoVFRK2bPlCuc8DVVEe9G2Prn9ZGplBNfGKKCyk6kyszlxqLbunYk1QNNUdwnrcY0A==",
"type": "package",
- "path": "xamarin.androidx.collection/1.2.0.3",
+ "path": "xamarin.androidx.collection/1.2.0.5",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.AndroidX.Collection.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Collection.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Collection.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets",
+ "icon.png",
"jar/androidx.collection.collection.jar",
"lib/monoandroid12.0/Xamarin.AndroidX.Collection.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Collection.pdb",
@@ -23054,22 +23334,24 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.xml",
- "xamarin.androidx.collection.1.2.0.3.nupkg.sha512",
+ "xamarin.androidx.collection.1.2.0.5.nupkg.sha512",
"xamarin.androidx.collection.nuspec"
]
},
- "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
- "sha512": "R0Jen1Gl/Omci2koYRgB0+0BJFgyBWxkoGNxaOLx9ORWzMlM5TED7djM19ErubdbBLeAdbmBLhubz/DjlvHRWg==",
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.5": {
+ "sha512": "0H1hhIT4Vv6FIFrHdYXvvHeIqNo8hdouEUKfHjIEB+2S414M0JD0eZM/bMDfei2Hc865I+AjCQIUfUz2UzzCww==",
"type": "package",
- "path": "xamarin.androidx.collection.ktx/1.2.0.3",
+ "path": "xamarin.androidx.collection.ktx/1.2.0.5",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.AndroidX.Collection.Ktx.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Collection.Ktx.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets",
+ "icon.png",
"jar/androidx.collection.collection-ktx.jar",
"lib/monoandroid12.0/Xamarin.AndroidX.Collection.Ktx.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Collection.Ktx.pdb",
@@ -23077,22 +23359,24 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.xml",
- "xamarin.androidx.collection.ktx.1.2.0.3.nupkg.sha512",
+ "xamarin.androidx.collection.ktx.1.2.0.5.nupkg.sha512",
"xamarin.androidx.collection.ktx.nuspec"
]
},
- "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
- "sha512": "z8GcJvqKA3Oc04LnMZO0uLv9+GCVrS5F5Sp+V7xBmwpFfSzN8tbv79yYWJVE4/gzmQ4AEU+iNEW0vYdoXBIEuA==",
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.10": {
+ "sha512": "yG7PlA8Hn9WMJ1c5XxfmJNEVDczfg2B4Otnc/6O3vd0xOJXZInsB8qzx3I5UBPuwplOYIfvU+bZQ9whg4LZM5Q==",
"type": "package",
- "path": "xamarin.androidx.concurrent.futures/1.1.0.8",
+ "path": "xamarin.androidx.concurrent.futures/1.1.0.10",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.AndroidX.Concurrent.Futures.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Concurrent.Futures.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets",
+ "icon.png",
"jar/androidx.concurrent.concurrent-futures.jar",
"lib/monoandroid12.0/Xamarin.AndroidX.Concurrent.Futures.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Concurrent.Futures.pdb",
@@ -23100,45 +23384,49 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.xml",
- "xamarin.androidx.concurrent.futures.1.1.0.8.nupkg.sha512",
+ "xamarin.androidx.concurrent.futures.1.1.0.10.nupkg.sha512",
"xamarin.androidx.concurrent.futures.nuspec"
]
},
- "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
- "sha512": "6k4yKzvQNwG/mfX55ImP+GoWYBOsat5Kj/B03LlTYinKKgFE+11bjD+QK0LXxch05cKS/d/QDUdcND0ZA6ASNQ==",
+ "Xamarin.AndroidX.ConstraintLayout/2.1.4.1": {
+ "sha512": "sbn1D5rng9gpH/vZqn+X52bFpPejXo/zfe7Q2aiGHi7ZEIY+ByEDSxJaAsfTzQtdr3EzPLn/TjG3eMIsYpkzEg==",
"type": "package",
- "path": "xamarin.androidx.constraintlayout/2.1.3.1",
+ "path": "xamarin.androidx.constraintlayout/2.1.4.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.constraintlayout.constraintlayout.aar",
"build/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.xml",
- "xamarin.androidx.constraintlayout.2.1.3.1.nupkg.sha512",
+ "xamarin.androidx.constraintlayout.2.1.4.1.nupkg.sha512",
"xamarin.androidx.constraintlayout.nuspec"
]
},
- "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
- "sha512": "XbP/eaM9t7e5yjGjFu4Xs0H4Q564Oaz/CxGXhf1b9aIbmBnERIF943k1lZxgp5ZN0a8vWcf4J9iC5xwNfgHkxQ==",
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.4.1": {
+ "sha512": "F8siQktuLtkMbnwJeccaVaLoO8A7OycRpzRt2WHoVNMqrMDre7AagtoY3VwXSC3v0Gzi14EgMu5T2a688Ke2bQ==",
"type": "package",
- "path": "xamarin.androidx.constraintlayout.core/1.0.3.1",
+ "path": "xamarin.androidx.constraintlayout.core/1.0.4.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.Core.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.Core.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets",
+ "icon.png",
"jar/androidx.constraintlayout.constraintlayout-core.jar",
"lib/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.Core.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.Core.pdb",
@@ -23146,23 +23434,25 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.xml",
- "xamarin.androidx.constraintlayout.core.1.0.3.1.nupkg.sha512",
+ "xamarin.androidx.constraintlayout.core.1.0.4.1.nupkg.sha512",
"xamarin.androidx.constraintlayout.core.nuspec"
]
},
- "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
- "sha512": "7gY/66TWe8oFUNYdKhFgnFfRJdO5zgG9QVHStMXoob0IkPL212G2VM2/AySbHPA8hiXgU4/D2QuvCf8GNUwqLg==",
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.3": {
+ "sha512": "rvwm3yXs207cIzjWDHc6J1Xde2QFXlsUBgcjv823Iad5TWdVMsr+HUBQ4DR4iQyxRBTfNRadP3K3WK2jOQWH6w==",
"type": "package",
- "path": "xamarin.androidx.coordinatorlayout/1.2.0.1",
+ "path": "xamarin.androidx.coordinatorlayout/1.2.0.3",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.coordinatorlayout.coordinatorlayout.aar",
"build/monoandroid12.0/Xamarin.AndroidX.CoordinatorLayout.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.CoordinatorLayout.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.CoordinatorLayout.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.CoordinatorLayout.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.CoordinatorLayout.xml",
@@ -23170,23 +23460,25 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.xml",
"proguard/proguard.txt",
- "xamarin.androidx.coordinatorlayout.1.2.0.1.nupkg.sha512",
+ "xamarin.androidx.coordinatorlayout.1.2.0.3.nupkg.sha512",
"xamarin.androidx.coordinatorlayout.nuspec"
]
},
- "Xamarin.AndroidX.Core/1.7.0.2": {
- "sha512": "J5UahIdIBdJUsliCya6FyyzIOuN9S4/Lql0fukOfpErmVwDOw1S4ZW9OMc7soC/WOFgefrZcfwhn+RtuYqO47Q==",
+ "Xamarin.AndroidX.Core/1.9.0.1": {
+ "sha512": "++4kJNQi4+9w+ObrwPLMRO/2u0KUR8gsMZiO1G/qLfB3fW+DCoixuOfv0FSQ4FvCYltxJjmGr4su5UbZfcZc6A==",
"type": "package",
- "path": "xamarin.androidx.core/1.7.0.2",
+ "path": "xamarin.androidx.core/1.9.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.core.core.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Core.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Core.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Core.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Core.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Core.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Core.xml",
@@ -23194,224 +23486,248 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.xml",
"proguard/proguard.txt",
- "xamarin.androidx.core.1.7.0.2.nupkg.sha512",
+ "xamarin.androidx.core.1.9.0.1.nupkg.sha512",
"xamarin.androidx.core.nuspec"
]
},
- "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
- "sha512": "c9ZJ7+Kw+AazNp21LjEZ9bxndhKlpxgkpjkgSP53g6qNcCHdAnTxpWFG0p57TEUslHcA58tBpAdRnTPivdHOaw==",
+ "Xamarin.AndroidX.Core.Core.Ktx/1.9.0.1": {
+ "sha512": "gGwZJGodTyWv9PKprC7dnY4nGzF1Sm8TfH8xpHAAW0ECI1CKsIrwyDDgbfACCJYD1lI3ubqElEAseeQZJom4dA==",
"type": "package",
- "path": "xamarin.androidx.core.core.ktx/1.7.0.2",
+ "path": "xamarin.androidx.core.core.ktx/1.9.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.core.core-ktx.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Core.Core.Ktx.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Core.Core.Ktx.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Core.Core.Ktx.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Core.Core.Ktx.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Core.Core.Ktx.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.xml",
- "xamarin.androidx.core.core.ktx.1.7.0.2.nupkg.sha512",
+ "xamarin.androidx.core.core.ktx.1.9.0.1.nupkg.sha512",
"xamarin.androidx.core.core.ktx.nuspec"
]
},
- "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
- "sha512": "tO8LiZ47xre6CTUB2NnVyCK/mxj0C2mfzfLa09px20MlYGqQBzNx3e0WMI3xfie80j2LzlEsz1j9gWRhQcSj/g==",
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.15": {
+ "sha512": "qfScXOllkbdnjnI4xpdXUi9RjO+h63hBpl3T8p4V5Ff/5cMwjqvwmXqX0Z8CfM4jdTLi0rK/Dt4Da7yN0UCPjA==",
"type": "package",
- "path": "xamarin.androidx.cursoradapter/1.0.0.13",
+ "path": "xamarin.androidx.cursoradapter/1.0.0.15",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.cursoradapter.cursoradapter.aar",
"build/monoandroid12.0/Xamarin.AndroidX.CursorAdapter.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.CursorAdapter.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.CursorAdapter.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.CursorAdapter.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.CursorAdapter.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.xml",
- "xamarin.androidx.cursoradapter.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.cursoradapter.1.0.0.15.nupkg.sha512",
"xamarin.androidx.cursoradapter.nuspec"
]
},
- "Xamarin.AndroidX.CustomView/1.1.0.12": {
- "sha512": "xXjl20kd84FTkk0wEJYYZE54ehXDKHI4Ds0AM4DOqwSqIBuij3cA1Vl3icDjRoD44pa6u3AcNCPa8rNx2AD9bw==",
+ "Xamarin.AndroidX.CustomView/1.1.0.14": {
+ "sha512": "dmu5e3CcSKD81ypkDZ8R3vyb1LL7alOAQdKgDhlQrUXr4ItSt0A4KRL05njk8758CJOp9EsPVZAhm3M/xzfKnw==",
"type": "package",
- "path": "xamarin.androidx.customview/1.1.0.12",
+ "path": "xamarin.androidx.customview/1.1.0.14",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.customview.customview.aar",
"build/monoandroid12.0/Xamarin.AndroidX.CustomView.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.CustomView.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.CustomView.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.CustomView.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.CustomView.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.xml",
- "xamarin.androidx.customview.1.1.0.12.nupkg.sha512",
+ "xamarin.androidx.customview.1.1.0.14.nupkg.sha512",
"xamarin.androidx.customview.nuspec"
]
},
- "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
- "sha512": "FcxDsP60+ENtWnOw+/fjfeIst2Qw9hkW2UKXeER7Eq5070og+cHGSwJCL3DDzUOtCJYDvxXKEf2RjVMgs2c19w==",
+ "Xamarin.AndroidX.DocumentFile/1.0.1.15": {
+ "sha512": "3yDY2ZVpE9Rj6qdaE6NTOiV2amA0UL3n8dZhh1FlP0xid1RRbXjtwpbqvWvkNdiNFmadeg6+Ifs4oE5c4DWA7g==",
"type": "package",
- "path": "xamarin.androidx.documentfile/1.0.1.13",
+ "path": "xamarin.androidx.documentfile/1.0.1.15",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.documentfile.documentfile.aar",
"build/monoandroid12.0/Xamarin.AndroidX.DocumentFile.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.DocumentFile.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.DocumentFile.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.DocumentFile.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.DocumentFile.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.xml",
- "xamarin.androidx.documentfile.1.0.1.13.nupkg.sha512",
+ "xamarin.androidx.documentfile.1.0.1.15.nupkg.sha512",
"xamarin.androidx.documentfile.nuspec"
]
},
- "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
- "sha512": "O7lqs9uWLkBfNBk3VQslp2cisjA5fadYxAsnzETglHUcYTVmAxgXRiRGVX1EbM+GFipOENzC96mY6dB0b1A6rw==",
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.10": {
+ "sha512": "/opteKr8Bl2fWSFVRnVzIxAvH2GZtuweAEVhfJV5rGxTQf32lvwIo3a5abwOroSxY71OD9e1fiJ2LprlK8Fqig==",
"type": "package",
- "path": "xamarin.androidx.drawerlayout/1.1.1.8",
+ "path": "xamarin.androidx.drawerlayout/1.1.1.10",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.drawerlayout.drawerlayout.aar",
"build/monoandroid12.0/Xamarin.AndroidX.DrawerLayout.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.DrawerLayout.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.DrawerLayout.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.DrawerLayout.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.DrawerLayout.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.xml",
- "xamarin.androidx.drawerlayout.1.1.1.8.nupkg.sha512",
+ "xamarin.androidx.drawerlayout.1.1.1.10.nupkg.sha512",
"xamarin.androidx.drawerlayout.nuspec"
]
},
- "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
- "sha512": "2fSd646YVHP5K/VoxK4xfL4v5unzW9XJbD8kZM/UMGVz/cGWSvLn/9brqkUmufwCVBe/v3fXxiz02r9ivlXsNQ==",
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.14": {
+ "sha512": "2FFaSyKOcLPcEkQR5uXzGsIedN8apw4vgclDWTVHQ57LlisyVivzcUJNrHii4f8drBkEfn8Wai2Q9MKLQwOyqg==",
"type": "package",
- "path": "xamarin.androidx.dynamicanimation/1.0.0.13",
+ "path": "xamarin.androidx.dynamicanimation/1.0.0.14",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.dynamicanimation.dynamicanimation.aar",
"build/monoandroid12.0/Xamarin.AndroidX.DynamicAnimation.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.DynamicAnimation.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.DynamicAnimation.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.DynamicAnimation.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.DynamicAnimation.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.xml",
- "xamarin.androidx.dynamicanimation.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.dynamicanimation.1.0.0.14.nupkg.sha512",
"xamarin.androidx.dynamicanimation.nuspec"
]
},
- "Xamarin.AndroidX.Emoji2/1.1.0.1": {
- "sha512": "p/aApFhpjPz05h5dTYbnKNnZ+eTv6j/IIc/1/dRJLH9JFKheIHFgAyEe06LyfD1bAvsxzR+hM9SE6I6fl5195A==",
+ "Xamarin.AndroidX.Emoji2/1.2.0": {
+ "sha512": "7lJxKgKoaBplWZqgiApCmGWdlA95PBKRL1i/NBaggDJ3PHaTfy0RpAk3yUeEu9iCeTK35g4JvM9miy0Xog4dJw==",
"type": "package",
- "path": "xamarin.androidx.emoji2/1.1.0.1",
+ "path": "xamarin.androidx.emoji2/1.2.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.emoji2.emoji2.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Emoji2.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Emoji2.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Emoji2.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Emoji2.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Emoji2.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.xml",
- "xamarin.androidx.emoji2.1.1.0.1.nupkg.sha512",
+ "xamarin.androidx.emoji2.1.2.0.nupkg.sha512",
"xamarin.androidx.emoji2.nuspec"
]
},
- "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
- "sha512": "6kvNMdP3CqUuax1Azd6QYoRDfY5LWQrh36cvEUhIk1Vi8EiIrKVNGnIgvb4D/ij0xReOs4x98SkxoaZee9f/PA==",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.2.0": {
+ "sha512": "wjBOrzCj5eOmsvSNdVZ/7ZgVp3puGR7wvsfjczUR3TKr1l1hIs0awSkl4lbAH5YzQ8p7ocYXGldhTLW2qQOzGg==",
"type": "package",
- "path": "xamarin.androidx.emoji2.viewshelper/1.1.0.1",
+ "path": "xamarin.androidx.emoji2.viewshelper/1.2.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.emoji2.emoji2-views-helper.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Emoji2.ViewsHelper.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Emoji2.ViewsHelper.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.xml",
- "xamarin.androidx.emoji2.viewshelper.1.1.0.1.nupkg.sha512",
+ "xamarin.androidx.emoji2.viewshelper.1.2.0.nupkg.sha512",
"xamarin.androidx.emoji2.viewshelper.nuspec"
]
},
- "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
- "sha512": "Dh+wFBDJp3vpWgGaY3J46PACT938i6O2VtM9W+0YhRyzudQ7eAc7QjrIM1iHaY48IZguwMFqGJiOT/cP2MOZzQ==",
+ "Xamarin.AndroidX.ExifInterface/1.3.3.5": {
+ "sha512": "Fd5DFNzJ145HBkywhEcumz1nLP+c+tpcPa1Ad2sn3uJV/sGpfvkWD/itKv/vSFL9bSc2e/KV5vp9vruLfaAbEQ==",
"type": "package",
- "path": "xamarin.androidx.exifinterface/1.3.2.2",
+ "path": "xamarin.androidx.exifinterface/1.3.3.5",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
"aar/androidx.exifinterface.exifinterface.aar",
- "build/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets",
- "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets",
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll",
- "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.pdb",
- "xamarin.androidx.exifinterface.1.3.2.2.nupkg.sha512",
+ "build/monoandroid12.0/Xamarin.AndroidX.ExifInterface.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.ExifInterface.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ExifInterface.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ExifInterface.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ExifInterface.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ExifInterface.xml",
+ "xamarin.androidx.exifinterface.1.3.3.5.nupkg.sha512",
"xamarin.androidx.exifinterface.nuspec"
]
},
- "Xamarin.AndroidX.Fragment/1.4.1.1": {
- "sha512": "iPKKwaxeusU+GO8E3oW0t/5OZo7+T57wePJjAzPUIFpQsPcFTsfMsv4EusyYv4g97W+6XRywzqFLK0VyoAQPSg==",
+ "Xamarin.AndroidX.Fragment/1.5.3.1": {
+ "sha512": "FqzQ7C0CeArbIjzSr/hwEFwRdoCi5U4cw9fTUE65QdwE+zG2UzsTCAAuTTIxVgZ6hjJuAsMtObG9HBaTiPZ68A==",
"type": "package",
- "path": "xamarin.androidx.fragment/1.4.1.1",
+ "path": "xamarin.androidx.fragment/1.5.3.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.fragment.fragment.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Fragment.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Fragment.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Fragment.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Fragment.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Fragment.xml",
@@ -23419,137 +23735,149 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.xml",
"proguard/proguard.txt",
- "xamarin.androidx.fragment.1.4.1.1.nupkg.sha512",
+ "xamarin.androidx.fragment.1.5.3.1.nupkg.sha512",
"xamarin.androidx.fragment.nuspec"
]
},
- "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
- "sha512": "bT4k74IpUEdesjPEVI6+Mr9rZucHN43Gr5Sc3imtAkWU6h9LhTjMjnuABE9OihYMXH7No5ULwi7Lng3oENDf6Q==",
+ "Xamarin.AndroidX.Fragment.Ktx/1.5.3.1": {
+ "sha512": "qO3l7p8/u2wXCRwRMZeHAs8D0/pSsU+inq1FGB50W+OuRHsmqWeY7OjFq62qlNX61PvGztNC0Em7/t13px7+cA==",
"type": "package",
- "path": "xamarin.androidx.fragment.ktx/1.4.1.1",
+ "path": "xamarin.androidx.fragment.ktx/1.5.3.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.fragment.fragment-ktx.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Fragment.Ktx.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Fragment.Ktx.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Fragment.Ktx.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Fragment.Ktx.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Fragment.Ktx.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.xml",
- "xamarin.androidx.fragment.ktx.1.4.1.1.nupkg.sha512",
+ "xamarin.androidx.fragment.ktx.1.5.3.1.nupkg.sha512",
"xamarin.androidx.fragment.ktx.nuspec"
]
},
- "Xamarin.AndroidX.Interpolator/1.0.0.13": {
- "sha512": "RTzcIZrDXPlEusTtzFNLIvHXGQIHr0aoYV9GSrUVFzLb4Mty5sq68PGEjWsU5YepEU9Ere5dUq24oPxcdb25ug==",
+ "Xamarin.AndroidX.Interpolator/1.0.0.15": {
+ "sha512": "Tv6lmLvJz9hM3aSWKM476hFi05QuiOidUQti2NAFXHyUgD3Oo40IEbEP2eptiU/oC4+UsBbIMj7V2E3KpHv3Og==",
"type": "package",
- "path": "xamarin.androidx.interpolator/1.0.0.13",
+ "path": "xamarin.androidx.interpolator/1.0.0.15",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.interpolator.interpolator.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Interpolator.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Interpolator.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Interpolator.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Interpolator.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Interpolator.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.xml",
- "xamarin.androidx.interpolator.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.interpolator.1.0.0.15.nupkg.sha512",
"xamarin.androidx.interpolator.nuspec"
]
},
- "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
- "sha512": "Dw6Wg5pRHNAPMJAV++odCh5KuuSS/5p5nCNVSfJhhxv3L/GPj2Yt423+n6rs+tI191XbrV1AwiBpq34B0y/GQQ==",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.16": {
+ "sha512": "Z4RRS0GXA9kirqvABuzjq6YtefCF7qB6Y0GQuDPMXbcSF8zqX+7fUDgMdpHX/m5pXXldRXoD53zojW0oxZ3Pxg==",
"type": "package",
- "path": "xamarin.androidx.legacy.support.core.ui/1.0.0.14",
+ "path": "xamarin.androidx.legacy.support.core.ui/1.0.0.16",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.legacy.legacy-support-core-ui.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.UI.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.UI.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.xml",
- "xamarin.androidx.legacy.support.core.ui.1.0.0.14.nupkg.sha512",
+ "xamarin.androidx.legacy.support.core.ui.1.0.0.16.nupkg.sha512",
"xamarin.androidx.legacy.support.core.ui.nuspec"
]
},
- "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
- "sha512": "NPmBTb7ClC1Z9R2V3Lum7d6Ut6H02ftfLR6xD9N/AWQjmCIt3+yN9+lDbb4H2lL/SBrTD5SRw9QSHfti/KIErw==",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.15": {
+ "sha512": "7lPHoN6cNjzaCD4m8epzt082SV/x3NnFobMT5cWyoGSA1dLIxa8Hds6GKh6WPXtZ9KwNDDTEk/HvEzwo8FvzVw==",
"type": "package",
- "path": "xamarin.androidx.legacy.support.core.utils/1.0.0.13",
+ "path": "xamarin.androidx.legacy.support.core.utils/1.0.0.15",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.legacy.legacy-support-core-utils.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.xml",
- "xamarin.androidx.legacy.support.core.utils.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.legacy.support.core.utils.1.0.0.15.nupkg.sha512",
"xamarin.androidx.legacy.support.core.utils.nuspec"
]
},
- "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
- "sha512": "c1llRFOeMzJ8V57Dfz0uAX2gO9m+a8CpTdYV6Fb8ZbmeF2SP0A5SfHzs8fWIRAcHNDVE+5ePApD7X9kIs4wbPw==",
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.15": {
+ "sha512": "QsaO9pCsyXP+n8V7/cDj5s3XiEq13yqpK5bj2hVg3EaXMWSycF4UcoWpEN+dQxIro/Vly8UUmj58KkFCf7eBEA==",
"type": "package",
- "path": "xamarin.androidx.legacy.support.v4/1.0.0.13",
+ "path": "xamarin.androidx.legacy.support.v4/1.0.0.15",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.legacy.legacy-support-v4.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.V4.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.V4.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.V4.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.V4.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.V4.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.xml",
- "xamarin.androidx.legacy.support.v4.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.legacy.support.v4.1.0.0.15.nupkg.sha512",
"xamarin.androidx.legacy.support.v4.nuspec"
]
},
- "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
- "sha512": "mf+kOIOnxLuu/pAzq+gZuDePiaPTEbj8dElPJaERJJR9gzNu8fD7Ttc5y0c+iQxBetRAp4sPQ5pVYGiAgMAO2Q==",
+ "Xamarin.AndroidX.Lifecycle.Common/2.5.1.1": {
+ "sha512": "+U23NLjugiElHBIPkcX7f3Ac6oRV/rLUsKqU4e1Fbam/X9GmfJwe64rJURc7azltiGIJJ118yKldjhPikPTFYQ==",
"type": "package",
- "path": "xamarin.androidx.lifecycle.common/2.4.1.1",
+ "path": "xamarin.androidx.lifecycle.common/2.5.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Common.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Common.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets",
+ "icon.png",
"jar/androidx.lifecycle.lifecycle-common.jar",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Common.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Common.pdb",
@@ -23557,92 +23885,100 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.xml",
- "xamarin.androidx.lifecycle.common.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.common.2.5.1.1.nupkg.sha512",
"xamarin.androidx.lifecycle.common.nuspec"
]
},
- "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
- "sha512": "WdTTY+Kwz1GPO1C9pjk2ygobQzWj2xgZdpbhBd6ut5Y9LBnhcmMaHaVc680/tK4TG6Xr54yjRCJLEHtFp4ZmTA==",
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.5.1.1": {
+ "sha512": "W17ruZq1F9wJypjWwxzM4jDekOoyLS3gK1cGZshdN2sJbgBHTsAhdQbLIq/ORt7Gej5TaqNcC0qkbtk0VUyQgw==",
"type": "package",
- "path": "xamarin.androidx.lifecycle.livedata/2.4.1.1",
+ "path": "xamarin.androidx.lifecycle.livedata/2.5.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.lifecycle.lifecycle-livedata.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.xml",
- "xamarin.androidx.lifecycle.livedata.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.livedata.2.5.1.1.nupkg.sha512",
"xamarin.androidx.lifecycle.livedata.nuspec"
]
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
- "sha512": "jB49suOIwdun6kSB2KdahQHCMHbNFxr2fT0NAsm7Jmn1RoPuVpA/mURrFyGZMVzxPkHJrt7J096lrelMwOB6ug==",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.5.1.1": {
+ "sha512": "neyc/kdxHX7XhQrZw1H3WSApCyVn4rZOHpz9njj1maKA9avaGCPxLwPHCEa7e99hg/oP1/3Zd/+KAN5iPPC3Eg==",
"type": "package",
- "path": "xamarin.androidx.lifecycle.livedata.core/2.4.1.1",
+ "path": "xamarin.androidx.lifecycle.livedata.core/2.5.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.lifecycle.lifecycle-livedata-core.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.xml",
- "xamarin.androidx.lifecycle.livedata.core.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.livedata.core.2.5.1.1.nupkg.sha512",
"xamarin.androidx.lifecycle.livedata.core.nuspec"
]
},
- "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
- "sha512": "Kon4WReitN7pVmseHjyyVy3clY7ZJRwBWdePFT/oDdi7XXR3kW+n2enbR7r8mTqdwRlLSQHFjrd/TnzXW1emcw==",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.5.1.1": {
+ "sha512": "q6iXI46biRI09fSqfmYjZvgoFiDmqDok+h8PO+puSskpUMCEAVlZqc/qsSJW0uif0ZjZYc1aSC1sc3L4EHKgpw==",
"type": "package",
- "path": "xamarin.androidx.lifecycle.livedata.core.ktx/2.4.1.1",
+ "path": "xamarin.androidx.lifecycle.livedata.core.ktx/2.5.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.lifecycle.lifecycle-livedata-core-ktx.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.xml",
- "xamarin.androidx.lifecycle.livedata.core.ktx.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.livedata.core.ktx.2.5.1.1.nupkg.sha512",
"xamarin.androidx.lifecycle.livedata.core.ktx.nuspec"
]
},
- "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
- "sha512": "DwXT/jy84cl9uN7l+Iuq4EWFK3AP4DscQnEgECxIwWtcGfpI9vQJjgHHyzpo/I99nWiG9Bcty2uKDnBVX/1CSA==",
+ "Xamarin.AndroidX.Lifecycle.Process/2.5.1": {
+ "sha512": "+TgKurFGiHMxs7UeAZA7HUKMlKa89IlQ/Ycxz6fdAofZ1icpumpuXh7/v1mue0krqopZBF4ETCoytDjWnBQu+Q==",
"type": "package",
- "path": "xamarin.androidx.lifecycle.process/2.4.1.1",
+ "path": "xamarin.androidx.lifecycle.process/2.5.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.lifecycle.lifecycle-process.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Process.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Process.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Process.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Process.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Process.xml",
@@ -23650,23 +23986,25 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.xml",
"proguard/proguard.txt",
- "xamarin.androidx.lifecycle.process.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.process.2.5.1.nupkg.sha512",
"xamarin.androidx.lifecycle.process.nuspec"
]
},
- "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
- "sha512": "RfYPaEile+k/53tdU392v9hHclLVPF9cvKI/QiBglRt1pf+Ek7CPtFGw0hPHFUTDPPPKuO1dDqhMb/8S8Uo4IA==",
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.5.1.1": {
+ "sha512": "skZNKCy9BJDEFVECmbee03YW1832zeBhKuTHHmfTf5GcKlpEwe5hN0gutW1b649frelsRl0umVDwirGfSlj9IA==",
"type": "package",
- "path": "xamarin.androidx.lifecycle.runtime/2.4.1.1",
+ "path": "xamarin.androidx.lifecycle.runtime/2.5.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.lifecycle.lifecycle-runtime.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.xml",
@@ -23674,46 +24012,50 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.xml",
"proguard/proguard.txt",
- "xamarin.androidx.lifecycle.runtime.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.runtime.2.5.1.1.nupkg.sha512",
"xamarin.androidx.lifecycle.runtime.nuspec"
]
},
- "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
- "sha512": "Q5t9Hyf28W+L1VmRI6TgtanNCVejRFyCEs9X3oq3m7QRn2kD2ydAsAedX13DJX4yLIe1Gg8OoD3uCAFZlruqfw==",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.5.1.1": {
+ "sha512": "aRDKlxoW4VyCR7zk59emhH31fb+oj2aWTk3QsxngfTB46Pzgbb/eob+D8yOKb3E/wxTJVaYLraUbQq7c+x0Egg==",
"type": "package",
- "path": "xamarin.androidx.lifecycle.runtime.ktx/2.4.1.1",
+ "path": "xamarin.androidx.lifecycle.runtime.ktx/2.5.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.lifecycle.lifecycle-runtime-ktx.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.xml",
- "xamarin.androidx.lifecycle.runtime.ktx.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.runtime.ktx.2.5.1.1.nupkg.sha512",
"xamarin.androidx.lifecycle.runtime.ktx.nuspec"
]
},
- "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
- "sha512": "1ZaJZ5XZx49FHp6PieMQ9dAFNpAm7ofMW0J2+bjlBbO2WEhsuV5/q5SYq+zHy6Hvo6NqzaFJFKvDK4BIgyeTRQ==",
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.5.1.1": {
+ "sha512": "hWVy2SbUqU8pAA0kvuPH7UNEwtm7bQ+ztC7yXxAxtobq99W5gM0k29NFaAU0MURvgF8SgcketUnCW3STUaeGBA==",
"type": "package",
- "path": "xamarin.androidx.lifecycle.viewmodel/2.4.1.1",
+ "path": "xamarin.androidx.lifecycle.viewmodel/2.5.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.lifecycle.lifecycle-viewmodel.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.xml",
@@ -23721,46 +24063,50 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.xml",
"proguard/proguard.txt",
- "xamarin.androidx.lifecycle.viewmodel.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.viewmodel.2.5.1.1.nupkg.sha512",
"xamarin.androidx.lifecycle.viewmodel.nuspec"
]
},
- "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
- "sha512": "LeLyHLoqFGGTnUyO2ewJTdQhGCN+S/aXoorLmonW+9I1W8otncg5y7BmDTrfhuIkD+LbnNtC3nfAVlZFcJldWQ==",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.5.1.1": {
+ "sha512": "4EqAiz3khYReTNrlmPoE8cpQFuwgI+XvuOGGo+toIRCBDoISlU8Hfv9YJ4vmSyGt02IyIxacnpUe/D1XBksQtg==",
"type": "package",
- "path": "xamarin.androidx.lifecycle.viewmodel.ktx/2.4.1.1",
+ "path": "xamarin.androidx.lifecycle.viewmodel.ktx/2.5.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.lifecycle.lifecycle-viewmodel-ktx.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.xml",
- "xamarin.androidx.lifecycle.viewmodel.ktx.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.viewmodel.ktx.2.5.1.1.nupkg.sha512",
"xamarin.androidx.lifecycle.viewmodel.ktx.nuspec"
]
},
- "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
- "sha512": "N10iEXCZx2l046suYLhFjqufuz+48Vfe7wfEYly2y6oE7WKNfYYt7ofUCILCkvH/IXVJg50eEba50I+82Y9LbQ==",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.5.1.1": {
+ "sha512": "/CciSDCRCT+Kh1CQ1TBcCwSU3658ELJdbfLqChy3R6T3++BGuVC/D068G4f+9EWjZg22TAs6XKiCZre/zsS68Q==",
"type": "package",
- "path": "xamarin.androidx.lifecycle.viewmodelsavedstate/2.4.1.1",
+ "path": "xamarin.androidx.lifecycle.viewmodelsavedstate/2.5.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.lifecycle.lifecycle-viewmodel-savedstate.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.xml",
@@ -23768,69 +24114,75 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.xml",
"proguard/proguard.txt",
- "xamarin.androidx.lifecycle.viewmodelsavedstate.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.viewmodelsavedstate.2.5.1.1.nupkg.sha512",
"xamarin.androidx.lifecycle.viewmodelsavedstate.nuspec"
]
},
- "Xamarin.AndroidX.Loader/1.1.0.13": {
- "sha512": "A3ceqJ4XInHnznC1jvtTcpw62j8j83hozqI/1dDzfhp3UyEyUr5s23ErpIyyJNdzype8BzKAVGJKKjXFIrF7Pw==",
+ "Xamarin.AndroidX.Loader/1.1.0.15": {
+ "sha512": "j+HFvGPGo1XbObDwCHBfcz221g1AAXdxbt4vrifh21DlvPc0Ws4eBFMV45K4bDcmDmADOji6s7ZhEh2qpT3E6Q==",
"type": "package",
- "path": "xamarin.androidx.loader/1.1.0.13",
+ "path": "xamarin.androidx.loader/1.1.0.15",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.loader.loader.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Loader.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Loader.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Loader.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Loader.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Loader.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Loader.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Loader.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Loader.xml",
- "xamarin.androidx.loader.1.1.0.13.nupkg.sha512",
+ "xamarin.androidx.loader.1.1.0.15.nupkg.sha512",
"xamarin.androidx.loader.nuspec"
]
},
- "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
- "sha512": "5aQ/bjLCjUBTAtwqbWEWm4jRLsCiddY6BQE3PbpffKxu8xmA88PGEpr+E1BjsA73GOjS1gX16enw8+dgJV3dxw==",
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.3": {
+ "sha512": "l750f9YrTYFUTBLsq0N7+UQp1NxmKgYI0qfvhMduJw27o0T2wMX3mZvy9VRVXXLqW5yzA3SO4hyqxA10vyB4Lw==",
"type": "package",
- "path": "xamarin.androidx.localbroadcastmanager/1.1.0.1",
+ "path": "xamarin.androidx.localbroadcastmanager/1.1.0.3",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.localbroadcastmanager.localbroadcastmanager.aar",
"build/monoandroid12.0/Xamarin.AndroidX.LocalBroadcastManager.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.LocalBroadcastManager.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.LocalBroadcastManager.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.LocalBroadcastManager.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.LocalBroadcastManager.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.xml",
- "xamarin.androidx.localbroadcastmanager.1.1.0.1.nupkg.sha512",
+ "xamarin.androidx.localbroadcastmanager.1.1.0.3.nupkg.sha512",
"xamarin.androidx.localbroadcastmanager.nuspec"
]
},
- "Xamarin.AndroidX.Media/1.5.0.1": {
- "sha512": "hbca8zyWAFtqS6q9AGnAYz4uQqBL4/wIXuNInMcHoB3ouYt3iA9xNqRmdwClwq3FHXjD018wNJvp5PwjrrQVdQ==",
+ "Xamarin.AndroidX.Media/1.6.0.2": {
+ "sha512": "W8wFRosU64J2pl2m4J/ARYLitR6uRRELT0p0i5vU4MtZdyHGbP+zOXYjKnSHnkCzqHXw4/ORRU6I5fv0nrIj9Q==",
"type": "package",
- "path": "xamarin.androidx.media/1.5.0.1",
+ "path": "xamarin.androidx.media/1.6.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.media.media.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Media.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Media.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Media.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Media.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Media.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Media.xml",
@@ -23838,23 +24190,25 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Media.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Media.xml",
"proguard/proguard.txt",
- "xamarin.androidx.media.1.5.0.1.nupkg.sha512",
+ "xamarin.androidx.media.1.6.0.2.nupkg.sha512",
"xamarin.androidx.media.nuspec"
]
},
- "Xamarin.AndroidX.Navigation.Common/2.4.2": {
- "sha512": "gQPz9x5AmrZxP/ZuiDR8okO9kjydifetCdRFyZTBdTxUOaRo/FKT/f7LllztL/N2DiAkiKCxreaxzKEZ5na3Xw==",
+ "Xamarin.AndroidX.Navigation.Common/2.5.2.1": {
+ "sha512": "3Uv/xhz6fu6WmfJkNxl6rJcaQmGgnlSksug3Oo+rDU8VVkl0Z07paVhOqKgof7hmUZuRZp0Nb3S5OlDF87m1pQ==",
"type": "package",
- "path": "xamarin.androidx.navigation.common/2.4.2",
+ "path": "xamarin.androidx.navigation.common/2.5.2.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.navigation.navigation-common.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Navigation.Common.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Navigation.Common.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Common.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Common.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Common.xml",
@@ -23862,69 +24216,75 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.xml",
"proguard/proguard.txt",
- "xamarin.androidx.navigation.common.2.4.2.nupkg.sha512",
+ "xamarin.androidx.navigation.common.2.5.2.1.nupkg.sha512",
"xamarin.androidx.navigation.common.nuspec"
]
},
- "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
- "sha512": "/ediF7+Qu3oo2h+lDBJGQihxtnrPtIx/j2ttVhZ4FXCvzL3w/+U/VZuDn/KZWW/19+dMwlVE8sjQhUuZsx3QrA==",
+ "Xamarin.AndroidX.Navigation.Fragment/2.5.2.1": {
+ "sha512": "6xC/T3ZI95upkzo1krqK8pCBcIp3p+wI0QOAGmjTXlCLS0P8GvkE9he8Q3PWwPPwRFx6X65o9t7eUUV96LAe0Q==",
"type": "package",
- "path": "xamarin.androidx.navigation.fragment/2.4.2",
+ "path": "xamarin.androidx.navigation.fragment/2.5.2.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.navigation.navigation-fragment.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Navigation.Fragment.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Navigation.Fragment.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Fragment.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Fragment.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Fragment.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.xml",
- "xamarin.androidx.navigation.fragment.2.4.2.nupkg.sha512",
+ "xamarin.androidx.navigation.fragment.2.5.2.1.nupkg.sha512",
"xamarin.androidx.navigation.fragment.nuspec"
]
},
- "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
- "sha512": "ZEDKcxNm8gHjaIOd6mBzj8WPQhP1xauFwxeELMKe8DlqtKgGEzybBA0HPs/pLStdlFaHByQykrCIriBPDQE+Qw==",
+ "Xamarin.AndroidX.Navigation.Runtime/2.5.2.1": {
+ "sha512": "RfnrK9EAETfjsOQnsju0qN86yFRQgj6Kf8x5wNsw483/XAXIxjJeyytmKylC7UYyBwdMAfv8jpBudLfC7hmzoQ==",
"type": "package",
- "path": "xamarin.androidx.navigation.runtime/2.4.2",
+ "path": "xamarin.androidx.navigation.runtime/2.5.2.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.navigation.navigation-runtime.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Navigation.Runtime.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Navigation.Runtime.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Runtime.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Runtime.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Runtime.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.xml",
- "xamarin.androidx.navigation.runtime.2.4.2.nupkg.sha512",
+ "xamarin.androidx.navigation.runtime.2.5.2.1.nupkg.sha512",
"xamarin.androidx.navigation.runtime.nuspec"
]
},
- "Xamarin.AndroidX.Navigation.UI/2.4.2": {
- "sha512": "Uz/pneLJ/BXKEu5j0V6MvR1G4oM4xLbi+yl18jXHWltKO1kPAVOxQeCbvQ7lQlLze/rcMyziwO/thA9jkNWxQQ==",
+ "Xamarin.AndroidX.Navigation.UI/2.5.2.1": {
+ "sha512": "k2JrAZvvebZTCCnPO/vNPDLYrOY811iJ4VxZr9uARX34i3fNcfy6r1rDNQk12QAPajuSqycf5vp55rLV14FuXg==",
"type": "package",
- "path": "xamarin.androidx.navigation.ui/2.4.2",
+ "path": "xamarin.androidx.navigation.ui/2.5.2.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.navigation.navigation-ui.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Navigation.UI.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Navigation.UI.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Navigation.UI.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Navigation.UI.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Navigation.UI.xml",
@@ -23932,46 +24292,50 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.xml",
"proguard/proguard.txt",
- "xamarin.androidx.navigation.ui.2.4.2.nupkg.sha512",
+ "xamarin.androidx.navigation.ui.2.5.2.1.nupkg.sha512",
"xamarin.androidx.navigation.ui.nuspec"
]
},
- "Xamarin.AndroidX.Print/1.0.0.13": {
- "sha512": "hR2dGWyGodXx6qoB2Y0ko3APzYtF5mJLlj6T84E3sTawuUfz2ie4jYeBiY3hGg79/1KR/wCh0X2moY2IUgLizg==",
+ "Xamarin.AndroidX.Print/1.0.0.15": {
+ "sha512": "uaT9l+8s1trnB10XJACbqNXFhTocZmBnpeOt3mrpdTmbZ6qmCUPSf29cAPLPTMOwFXN3kxDI5ixjeamjVK11xQ==",
"type": "package",
- "path": "xamarin.androidx.print/1.0.0.13",
+ "path": "xamarin.androidx.print/1.0.0.15",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.print.print.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Print.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Print.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Print.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Print.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Print.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Print.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Print.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Print.xml",
- "xamarin.androidx.print.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.print.1.0.0.15.nupkg.sha512",
"xamarin.androidx.print.nuspec"
]
},
- "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
- "sha512": "q5VkH0VaGXxMYRarmU1zsTG2IzEdx2rrDjDu2/Xfbd6+XTp2wa4No48u/oYLVvzzDQba+Ih/xaYw0gObJpqGQw==",
+ "Xamarin.AndroidX.RecyclerView/1.2.1.7": {
+ "sha512": "k9du8OIurkBQy/t6Az0BvoY4gnlyOmUPYakU+WBBVWMoac8VjOQ6dNWDa9DCxgWo2QTtwJWXH91Rqtz7ADcChA==",
"type": "package",
- "path": "xamarin.androidx.recyclerview/1.2.1.6",
+ "path": "xamarin.androidx.recyclerview/1.2.1.7",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.recyclerview.recyclerview.aar",
"build/monoandroid12.0/Xamarin.AndroidX.RecyclerView.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.RecyclerView.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.RecyclerView.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.RecyclerView.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.RecyclerView.xml",
@@ -23979,22 +24343,24 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.xml",
"proguard/proguard.txt",
- "xamarin.androidx.recyclerview.1.2.1.6.nupkg.sha512",
+ "xamarin.androidx.recyclerview.1.2.1.7.nupkg.sha512",
"xamarin.androidx.recyclerview.nuspec"
]
},
- "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
- "sha512": "RL5gbvg9sAsrPXuOiWoUkR5VsnZQHoC5Uaa0L0zjjzdA3MLnMEj9W2o/fr5UAa3eLeT3/iWxrxreo6cllHWefA==",
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.2": {
+ "sha512": "s+eh3sOtYpKzCskRjebTQOPHJrQkvhC90nfdyczxgoYZ7mYkFJ0y+J0F/KiYMaFYTHttAUf6wxsEdclzpMG7jg==",
"type": "package",
- "path": "xamarin.androidx.resourceinspection.annotation/1.0.1.1",
+ "path": "xamarin.androidx.resourceinspection.annotation/1.0.1.2",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets",
+ "icon.png",
"jar/androidx.resourceinspection.resourceinspection-annotation.jar",
"lib/monoandroid12.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.ResourceInspection.Annotation.pdb",
@@ -24002,23 +24368,25 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.xml",
- "xamarin.androidx.resourceinspection.annotation.1.0.1.1.nupkg.sha512",
+ "xamarin.androidx.resourceinspection.annotation.1.0.1.2.nupkg.sha512",
"xamarin.androidx.resourceinspection.annotation.nuspec"
]
},
- "Xamarin.AndroidX.SavedState/1.1.0.7": {
- "sha512": "m+ltryxkISoQKbtchxIvOqiopkpPuJ5Gm8b0Mww281WmJu6aywHUflOymU+AeA01O8choRH2mhnLdw4jaf3F8A==",
+ "Xamarin.AndroidX.SavedState/1.2.0.1": {
+ "sha512": "ofGd3SfCUfsy8NvYxfJ7XhyypvmwRO5LXnvE1B7P1mVFarxTXZgEVRUKrZcVY5YmSg3p5UQD6WSzyRzQ42nZ0w==",
"type": "package",
- "path": "xamarin.androidx.savedstate/1.1.0.7",
+ "path": "xamarin.androidx.savedstate/1.2.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.savedstate.savedstate.aar",
"build/monoandroid12.0/Xamarin.AndroidX.SavedState.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.SavedState.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.SavedState.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.SavedState.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.SavedState.xml",
@@ -24026,30 +24394,32 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.xml",
"proguard/proguard.txt",
- "xamarin.androidx.savedstate.1.1.0.7.nupkg.sha512",
+ "xamarin.androidx.savedstate.1.2.0.1.nupkg.sha512",
"xamarin.androidx.savedstate.nuspec"
]
},
- "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
- "sha512": "oLr+b/UoTWY/Sqjhb6NZjQPp76lYM3CYUw9MewtCj7WIOZWdVAEuIASEvz6rhXiJ4irlA42uHwC+0XX2Qj8s+A==",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.2.0.1": {
+ "sha512": "+n7n3TaZn0D7smO0Y+3UYAuh2oIKqWu2lEMPR1aDRq8AeVD/rnaVCNaqhpJlo496L8VE+IxV59CQynTDdSdm7A==",
"type": "package",
- "path": "xamarin.androidx.savedstate.savedstate.ktx/1.1.0.7",
+ "path": "xamarin.androidx.savedstate.savedstate.ktx/1.2.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.savedstate.savedstate-ktx.aar",
"build/monoandroid12.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.xml",
- "xamarin.androidx.savedstate.savedstate.ktx.1.1.0.7.nupkg.sha512",
+ "xamarin.androidx.savedstate.savedstate.ktx.1.2.0.1.nupkg.sha512",
"xamarin.androidx.savedstate.savedstate.ktx.nuspec"
]
},
@@ -24076,42 +24446,46 @@
"xamarin.androidx.security.securitycrypto.nuspec"
]
},
- "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
- "sha512": "UnbXfvaTGo3UaxlV6v4bCeBNKxTzOeBYmUCd9Q3j4Kk9O9RH6Miq5ADMsi7RXr0E36m1TC2ySxglSgg8LRWJ2Q==",
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.3": {
+ "sha512": "vqMArAHQ2bjjI/EsPDP5i0XjL7VwREvodpm6M7mipF9YLeTx+JzOan48iuEperpqhD2Mc9q3lxWl3BXEYtuRiw==",
"type": "package",
- "path": "xamarin.androidx.slidingpanelayout/1.2.0.1",
+ "path": "xamarin.androidx.slidingpanelayout/1.2.0.3",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.slidingpanelayout.slidingpanelayout.aar",
"build/monoandroid12.0/Xamarin.AndroidX.SlidingPaneLayout.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.SlidingPaneLayout.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.SlidingPaneLayout.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.SlidingPaneLayout.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.SlidingPaneLayout.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.xml",
- "xamarin.androidx.slidingpanelayout.1.2.0.1.nupkg.sha512",
+ "xamarin.androidx.slidingpanelayout.1.2.0.3.nupkg.sha512",
"xamarin.androidx.slidingpanelayout.nuspec"
]
},
- "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
- "sha512": "zM1z8aH+vRlin37BV598Q/crEELhgAJfqKkgSMZoAC3TP7BtPBA/uS0DP+9sOWO3dzk9KaUAJPTNI6KDFRimUw==",
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.2": {
+ "sha512": "wgwchPNU/cnyN2tQtrZYA8h6ZkoEuopxgI1698EtFHXq4mJKhG//LTZcslUlOgmlm+8s8kwPiSUiFxBiipcC5A==",
"type": "package",
- "path": "xamarin.androidx.startup.startupruntime/1.1.1.1",
+ "path": "xamarin.androidx.startup.startupruntime/1.1.1.2",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.startup.startup-runtime.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Startup.StartupRuntime.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Startup.StartupRuntime.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Startup.StartupRuntime.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Startup.StartupRuntime.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Startup.StartupRuntime.xml",
@@ -24119,69 +24493,75 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.xml",
"proguard/proguard.txt",
- "xamarin.androidx.startup.startupruntime.1.1.1.1.nupkg.sha512",
+ "xamarin.androidx.startup.startupruntime.1.1.1.2.nupkg.sha512",
"xamarin.androidx.startup.startupruntime.nuspec"
]
},
- "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
- "sha512": "ax4/ycDZmxdGfHYC+OajudRjhz2cmbxBnY91JZa5dxawBFqbGLviTTFgnB6Jj5i70EBaLFETPZIAk7XiItITHA==",
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.10": {
+ "sha512": "qzHFY5v9BoCnjwZTcnyC7gF4JXDcMI9wU8cpj3PE9E5N6kZUz9S0Cx9qpRsk2XJ7e4mcBQM/rIe1El5XcmXNvg==",
"type": "package",
- "path": "xamarin.androidx.swiperefreshlayout/1.1.0.8",
+ "path": "xamarin.androidx.swiperefreshlayout/1.1.0.10",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.swiperefreshlayout.swiperefreshlayout.aar",
"build/monoandroid12.0/Xamarin.AndroidX.SwipeRefreshLayout.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.SwipeRefreshLayout.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.SwipeRefreshLayout.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.SwipeRefreshLayout.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.SwipeRefreshLayout.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.xml",
- "xamarin.androidx.swiperefreshlayout.1.1.0.8.nupkg.sha512",
+ "xamarin.androidx.swiperefreshlayout.1.1.0.10.nupkg.sha512",
"xamarin.androidx.swiperefreshlayout.nuspec"
]
},
- "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
- "sha512": "rY8qfKZBvu6bhJTlHQFjvp/Z0aAu8eEfQwrOZmYPPwj0OHqLkH+btBS5aEZci1RbjvghowoMmkjIxZgJGZCXoQ==",
+ "Xamarin.AndroidX.Tracing.Tracing/1.1.0.2": {
+ "sha512": "OLxvf75TXLHtSdqprGxAys3qwJXH855Y2F5O6ZHFalV+iZW0FcOntF9UaIcsPK7vsdd6C2iS7FiuMsBIn7GO5g==",
"type": "package",
- "path": "xamarin.androidx.tracing.tracing/1.0.0.6",
+ "path": "xamarin.androidx.tracing.tracing/1.1.0.2",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.tracing.tracing.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Tracing.Tracing.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Tracing.Tracing.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Tracing.Tracing.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Tracing.Tracing.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Tracing.Tracing.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.xml",
- "xamarin.androidx.tracing.tracing.1.0.0.6.nupkg.sha512",
+ "xamarin.androidx.tracing.tracing.1.1.0.2.nupkg.sha512",
"xamarin.androidx.tracing.tracing.nuspec"
]
},
- "Xamarin.AndroidX.Transition/1.4.1.6": {
- "sha512": "u+bC/S1Ve63j5gmjSEHwhMxlffSjOAX3vjFD58vvriWCgD5mtL8ghBamhOKzWGVer0nHhc+ihwZ/KY+OS5kt6Q==",
+ "Xamarin.AndroidX.Transition/1.4.1.8": {
+ "sha512": "ow3TDRsHXpsnC3cmfVz0rEWmHjpkHXdJza3K/2BzLPkRDVuS8joqiVi1ymOQOQ0KwNx/YO4CUUiFdK/mklLXYQ==",
"type": "package",
- "path": "xamarin.androidx.transition/1.4.1.6",
+ "path": "xamarin.androidx.transition/1.4.1.8",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.transition.transition.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Transition.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Transition.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Transition.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Transition.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Transition.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Transition.xml",
@@ -24189,46 +24569,50 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Transition.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Transition.xml",
"proguard/proguard.txt",
- "xamarin.androidx.transition.1.4.1.6.nupkg.sha512",
+ "xamarin.androidx.transition.1.4.1.8.nupkg.sha512",
"xamarin.androidx.transition.nuspec"
]
},
- "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
- "sha512": "WxChVIXt0H948+Hg/fLXVWyQgR1sB8pVAseY+zdCnu5Zks2IMI5rzrH1//ZFizTe42BPy9tFFHzTMPGu3qTWCg==",
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.14": {
+ "sha512": "b0X+bHeYDlEh4+/j4eNhPIDWaS6MH+dhduP2NfndIubX2Px89dhGnGWCzVU4kUQTZZ+N+zSGOMma+ht3gTGy7w==",
"type": "package",
- "path": "xamarin.androidx.vectordrawable/1.1.0.13",
+ "path": "xamarin.androidx.vectordrawable/1.1.0.14",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.vectordrawable.vectordrawable.aar",
"build/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.xml",
- "xamarin.androidx.vectordrawable.1.1.0.13.nupkg.sha512",
+ "xamarin.androidx.vectordrawable.1.1.0.14.nupkg.sha512",
"xamarin.androidx.vectordrawable.nuspec"
]
},
- "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
- "sha512": "Ujg80TFP63d0Og0y+z13k5lsvjHn++revVuQvof2in6Ps28n2YGpW/eWiqH8rogqJif18hDSfm8KGasiJ7WNMg==",
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.14": {
+ "sha512": "H5lw8V9H1nEOfROs/36EvE5JPscshDmCjnRQZv2+vqlMP+S6PuqJdecRaR6q4BU0vR3h3PjOZrKB4B0aPtZ2aA==",
"type": "package",
- "path": "xamarin.androidx.vectordrawable.animated/1.1.0.13",
+ "path": "xamarin.androidx.vectordrawable.animated/1.1.0.14",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.vectordrawable.vectordrawable-animated.aar",
"build/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.Animated.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.Animated.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.Animated.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.Animated.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.Animated.xml",
@@ -24236,23 +24620,25 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.xml",
"proguard/proguard.txt",
- "xamarin.androidx.vectordrawable.animated.1.1.0.13.nupkg.sha512",
+ "xamarin.androidx.vectordrawable.animated.1.1.0.14.nupkg.sha512",
"xamarin.androidx.vectordrawable.animated.nuspec"
]
},
- "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
- "sha512": "uNvkyG8RsaIkCGTIjUeV0hw+6bdkp7PpBPEAj3Qc5mqFkfJJwMO0if3nI3vn8X1U3I2hg8+8x9sfrMY0gVH3hA==",
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.15": {
+ "sha512": "fj6V267/+ZJoAH6BE09v+riIHJkr/azbpPl+peK9qUx3Uca0DosH0TrfSwJTneY7mY9XFDMM2OCVyPj/uui8vg==",
"type": "package",
- "path": "xamarin.androidx.versionedparcelable/1.1.1.13",
+ "path": "xamarin.androidx.versionedparcelable/1.1.1.15",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.versionedparcelable.versionedparcelable.aar",
"build/monoandroid12.0/Xamarin.AndroidX.VersionedParcelable.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.VersionedParcelable.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.VersionedParcelable.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.VersionedParcelable.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.VersionedParcelable.xml",
@@ -24260,69 +24646,75 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.xml",
"proguard/proguard.txt",
- "xamarin.androidx.versionedparcelable.1.1.1.13.nupkg.sha512",
+ "xamarin.androidx.versionedparcelable.1.1.1.15.nupkg.sha512",
"xamarin.androidx.versionedparcelable.nuspec"
]
},
- "Xamarin.AndroidX.ViewPager/1.0.0.13": {
- "sha512": "6VpejztATNTeuw4hWmCzS1p5a//tAvqRlYYEQpiCJLXaKJfJdx+uOYQBTRmAVPcT070XaEGUj3pyiRG2sgN7cg==",
+ "Xamarin.AndroidX.ViewPager/1.0.0.15": {
+ "sha512": "rBdP9o5+W9SQA5hyXwKMVHcwyMnC4377YidYTMp65ZB6mhtyOfeYdqJ+Qbvsac1338lMpT1/Ntrnd9qm7JoL3Q==",
"type": "package",
- "path": "xamarin.androidx.viewpager/1.0.0.13",
+ "path": "xamarin.androidx.viewpager/1.0.0.15",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.viewpager.viewpager.aar",
"build/monoandroid12.0/Xamarin.AndroidX.ViewPager.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.ViewPager.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.ViewPager.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.ViewPager.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.ViewPager.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.xml",
- "xamarin.androidx.viewpager.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.viewpager.1.0.0.15.nupkg.sha512",
"xamarin.androidx.viewpager.nuspec"
]
},
- "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
- "sha512": "1RKMYwZT8vTj4jOggFe31G89sAre+8cg/B5Y9x9FCKWtzhDvMqMMS5BqsezCx56xx1I56H+dOl5Y5rFD8mV/zg==",
+ "Xamarin.AndroidX.ViewPager2/1.0.0.16": {
+ "sha512": "WkpyTNHWbMYy2FOatNMBIOQIdlkFXyBHNcs+jipLWvWI+lieIN4vE08FcKhbQz/FgAMEyBDKbUGFFrezPqtO3w==",
"type": "package",
- "path": "xamarin.androidx.viewpager2/1.0.0.15",
+ "path": "xamarin.androidx.viewpager2/1.0.0.16",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.viewpager2.viewpager2.aar",
"build/monoandroid12.0/Xamarin.AndroidX.ViewPager2.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.ViewPager2.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.ViewPager2.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.ViewPager2.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.ViewPager2.xml",
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll",
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.xml",
- "xamarin.androidx.viewpager2.1.0.0.15.nupkg.sha512",
+ "xamarin.androidx.viewpager2.1.0.0.16.nupkg.sha512",
"xamarin.androidx.viewpager2.nuspec"
]
},
- "Xamarin.AndroidX.Window/1.0.0.8": {
- "sha512": "rHZwiPWNd9M1E3atHP/i1LIL3GuCil5R3Bd07WN2i6N/+jGLEGGapRxBP5vhkJkqIE98RKp5M7oEEME4yDPKUg==",
+ "Xamarin.AndroidX.Window/1.0.0.10": {
+ "sha512": "p2S98w0KVrIe7dbFJiUKteBzARQDFQqwn4Ldptlz9qKEtVqGcVgyV7cttEDSJMdHBw1Wou+AYa0B4kF3X+Lfgw==",
"type": "package",
- "path": "xamarin.androidx.window/1.0.0.8",
+ "path": "xamarin.androidx.window/1.0.0.10",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/androidx.window.window.aar",
"build/monoandroid12.0/Xamarin.AndroidX.Window.targets",
"build/net6.0-android31.0/Xamarin.AndroidX.Window.targets",
"buildTransitive/monoandroid12.0/Xamarin.AndroidX.Window.targets",
"buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.AndroidX.Window.dll",
"lib/monoandroid12.0/Xamarin.AndroidX.Window.pdb",
"lib/monoandroid12.0/Xamarin.AndroidX.Window.xml",
@@ -24330,23 +24722,25 @@
"lib/net6.0-android31.0/Xamarin.AndroidX.Window.pdb",
"lib/net6.0-android31.0/Xamarin.AndroidX.Window.xml",
"proguard/proguard.txt",
- "xamarin.androidx.window.1.0.0.8.nupkg.sha512",
+ "xamarin.androidx.window.1.0.0.10.nupkg.sha512",
"xamarin.androidx.window.nuspec"
]
},
- "Xamarin.Google.Android.Material/1.6.0": {
- "sha512": "WOr6K1pt1JeYjK3DbBHjBxPIo7ySxK5zwZssjNLTzW1tbaxo92uemr4Wxog1KTzHbzLAFwnjk361HcIs5EyRRQ==",
+ "Xamarin.Google.Android.Material/1.7.0": {
+ "sha512": "vs6Ab1HmCXbVGwJs2kSajniepSkFFwdu5wDfb9039swPazAaTWAolNbDOOKDGOS0kivECTL4xKat9kl4OA2EGg==",
"type": "package",
- "path": "xamarin.google.android.material/1.6.0",
+ "path": "xamarin.google.android.material/1.7.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"aar/com.google.android.material.material.aar",
"build/monoandroid12.0/Xamarin.Google.Android.Material.targets",
"build/net6.0-android31.0/Xamarin.Google.Android.Material.targets",
"buildTransitive/monoandroid12.0/Xamarin.Google.Android.Material.targets",
"buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets",
+ "icon.png",
"lib/monoandroid12.0/Xamarin.Google.Android.Material.dll",
"lib/monoandroid12.0/Xamarin.Google.Android.Material.pdb",
"lib/monoandroid12.0/Xamarin.Google.Android.Material.xml",
@@ -24354,14 +24748,14 @@
"lib/net6.0-android31.0/Xamarin.Google.Android.Material.pdb",
"lib/net6.0-android31.0/Xamarin.Google.Android.Material.xml",
"proguard/proguard.txt",
- "xamarin.google.android.material.1.6.0.nupkg.sha512",
+ "xamarin.google.android.material.1.7.0.nupkg.sha512",
"xamarin.google.android.material.nuspec"
]
},
- "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
- "sha512": "KQogZ+b3C+VTBp1ANQyd12luXxTK80HirIjDnKuVMCGtzZDlScG5CYbrTepwyNgpobQhYKyHQl/V4QwGOKCSaQ==",
+ "Xamarin.Google.Crypto.Tink.Android/1.7.0.1": {
+ "sha512": "Qaf1949Xy/GSOlDZojifaEp/gqJUteWmP8tPg9n925CBOdmxxtGVhy9V+z0tTxA5KP3Gr2Ak5VqcBKCYbozLtw==",
"type": "package",
- "path": "xamarin.google.crypto.tink.android/1.6.1.6",
+ "path": "xamarin.google.crypto.tink.android/1.7.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -24372,39 +24766,41 @@
"lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.aar",
"lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll",
"lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.xml",
- "xamarin.google.crypto.tink.android.1.6.1.6.nupkg.sha512",
+ "xamarin.google.crypto.tink.android.1.7.0.1.nupkg.sha512",
"xamarin.google.crypto.tink.android.nuspec"
]
},
- "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
- "sha512": "epoKcMNVECBH4eMwk7b7RCZESIT5Vd62won/VdLc9e766C2qiVAEZ6fmeSVtQMkkASqybMSiJiFGibMlr4ebgw==",
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.10": {
+ "sha512": "/+RJakd7pLdyCb2BAbuPemQJjDUhhvhxGpK6ycUHSaznaCUg9/Sy+3cECLKKIEC91Fqy9bc66d0+c2hjVCG49g==",
"type": "package",
- "path": "xamarin.google.guava.listenablefuture/1.0.0.5",
+ "path": "xamarin.google.guava.listenablefuture/1.0.0.10",
"files": [
".nupkg.metadata",
".signature.p7s",
+ "License.md",
"THIRD-PARTY-NOTICES.txt",
- "build/monoandroid90/Xamarin.Google.Guava.ListenableFuture.targets",
+ "build/monoandroid12.0/Xamarin.Google.Guava.ListenableFuture.targets",
"build/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets",
- "buildTransitive/monoandroid90/Xamarin.Google.Guava.ListenableFuture.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.Google.Guava.ListenableFuture.targets",
"buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets",
"jar/guava-listenablefuture.jar",
- "lib/monoandroid90/Xamarin.Google.Guava.ListenableFuture.dll",
- "lib/monoandroid90/Xamarin.Google.Guava.ListenableFuture.xml",
+ "lib/monoandroid12.0/Xamarin.Google.Guava.ListenableFuture.dll",
+ "lib/monoandroid12.0/Xamarin.Google.Guava.ListenableFuture.xml",
"lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll",
"lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.xml",
- "xamarin.google.guava.listenablefuture.1.0.0.5.nupkg.sha512",
+ "xamarin.google.guava.listenablefuture.1.0.0.10.nupkg.sha512",
"xamarin.google.guava.listenablefuture.nuspec"
]
},
- "Xamarin.Jetbrains.Annotations/23.0.0.3": {
- "sha512": "9tnim3QLeyNN/5obOaNuROh2RsWWjS4IoThHkdhlkPQbOp6Uw1TWoN/KVtLxK2FaL3lFxbTygDoxus0beijF5Q==",
+ "Xamarin.Jetbrains.Annotations/23.0.0.5": {
+ "sha512": "DYXvp8jMk4iQbH0ApB2mMUuCUtESbGRdaStFxkRGKYyFA73XrdxG4K8rFHT+a92LRe/fBZhpvQtt+s2R5HmIDQ==",
"type": "package",
- "path": "xamarin.jetbrains.annotations/23.0.0.3",
+ "path": "xamarin.jetbrains.annotations/23.0.0.5",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.Jetbrains.Annotations.targets",
"build/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets",
"buildTransitive/monoandroid12.0/Xamarin.Jetbrains.Annotations.targets",
@@ -24414,98 +24810,102 @@
"lib/monoandroid12.0/Xamarin.Jetbrains.Annotations.xml",
"lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll",
"lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.xml",
- "xamarin.jetbrains.annotations.23.0.0.3.nupkg.sha512",
+ "xamarin.jetbrains.annotations.23.0.0.5.nupkg.sha512",
"xamarin.jetbrains.annotations.nuspec"
]
},
- "Xamarin.Kotlin.StdLib/1.6.20.1": {
- "sha512": "TyYyLpilueUQ47Ly9ywlOqz2/h+u0fXrCtd0nxhLqApl4YHx0VYpxyr7EPI0tKZ3BicToKimX1NcgVVgHdRNEQ==",
+ "Xamarin.Kotlin.StdLib/1.7.20.1": {
+ "sha512": "rXf7f31keX62tzFrfaZ5qC0qLiGRqk3qFBpocL87U8+DwJONOQ8/gc6MpmDQnrcJbAgJn7tudqKubPFVIJhaHw==",
"type": "package",
- "path": "xamarin.kotlin.stdlib/1.6.20.1",
+ "path": "xamarin.kotlin.stdlib/1.7.20.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.Kotlin.StdLib.targets",
"build/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets",
"buildTransitive/monoandroid12.0/Xamarin.Kotlin.StdLib.targets",
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets",
- "jar/org.jetbrains.kotlin.kotlin-stdlib-1.6.20.jar",
+ "jar/org.jetbrains.kotlin.kotlin-stdlib-1.7.20.jar",
"lib/monoandroid12.0/Xamarin.Kotlin.StdLib.dll",
"lib/monoandroid12.0/Xamarin.Kotlin.StdLib.xml",
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll",
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.xml",
- "xamarin.kotlin.stdlib.1.6.20.1.nupkg.sha512",
+ "xamarin.kotlin.stdlib.1.7.20.1.nupkg.sha512",
"xamarin.kotlin.stdlib.nuspec"
]
},
- "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
- "sha512": "2f04Hg6OPiJiS7PfC8DuauvIptDVexN8vBwf1HQ8gq4ZrxXBHDcvqGtaCl2w+jcbBPkSyLmTWl26mcwP1C1aLQ==",
+ "Xamarin.Kotlin.StdLib.Common/1.7.20.1": {
+ "sha512": "4OAlyfiGtm1JAQAwdSZq+Eqmm8Bb9LDXbqtknNl11i4f1mZ35OtKIHiCuxy3h5YnAYna4K1iqz3mCe+L/lBuRw==",
"type": "package",
- "path": "xamarin.kotlin.stdlib.common/1.6.20.1",
+ "path": "xamarin.kotlin.stdlib.common/1.7.20.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.Kotlin.StdLib.Common.targets",
"build/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets",
"buildTransitive/monoandroid12.0/Xamarin.Kotlin.StdLib.Common.targets",
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets",
- "jar/org.jetbrains.kotlin.kotlin-stdlib-common-1.6.20.jar",
+ "jar/org.jetbrains.kotlin.kotlin-stdlib-common-1.7.20.jar",
"lib/monoandroid12.0/Xamarin.Kotlin.StdLib.Common.dll",
"lib/monoandroid12.0/Xamarin.Kotlin.StdLib.Common.xml",
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll",
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.xml",
- "xamarin.kotlin.stdlib.common.1.6.20.1.nupkg.sha512",
+ "xamarin.kotlin.stdlib.common.1.7.20.1.nupkg.sha512",
"xamarin.kotlin.stdlib.common.nuspec"
]
},
- "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
- "sha512": "S61ISay5IpPJOYNksdOwnK9ImgTTEyPwxlG1mGkINHYURQjo2X2zw7eDuR0hPX138FsePwPX9TDrCmvCr7aivA==",
+ "Xamarin.Kotlin.StdLib.Jdk7/1.7.20.1": {
+ "sha512": "tAfl7ULeQNkVqR4OHCflBm/7yBOBpPS7yjYi5+SlmxUQt+946d11jcQaybA/Oz7S/oTGJkcnwqEsIihyZb891g==",
"type": "package",
- "path": "xamarin.kotlin.stdlib.jdk7/1.6.20.1",
+ "path": "xamarin.kotlin.stdlib.jdk7/1.7.20.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk7.targets",
"build/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets",
"buildTransitive/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk7.targets",
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets",
- "jar/org.jetbrains.kotlin.kotlin-stdlib-jdk7-1.6.20.jar",
+ "jar/org.jetbrains.kotlin.kotlin-stdlib-jdk7-1.7.20.jar",
"lib/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk7.dll",
"lib/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk7.xml",
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll",
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.xml",
- "xamarin.kotlin.stdlib.jdk7.1.6.20.1.nupkg.sha512",
+ "xamarin.kotlin.stdlib.jdk7.1.7.20.1.nupkg.sha512",
"xamarin.kotlin.stdlib.jdk7.nuspec"
]
},
- "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
- "sha512": "LjzvkLLPd2T7zqifi1ut2IboWoaNxmzcvJ/AztPLQmk5v4H8e3xMv9th7zH8WKDQKR2Uoylx/GS+RKFN+H9JZw==",
+ "Xamarin.Kotlin.StdLib.Jdk8/1.7.20.1": {
+ "sha512": "eesAy1DE3A0w88GKFGYqGNlUJ8bb+5Q1E0hyR+QYHNMVWw1lZvZET2EyqeyU0WGZvHzGpeu8H6Vu4zOJVDHcww==",
"type": "package",
- "path": "xamarin.kotlin.stdlib.jdk8/1.6.20.1",
+ "path": "xamarin.kotlin.stdlib.jdk8/1.7.20.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
"build/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk8.targets",
"build/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets",
"buildTransitive/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk8.targets",
"buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets",
- "jar/org.jetbrains.kotlin.kotlin-stdlib-jdk8-1.6.20.jar",
+ "jar/org.jetbrains.kotlin.kotlin-stdlib-jdk8-1.7.20.jar",
"lib/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk8.dll",
"lib/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk8.xml",
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll",
"lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.xml",
- "xamarin.kotlin.stdlib.jdk8.1.6.20.1.nupkg.sha512",
+ "xamarin.kotlin.stdlib.jdk8.1.7.20.1.nupkg.sha512",
"xamarin.kotlin.stdlib.jdk8.nuspec"
]
},
- "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
- "sha512": "1mnY9LG3bRsYEOp/F0JCd9pqO7O3MI7DHXMVixBFv2bf9Yuy43UCmXNEZOTMzoq/28CbnCHrHLQXRuKmq1t3uQ==",
+ "Xamarin.KotlinX.Coroutines.Android/1.6.4.1": {
+ "sha512": "XITc+AI/GQQ99khvITCrprpYJ1D4AaArbcRwOkvy7e3YvHI+m1G/7rmjuzUMQoQ2V3sr0L3P2kdR/2+lKgMJQg==",
"type": "package",
- "path": "xamarin.kotlinx.coroutines.android/1.6.0.1",
+ "path": "xamarin.kotlinx.coroutines.android/1.6.4.1",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -24515,19 +24915,19 @@
"build/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets",
"buildTransitive/monoandroid12.0/Xamarin.KotlinX.Coroutines.Android.targets",
"buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets",
- "jar/org.jetbrains.kotlinx.kotlinx-coroutines-android-1.6.0.jar",
+ "jar/org.jetbrains.kotlinx.kotlinx-coroutines-android-1.6.4.jar",
"lib/monoandroid12.0/Xamarin.KotlinX.Coroutines.Android.dll",
"lib/monoandroid12.0/Xamarin.KotlinX.Coroutines.Android.xml",
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll",
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.xml",
- "xamarin.kotlinx.coroutines.android.1.6.0.1.nupkg.sha512",
+ "xamarin.kotlinx.coroutines.android.1.6.4.1.nupkg.sha512",
"xamarin.kotlinx.coroutines.android.nuspec"
]
},
- "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
- "sha512": "CnPA5tdxg4v9BY0n+tNMtyksOAkgu2sEgVZ3/RmsDYlxTOcfZrEamftBXbUDPl5eg+ZVaME2ruGaCS/CjnGTSw==",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.4.1": {
+ "sha512": "Fc3DRbAwTl3EVA/80IlE7F/E2eeGT2J/Td4cHo1sxCYvkz63IRziwLxeLoAFlXc3y73B3gZ2h2VmlYhVObvPkA==",
"type": "package",
- "path": "xamarin.kotlinx.coroutines.core.jvm/1.6.0.1",
+ "path": "xamarin.kotlinx.coroutines.core.jvm/1.6.4.1",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -24537,35 +24937,66 @@
"build/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets",
"buildTransitive/monoandroid12.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets",
"buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets",
- "jar/org.jetbrains.kotlinx.kotlinx-coroutines-core-jvm-1.6.0.jar",
+ "jar/org.jetbrains.kotlinx.kotlinx-coroutines-core-jvm-1.6.4.jar",
"lib/monoandroid12.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll",
"lib/monoandroid12.0/Xamarin.KotlinX.Coroutines.Core.Jvm.xml",
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll",
"lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.xml",
- "xamarin.kotlinx.coroutines.core.jvm.1.6.0.1.nupkg.sha512",
+ "xamarin.kotlinx.coroutines.core.jvm.1.6.4.1.nupkg.sha512",
"xamarin.kotlinx.coroutines.core.jvm.nuspec"
]
}
},
"projectFileDependencyGroups": {
- "net6.0-android31.0": [
- "Microsoft.Maui.Dependencies >= 6.0.552",
- "Microsoft.Maui.Extensions >= 6.0.552"
+ "net7.0-android33.0": [
+ "CommunityToolkit.Maui >= 5.0.0",
+ "Microsoft.Extensions.Configuration >= 7.0.0",
+ "Microsoft.Extensions.DependencyInjection >= 7.0.0",
+ "Microsoft.Extensions.Logging >= 7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions >= 7.0.0",
+ "Microsoft.Extensions.Logging.Debug >= 7.0.0",
+ "Microsoft.Maui.Graphics >= 7.0.59",
+ "Xamarin.Android.Glide >= 4.13.2.2",
+ "Xamarin.AndroidX.Browser >= 1.4.0.3",
+ "Xamarin.AndroidX.Legacy.Support.V4 >= 1.0.0.15",
+ "Xamarin.AndroidX.Lifecycle.LiveData >= 2.5.1.1",
+ "Xamarin.AndroidX.Navigation.Common >= 2.5.2.1",
+ "Xamarin.AndroidX.Navigation.Fragment >= 2.5.2.1",
+ "Xamarin.AndroidX.Navigation.Runtime >= 2.5.2.1",
+ "Xamarin.AndroidX.Navigation.UI >= 2.5.2.1",
+ "Xamarin.AndroidX.Security.SecurityCrypto >= 1.1.0-alpha03",
+ "Xamarin.Google.Android.Material >= 1.7.0",
+ "Xamarin.Google.Crypto.Tink.Android >= 1.7.0.1"
],
- "net6.0-ios16.1": [
- "Microsoft.Maui.Dependencies >= 6.0.552",
- "Microsoft.Maui.Extensions >= 6.0.552",
- "System.Runtime.InteropServices.NFloat.Internal >= 6.0.1"
+ "net7.0-ios16.1": [
+ "CommunityToolkit.Maui >= 5.0.0",
+ "Microsoft.Extensions.Configuration >= 7.0.0",
+ "Microsoft.Extensions.DependencyInjection >= 7.0.0",
+ "Microsoft.Extensions.Logging >= 7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions >= 7.0.0",
+ "Microsoft.Extensions.Logging.Debug >= 7.0.0",
+ "Microsoft.Maui.Graphics >= 7.0.59"
],
- "net6.0-maccatalyst16.1": [
- "Microsoft.Maui.Dependencies >= 6.0.552",
- "Microsoft.Maui.Extensions >= 6.0.552",
- "System.Runtime.InteropServices.NFloat.Internal >= 6.0.1"
+ "net7.0-maccatalyst16.1": [
+ "CommunityToolkit.Maui >= 5.0.0",
+ "Microsoft.Extensions.Configuration >= 7.0.0",
+ "Microsoft.Extensions.DependencyInjection >= 7.0.0",
+ "Microsoft.Extensions.Logging >= 7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions >= 7.0.0",
+ "Microsoft.Extensions.Logging.Debug >= 7.0.0",
+ "Microsoft.Maui.Graphics >= 7.0.59"
],
- "net6.0-windows10.0.19041": [
- "Microsoft.Maui.Dependencies >= 6.0.552",
- "Microsoft.Maui.Extensions >= 6.0.552",
- "Microsoft.Windows.SDK.BuildTools >= 10.0.22000.194"
+ "net7.0-windows10.0.19041": [
+ "CommunityToolkit.Maui >= 5.0.0",
+ "Microsoft.Extensions.Configuration >= 7.0.0",
+ "Microsoft.Extensions.DependencyInjection >= 7.0.0",
+ "Microsoft.Extensions.Logging >= 7.0.0",
+ "Microsoft.Extensions.Logging.Abstractions >= 7.0.0",
+ "Microsoft.Extensions.Logging.Debug >= 7.0.0",
+ "Microsoft.Maui.Graphics >= 7.0.59",
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop >= 7.0.59",
+ "Microsoft.Windows.SDK.BuildTools >= 10.0.22621.755",
+ "Microsoft.WindowsAppSDK >= 1.2.221209.1"
]
},
"packageFolders": {
@@ -24591,10 +25022,10 @@
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
- "net6.0-android",
- "net6.0-ios",
- "net6.0-maccatalyst",
- "net6.0-windows10.0.19041.0"
+ "net7.0-android",
+ "net7.0-ios",
+ "net7.0-maccatalyst",
+ "net7.0-windows10.0.19041.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
@@ -24602,20 +25033,20 @@
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
- "net6.0-android31.0": {
- "targetAlias": "net6.0-android",
+ "net7.0-android33.0": {
+ "targetAlias": "net7.0-android",
"projectReferences": {}
},
- "net6.0-ios16.1": {
- "targetAlias": "net6.0-ios",
+ "net7.0-ios16.1": {
+ "targetAlias": "net7.0-ios",
"projectReferences": {}
},
- "net6.0-maccatalyst16.1": {
- "targetAlias": "net6.0-maccatalyst",
+ "net7.0-maccatalyst16.1": {
+ "targetAlias": "net7.0-maccatalyst",
"projectReferences": {}
},
- "net6.0-windows10.0.19041": {
- "targetAlias": "net6.0-windows10.0.19041.0",
+ "net7.0-windows10.0.19041": {
+ "targetAlias": "net7.0-windows10.0.19041.0",
"projectReferences": {}
}
},
@@ -24626,89 +25057,109 @@
}
},
"frameworks": {
- "net6.0-android31.0": {
- "targetAlias": "net6.0-android",
+ "net7.0-android33.0": {
+ "targetAlias": "net7.0-android",
"dependencies": {
- "Microsoft.Maui.Dependencies": {
+ "CommunityToolkit.Maui": {
+ "target": "Package",
+ "version": "[5.0.0, )"
+ },
+ "Microsoft.Extensions.Configuration": {
"target": "Package",
- "version": "[6.0.552, )",
+ "version": "[7.0.0, )",
"autoReferenced": true
},
- "Microsoft.Maui.Extensions": {
+ "Microsoft.Extensions.DependencyInjection": {
"target": "Package",
- "version": "[6.0.552, )",
+ "version": "[7.0.0, )",
"autoReferenced": true
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "downloadDependencies": [
- {
- "name": "Microsoft.Android.Ref.31",
- "version": "[32.0.485, 32.0.485]"
},
- {
- "name": "Microsoft.Android.Runtime.31.android-arm",
- "version": "[32.0.485, 32.0.485]"
+ "Microsoft.Extensions.Logging": {
+ "target": "Package",
+ "version": "[7.0.0, )",
+ "autoReferenced": true
},
- {
- "name": "Microsoft.Android.Runtime.31.android-arm64",
- "version": "[32.0.485, 32.0.485]"
+ "Microsoft.Extensions.Logging.Abstractions": {
+ "target": "Package",
+ "version": "[7.0.0, )",
+ "autoReferenced": true
},
- {
- "name": "Microsoft.Android.Runtime.31.android-x64",
- "version": "[32.0.485, 32.0.485]"
+ "Microsoft.Extensions.Logging.Debug": {
+ "target": "Package",
+ "version": "[7.0.0, )"
},
- {
- "name": "Microsoft.Android.Runtime.31.android-x86",
- "version": "[32.0.485, 32.0.485]"
+ "Microsoft.Maui.Graphics": {
+ "target": "Package",
+ "version": "[7.0.59, )",
+ "autoReferenced": true
},
- {
- "name": "Microsoft.AspNetCore.App.Runtime.linux-arm",
- "version": "[6.0.15, 6.0.15]"
+ "Xamarin.Android.Glide": {
+ "target": "Package",
+ "version": "[4.13.2.2, )",
+ "autoReferenced": true
},
- {
- "name": "Microsoft.AspNetCore.App.Runtime.linux-arm64",
- "version": "[6.0.15, 6.0.15]"
+ "Xamarin.AndroidX.Browser": {
+ "target": "Package",
+ "version": "[1.4.0.3, )",
+ "autoReferenced": true
},
- {
- "name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
- "version": "[6.0.15, 6.0.15]"
+ "Xamarin.AndroidX.Legacy.Support.V4": {
+ "target": "Package",
+ "version": "[1.0.0.15, )",
+ "autoReferenced": true
},
- {
- "name": "Microsoft.Maui.Controls.Ref.android",
- "version": "[6.0.552, 6.0.552]"
+ "Xamarin.AndroidX.Lifecycle.LiveData": {
+ "target": "Package",
+ "version": "[2.5.1.1, )",
+ "autoReferenced": true
},
- {
- "name": "Microsoft.Maui.Controls.Runtime.android",
- "version": "[6.0.552, 6.0.552]"
+ "Xamarin.AndroidX.Navigation.Common": {
+ "target": "Package",
+ "version": "[2.5.2.1, )",
+ "autoReferenced": true
},
- {
- "name": "Microsoft.Maui.Core.Ref.android",
- "version": "[6.0.552, 6.0.552]"
+ "Xamarin.AndroidX.Navigation.Fragment": {
+ "target": "Package",
+ "version": "[2.5.2.1, )",
+ "autoReferenced": true
},
- {
- "name": "Microsoft.Maui.Core.Runtime.android",
- "version": "[6.0.552, 6.0.552]"
+ "Xamarin.AndroidX.Navigation.Runtime": {
+ "target": "Package",
+ "version": "[2.5.2.1, )",
+ "autoReferenced": true
},
- {
- "name": "Microsoft.Maui.Essentials.Ref.android",
- "version": "[6.0.552, 6.0.552]"
+ "Xamarin.AndroidX.Navigation.UI": {
+ "target": "Package",
+ "version": "[2.5.2.1, )",
+ "autoReferenced": true
},
- {
- "name": "Microsoft.Maui.Essentials.Runtime.android",
- "version": "[6.0.552, 6.0.552]"
+ "Xamarin.AndroidX.Security.SecurityCrypto": {
+ "target": "Package",
+ "version": "[1.1.0-alpha03, )",
+ "autoReferenced": true
+ },
+ "Xamarin.Google.Android.Material": {
+ "target": "Package",
+ "version": "[1.7.0, )",
+ "autoReferenced": true
+ },
+ "Xamarin.Google.Crypto.Tink.Android": {
+ "target": "Package",
+ "version": "[1.7.0.1, )",
+ "autoReferenced": true
}
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
],
+ "assetTargetFallback": true,
+ "warn": true,
"frameworkReferences": {
"Microsoft.Android": {
"privateAssets": "all"
@@ -24728,22 +25179,40 @@
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
},
- "net6.0-ios16.1": {
- "targetAlias": "net6.0-ios",
+ "net7.0-ios16.1": {
+ "targetAlias": "net7.0-ios",
"dependencies": {
- "Microsoft.Maui.Dependencies": {
+ "CommunityToolkit.Maui": {
+ "target": "Package",
+ "version": "[5.0.0, )"
+ },
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[7.0.0, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Extensions.DependencyInjection": {
+ "target": "Package",
+ "version": "[7.0.0, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Extensions.Logging": {
"target": "Package",
- "version": "[6.0.552, )",
+ "version": "[7.0.0, )",
"autoReferenced": true
},
- "Microsoft.Maui.Extensions": {
+ "Microsoft.Extensions.Logging.Abstractions": {
"target": "Package",
- "version": "[6.0.552, )",
+ "version": "[7.0.0, )",
"autoReferenced": true
},
- "System.Runtime.InteropServices.NFloat.Internal": {
+ "Microsoft.Extensions.Logging.Debug": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Microsoft.Maui.Graphics": {
"target": "Package",
- "version": "[6.0.1, )",
+ "version": "[7.0.59, )",
"autoReferenced": true
}
},
@@ -24758,40 +25227,6 @@
],
"assetTargetFallback": true,
"warn": true,
- "downloadDependencies": [
- {
- "name": "Microsoft.iOS.Ref",
- "version": "[16.2.19, 16.2.19]"
- },
- {
- "name": "Microsoft.iOS.Runtime.iossimulator-x64",
- "version": "[16.2.19, 16.2.19]"
- },
- {
- "name": "Microsoft.Maui.Controls.Ref.ios",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Controls.Runtime.ios",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Core.Ref.ios",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Core.Runtime.ios",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Essentials.Ref.ios",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Essentials.Runtime.ios",
- "version": "[6.0.552, 6.0.552]"
- }
- ],
"frameworkReferences": {
"Microsoft.iOS": {
"privateAssets": "all"
@@ -24811,22 +25246,40 @@
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
},
- "net6.0-maccatalyst16.1": {
- "targetAlias": "net6.0-maccatalyst",
+ "net7.0-maccatalyst16.1": {
+ "targetAlias": "net7.0-maccatalyst",
"dependencies": {
- "Microsoft.Maui.Dependencies": {
+ "CommunityToolkit.Maui": {
+ "target": "Package",
+ "version": "[5.0.0, )"
+ },
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[7.0.0, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Extensions.DependencyInjection": {
+ "target": "Package",
+ "version": "[7.0.0, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Extensions.Logging": {
"target": "Package",
- "version": "[6.0.552, )",
+ "version": "[7.0.0, )",
"autoReferenced": true
},
- "Microsoft.Maui.Extensions": {
+ "Microsoft.Extensions.Logging.Abstractions": {
"target": "Package",
- "version": "[6.0.552, )",
+ "version": "[7.0.0, )",
"autoReferenced": true
},
- "System.Runtime.InteropServices.NFloat.Internal": {
+ "Microsoft.Extensions.Logging.Debug": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Microsoft.Maui.Graphics": {
"target": "Package",
- "version": "[6.0.1, )",
+ "version": "[7.0.59, )",
"autoReferenced": true
}
},
@@ -24842,40 +25295,6 @@
],
"assetTargetFallback": true,
"warn": true,
- "downloadDependencies": [
- {
- "name": "Microsoft.MacCatalyst.Ref",
- "version": "[16.2.19, 16.2.19]"
- },
- {
- "name": "Microsoft.MacCatalyst.Runtime.maccatalyst-x64",
- "version": "[16.2.19, 16.2.19]"
- },
- {
- "name": "Microsoft.Maui.Controls.Ref.maccatalyst",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Controls.Runtime.maccatalyst",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Core.Ref.maccatalyst",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Core.Runtime.maccatalyst",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Essentials.Ref.maccatalyst",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Essentials.Runtime.maccatalyst",
- "version": "[6.0.552, 6.0.552]"
- }
- ],
"frameworkReferences": {
"Microsoft.MacCatalyst": {
"privateAssets": "all"
@@ -24895,23 +25314,56 @@
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.202\\RuntimeIdentifierGraph.json"
},
- "net6.0-windows10.0.19041": {
- "targetAlias": "net6.0-windows10.0.19041.0",
+ "net7.0-windows10.0.19041": {
+ "targetAlias": "net7.0-windows10.0.19041.0",
"dependencies": {
- "Microsoft.Maui.Dependencies": {
+ "CommunityToolkit.Maui": {
+ "target": "Package",
+ "version": "[5.0.0, )"
+ },
+ "Microsoft.Extensions.Configuration": {
+ "target": "Package",
+ "version": "[7.0.0, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Extensions.DependencyInjection": {
+ "target": "Package",
+ "version": "[7.0.0, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Extensions.Logging": {
+ "target": "Package",
+ "version": "[7.0.0, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Extensions.Logging.Abstractions": {
+ "target": "Package",
+ "version": "[7.0.0, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Extensions.Logging.Debug": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Microsoft.Maui.Graphics": {
"target": "Package",
- "version": "[6.0.552, )",
+ "version": "[7.0.59, )",
"autoReferenced": true
},
- "Microsoft.Maui.Extensions": {
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": {
"target": "Package",
- "version": "[6.0.552, )",
+ "version": "[7.0.59, )",
"autoReferenced": true
},
"Microsoft.Windows.SDK.BuildTools": {
"suppressParent": "All",
"target": "Package",
- "version": "[10.0.22000.194, )",
+ "version": "[10.0.22621.755, )",
+ "autoReferenced": true
+ },
+ "Microsoft.WindowsAppSDK": {
+ "target": "Package",
+ "version": "[1.2.221209.1, )",
"autoReferenced": true
}
},
@@ -24929,35 +25381,11 @@
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
- "version": "[6.0.15, 6.0.15]"
- },
- {
- "name": "Microsoft.Maui.Controls.Ref.win",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Controls.Runtime.win",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Core.Ref.win",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Core.Runtime.win",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Essentials.Ref.win",
- "version": "[6.0.552, 6.0.552]"
- },
- {
- "name": "Microsoft.Maui.Essentials.Runtime.win",
- "version": "[6.0.552, 6.0.552]"
+ "version": "[7.0.4, 7.0.4]"
},
{
"name": "Microsoft.NETCore.App.Runtime.win-x64",
- "version": "[6.0.15, 6.0.15]"
+ "version": "[7.0.4, 7.0.4]"
},
{
"name": "Microsoft.Windows.SDK.NET.Ref",
@@ -24965,7 +25393,7 @@
},
{
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
- "version": "[6.0.15, 6.0.15]"
+ "version": "[7.0.4, 7.0.4]"
}
],
"frameworkReferences": {
diff --git a/GameAtlas/GameAtlas/obj/project.nuget.cache b/GameAtlas/GameAtlas/obj/project.nuget.cache
index c3cd7a3..cba4e66 100644
--- a/GameAtlas/GameAtlas/obj/project.nuget.cache
+++ b/GameAtlas/GameAtlas/obj/project.nuget.cache
@@ -1,149 +1,111 @@
{
"version": 2,
- "dgSpecHash": "9yeEIDDeiugpcdyPkqXt75UQGajzSk9K2DzGeodFoL3gRRB86Zlw0TQRKY7YLJqDdgvKV6DyWVXc/sutbsLPLQ==",
+ "dgSpecHash": "DakM85oOk98/1JymsumtRyp7fWQttz8skqxMk2Cxeb1Xp9Isr/ob/6fmAjdjgHdWOrLfpSPYy+iUXU3CsRxYZA==",
"success": true,
"projectFilePath": "C:\\Users\\remib\\OneDrive\\Bureau\\1A\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj",
"expectedPackageFiles": [
- "C:\\Users\\remib\\.nuget\\packages\\googlegson\\2.9.0.1\\googlegson.2.9.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.configuration\\6.0.1\\microsoft.extensions.configuration.6.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\6.0.0\\microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\6.0.0\\microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\6.0.0\\microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.logging\\6.0.0\\microsoft.extensions.logging.6.0.0.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\6.0.1\\microsoft.extensions.logging.abstractions.6.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.options\\6.0.0\\microsoft.extensions.options.6.0.0.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.primitives\\6.0.0\\microsoft.extensions.primitives.6.0.0.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.graphics.win2d\\1.0.3.1\\microsoft.graphics.win2d.1.0.3.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.dependencies\\6.0.552\\microsoft.maui.dependencies.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.extensions\\6.0.552\\microsoft.maui.extensions.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.graphics\\6.0.501\\microsoft.maui.graphics.6.0.501.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.graphics.win2d.winui.desktop\\6.0.501\\microsoft.maui.graphics.win2d.winui.desktop.6.0.501.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.windows.sdk.buildtools\\10.0.22000.194\\microsoft.windows.sdk.buildtools.10.0.22000.194.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.windowsappsdk\\1.1.5\\microsoft.windowsappsdk.1.1.5.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\system.diagnostics.diagnosticsource\\6.0.0\\system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\system.runtime.interopservices.nfloat.internal\\6.0.1\\system.runtime.interopservices.nfloat.internal.6.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.android.glide\\4.12.0.8\\xamarin.android.glide.4.12.0.8.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.android.glide.annotations\\4.12.0.8\\xamarin.android.glide.annotations.4.12.0.8.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.android.glide.disklrucache\\4.12.0.8\\xamarin.android.glide.disklrucache.4.12.0.8.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.android.glide.gifdecoder\\4.12.0.8\\xamarin.android.glide.gifdecoder.4.12.0.8.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.activity\\1.4.0.2\\xamarin.androidx.activity.1.4.0.2.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.activity.ktx\\1.4.0.2\\xamarin.androidx.activity.ktx.1.4.0.2.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.annotation\\1.3.0.3\\xamarin.androidx.annotation.1.3.0.3.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.annotation.experimental\\1.2.0.1\\xamarin.androidx.annotation.experimental.1.2.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.appcompat\\1.4.1.1\\xamarin.androidx.appcompat.1.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.appcompat.appcompatresources\\1.4.1.1\\xamarin.androidx.appcompat.appcompatresources.1.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.arch.core.common\\2.1.0.14\\xamarin.androidx.arch.core.common.2.1.0.14.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.arch.core.runtime\\2.1.0.14\\xamarin.androidx.arch.core.runtime.2.1.0.14.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.asynclayoutinflater\\1.0.0.13\\xamarin.androidx.asynclayoutinflater.1.0.0.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.browser\\1.4.0.1\\xamarin.androidx.browser.1.4.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.cardview\\1.0.0.15\\xamarin.androidx.cardview.1.0.0.15.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.collection\\1.2.0.3\\xamarin.androidx.collection.1.2.0.3.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.collection.ktx\\1.2.0.3\\xamarin.androidx.collection.ktx.1.2.0.3.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.concurrent.futures\\1.1.0.8\\xamarin.androidx.concurrent.futures.1.1.0.8.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.constraintlayout\\2.1.3.1\\xamarin.androidx.constraintlayout.2.1.3.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.constraintlayout.core\\1.0.3.1\\xamarin.androidx.constraintlayout.core.1.0.3.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.coordinatorlayout\\1.2.0.1\\xamarin.androidx.coordinatorlayout.1.2.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.core\\1.7.0.2\\xamarin.androidx.core.1.7.0.2.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.core.core.ktx\\1.7.0.2\\xamarin.androidx.core.core.ktx.1.7.0.2.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.cursoradapter\\1.0.0.13\\xamarin.androidx.cursoradapter.1.0.0.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.customview\\1.1.0.12\\xamarin.androidx.customview.1.1.0.12.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.documentfile\\1.0.1.13\\xamarin.androidx.documentfile.1.0.1.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.drawerlayout\\1.1.1.8\\xamarin.androidx.drawerlayout.1.1.1.8.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.dynamicanimation\\1.0.0.13\\xamarin.androidx.dynamicanimation.1.0.0.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.emoji2\\1.1.0.1\\xamarin.androidx.emoji2.1.1.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.emoji2.viewshelper\\1.1.0.1\\xamarin.androidx.emoji2.viewshelper.1.1.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.exifinterface\\1.3.2.2\\xamarin.androidx.exifinterface.1.3.2.2.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.fragment\\1.4.1.1\\xamarin.androidx.fragment.1.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.fragment.ktx\\1.4.1.1\\xamarin.androidx.fragment.ktx.1.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.interpolator\\1.0.0.13\\xamarin.androidx.interpolator.1.0.0.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.legacy.support.core.ui\\1.0.0.14\\xamarin.androidx.legacy.support.core.ui.1.0.0.14.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.legacy.support.core.utils\\1.0.0.13\\xamarin.androidx.legacy.support.core.utils.1.0.0.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.legacy.support.v4\\1.0.0.13\\xamarin.androidx.legacy.support.v4.1.0.0.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.common\\2.4.1.1\\xamarin.androidx.lifecycle.common.2.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.livedata\\2.4.1.1\\xamarin.androidx.lifecycle.livedata.2.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.livedata.core\\2.4.1.1\\xamarin.androidx.lifecycle.livedata.core.2.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.livedata.core.ktx\\2.4.1.1\\xamarin.androidx.lifecycle.livedata.core.ktx.2.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.process\\2.4.1.1\\xamarin.androidx.lifecycle.process.2.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.runtime\\2.4.1.1\\xamarin.androidx.lifecycle.runtime.2.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.runtime.ktx\\2.4.1.1\\xamarin.androidx.lifecycle.runtime.ktx.2.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.viewmodel\\2.4.1.1\\xamarin.androidx.lifecycle.viewmodel.2.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.viewmodel.ktx\\2.4.1.1\\xamarin.androidx.lifecycle.viewmodel.ktx.2.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.viewmodelsavedstate\\2.4.1.1\\xamarin.androidx.lifecycle.viewmodelsavedstate.2.4.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.loader\\1.1.0.13\\xamarin.androidx.loader.1.1.0.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.localbroadcastmanager\\1.1.0.1\\xamarin.androidx.localbroadcastmanager.1.1.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.media\\1.5.0.1\\xamarin.androidx.media.1.5.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.navigation.common\\2.4.2\\xamarin.androidx.navigation.common.2.4.2.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.navigation.fragment\\2.4.2\\xamarin.androidx.navigation.fragment.2.4.2.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.navigation.runtime\\2.4.2\\xamarin.androidx.navigation.runtime.2.4.2.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.navigation.ui\\2.4.2\\xamarin.androidx.navigation.ui.2.4.2.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.print\\1.0.0.13\\xamarin.androidx.print.1.0.0.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.recyclerview\\1.2.1.6\\xamarin.androidx.recyclerview.1.2.1.6.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.resourceinspection.annotation\\1.0.1.1\\xamarin.androidx.resourceinspection.annotation.1.0.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.savedstate\\1.1.0.7\\xamarin.androidx.savedstate.1.1.0.7.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.savedstate.savedstate.ktx\\1.1.0.7\\xamarin.androidx.savedstate.savedstate.ktx.1.1.0.7.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\communitytoolkit.maui\\5.0.0\\communitytoolkit.maui.5.0.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\communitytoolkit.maui.core\\5.0.0\\communitytoolkit.maui.core.5.0.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\googlegson\\2.9.1.1\\googlegson.2.9.1.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.configuration\\7.0.0\\microsoft.extensions.configuration.7.0.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\7.0.0\\microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\7.0.0\\microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\7.0.0\\microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.logging\\7.0.0\\microsoft.extensions.logging.7.0.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\7.0.0\\microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.logging.debug\\7.0.0\\microsoft.extensions.logging.debug.7.0.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.options\\7.0.0\\microsoft.extensions.options.7.0.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.extensions.primitives\\7.0.0\\microsoft.extensions.primitives.7.0.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.graphics.win2d\\1.0.4\\microsoft.graphics.win2d.1.0.4.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.graphics\\7.0.59\\microsoft.maui.graphics.7.0.59.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.graphics.win2d.winui.desktop\\7.0.59\\microsoft.maui.graphics.win2d.winui.desktop.7.0.59.nupkg.sha512",
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages\\microsoft.windows.sdk.buildtools\\10.0.22621.755\\microsoft.windows.sdk.buildtools.10.0.22621.755.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.windowsappsdk\\1.2.221209.1\\microsoft.windowsappsdk.1.2.221209.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.android.glide\\4.13.2.2\\xamarin.android.glide.4.13.2.2.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.android.glide.annotations\\4.13.2.2\\xamarin.android.glide.annotations.4.13.2.2.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.android.glide.disklrucache\\4.13.2.2\\xamarin.android.glide.disklrucache.4.13.2.2.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.android.glide.gifdecoder\\4.13.2.2\\xamarin.android.glide.gifdecoder.4.13.2.2.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.activity\\1.6.0.1\\xamarin.androidx.activity.1.6.0.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.activity.ktx\\1.6.0.1\\xamarin.androidx.activity.ktx.1.6.0.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.annotation\\1.5.0.1\\xamarin.androidx.annotation.1.5.0.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.annotation.experimental\\1.3.0.1\\xamarin.androidx.annotation.experimental.1.3.0.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.appcompat\\1.5.1\\xamarin.androidx.appcompat.1.5.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.appcompat.appcompatresources\\1.5.1\\xamarin.androidx.appcompat.appcompatresources.1.5.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.arch.core.common\\2.1.0.16\\xamarin.androidx.arch.core.common.2.1.0.16.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.arch.core.runtime\\2.1.0.16\\xamarin.androidx.arch.core.runtime.2.1.0.16.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.asynclayoutinflater\\1.0.0.15\\xamarin.androidx.asynclayoutinflater.1.0.0.15.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.browser\\1.4.0.3\\xamarin.androidx.browser.1.4.0.3.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.cardview\\1.0.0.16\\xamarin.androidx.cardview.1.0.0.16.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.collection\\1.2.0.5\\xamarin.androidx.collection.1.2.0.5.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.collection.ktx\\1.2.0.5\\xamarin.androidx.collection.ktx.1.2.0.5.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.concurrent.futures\\1.1.0.10\\xamarin.androidx.concurrent.futures.1.1.0.10.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.constraintlayout\\2.1.4.1\\xamarin.androidx.constraintlayout.2.1.4.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.constraintlayout.core\\1.0.4.1\\xamarin.androidx.constraintlayout.core.1.0.4.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.coordinatorlayout\\1.2.0.3\\xamarin.androidx.coordinatorlayout.1.2.0.3.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.core\\1.9.0.1\\xamarin.androidx.core.1.9.0.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.core.core.ktx\\1.9.0.1\\xamarin.androidx.core.core.ktx.1.9.0.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.cursoradapter\\1.0.0.15\\xamarin.androidx.cursoradapter.1.0.0.15.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.customview\\1.1.0.14\\xamarin.androidx.customview.1.1.0.14.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.documentfile\\1.0.1.15\\xamarin.androidx.documentfile.1.0.1.15.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.drawerlayout\\1.1.1.10\\xamarin.androidx.drawerlayout.1.1.1.10.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.dynamicanimation\\1.0.0.14\\xamarin.androidx.dynamicanimation.1.0.0.14.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.emoji2\\1.2.0\\xamarin.androidx.emoji2.1.2.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.emoji2.viewshelper\\1.2.0\\xamarin.androidx.emoji2.viewshelper.1.2.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.exifinterface\\1.3.3.5\\xamarin.androidx.exifinterface.1.3.3.5.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.fragment\\1.5.3.1\\xamarin.androidx.fragment.1.5.3.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.fragment.ktx\\1.5.3.1\\xamarin.androidx.fragment.ktx.1.5.3.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.interpolator\\1.0.0.15\\xamarin.androidx.interpolator.1.0.0.15.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.legacy.support.core.ui\\1.0.0.16\\xamarin.androidx.legacy.support.core.ui.1.0.0.16.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.legacy.support.core.utils\\1.0.0.15\\xamarin.androidx.legacy.support.core.utils.1.0.0.15.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.legacy.support.v4\\1.0.0.15\\xamarin.androidx.legacy.support.v4.1.0.0.15.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.common\\2.5.1.1\\xamarin.androidx.lifecycle.common.2.5.1.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.livedata\\2.5.1.1\\xamarin.androidx.lifecycle.livedata.2.5.1.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.livedata.core\\2.5.1.1\\xamarin.androidx.lifecycle.livedata.core.2.5.1.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.livedata.core.ktx\\2.5.1.1\\xamarin.androidx.lifecycle.livedata.core.ktx.2.5.1.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.process\\2.5.1\\xamarin.androidx.lifecycle.process.2.5.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.runtime\\2.5.1.1\\xamarin.androidx.lifecycle.runtime.2.5.1.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.runtime.ktx\\2.5.1.1\\xamarin.androidx.lifecycle.runtime.ktx.2.5.1.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.viewmodel\\2.5.1.1\\xamarin.androidx.lifecycle.viewmodel.2.5.1.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.viewmodel.ktx\\2.5.1.1\\xamarin.androidx.lifecycle.viewmodel.ktx.2.5.1.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.lifecycle.viewmodelsavedstate\\2.5.1.1\\xamarin.androidx.lifecycle.viewmodelsavedstate.2.5.1.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.loader\\1.1.0.15\\xamarin.androidx.loader.1.1.0.15.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.localbroadcastmanager\\1.1.0.3\\xamarin.androidx.localbroadcastmanager.1.1.0.3.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.media\\1.6.0.2\\xamarin.androidx.media.1.6.0.2.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.navigation.common\\2.5.2.1\\xamarin.androidx.navigation.common.2.5.2.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.navigation.fragment\\2.5.2.1\\xamarin.androidx.navigation.fragment.2.5.2.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.navigation.runtime\\2.5.2.1\\xamarin.androidx.navigation.runtime.2.5.2.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.navigation.ui\\2.5.2.1\\xamarin.androidx.navigation.ui.2.5.2.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.print\\1.0.0.15\\xamarin.androidx.print.1.0.0.15.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.recyclerview\\1.2.1.7\\xamarin.androidx.recyclerview.1.2.1.7.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.resourceinspection.annotation\\1.0.1.2\\xamarin.androidx.resourceinspection.annotation.1.0.1.2.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.savedstate\\1.2.0.1\\xamarin.androidx.savedstate.1.2.0.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.savedstate.savedstate.ktx\\1.2.0.1\\xamarin.androidx.savedstate.savedstate.ktx.1.2.0.1.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.security.securitycrypto\\1.1.0-alpha03\\xamarin.androidx.security.securitycrypto.1.1.0-alpha03.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.slidingpanelayout\\1.2.0.1\\xamarin.androidx.slidingpanelayout.1.2.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.startup.startupruntime\\1.1.1.1\\xamarin.androidx.startup.startupruntime.1.1.1.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.swiperefreshlayout\\1.1.0.8\\xamarin.androidx.swiperefreshlayout.1.1.0.8.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.tracing.tracing\\1.0.0.6\\xamarin.androidx.tracing.tracing.1.0.0.6.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.transition\\1.4.1.6\\xamarin.androidx.transition.1.4.1.6.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.vectordrawable\\1.1.0.13\\xamarin.androidx.vectordrawable.1.1.0.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.vectordrawable.animated\\1.1.0.13\\xamarin.androidx.vectordrawable.animated.1.1.0.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.versionedparcelable\\1.1.1.13\\xamarin.androidx.versionedparcelable.1.1.1.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.viewpager\\1.0.0.13\\xamarin.androidx.viewpager.1.0.0.13.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.viewpager2\\1.0.0.15\\xamarin.androidx.viewpager2.1.0.0.15.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.window\\1.0.0.8\\xamarin.androidx.window.1.0.0.8.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.google.android.material\\1.6.0\\xamarin.google.android.material.1.6.0.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.google.crypto.tink.android\\1.6.1.6\\xamarin.google.crypto.tink.android.1.6.1.6.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.google.guava.listenablefuture\\1.0.0.5\\xamarin.google.guava.listenablefuture.1.0.0.5.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.jetbrains.annotations\\23.0.0.3\\xamarin.jetbrains.annotations.23.0.0.3.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlin.stdlib\\1.6.20.1\\xamarin.kotlin.stdlib.1.6.20.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlin.stdlib.common\\1.6.20.1\\xamarin.kotlin.stdlib.common.1.6.20.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlin.stdlib.jdk7\\1.6.20.1\\xamarin.kotlin.stdlib.jdk7.1.6.20.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlin.stdlib.jdk8\\1.6.20.1\\xamarin.kotlin.stdlib.jdk8.1.6.20.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlinx.coroutines.android\\1.6.0.1\\xamarin.kotlinx.coroutines.android.1.6.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlinx.coroutines.core.jvm\\1.6.0.1\\xamarin.kotlinx.coroutines.core.jvm.1.6.0.1.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.essentials.ref.android\\6.0.552\\microsoft.maui.essentials.ref.android.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.android.runtime.31.android-x86\\32.0.485\\microsoft.android.runtime.31.android-x86.32.0.485.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.controls.ref.android\\6.0.552\\microsoft.maui.controls.ref.android.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.core.runtime.android\\6.0.552\\microsoft.maui.core.runtime.android.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.android.runtime.31.android-x64\\32.0.485\\microsoft.android.runtime.31.android-x64.32.0.485.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.android.runtime.31.android-arm64\\32.0.485\\microsoft.android.runtime.31.android-arm64.32.0.485.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.controls.runtime.android\\6.0.552\\microsoft.maui.controls.runtime.android.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.linux-arm\\6.0.15\\microsoft.aspnetcore.app.runtime.linux-arm.6.0.15.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.core.ref.android\\6.0.552\\microsoft.maui.core.ref.android.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.android.ref.31\\32.0.485\\microsoft.android.ref.31.32.0.485.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.android.runtime.31.android-arm\\32.0.485\\microsoft.android.runtime.31.android-arm.32.0.485.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.essentials.runtime.android\\6.0.552\\microsoft.maui.essentials.runtime.android.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.linux-arm64\\6.0.15\\microsoft.aspnetcore.app.runtime.linux-arm64.6.0.15.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.linux-x64\\6.0.15\\microsoft.aspnetcore.app.runtime.linux-x64.6.0.15.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.controls.runtime.ios\\6.0.552\\microsoft.maui.controls.runtime.ios.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.essentials.ref.ios\\6.0.552\\microsoft.maui.essentials.ref.ios.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.core.ref.ios\\6.0.552\\microsoft.maui.core.ref.ios.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.ios.ref\\16.2.19\\microsoft.ios.ref.16.2.19.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.controls.ref.ios\\6.0.552\\microsoft.maui.controls.ref.ios.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.essentials.runtime.ios\\6.0.552\\microsoft.maui.essentials.runtime.ios.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.ios.runtime.iossimulator-x64\\16.2.19\\microsoft.ios.runtime.iossimulator-x64.16.2.19.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.core.runtime.ios\\6.0.552\\microsoft.maui.core.runtime.ios.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.controls.ref.maccatalyst\\6.0.552\\microsoft.maui.controls.ref.maccatalyst.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maccatalyst.runtime.maccatalyst-x64\\16.2.19\\microsoft.maccatalyst.runtime.maccatalyst-x64.16.2.19.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.essentials.ref.maccatalyst\\6.0.552\\microsoft.maui.essentials.ref.maccatalyst.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maccatalyst.ref\\16.2.19\\microsoft.maccatalyst.ref.16.2.19.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.core.runtime.maccatalyst\\6.0.552\\microsoft.maui.core.runtime.maccatalyst.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.controls.runtime.maccatalyst\\6.0.552\\microsoft.maui.controls.runtime.maccatalyst.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.core.ref.maccatalyst\\6.0.552\\microsoft.maui.core.ref.maccatalyst.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.essentials.runtime.maccatalyst\\6.0.552\\microsoft.maui.essentials.runtime.maccatalyst.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.essentials.ref.win\\6.0.552\\microsoft.maui.essentials.ref.win.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.core.runtime.win\\6.0.552\\microsoft.maui.core.runtime.win.6.0.552.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.slidingpanelayout\\1.2.0.3\\xamarin.androidx.slidingpanelayout.1.2.0.3.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.startup.startupruntime\\1.1.1.2\\xamarin.androidx.startup.startupruntime.1.1.1.2.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.swiperefreshlayout\\1.1.0.10\\xamarin.androidx.swiperefreshlayout.1.1.0.10.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.tracing.tracing\\1.1.0.2\\xamarin.androidx.tracing.tracing.1.1.0.2.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.transition\\1.4.1.8\\xamarin.androidx.transition.1.4.1.8.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.vectordrawable\\1.1.0.14\\xamarin.androidx.vectordrawable.1.1.0.14.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.vectordrawable.animated\\1.1.0.14\\xamarin.androidx.vectordrawable.animated.1.1.0.14.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.versionedparcelable\\1.1.1.15\\xamarin.androidx.versionedparcelable.1.1.1.15.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.viewpager\\1.0.0.15\\xamarin.androidx.viewpager.1.0.0.15.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.viewpager2\\1.0.0.16\\xamarin.androidx.viewpager2.1.0.0.16.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.androidx.window\\1.0.0.10\\xamarin.androidx.window.1.0.0.10.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.google.android.material\\1.7.0\\xamarin.google.android.material.1.7.0.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.google.crypto.tink.android\\1.7.0.1\\xamarin.google.crypto.tink.android.1.7.0.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.google.guava.listenablefuture\\1.0.0.10\\xamarin.google.guava.listenablefuture.1.0.0.10.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.jetbrains.annotations\\23.0.0.5\\xamarin.jetbrains.annotations.23.0.0.5.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlin.stdlib\\1.7.20.1\\xamarin.kotlin.stdlib.1.7.20.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlin.stdlib.common\\1.7.20.1\\xamarin.kotlin.stdlib.common.1.7.20.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlin.stdlib.jdk7\\1.7.20.1\\xamarin.kotlin.stdlib.jdk7.1.7.20.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlin.stdlib.jdk8\\1.7.20.1\\xamarin.kotlin.stdlib.jdk8.1.7.20.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlinx.coroutines.android\\1.6.4.1\\xamarin.kotlinx.coroutines.android.1.6.4.1.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\xamarin.kotlinx.coroutines.core.jvm\\1.6.4.1\\xamarin.kotlinx.coroutines.core.jvm.1.6.4.1.nupkg.sha512",
"C:\\Users\\remib\\.nuget\\packages\\microsoft.windows.sdk.net.ref\\10.0.19041.28\\microsoft.windows.sdk.net.ref.10.0.19041.28.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\6.0.15\\microsoft.aspnetcore.app.runtime.win-x64.6.0.15.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.controls.ref.win\\6.0.552\\microsoft.maui.controls.ref.win.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.core.ref.win\\6.0.552\\microsoft.maui.core.ref.win.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.essentials.runtime.win\\6.0.552\\microsoft.maui.essentials.runtime.win.6.0.552.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\6.0.15\\microsoft.windowsdesktop.app.runtime.win-x64.6.0.15.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\6.0.15\\microsoft.netcore.app.runtime.win-x64.6.0.15.nupkg.sha512",
- "C:\\Users\\remib\\.nuget\\packages\\microsoft.maui.controls.runtime.win\\6.0.552\\microsoft.maui.controls.runtime.win.6.0.552.nupkg.sha512"
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\7.0.4\\microsoft.aspnetcore.app.runtime.win-x64.7.0.4.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\7.0.4\\microsoft.windowsdesktop.app.runtime.win-x64.7.0.4.nupkg.sha512",
+ "C:\\Users\\remib\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\7.0.4\\microsoft.netcore.app.runtime.win-x64.7.0.4.nupkg.sha512"
],
"logs": []
}
\ No newline at end of file