Merge branch 'main' into mu-20230329-androidx.media.players

This commit is contained in:
moljac 2023-12-15 20:02:19 +01:00 коммит произвёл GitHub
Родитель 6b859f604d b692c95b88
Коммит 15ab8add3a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
31 изменённых файлов: 1299 добавлений и 1022 удалений

Просмотреть файл

@ -8,6 +8,10 @@
<!-- Default TFM's we build for -->
<_DefaultTargetFrameworks>MonoAndroid12.0;net6.0-android;net7.0-android</_DefaultTargetFrameworks>
<!-- Use an updated 'generator' -->
<!-- It's ok to use "Windows" here because we only use managed code from this package -->
<_BindingsToolsLocation>$(MSBuildThisFileDirectory)/tools/Microsoft.Android.Sdk.Windows.34.0.43/tools/</_BindingsToolsLocation>
<!-- Enable DIM/SIM for Classic (defaults to true on .NET) -->
<AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods>true</AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods>
@ -37,8 +41,11 @@
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://aka.ms/androidx</PackageProjectUrl>
</PropertyGroup>
<!-- Exclude TF-specific transform files by default -->
<DefaultTransformExcludes>**/*.MonoAndroid*.0.xml;**/*.net*.0-android.xml</DefaultTransformExcludes>
</PropertyGroup>
<!-- Folders that .targets files need to go into -->
<ItemGroup>
<AndroidXNuGetTargetFolders Include="build\monoandroid12.0" />
@ -204,6 +211,11 @@
<AndroidNamespaceReplacement Include='cronet' Replacement='CroNet' />
<AndroidNamespaceReplacement Include='resolutionselector' Replacement='ResolutionSelector' />
<AndroidNamespaceReplacement Include='streamsharing' Replacement='StreamSharing' />
<AndroidNamespaceReplacement Include='domerrors' Replacement='DomErrors' />
<AndroidNamespaceReplacement Include='publickeycredential' Replacement='PublicKeyCredential' />
<AndroidNamespaceReplacement Include='playservices' Replacement='PlayServices' />
<AndroidNamespaceReplacement Include='webauthn' Replacement='WebAuthn' />
<AndroidNamespaceReplacement Include='reflectionguard' Replacement='ReflectionGuard' />
</ItemGroup>
</Project>

Просмотреть файл

@ -1,6 +1,7 @@
// Tools needed by cake addins
#tool nuget:?package=Cake.CoreCLR
#tool nuget:?package=vswhere&version=3.1.7
#tool nuget:?package=Microsoft.Android.Sdk.Windows&version=34.0.43
// Cake Addins
#addin nuget:?package=Cake.FileHelpers&version=6.1.3

Просмотреть файл

@ -1,7 +1,7 @@
parameters:
# Environment Parameters
name: 'build' # the name of the build job for dependency purposes
timeoutInMinutes: 150 # the timeout in minutes
timeoutInMinutes: 300 # the timeout in minutes
mainBranchName: 'main' # the "main" branch that should be used - can be something other than "main"
macosAgentPoolName: 'Azure Pipelines' # the name of the macOS VM pool
macosImage: internal-macos12 # macOS VM image name, must be "internal" locked down image
@ -21,7 +21,7 @@ parameters:
- 'xamarin.androidbinderator.tool': '0.5.7'
- 'Cake.Tool': '3.2.0'
- 'boots': '1.1.0.712-preview2'
- 'api-tools': '1.3.5'
- 'private-api-tools': '1.0.0'
# Build Parameters
verbosity: 'normal' # the build verbosity: 'minimal', 'normal', 'diagnostic'

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -753,6 +753,14 @@
"nugetId": "Xamarin.AndroidX.CursorAdapter",
"dependencyOnly": false
},
{
"groupId": "androidx.credentials",
"artifactId": "credentials",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Credentials",
"dependencyOnly": false
},
{
"groupId": "androidx.customview",
"artifactId": "customview",
@ -772,32 +780,32 @@
{
"groupId": "androidx.databinding",
"artifactId": "databinding-adapters",
"version": "8.1.4",
"nugetVersion": "8.1.4.1",
"version": "8.2.0",
"nugetVersion": "8.2.0",
"nugetId": "Xamarin.AndroidX.DataBinding.DataBindingAdapters",
"dependencyOnly": false
},
{
"groupId": "androidx.databinding",
"artifactId": "databinding-common",
"version": "8.1.4",
"nugetVersion": "8.1.4.1",
"version": "8.2.0",
"nugetVersion": "8.2.0",
"nugetId": "Xamarin.AndroidX.DataBinding.DataBindingCommon",
"dependencyOnly": false
},
{
"groupId": "androidx.databinding",
"artifactId": "databinding-runtime",
"version": "8.1.4",
"nugetVersion": "8.1.4.1",
"version": "8.2.0",
"nugetVersion": "8.2.0",
"nugetId": "Xamarin.AndroidX.DataBinding.DataBindingRuntime",
"dependencyOnly": false
},
{
"groupId": "androidx.databinding",
"artifactId": "viewbinding",
"version": "8.1.4",
"nugetVersion": "8.1.4.1",
"version": "8.2.0",
"nugetVersion": "8.2.0",
"nugetId": "Xamarin.AndroidX.DataBinding.ViewBinding",
"dependencyOnly": false
},
@ -1180,8 +1188,8 @@
{
"groupId": "androidx.media",
"artifactId": "media",
"version": "1.6.0",
"nugetVersion": "1.6.0.9",
"version": "1.7.0",
"nugetVersion": "1.7.0",
"nugetId": "Xamarin.AndroidX.Media",
"dependencyOnly": false
},
@ -1620,48 +1628,48 @@
{
"groupId": "androidx.room",
"artifactId": "room-common",
"version": "2.6.0",
"nugetVersion": "2.6.0.1",
"version": "2.6.1",
"nugetVersion": "2.6.1",
"nugetId": "Xamarin.AndroidX.Room.Common",
"dependencyOnly": false
},
{
"groupId": "androidx.room",
"artifactId": "room-guava",
"version": "2.6.0",
"nugetVersion": "2.6.0.1",
"version": "2.6.1",
"nugetVersion": "2.6.1",
"nugetId": "Xamarin.AndroidX.Room.Guava",
"dependencyOnly": false
},
{
"groupId": "androidx.room",
"artifactId": "room-ktx",
"version": "2.6.0",
"nugetVersion": "2.6.0.1",
"version": "2.6.1",
"nugetVersion": "2.6.1",
"nugetId": "Xamarin.AndroidX.Room.Room.Ktx",
"dependencyOnly": false
},
{
"groupId": "androidx.room",
"artifactId": "room-runtime",
"version": "2.6.0",
"nugetVersion": "2.6.0.1",
"version": "2.6.1",
"nugetVersion": "2.6.1",
"nugetId": "Xamarin.AndroidX.Room.Runtime",
"dependencyOnly": false
},
{
"groupId": "androidx.room",
"artifactId": "room-rxjava2",
"version": "2.6.0",
"nugetVersion": "2.6.0.1",
"version": "2.6.1",
"nugetVersion": "2.6.1",
"nugetId": "Xamarin.AndroidX.Room.Room.RxJava2",
"dependencyOnly": false
},
{
"groupId": "androidx.room",
"artifactId": "room-rxjava3",
"version": "2.6.0",
"nugetVersion": "2.6.0.1",
"version": "2.6.1",
"nugetVersion": "2.6.1",
"nugetId": "Xamarin.AndroidX.Room.Room.RxJava3",
"dependencyOnly": false
},
@ -1756,8 +1764,8 @@
{
"groupId": "androidx.tracing",
"artifactId": "tracing",
"version": "1.1.0",
"nugetVersion": "1.1.0.9",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Tracing.Tracing",
"dependencyOnly": false
},
@ -1960,96 +1968,96 @@
{
"groupId": "androidx.wear.watchface",
"artifactId": "watchface",
"version": "1.1.1",
"nugetVersion": "1.1.1.6",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Wear.WatchFace",
"dependencyOnly": false
},
{
"groupId": "androidx.wear.watchface",
"artifactId": "watchface-client",
"version": "1.1.1",
"nugetVersion": "1.1.1.6",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Wear.WatchFace.Client",
"dependencyOnly": false
},
{
"groupId": "androidx.wear.watchface",
"artifactId": "watchface-client-guava",
"version": "1.1.1",
"nugetVersion": "1.1.1.6",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Wear.WatchFace.ClientGuava",
"dependencyOnly": false
},
{
"groupId": "androidx.wear.watchface",
"artifactId": "watchface-complications",
"version": "1.1.1",
"nugetVersion": "1.1.1.6",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Wear.WatchFace.Complications",
"dependencyOnly": false
},
{
"groupId": "androidx.wear.watchface",
"artifactId": "watchface-complications-data",
"version": "1.1.1",
"nugetVersion": "1.1.1.6",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Wear.WatchFace.Complications.Data",
"dependencyOnly": false
},
{
"groupId": "androidx.wear.watchface",
"artifactId": "watchface-complications-data-source",
"version": "1.1.1",
"nugetVersion": "1.1.1.6",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source",
"dependencyOnly": false
},
{
"groupId": "androidx.wear.watchface",
"artifactId": "watchface-complications-data-source-ktx",
"version": "1.1.1",
"nugetVersion": "1.1.1.6",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source.Ktx",
"dependencyOnly": false
},
{
"groupId": "androidx.wear.watchface",
"artifactId": "watchface-complications-rendering",
"version": "1.1.1",
"nugetVersion": "1.1.1.6",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Wear.WatchFace.Complications.Rendering",
"dependencyOnly": false
},
{
"groupId": "androidx.wear.watchface",
"artifactId": "watchface-data",
"version": "1.1.1",
"nugetVersion": "1.1.1.6",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Wear.WatchFace.Data",
"dependencyOnly": false
},
{
"groupId": "androidx.wear.watchface",
"artifactId": "watchface-guava",
"version": "1.1.1",
"nugetVersion": "1.1.1.6",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Wear.WatchFace.Guava",
"dependencyOnly": false
},
{
"groupId": "androidx.wear.watchface",
"artifactId": "watchface-style",
"version": "1.1.1",
"nugetVersion": "1.1.1.6",
"version": "1.2.0",
"nugetVersion": "1.2.0",
"nugetId": "Xamarin.AndroidX.Wear.WatchFace.Style",
"dependencyOnly": false
},
{
"groupId": "androidx.webkit",
"artifactId": "webkit",
"version": "1.8.0",
"nugetVersion": "1.8.0.3",
"version": "1.9.0",
"nugetVersion": "1.9.0",
"nugetId": "Xamarin.AndroidX.WebKit",
"dependencyOnly": false
},
@ -2104,16 +2112,16 @@
{
"groupId": "androidx.work",
"artifactId": "work-runtime",
"version": "2.8.1",
"nugetVersion": "2.8.1.6",
"version": "2.9.0",
"nugetVersion": "2.9.0",
"nugetId": "Xamarin.AndroidX.Work.Runtime",
"dependencyOnly": false
},
{
"groupId": "androidx.work",
"artifactId": "work-runtime-ktx",
"version": "2.8.1",
"nugetVersion": "2.8.1.6",
"version": "2.9.0",
"nugetVersion": "2.9.0",
"nugetId": "Xamarin.AndroidX.Work.Work.Runtime.Ktx",
"dependencyOnly": false
},
@ -2288,8 +2296,8 @@
{
"groupId": "com.google.crypto.tink",
"artifactId": "tink-android",
"version": "1.11.0",
"nugetVersion": "1.11.0.1",
"version": "1.12.0",
"nugetVersion": "1.12.0",
"nugetId": "Xamarin.Google.Crypto.Tink.Android",
"dependencyOnly": false,
"templateSet": "tink"
@ -2442,8 +2450,8 @@
{
"groupId": "org.checkerframework",
"artifactId": "checker-qual",
"version": "3.40.0",
"nugetVersion": "3.40.0.1",
"version": "3.41.0",
"nugetVersion": "3.41.0",
"nugetId": "Xamarin.CheckerFramework.CheckerQual",
"dependencyOnly": false,
"templateSet": "no-bindings"

Просмотреть файл

@ -5,291 +5,292 @@
| | | | | |
|----|----------------------------------------------------------------------|--------------------|----------------------------------------------------------------------|--------------------|
| 1|androidx.activity:activity |1.8.1 |Xamarin.AndroidX.Activity |1.8.1 |
| 2|androidx.activity:activity-compose |1.8.1 |Xamarin.AndroidX.Activity.Compose |1.8.1 |
| 3|androidx.activity:activity-ktx |1.8.1 |Xamarin.AndroidX.Activity.Ktx |1.8.1 |
| 4|androidx.ads:ads-identifier |1.0.0-alpha05 |Xamarin.AndroidX.Ads.Identifier |1.0.0.20-alpha05 |
| 5|androidx.ads:ads-identifier-common |1.0.0-alpha05 |Xamarin.AndroidX.Ads.IdentifierCommon |1.0.0.20-alpha05 |
| 6|androidx.ads:ads-identifier-provider |1.0.0-alpha05 |Xamarin.AndroidX.Ads.IdentifierProvider |1.0.0.20-alpha05 |
| 7|androidx.annotation:annotation |1.7.0 |Xamarin.AndroidX.Annotation |1.7.0.2 |
| 8|androidx.annotation:annotation-experimental |1.3.1 |Xamarin.AndroidX.Annotation.Experimental |1.3.1.3 |
| 9|androidx.annotation:annotation-jvm |1.7.0 |Xamarin.AndroidX.Annotation.Jvm |1.7.0.2 |
| 10|androidx.appcompat:appcompat |1.6.1 |Xamarin.AndroidX.AppCompat |1.6.1.5 |
| 11|androidx.appcompat:appcompat-resources |1.6.1 |Xamarin.AndroidX.AppCompat.AppCompatResources |1.6.1.6 |
| 12|androidx.arch.core:core-common |2.2.0 |Xamarin.AndroidX.Arch.Core.Common |2.2.0.5 |
| 13|androidx.arch.core:core-runtime |2.2.0 |Xamarin.AndroidX.Arch.Core.Runtime |2.2.0.5 |
| 14|androidx.asynclayoutinflater:asynclayoutinflater |1.0.0 |Xamarin.AndroidX.AsyncLayoutInflater |1.0.0.21 |
| 15|androidx.autofill:autofill |1.1.0 |Xamarin.AndroidX.AutoFill |1.1.0.20 |
| 16|androidx.biometric:biometric |1.1.0 |Xamarin.AndroidX.Biometric |1.1.0.17 |
| 17|androidx.browser:browser |1.7.0 |Xamarin.AndroidX.Browser |1.7.0 |
| 18|androidx.camera:camera-camera2 |1.3.0 |Xamarin.AndroidX.Camera.Camera2 |1.3.0 |
| 19|androidx.camera:camera-core |1.3.0 |Xamarin.AndroidX.Camera.Core |1.3.0 |
| 20|androidx.camera:camera-extensions |1.3.0 |Xamarin.AndroidX.Camera.Extensions |1.3.0 |
| 21|androidx.camera:camera-lifecycle |1.3.0 |Xamarin.AndroidX.Camera.Lifecycle |1.3.0 |
| 22|androidx.camera:camera-video |1.3.0 |Xamarin.AndroidX.Camera.Video |1.3.0 |
| 23|androidx.camera:camera-view |1.3.0 |Xamarin.AndroidX.Camera.View |1.3.0 |
| 24|androidx.car:car |1.0.0-alpha7 |Xamarin.AndroidX.Car.Car |1.0.0.19-alpha7 |
| 25|androidx.car:car-cluster |1.0.0-alpha5 |Xamarin.AndroidX.Car.Cluster |1.0.0.19-alpha5 |
| 26|androidx.car.app:app |1.2.0 |Xamarin.AndroidX.Car.App.App |1.2.0.6 |
| 27|androidx.cardview:cardview |1.0.0 |Xamarin.AndroidX.CardView |1.0.0.23 |
| 28|androidx.collection:collection |1.3.0 |Xamarin.AndroidX.Collection |1.3.0.1 |
| 29|androidx.collection:collection-jvm |1.3.0 |Xamarin.AndroidX.Collection.Jvm |1.3.0.1 |
| 30|androidx.collection:collection-ktx |1.3.0 |Xamarin.AndroidX.Collection.Ktx |1.3.0.1 |
| 31|androidx.compose.animation:animation |1.5.4 |Xamarin.AndroidX.Compose.Animation |1.5.4 |
| 32|androidx.compose.animation:animation-android |1.5.4 |Xamarin.AndroidX.Compose.Animation.Android |1.5.4 |
| 33|androidx.compose.animation:animation-core |1.5.4 |Xamarin.AndroidX.Compose.Animation.Core |1.5.4 |
| 34|androidx.compose.animation:animation-core-android |1.5.4 |Xamarin.AndroidX.Compose.Animation.Core.Android |1.5.4 |
| 35|androidx.compose.animation:animation-graphics |1.5.4 |Xamarin.AndroidX.Compose.Animation.Graphics |1.5.4 |
| 36|androidx.compose.animation:animation-graphics-android |1.5.4 |Xamarin.AndroidX.Compose.Animation.Graphics.Android |1.5.4 |
| 37|androidx.compose.foundation:foundation |1.5.4 |Xamarin.AndroidX.Compose.Foundation |1.5.4 |
| 38|androidx.compose.foundation:foundation-android |1.5.4 |Xamarin.AndroidX.Compose.Foundation.Android |1.5.4 |
| 39|androidx.compose.foundation:foundation-layout |1.5.4 |Xamarin.AndroidX.Compose.Foundation.Layout |1.5.4 |
| 40|androidx.compose.foundation:foundation-layout-android |1.5.4 |Xamarin.AndroidX.Compose.Foundation.Layout.Android |1.5.4 |
| 41|androidx.compose.material:material |1.5.4 |Xamarin.AndroidX.Compose.Material |1.5.4 |
| 42|androidx.compose.material:material-android |1.5.4 |Xamarin.AndroidX.Compose.Material.Android |1.5.4 |
| 43|androidx.compose.material:material-icons-core |1.5.4 |Xamarin.AndroidX.Compose.Material.Icons.Core |1.5.4 |
| 44|androidx.compose.material:material-icons-core-android |1.5.4 |Xamarin.AndroidX.Compose.Material.Icons.Core.Android |1.5.4 |
| 45|androidx.compose.material:material-icons-extended |1.5.4 |Xamarin.AndroidX.Compose.Material.Icons.Extended |1.5.4 |
| 46|androidx.compose.material:material-icons-extended-android |1.5.4 |Xamarin.AndroidX.Compose.Material.Icons.Extended.Android |1.5.4 |
| 47|androidx.compose.material:material-ripple |1.5.4 |Xamarin.AndroidX.Compose.Material.Ripple |1.5.4 |
| 48|androidx.compose.material:material-ripple-android |1.5.4 |Xamarin.AndroidX.Compose.Material.Ripple.Android |1.5.4 |
| 49|androidx.compose.material3:material3 |1.1.2 |Xamarin.AndroidX.Compose.Material3 |1.1.2.1 |
| 50|androidx.compose.material3:material3-window-size-class |1.1.2 |Xamarin.AndroidX.Compose.Material3.WindowSizeClass |1.1.2.1 |
| 51|androidx.compose.runtime:runtime |1.5.4 |Xamarin.AndroidX.Compose.Runtime |1.5.4 |
| 52|androidx.compose.runtime:runtime-android |1.5.4 |Xamarin.AndroidX.Compose.Runtime.Android |1.5.4 |
| 53|androidx.compose.runtime:runtime-livedata |1.5.4 |Xamarin.AndroidX.Compose.Runtime.LiveData |1.5.4 |
| 54|androidx.compose.runtime:runtime-rxjava2 |1.5.4 |Xamarin.AndroidX.Compose.Runtime.RxJava2 |1.5.4 |
| 55|androidx.compose.runtime:runtime-rxjava3 |1.5.4 |Xamarin.AndroidX.Compose.Runtime.RxJava3 |1.5.4 |
| 56|androidx.compose.runtime:runtime-saveable |1.5.4 |Xamarin.AndroidX.Compose.Runtime.Saveable |1.5.4 |
| 57|androidx.compose.runtime:runtime-saveable-android |1.5.4 |Xamarin.AndroidX.Compose.Runtime.Saveable.Android |1.5.4 |
| 58|androidx.compose.ui:ui |1.5.4 |Xamarin.AndroidX.Compose.UI |1.5.4 |
| 59|androidx.compose.ui:ui-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Android |1.5.4 |
| 60|androidx.compose.ui:ui-geometry |1.5.4 |Xamarin.AndroidX.Compose.UI.Geometry |1.5.4 |
| 61|androidx.compose.ui:ui-geometry-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Geometry.Android |1.5.4 |
| 62|androidx.compose.ui:ui-graphics |1.5.4 |Xamarin.AndroidX.Compose.UI.Graphics |1.5.4 |
| 63|androidx.compose.ui:ui-graphics-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Graphics.Android |1.5.4 |
| 64|androidx.compose.ui:ui-text |1.5.4 |Xamarin.AndroidX.Compose.UI.Text |1.5.4 |
| 65|androidx.compose.ui:ui-text-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Text.Android |1.5.4 |
| 66|androidx.compose.ui:ui-tooling |1.5.4 |Xamarin.AndroidX.Compose.UI.Tooling |1.5.4 |
| 67|androidx.compose.ui:ui-tooling-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Tooling.Android |1.5.4 |
| 68|androidx.compose.ui:ui-tooling-data |1.5.4 |Xamarin.AndroidX.Compose.UI.Tooling.Data |1.5.4 |
| 69|androidx.compose.ui:ui-tooling-data-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Tooling.Data.Android |1.5.4 |
| 70|androidx.compose.ui:ui-tooling-preview |1.5.4 |Xamarin.AndroidX.Compose.UI.Tooling.Preview |1.5.4 |
| 71|androidx.compose.ui:ui-tooling-preview-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Tooling.Preview.Android |1.5.4 |
| 72|androidx.compose.ui:ui-unit |1.5.4 |Xamarin.AndroidX.Compose.UI.Unit |1.5.4 |
| 73|androidx.compose.ui:ui-unit-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Unit.Android |1.5.4 |
| 74|androidx.compose.ui:ui-util |1.5.4 |Xamarin.AndroidX.Compose.UI.Util |1.5.4 |
| 75|androidx.compose.ui:ui-util-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Util.Android |1.5.4 |
| 76|androidx.compose.ui:ui-viewbinding |1.5.4 |Xamarin.AndroidX.Compose.UI.ViewBinding |1.5.4 |
| 77|androidx.concurrent:concurrent-futures |1.1.0 |Xamarin.AndroidX.Concurrent.Futures |1.1.0.16 |
| 78|androidx.concurrent:concurrent-futures-ktx |1.1.0 |Xamarin.AndroidX.Concurrent.Futures.Ktx |1.1.0.5 |
| 79|androidx.constraintlayout:constraintlayout |2.1.4 |Xamarin.AndroidX.ConstraintLayout |2.1.4.8 |
| 80|androidx.constraintlayout:constraintlayout-core |1.0.4 |Xamarin.AndroidX.ConstraintLayout.Core |1.0.4.8 |
| 81|androidx.constraintlayout:constraintlayout-solver |2.0.4 |Xamarin.AndroidX.ConstraintLayout.Solver |2.0.4.16 |
| 82|androidx.contentpager:contentpager |1.0.0 |Xamarin.AndroidX.ContentPager |1.0.0.21 |
| 83|androidx.coordinatorlayout:coordinatorlayout |1.2.0 |Xamarin.AndroidX.CoordinatorLayout |1.2.0.9 |
| 84|androidx.core:core |1.12.0 |Xamarin.AndroidX.Core |1.12.0.2 |
| 85|androidx.core:core-animation |1.0.0-alpha02 |Xamarin.AndroidX.Core.Animation |1.0.0.19-alpha02 |
| 86|androidx.core:core-google-shortcuts |1.1.0 |Xamarin.AndroidX.Core.GoogleShortcuts |1.1.0.6 |
| 87|androidx.core:core-ktx |1.12.0 |Xamarin.AndroidX.Core.Core.Ktx |1.12.0.2 |
| 88|androidx.core:core-role |1.0.0 |Xamarin.AndroidX.Core.Role |1.0.0.19 |
| 89|androidx.core:core-splashscreen |1.0.1 |Xamarin.AndroidX.Core.SplashScreen |1.0.1.4 |
| 90|androidx.cursoradapter:cursoradapter |1.0.0 |Xamarin.AndroidX.CursorAdapter |1.0.0.21 |
| 91|androidx.customview:customview |1.1.0 |Xamarin.AndroidX.CustomView |1.1.0.20 |
| 92|androidx.customview:customview-poolingcontainer |1.0.0 |Xamarin.AndroidX.CustomView.PoolingContainer |1.0.0.7 |
| 93|androidx.databinding:databinding-adapters |8.1.4 |Xamarin.AndroidX.DataBinding.DataBindingAdapters |8.1.4 |
| 94|androidx.databinding:databinding-common |8.1.4 |Xamarin.AndroidX.DataBinding.DataBindingCommon |8.1.4 |
| 95|androidx.databinding:databinding-runtime |8.1.4 |Xamarin.AndroidX.DataBinding.DataBindingRuntime |8.1.4 |
| 96|androidx.databinding:viewbinding |8.1.4 |Xamarin.AndroidX.DataBinding.ViewBinding |8.1.4 |
| 97|androidx.datastore:datastore |1.0.0 |Xamarin.AndroidX.DataStore |1.0.0.2 |
| 98|androidx.datastore:datastore-core |1.0.0 |Xamarin.AndroidX.DataStore.Core |1.0.0.2 |
| 99|androidx.datastore:datastore-preferences |1.0.0 |Xamarin.AndroidX.DataStore.Preferences |1.0.0.2 |
| 100|androidx.datastore:datastore-preferences-core |1.0.0 |Xamarin.AndroidX.DataStore.Preferences.Core |1.0.0.2 |
| 101|androidx.datastore:datastore-rxjava2 |1.0.0 |Xamarin.AndroidX.DataStore.RxJava2 |1.0.0.2 |
| 102|androidx.datastore:datastore-rxjava3 |1.0.0 |Xamarin.AndroidX.DataStore.RxJava3 |1.0.0.2 |
| 103|androidx.documentfile:documentfile |1.0.1 |Xamarin.AndroidX.DocumentFile |1.0.1.21 |
| 104|androidx.drawerlayout:drawerlayout |1.2.0 |Xamarin.AndroidX.DrawerLayout |1.2.0.5 |
| 105|androidx.dynamicanimation:dynamicanimation |1.0.0 |Xamarin.AndroidX.DynamicAnimation |1.0.0.21 |
| 106|androidx.emoji:emoji |1.1.0 |Xamarin.AndroidX.Emoji |1.1.0.16 |
| 107|androidx.emoji:emoji-appcompat |1.1.0 |Xamarin.AndroidX.Emoji.AppCompat |1.1.0.16 |
| 108|androidx.emoji:emoji-bundled |1.1.0 |Xamarin.AndroidX.Emoji.Bundled |1.1.0.16 |
| 109|androidx.emoji2:emoji2 |1.4.0 |Xamarin.AndroidX.Emoji2 |1.4.0.2 |
| 110|androidx.emoji2:emoji2-views-helper |1.4.0 |Xamarin.AndroidX.Emoji2.ViewsHelper |1.4.0.2 |
| 111|androidx.enterprise:enterprise-feedback |1.1.0 |Xamarin.AndroidX.Enterprise.Feedback |1.1.0.7 |
| 112|androidx.exifinterface:exifinterface |1.3.6 |Xamarin.AndroidX.ExifInterface |1.3.6.5 |
| 113|androidx.fragment:fragment |1.6.2 |Xamarin.AndroidX.Fragment |1.6.2 |
| 114|androidx.fragment:fragment-ktx |1.6.2 |Xamarin.AndroidX.Fragment.Ktx |1.6.2 |
| 115|androidx.gridlayout:gridlayout |1.0.0 |Xamarin.AndroidX.GridLayout |1.0.0.21 |
| 116|androidx.heifwriter:heifwriter |1.0.0 |Xamarin.AndroidX.HeifWriter |1.0.0.21 |
| 117|androidx.interpolator:interpolator |1.0.0 |Xamarin.AndroidX.Interpolator |1.0.0.21 |
| 118|androidx.leanback:leanback |1.0.0 |Xamarin.AndroidX.Leanback |1.0.0.23 |
| 119|androidx.leanback:leanback-preference |1.0.0 |Xamarin.AndroidX.Leanback.Preference |1.0.0.21 |
| 120|androidx.legacy:legacy-preference-v14 |1.0.0 |Xamarin.AndroidX.Legacy.Preference.V14 |1.0.0.21 |
| 121|androidx.legacy:legacy-support-core-ui |1.0.0 |Xamarin.AndroidX.Legacy.Support.Core.UI |1.0.0.22 |
| 122|androidx.legacy:legacy-support-core-utils |1.0.0 |Xamarin.AndroidX.Legacy.Support.Core.Utils |1.0.0.21 |
| 123|androidx.legacy:legacy-support-v13 |1.0.0 |Xamarin.AndroidX.Legacy.Support.V13 |1.0.0.21 |
| 124|androidx.legacy:legacy-support-v4 |1.0.0 |Xamarin.AndroidX.Legacy.Support.V4 |1.0.0.21 |
| 125|androidx.lifecycle:lifecycle-common |2.6.2 |Xamarin.AndroidX.Lifecycle.Common |2.6.2.2 |
| 126|androidx.lifecycle:lifecycle-common-java8 |2.6.2 |Xamarin.AndroidX.Lifecycle.Common.Java8 |2.6.2.2 |
| 127|androidx.lifecycle:lifecycle-extensions |2.2.0 |Xamarin.AndroidX.Lifecycle.Extensions |2.2.0.21 |
| 128|androidx.lifecycle:lifecycle-livedata |2.6.2 |Xamarin.AndroidX.Lifecycle.LiveData |2.6.2.2 |
| 129|androidx.lifecycle:lifecycle-livedata-core |2.6.2 |Xamarin.AndroidX.Lifecycle.LiveData.Core |2.6.2.2 |
| 130|androidx.lifecycle:lifecycle-livedata-core-ktx |2.6.2 |Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx |2.6.2.2 |
| 131|androidx.lifecycle:lifecycle-livedata-ktx |2.6.2 |Xamarin.AndroidX.Lifecycle.LiveData.Ktx |2.6.2.2 |
| 132|androidx.lifecycle:lifecycle-process |2.6.2 |Xamarin.AndroidX.Lifecycle.Process |2.6.2.2 |
| 133|androidx.lifecycle:lifecycle-reactivestreams |2.6.2 |Xamarin.AndroidX.Lifecycle.ReactiveStreams |2.6.2.2 |
| 134|androidx.lifecycle:lifecycle-reactivestreams-ktx |2.6.2 |Xamarin.AndroidX.Lifecycle.ReactiveStreams.Ktx |2.6.2.2 |
| 135|androidx.lifecycle:lifecycle-runtime |2.6.2 |Xamarin.AndroidX.Lifecycle.Runtime |2.6.2.2 |
| 136|androidx.lifecycle:lifecycle-runtime-ktx |2.6.2 |Xamarin.AndroidX.Lifecycle.Runtime.Ktx |2.6.2.2 |
| 137|androidx.lifecycle:lifecycle-service |2.6.2 |Xamarin.AndroidX.Lifecycle.Service |2.6.2.2 |
| 138|androidx.lifecycle:lifecycle-viewmodel |2.6.2 |Xamarin.AndroidX.Lifecycle.ViewModel |2.6.2.2 |
| 139|androidx.lifecycle:lifecycle-viewmodel-compose |2.6.2 |Xamarin.AndroidX.Lifecycle.ViewModel.Compose |2.6.2.2 |
| 140|androidx.lifecycle:lifecycle-viewmodel-ktx |2.6.2 |Xamarin.AndroidX.Lifecycle.ViewModel.Ktx |2.6.2.2 |
| 141|androidx.lifecycle:lifecycle-viewmodel-savedstate |2.6.2 |Xamarin.AndroidX.Lifecycle.ViewModelSavedState |2.6.2.2 |
| 142|androidx.loader:loader |1.1.0 |Xamarin.AndroidX.Loader |1.1.0.21 |
| 143|androidx.localbroadcastmanager:localbroadcastmanager |1.1.0 |Xamarin.AndroidX.LocalBroadcastManager |1.1.0.9 |
| 144|androidx.media:media |1.6.0 |Xamarin.AndroidX.Media |1.6.0.8 |
| 145|androidx.media2:media2-common |1.2.1 |Xamarin.AndroidX.Media2.Common |1.2.1.9 |
| 146|androidx.media2:media2-session |1.2.1 |Xamarin.AndroidX.Media2.Session |1.2.1.9 |
| 147|androidx.media2:media2-widget |1.2.1 |Xamarin.AndroidX.Media2.Widget |1.2.1.9 |
| 148|androidx.mediarouter:mediarouter |1.6.0 |Xamarin.AndroidX.MediaRouter |1.6.0.1 |
| 149|androidx.multidex:multidex |2.0.1 |Xamarin.AndroidX.MultiDex |2.0.1.21 |
| 150|androidx.navigation:navigation-common |2.7.5 |Xamarin.AndroidX.Navigation.Common |2.7.5 |
| 151|androidx.navigation:navigation-common-ktx |2.7.5 |Xamarin.AndroidX.Navigation.Common.Ktx |2.7.5 |
| 152|androidx.navigation:navigation-compose |2.7.5 |Xamarin.AndroidX.Navigation.Compose |2.7.5 |
| 153|androidx.navigation:navigation-fragment |2.7.5 |Xamarin.AndroidX.Navigation.Fragment |2.7.5 |
| 154|androidx.navigation:navigation-fragment-ktx |2.7.5 |Xamarin.AndroidX.Navigation.Fragment.Ktx |2.7.5 |
| 155|androidx.navigation:navigation-runtime |2.7.5 |Xamarin.AndroidX.Navigation.Runtime |2.7.5 |
| 156|androidx.navigation:navigation-runtime-ktx |2.7.5 |Xamarin.AndroidX.Navigation.Runtime.Ktx |2.7.5 |
| 157|androidx.navigation:navigation-ui |2.7.5 |Xamarin.AndroidX.Navigation.UI |2.7.5 |
| 158|androidx.navigation:navigation-ui-ktx |2.7.5 |Xamarin.AndroidX.Navigation.UI.Ktx |2.7.5 |
| 159|androidx.paging:paging-common |3.2.1 |Xamarin.AndroidX.Paging.Common |3.2.1.2 |
| 160|androidx.paging:paging-common-ktx |3.2.1 |Xamarin.AndroidX.Paging.Common.Ktx |3.2.1.2 |
| 161|androidx.paging:paging-runtime |3.2.1 |Xamarin.AndroidX.Paging.Runtime |3.2.1.2 |
| 162|androidx.paging:paging-runtime-ktx |3.2.1 |Xamarin.AndroidX.Paging.Runtime.Ktx |3.2.1.2 |
| 163|androidx.paging:paging-rxjava2 |3.2.1 |Xamarin.AndroidX.Paging.RxJava2 |3.2.1.2 |
| 164|androidx.paging:paging-rxjava2-ktx |3.2.1 |Xamarin.AndroidX.Paging.RxJava2.Ktx |3.2.1.2 |
| 165|androidx.palette:palette |1.0.0 |Xamarin.AndroidX.Palette |1.0.0.21 |
| 166|androidx.palette:palette-ktx |1.0.0 |Xamarin.AndroidX.Palette.Palette.Ktx |1.0.0.14 |
| 167|androidx.percentlayout:percentlayout |1.0.0 |Xamarin.AndroidX.PercentLayout |1.0.0.22 |
| 168|androidx.preference:preference |1.2.1 |Xamarin.AndroidX.Preference |1.2.1.2 |
| 169|androidx.preference:preference-ktx |1.2.1 |Xamarin.AndroidX.Preference.Preference.Ktx |1.2.1.2 |
| 170|androidx.print:print |1.0.0 |Xamarin.AndroidX.Print |1.0.0.21 |
| 171|androidx.profileinstaller:profileinstaller |1.3.1 |Xamarin.AndroidX.ProfileInstaller.ProfileInstaller |1.3.1.4 |
| 172|androidx.recommendation:recommendation |1.0.0 |Xamarin.AndroidX.Recommendation |1.0.0.21 |
| 173|androidx.recyclerview:recyclerview |1.3.2 |Xamarin.AndroidX.RecyclerView |1.3.2 |
| 174|androidx.recyclerview:recyclerview-selection |1.1.0 |Xamarin.AndroidX.RecyclerView.Selection |1.1.0.15 |
| 175|androidx.resourceinspection:resourceinspection-annotation |1.0.1 |Xamarin.AndroidX.ResourceInspection.Annotation |1.0.1.9 |
| 176|androidx.room:room-common |2.6.0 |Xamarin.AndroidX.Room.Common |2.6.0 |
| 177|androidx.room:room-guava |2.6.0 |Xamarin.AndroidX.Room.Guava |2.6.0 |
| 178|androidx.room:room-ktx |2.6.0 |Xamarin.AndroidX.Room.Room.Ktx |2.6.0 |
| 179|androidx.room:room-runtime |2.6.0 |Xamarin.AndroidX.Room.Runtime |2.6.0 |
| 180|androidx.room:room-rxjava2 |2.6.0 |Xamarin.AndroidX.Room.Room.RxJava2 |2.6.0 |
| 181|androidx.room:room-rxjava3 |2.6.0 |Xamarin.AndroidX.Room.Room.RxJava3 |2.6.0 |
| 182|androidx.savedstate:savedstate |1.2.1 |Xamarin.AndroidX.SavedState |1.2.1.5 |
| 183|androidx.savedstate:savedstate-ktx |1.2.1 |Xamarin.AndroidX.SavedState.SavedState.Ktx |1.2.1.5 |
| 184|androidx.security:security-crypto |1.0.0 |Xamarin.AndroidX.Security.SecurityCrypto |1.0.0.14 |
| 185|androidx.slice:slice-builders |1.0.0 |Xamarin.AndroidX.Slice.Builders |1.0.0.21 |
| 186|androidx.slice:slice-core |1.0.0 |Xamarin.AndroidX.Slice.Core |1.0.0.21 |
| 187|androidx.slice:slice-view |1.0.0 |Xamarin.AndroidX.Slice.View |1.0.0.21 |
| 188|androidx.slidingpanelayout:slidingpanelayout |1.2.0 |Xamarin.AndroidX.SlidingPaneLayout |1.2.0.9 |
| 189|androidx.sqlite:sqlite |2.4.0 |Xamarin.AndroidX.Sqlite |2.4.0 |
| 190|androidx.sqlite:sqlite-framework |2.4.0 |Xamarin.AndroidX.Sqlite.Framework |2.4.0 |
| 191|androidx.startup:startup-runtime |1.1.1 |Xamarin.AndroidX.Startup.StartupRuntime |1.1.1.9 |
| 192|androidx.swiperefreshlayout:swiperefreshlayout |1.1.0 |Xamarin.AndroidX.SwipeRefreshLayout |1.1.0.16 |
| 193|androidx.tracing:tracing |1.1.0 |Xamarin.AndroidX.Tracing.Tracing |1.1.0.8 |
| 194|androidx.transition:transition |1.4.1 |Xamarin.AndroidX.Transition |1.4.1.14 |
| 195|androidx.tvprovider:tvprovider |1.0.0 |Xamarin.AndroidX.TvProvider |1.0.0.23 |
| 196|androidx.vectordrawable:vectordrawable |1.1.0 |Xamarin.AndroidX.VectorDrawable |1.1.0.21 |
| 197|androidx.vectordrawable:vectordrawable-animated |1.1.0 |Xamarin.AndroidX.VectorDrawable.Animated |1.1.0.21 |
| 198|androidx.versionedparcelable:versionedparcelable |1.1.1 |Xamarin.AndroidX.VersionedParcelable |1.1.1.21 |
| 199|androidx.viewpager:viewpager |1.0.0 |Xamarin.AndroidX.ViewPager |1.0.0.21 |
| 200|androidx.viewpager2:viewpager2 |1.0.0 |Xamarin.AndroidX.ViewPager2 |1.0.0.23 |
| 201|androidx.wear:wear |1.3.0 |Xamarin.AndroidX.Wear |1.3.0.2 |
| 202|androidx.wear:wear-input |1.1.0 |Xamarin.AndroidX.Wear.Input |1.0.0.11 |
| 203|androidx.wear:wear-ongoing |1.0.0 |Xamarin.AndroidX.Wear.Ongoing |1.0.0.11 |
| 204|androidx.wear:wear-phone-interactions |1.0.1 |Xamarin.AndroidX.Wear.PhoneInteractions |1.0.1.9 |
| 205|androidx.wear:wear-remote-interactions |1.0.0 |Xamarin.AndroidX.Wear.RemoteInteractions |1.0.0.11 |
| 206|androidx.wear.compose:compose-foundation |1.2.1 |Xamarin.AndroidX.Wear.Compose.Foundation |1.2.1 |
| 207|androidx.wear.compose:compose-material |1.2.1 |Xamarin.AndroidX.Wear.Compose.Material |1.2.1 |
| 208|androidx.wear.compose:compose-material-core |1.2.1 |Xamarin.AndroidX.Wear.Compose.Material.Core |1.2.1 |
| 209|androidx.wear.compose:compose-navigation |1.2.1 |Xamarin.AndroidX.Wear.Compose.Navigation |1.2.1 |
| 210|androidx.wear.protolayout:protolayout |1.0.0 |Xamarin.AndroidX.Wear.ProtoLayout |1.0.0.2 |
| 211|androidx.wear.protolayout:protolayout-expression |1.0.0 |Xamarin.AndroidX.Wear.ProtoLayout.Expression |1.0.0.2 |
| 212|androidx.wear.protolayout:protolayout-expression-pipeline |1.0.0 |Xamarin.AndroidX.Wear.ProtoLayout.Expression.Pipeline |1.0.0.2 |
| 213|androidx.wear.protolayout:protolayout-proto |1.0.0 |Xamarin.AndroidX.Wear.ProtoLayout.Proto |1.0.0.2 |
| 214|androidx.wear.tiles:tiles |1.2.0 |Xamarin.AndroidX.Wear.Tiles |1.2.0.1 |
| 215|androidx.wear.tiles:tiles-material |1.2.0 |Xamarin.AndroidX.Wear.Tiles.Material |1.2.0.1 |
| 216|androidx.wear.tiles:tiles-proto |1.2.0 |Xamarin.AndroidX.Wear.Tiles.Proto |1.2.0.1 |
| 217|androidx.wear.tiles:tiles-renderer |1.1.0 |Xamarin.AndroidX.Wear.Tiles.Renderer |1.1.0.6 |
| 218|androidx.wear.watchface:watchface |1.1.1 |Xamarin.AndroidX.Wear.WatchFace |1.1.1.5 |
| 219|androidx.wear.watchface:watchface-client |1.1.1 |Xamarin.AndroidX.Wear.WatchFace.Client |1.1.1.5 |
| 220|androidx.wear.watchface:watchface-client-guava |1.1.1 |Xamarin.AndroidX.Wear.WatchFace.ClientGuava |1.1.1.5 |
| 221|androidx.wear.watchface:watchface-complications |1.1.1 |Xamarin.AndroidX.Wear.WatchFace.Complications |1.1.1.5 |
| 222|androidx.wear.watchface:watchface-complications-data |1.1.1 |Xamarin.AndroidX.Wear.WatchFace.Complications.Data |1.1.1.5 |
| 223|androidx.wear.watchface:watchface-complications-data-source |1.1.1 |Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source |1.1.1.5 |
| 224|androidx.wear.watchface:watchface-complications-data-source-ktx |1.1.1 |Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source.Ktx |1.1.1.5 |
| 225|androidx.wear.watchface:watchface-complications-rendering |1.1.1 |Xamarin.AndroidX.Wear.WatchFace.Complications.Rendering |1.1.1.5 |
| 226|androidx.wear.watchface:watchface-data |1.1.1 |Xamarin.AndroidX.Wear.WatchFace.Data |1.1.1.5 |
| 227|androidx.wear.watchface:watchface-guava |1.1.1 |Xamarin.AndroidX.Wear.WatchFace.Guava |1.1.1.5 |
| 228|androidx.wear.watchface:watchface-style |1.1.1 |Xamarin.AndroidX.Wear.WatchFace.Style |1.1.1.5 |
| 229|androidx.webkit:webkit |1.8.0 |Xamarin.AndroidX.WebKit |1.8.0.2 |
| 230|androidx.window:window |1.2.0 |Xamarin.AndroidX.Window |1.2.0 |
| 231|androidx.window:window-extensions |1.0.0-alpha01 |Xamarin.AndroidX.Window.WindowExtensions |1.0.0.16-alpha01 |
| 232|androidx.window:window-java |1.2.0 |Xamarin.AndroidX.Window.WindowJava |1.2.0 |
| 233|androidx.window:window-rxjava2 |1.2.0 |Xamarin.AndroidX.Window.WindowRxJava2 |1.2.0 |
| 234|androidx.window:window-rxjava3 |1.2.0 |Xamarin.AndroidX.Window.WindowRxJava3 |1.2.0 |
| 235|androidx.window.extensions.core:core |1.0.0 |Xamarin.AndroidX.Window.Extensions.Core.Core |1.0.0.3 |
| 236|androidx.work:work-runtime |2.8.1 |Xamarin.AndroidX.Work.Runtime |2.8.1.5 |
| 237|androidx.work:work-runtime-ktx |2.8.1 |Xamarin.AndroidX.Work.Work.Runtime.Ktx |2.8.1.5 |
| 238|com.android.installreferrer:installreferrer |1.0 |Xamarin.Google.Android.InstallReferrer |1.0.0.7 |
| 239|com.google.accompanist:accompanist-appcompat-theme |0.32.0 |Xamarin.Google.Accompanist.AppCompat.Theme |0.32.0.2 |
| 240|com.google.accompanist:accompanist-drawablepainter |0.32.0 |Xamarin.Google.Accompanist.DrawablePainter |0.32.0.2 |
| 241|com.google.accompanist:accompanist-flowlayout |0.32.0 |Xamarin.Google.Accompanist.FlowLayout |0.32.0.2 |
| 242|com.google.accompanist:accompanist-pager |0.32.0 |Xamarin.Google.Accompanist.Pager |0.32.0.2 |
| 243|com.google.accompanist:accompanist-pager-indicators |0.32.0 |Xamarin.Google.Accompanist.Pager.Indicators |0.32.0.2 |
| 244|com.google.accompanist:accompanist-permissions |0.32.0 |Xamarin.Google.Accompanist.Permissions |0.32.0.2 |
| 245|com.google.accompanist:accompanist-placeholder |0.32.0 |Xamarin.Google.Accompanist.Placeholder |0.32.0.2 |
| 246|com.google.accompanist:accompanist-placeholder-material |0.32.0 |Xamarin.Google.Accompanist.Placeholder.Material |0.32.0.2 |
| 247|com.google.accompanist:accompanist-swiperefresh |0.32.0 |Xamarin.Google.Accompanist.SwipeRefresh |0.32.0.2 |
| 248|com.google.accompanist:accompanist-systemuicontroller |0.32.0 |Xamarin.Google.Accompanist.SystemUIController |0.32.0.2 |
| 249|com.google.android.material:compose-theme-adapter |1.1.18 |Xamarin.Google.Android.Material.Compose.Theme.Adapter |1.1.18.7 |
| 250|com.google.android.material:compose-theme-adapter-3 |1.0.18 |Xamarin.Google.Android.Material.Compose.Theme.Adapter3 |1.0.18.6 |
| 251|com.google.android.material:material |1.10.0 |Xamarin.Google.Android.Material |1.10.0.1 |
| 252|com.google.assistant.appactions:suggestions |1.0.0 |Xamarin.Google.Assistant.AppActions.Suggestions |1.0.0.7 |
| 253|com.google.assistant.appactions:widgets |0.0.1 |Xamarin.Google.Assistant.AppActions.Widgets |0.0.1.8 |
| 254|com.google.auto.value:auto-value-annotations |1.10.4 |Xamarin.Google.AutoValue.Annotations |1.10.4.1 |
| 255|com.google.code.gson:gson |2.10.1 |GoogleGson |2.10.1.6 |
| 256|com.google.crypto.tink:tink-android |1.11.0 |Xamarin.Google.Crypto.Tink.Android |1.11.0 |
| 257|com.google.flogger:flogger |0.8 |Xamarin.Flogger |0.8.0 |
| 258|com.google.flogger:flogger-system-backend |0.8 |Xamarin.Flogger.SystemBackend |0.8.0 |
| 259|com.google.guava:failureaccess |1.0.2 |Xamarin.Google.Guava.FailureAccess |1.0.2 |
| 260|com.google.guava:guava |32.0.1-android |Xamarin.Google.Guava |32.0.1 |
| 261|com.google.guava:listenablefuture |1.0 |Xamarin.Google.Guava.ListenableFuture |1.0.0.16 |
| 262|com.google.j2objc:j2objc-annotations |2.8 |Xamarin.Google.J2Objc.Annotations |2.8.0.6 |
| 263|dev.chrisbanes.snapper:snapper |0.3.0 |Xamarin.Dev.ChrisBanes.Snapper |0.3.0.7 |
| 264|io.github.aakira:napier |2.6.1 |Xamarin.AAkira.Napier |2.6.1.7 |
| 265|io.reactivex.rxjava2:rxandroid |2.1.1 |Xamarin.Android.ReactiveX.RxAndroid |2.1.1.7 |
| 266|io.reactivex.rxjava2:rxjava |2.2.21 |Xamarin.Android.ReactiveX.RxJava |2.2.21.14 |
| 267|io.reactivex.rxjava2:rxkotlin |2.4.0 |Xamarin.Android.ReactiveX.RxKotlin |2.4.0.7 |
| 268|io.reactivex.rxjava3:rxandroid |3.0.2 |Xamarin.Android.ReactiveX.RxJava3.RxAndroid |3.0.2.6 |
| 269|io.reactivex.rxjava3:rxjava |3.1.8 |Xamarin.Android.ReactiveX.RxJava3.RxJava |3.1.8.1 |
| 270|io.reactivex.rxjava3:rxkotlin |3.0.1 |Xamarin.Android.ReactiveX.RxJava3.RxKotlin |3.0.1.7 |
| 271|org.checkerframework:checker-compat-qual |2.5.6 |Xamarin.CheckerFramework.CheckerCompatQual |2.5.6 |
| 272|org.checkerframework:checker-qual |3.40.0 |Xamarin.CheckerFramework.CheckerQual |3.40.0 |
| 273|org.jetbrains:annotations |24.1.0 |Xamarin.Jetbrains.Annotations |24.1.0 |
| 274|org.jetbrains.kotlin:kotlin-reflect |1.9.21 |Xamarin.Kotlin.Reflect |1.9.21 |
| 275|org.jetbrains.kotlin:kotlin-stdlib |1.9.21 |Xamarin.Kotlin.StdLib |1.9.21 |
| 276|org.jetbrains.kotlin:kotlin-stdlib-common |1.9.21 |Xamarin.Kotlin.StdLib.Common |1.9.21 |
| 277|org.jetbrains.kotlin:kotlin-stdlib-jdk7 |1.9.21 |Xamarin.Kotlin.StdLib.Jdk7 |1.9.21 |
| 278|org.jetbrains.kotlin:kotlin-stdlib-jdk8 |1.9.21 |Xamarin.Kotlin.StdLib.Jdk8 |1.9.21 |
| 279|org.jetbrains.kotlinx:kotlinx-coroutines-android |1.7.3 |Xamarin.KotlinX.Coroutines.Android |1.7.3.2 |
| 280|org.jetbrains.kotlinx:kotlinx-coroutines-core |1.7.3 |Xamarin.KotlinX.Coroutines.Core |1.7.3.2 |
| 281|org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm |1.7.3 |Xamarin.KotlinX.Coroutines.Core.Jvm |1.7.3.2 |
| 282|org.jetbrains.kotlinx:kotlinx-coroutines-guava |1.7.3 |Xamarin.KotlinX.Coroutines.Guava |1.7.3.2 |
| 283|org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 |1.7.3 |Xamarin.KotlinX.Coroutines.Jdk8 |1.7.3.2 |
| 284|org.jetbrains.kotlinx:kotlinx-coroutines-play-services |1.7.3 |Xamarin.KotlinX.Coroutines.Play.Services |1.7.3.2 |
| 285|org.jetbrains.kotlinx:kotlinx-coroutines-reactive |1.7.3 |Xamarin.KotlinX.Coroutines.Reactive |1.7.3.2 |
| 286|org.jetbrains.kotlinx:kotlinx-coroutines-rx2 |1.7.3 |Xamarin.KotlinX.Coroutines.Rx2 |1.7.3.2 |
| 287|org.jetbrains.kotlinx:kotlinx-coroutines-rx3 |1.7.3 |Xamarin.KotlinX.Coroutines.Rx3 |1.7.3.2 |
| 288|org.reactivestreams:reactive-streams |1.0.4 |Xamarin.Android.ReactiveStreams |1.0.4.8 |
| 1|androidx.activity:activity |1.8.1 |Xamarin.AndroidX.Activity |1.8.1.1 |
| 2|androidx.activity:activity-compose |1.8.1 |Xamarin.AndroidX.Activity.Compose |1.8.1.1 |
| 3|androidx.activity:activity-ktx |1.8.1 |Xamarin.AndroidX.Activity.Ktx |1.8.1.1 |
| 4|androidx.ads:ads-identifier |1.0.0-alpha05 |Xamarin.AndroidX.Ads.Identifier |1.0.0.21-alpha05 |
| 5|androidx.ads:ads-identifier-common |1.0.0-alpha05 |Xamarin.AndroidX.Ads.IdentifierCommon |1.0.0.21-alpha05 |
| 6|androidx.ads:ads-identifier-provider |1.0.0-alpha05 |Xamarin.AndroidX.Ads.IdentifierProvider |1.0.0.21-alpha05 |
| 7|androidx.annotation:annotation |1.7.0 |Xamarin.AndroidX.Annotation |1.7.0.3 |
| 8|androidx.annotation:annotation-experimental |1.3.1 |Xamarin.AndroidX.Annotation.Experimental |1.3.1.4 |
| 9|androidx.annotation:annotation-jvm |1.7.0 |Xamarin.AndroidX.Annotation.Jvm |1.7.0.3 |
| 10|androidx.appcompat:appcompat |1.6.1 |Xamarin.AndroidX.AppCompat |1.6.1.6 |
| 11|androidx.appcompat:appcompat-resources |1.6.1 |Xamarin.AndroidX.AppCompat.AppCompatResources |1.6.1.7 |
| 12|androidx.arch.core:core-common |2.2.0 |Xamarin.AndroidX.Arch.Core.Common |2.2.0.6 |
| 13|androidx.arch.core:core-runtime |2.2.0 |Xamarin.AndroidX.Arch.Core.Runtime |2.2.0.6 |
| 14|androidx.asynclayoutinflater:asynclayoutinflater |1.0.0 |Xamarin.AndroidX.AsyncLayoutInflater |1.0.0.22 |
| 15|androidx.autofill:autofill |1.1.0 |Xamarin.AndroidX.AutoFill |1.1.0.21 |
| 16|androidx.biometric:biometric |1.1.0 |Xamarin.AndroidX.Biometric |1.1.0.18 |
| 17|androidx.browser:browser |1.7.0 |Xamarin.AndroidX.Browser |1.7.0.1 |
| 18|androidx.camera:camera-camera2 |1.3.0 |Xamarin.AndroidX.Camera.Camera2 |1.3.0.1 |
| 19|androidx.camera:camera-core |1.3.0 |Xamarin.AndroidX.Camera.Core |1.3.0.1 |
| 20|androidx.camera:camera-extensions |1.3.0 |Xamarin.AndroidX.Camera.Extensions |1.3.0.1 |
| 21|androidx.camera:camera-lifecycle |1.3.0 |Xamarin.AndroidX.Camera.Lifecycle |1.3.0.1 |
| 22|androidx.camera:camera-video |1.3.0 |Xamarin.AndroidX.Camera.Video |1.3.0.1 |
| 23|androidx.camera:camera-view |1.3.0 |Xamarin.AndroidX.Camera.View |1.3.0.1 |
| 24|androidx.car:car |1.0.0-alpha7 |Xamarin.AndroidX.Car.Car |1.0.0.20-alpha7 |
| 25|androidx.car:car-cluster |1.0.0-alpha5 |Xamarin.AndroidX.Car.Cluster |1.0.0.20-alpha5 |
| 26|androidx.car.app:app |1.2.0 |Xamarin.AndroidX.Car.App.App |1.2.0.7 |
| 27|androidx.cardview:cardview |1.0.0 |Xamarin.AndroidX.CardView |1.0.0.24 |
| 28|androidx.collection:collection |1.3.0 |Xamarin.AndroidX.Collection |1.3.0.2 |
| 29|androidx.collection:collection-jvm |1.3.0 |Xamarin.AndroidX.Collection.Jvm |1.3.0.2 |
| 30|androidx.collection:collection-ktx |1.3.0 |Xamarin.AndroidX.Collection.Ktx |1.3.0.2 |
| 31|androidx.compose.animation:animation |1.5.4 |Xamarin.AndroidX.Compose.Animation |1.5.4.1 |
| 32|androidx.compose.animation:animation-android |1.5.4 |Xamarin.AndroidX.Compose.Animation.Android |1.5.4.1 |
| 33|androidx.compose.animation:animation-core |1.5.4 |Xamarin.AndroidX.Compose.Animation.Core |1.5.4.1 |
| 34|androidx.compose.animation:animation-core-android |1.5.4 |Xamarin.AndroidX.Compose.Animation.Core.Android |1.5.4.1 |
| 35|androidx.compose.animation:animation-graphics |1.5.4 |Xamarin.AndroidX.Compose.Animation.Graphics |1.5.4.1 |
| 36|androidx.compose.animation:animation-graphics-android |1.5.4 |Xamarin.AndroidX.Compose.Animation.Graphics.Android |1.5.4.1 |
| 37|androidx.compose.foundation:foundation |1.5.4 |Xamarin.AndroidX.Compose.Foundation |1.5.4.1 |
| 38|androidx.compose.foundation:foundation-android |1.5.4 |Xamarin.AndroidX.Compose.Foundation.Android |1.5.4.1 |
| 39|androidx.compose.foundation:foundation-layout |1.5.4 |Xamarin.AndroidX.Compose.Foundation.Layout |1.5.4.1 |
| 40|androidx.compose.foundation:foundation-layout-android |1.5.4 |Xamarin.AndroidX.Compose.Foundation.Layout.Android |1.5.4.1 |
| 41|androidx.compose.material:material |1.5.4 |Xamarin.AndroidX.Compose.Material |1.5.4.1 |
| 42|androidx.compose.material:material-android |1.5.4 |Xamarin.AndroidX.Compose.Material.Android |1.5.4.1 |
| 43|androidx.compose.material:material-icons-core |1.5.4 |Xamarin.AndroidX.Compose.Material.Icons.Core |1.5.4.1 |
| 44|androidx.compose.material:material-icons-core-android |1.5.4 |Xamarin.AndroidX.Compose.Material.Icons.Core.Android |1.5.4.1 |
| 45|androidx.compose.material:material-icons-extended |1.5.4 |Xamarin.AndroidX.Compose.Material.Icons.Extended |1.5.4.1 |
| 46|androidx.compose.material:material-icons-extended-android |1.5.4 |Xamarin.AndroidX.Compose.Material.Icons.Extended.Android |1.5.4.1 |
| 47|androidx.compose.material:material-ripple |1.5.4 |Xamarin.AndroidX.Compose.Material.Ripple |1.5.4.1 |
| 48|androidx.compose.material:material-ripple-android |1.5.4 |Xamarin.AndroidX.Compose.Material.Ripple.Android |1.5.4.1 |
| 49|androidx.compose.material3:material3 |1.1.2 |Xamarin.AndroidX.Compose.Material3 |1.1.2.2 |
| 50|androidx.compose.material3:material3-window-size-class |1.1.2 |Xamarin.AndroidX.Compose.Material3.WindowSizeClass |1.1.2.2 |
| 51|androidx.compose.runtime:runtime |1.5.4 |Xamarin.AndroidX.Compose.Runtime |1.5.4.1 |
| 52|androidx.compose.runtime:runtime-android |1.5.4 |Xamarin.AndroidX.Compose.Runtime.Android |1.5.4.1 |
| 53|androidx.compose.runtime:runtime-livedata |1.5.4 |Xamarin.AndroidX.Compose.Runtime.LiveData |1.5.4.1 |
| 54|androidx.compose.runtime:runtime-rxjava2 |1.5.4 |Xamarin.AndroidX.Compose.Runtime.RxJava2 |1.5.4.1 |
| 55|androidx.compose.runtime:runtime-rxjava3 |1.5.4 |Xamarin.AndroidX.Compose.Runtime.RxJava3 |1.5.4.1 |
| 56|androidx.compose.runtime:runtime-saveable |1.5.4 |Xamarin.AndroidX.Compose.Runtime.Saveable |1.5.4.1 |
| 57|androidx.compose.runtime:runtime-saveable-android |1.5.4 |Xamarin.AndroidX.Compose.Runtime.Saveable.Android |1.5.4.1 |
| 58|androidx.compose.ui:ui |1.5.4 |Xamarin.AndroidX.Compose.UI |1.5.4.1 |
| 59|androidx.compose.ui:ui-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Android |1.5.4.1 |
| 60|androidx.compose.ui:ui-geometry |1.5.4 |Xamarin.AndroidX.Compose.UI.Geometry |1.5.4.1 |
| 61|androidx.compose.ui:ui-geometry-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Geometry.Android |1.5.4.1 |
| 62|androidx.compose.ui:ui-graphics |1.5.4 |Xamarin.AndroidX.Compose.UI.Graphics |1.5.4.1 |
| 63|androidx.compose.ui:ui-graphics-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Graphics.Android |1.5.4.1 |
| 64|androidx.compose.ui:ui-text |1.5.4 |Xamarin.AndroidX.Compose.UI.Text |1.5.4.1 |
| 65|androidx.compose.ui:ui-text-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Text.Android |1.5.4.1 |
| 66|androidx.compose.ui:ui-tooling |1.5.4 |Xamarin.AndroidX.Compose.UI.Tooling |1.5.4.1 |
| 67|androidx.compose.ui:ui-tooling-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Tooling.Android |1.5.4.1 |
| 68|androidx.compose.ui:ui-tooling-data |1.5.4 |Xamarin.AndroidX.Compose.UI.Tooling.Data |1.5.4.1 |
| 69|androidx.compose.ui:ui-tooling-data-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Tooling.Data.Android |1.5.4.1 |
| 70|androidx.compose.ui:ui-tooling-preview |1.5.4 |Xamarin.AndroidX.Compose.UI.Tooling.Preview |1.5.4.1 |
| 71|androidx.compose.ui:ui-tooling-preview-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Tooling.Preview.Android |1.5.4.1 |
| 72|androidx.compose.ui:ui-unit |1.5.4 |Xamarin.AndroidX.Compose.UI.Unit |1.5.4.1 |
| 73|androidx.compose.ui:ui-unit-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Unit.Android |1.5.4.1 |
| 74|androidx.compose.ui:ui-util |1.5.4 |Xamarin.AndroidX.Compose.UI.Util |1.5.4.1 |
| 75|androidx.compose.ui:ui-util-android |1.5.4 |Xamarin.AndroidX.Compose.UI.Util.Android |1.5.4.1 |
| 76|androidx.compose.ui:ui-viewbinding |1.5.4 |Xamarin.AndroidX.Compose.UI.ViewBinding |1.5.4.1 |
| 77|androidx.concurrent:concurrent-futures |1.1.0 |Xamarin.AndroidX.Concurrent.Futures |1.1.0.17 |
| 78|androidx.concurrent:concurrent-futures-ktx |1.1.0 |Xamarin.AndroidX.Concurrent.Futures.Ktx |1.1.0.6 |
| 79|androidx.constraintlayout:constraintlayout |2.1.4 |Xamarin.AndroidX.ConstraintLayout |2.1.4.9 |
| 80|androidx.constraintlayout:constraintlayout-core |1.0.4 |Xamarin.AndroidX.ConstraintLayout.Core |1.0.4.9 |
| 81|androidx.constraintlayout:constraintlayout-solver |2.0.4 |Xamarin.AndroidX.ConstraintLayout.Solver |2.0.4.17 |
| 82|androidx.contentpager:contentpager |1.0.0 |Xamarin.AndroidX.ContentPager |1.0.0.22 |
| 83|androidx.coordinatorlayout:coordinatorlayout |1.2.0 |Xamarin.AndroidX.CoordinatorLayout |1.2.0.10 |
| 84|androidx.core:core |1.12.0 |Xamarin.AndroidX.Core |1.12.0.3 |
| 85|androidx.core:core-animation |1.0.0-alpha02 |Xamarin.AndroidX.Core.Animation |1.0.0.20-alpha02 |
| 86|androidx.core:core-google-shortcuts |1.1.0 |Xamarin.AndroidX.Core.GoogleShortcuts |1.1.0.7 |
| 87|androidx.core:core-ktx |1.12.0 |Xamarin.AndroidX.Core.Core.Ktx |1.12.0.3 |
| 88|androidx.core:core-role |1.0.0 |Xamarin.AndroidX.Core.Role |1.0.0.20 |
| 89|androidx.core:core-splashscreen |1.0.1 |Xamarin.AndroidX.Core.SplashScreen |1.0.1.5 |
| 90|androidx.cursoradapter:cursoradapter |1.0.0 |Xamarin.AndroidX.CursorAdapter |1.0.0.22 |
| 91|androidx.credentials:credentials |1.2.0 |Xamarin.AndroidX.Credentials |1.2.0 |
| 92|androidx.customview:customview |1.1.0 |Xamarin.AndroidX.CustomView |1.1.0.21 |
| 93|androidx.customview:customview-poolingcontainer |1.0.0 |Xamarin.AndroidX.CustomView.PoolingContainer |1.0.0.8 |
| 94|androidx.databinding:databinding-adapters |8.2.0 |Xamarin.AndroidX.DataBinding.DataBindingAdapters |8.2.0 |
| 95|androidx.databinding:databinding-common |8.2.0 |Xamarin.AndroidX.DataBinding.DataBindingCommon |8.2.0 |
| 96|androidx.databinding:databinding-runtime |8.2.0 |Xamarin.AndroidX.DataBinding.DataBindingRuntime |8.2.0 |
| 97|androidx.databinding:viewbinding |8.2.0 |Xamarin.AndroidX.DataBinding.ViewBinding |8.2.0 |
| 98|androidx.datastore:datastore |1.0.0 |Xamarin.AndroidX.DataStore |1.0.0.3 |
| 99|androidx.datastore:datastore-core |1.0.0 |Xamarin.AndroidX.DataStore.Core |1.0.0.3 |
| 100|androidx.datastore:datastore-preferences |1.0.0 |Xamarin.AndroidX.DataStore.Preferences |1.0.0.3 |
| 101|androidx.datastore:datastore-preferences-core |1.0.0 |Xamarin.AndroidX.DataStore.Preferences.Core |1.0.0.3 |
| 102|androidx.datastore:datastore-rxjava2 |1.0.0 |Xamarin.AndroidX.DataStore.RxJava2 |1.0.0.3 |
| 103|androidx.datastore:datastore-rxjava3 |1.0.0 |Xamarin.AndroidX.DataStore.RxJava3 |1.0.0.3 |
| 104|androidx.documentfile:documentfile |1.0.1 |Xamarin.AndroidX.DocumentFile |1.0.1.22 |
| 105|androidx.drawerlayout:drawerlayout |1.2.0 |Xamarin.AndroidX.DrawerLayout |1.2.0.6 |
| 106|androidx.dynamicanimation:dynamicanimation |1.0.0 |Xamarin.AndroidX.DynamicAnimation |1.0.0.22 |
| 107|androidx.emoji:emoji |1.1.0 |Xamarin.AndroidX.Emoji |1.1.0.17 |
| 108|androidx.emoji:emoji-appcompat |1.1.0 |Xamarin.AndroidX.Emoji.AppCompat |1.1.0.17 |
| 109|androidx.emoji:emoji-bundled |1.1.0 |Xamarin.AndroidX.Emoji.Bundled |1.1.0.17 |
| 110|androidx.emoji2:emoji2 |1.4.0 |Xamarin.AndroidX.Emoji2 |1.4.0.3 |
| 111|androidx.emoji2:emoji2-views-helper |1.4.0 |Xamarin.AndroidX.Emoji2.ViewsHelper |1.4.0.3 |
| 112|androidx.enterprise:enterprise-feedback |1.1.0 |Xamarin.AndroidX.Enterprise.Feedback |1.1.0.8 |
| 113|androidx.exifinterface:exifinterface |1.3.6 |Xamarin.AndroidX.ExifInterface |1.3.6.6 |
| 114|androidx.fragment:fragment |1.6.2 |Xamarin.AndroidX.Fragment |1.6.2.1 |
| 115|androidx.fragment:fragment-ktx |1.6.2 |Xamarin.AndroidX.Fragment.Ktx |1.6.2.1 |
| 116|androidx.gridlayout:gridlayout |1.0.0 |Xamarin.AndroidX.GridLayout |1.0.0.22 |
| 117|androidx.heifwriter:heifwriter |1.0.0 |Xamarin.AndroidX.HeifWriter |1.0.0.22 |
| 118|androidx.interpolator:interpolator |1.0.0 |Xamarin.AndroidX.Interpolator |1.0.0.22 |
| 119|androidx.leanback:leanback |1.0.0 |Xamarin.AndroidX.Leanback |1.0.0.24 |
| 120|androidx.leanback:leanback-preference |1.0.0 |Xamarin.AndroidX.Leanback.Preference |1.0.0.22 |
| 121|androidx.legacy:legacy-preference-v14 |1.0.0 |Xamarin.AndroidX.Legacy.Preference.V14 |1.0.0.22 |
| 122|androidx.legacy:legacy-support-core-ui |1.0.0 |Xamarin.AndroidX.Legacy.Support.Core.UI |1.0.0.23 |
| 123|androidx.legacy:legacy-support-core-utils |1.0.0 |Xamarin.AndroidX.Legacy.Support.Core.Utils |1.0.0.22 |
| 124|androidx.legacy:legacy-support-v13 |1.0.0 |Xamarin.AndroidX.Legacy.Support.V13 |1.0.0.22 |
| 125|androidx.legacy:legacy-support-v4 |1.0.0 |Xamarin.AndroidX.Legacy.Support.V4 |1.0.0.22 |
| 126|androidx.lifecycle:lifecycle-common |2.6.2 |Xamarin.AndroidX.Lifecycle.Common |2.6.2.3 |
| 127|androidx.lifecycle:lifecycle-common-java8 |2.6.2 |Xamarin.AndroidX.Lifecycle.Common.Java8 |2.6.2.3 |
| 128|androidx.lifecycle:lifecycle-extensions |2.2.0 |Xamarin.AndroidX.Lifecycle.Extensions |2.2.0.22 |
| 129|androidx.lifecycle:lifecycle-livedata |2.6.2 |Xamarin.AndroidX.Lifecycle.LiveData |2.6.2.3 |
| 130|androidx.lifecycle:lifecycle-livedata-core |2.6.2 |Xamarin.AndroidX.Lifecycle.LiveData.Core |2.6.2.3 |
| 131|androidx.lifecycle:lifecycle-livedata-core-ktx |2.6.2 |Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx |2.6.2.3 |
| 132|androidx.lifecycle:lifecycle-livedata-ktx |2.6.2 |Xamarin.AndroidX.Lifecycle.LiveData.Ktx |2.6.2.3 |
| 133|androidx.lifecycle:lifecycle-process |2.6.2 |Xamarin.AndroidX.Lifecycle.Process |2.6.2.3 |
| 134|androidx.lifecycle:lifecycle-reactivestreams |2.6.2 |Xamarin.AndroidX.Lifecycle.ReactiveStreams |2.6.2.3 |
| 135|androidx.lifecycle:lifecycle-reactivestreams-ktx |2.6.2 |Xamarin.AndroidX.Lifecycle.ReactiveStreams.Ktx |2.6.2.3 |
| 136|androidx.lifecycle:lifecycle-runtime |2.6.2 |Xamarin.AndroidX.Lifecycle.Runtime |2.6.2.3 |
| 137|androidx.lifecycle:lifecycle-runtime-ktx |2.6.2 |Xamarin.AndroidX.Lifecycle.Runtime.Ktx |2.6.2.3 |
| 138|androidx.lifecycle:lifecycle-service |2.6.2 |Xamarin.AndroidX.Lifecycle.Service |2.6.2.3 |
| 139|androidx.lifecycle:lifecycle-viewmodel |2.6.2 |Xamarin.AndroidX.Lifecycle.ViewModel |2.6.2.3 |
| 140|androidx.lifecycle:lifecycle-viewmodel-compose |2.6.2 |Xamarin.AndroidX.Lifecycle.ViewModel.Compose |2.6.2.3 |
| 141|androidx.lifecycle:lifecycle-viewmodel-ktx |2.6.2 |Xamarin.AndroidX.Lifecycle.ViewModel.Ktx |2.6.2.3 |
| 142|androidx.lifecycle:lifecycle-viewmodel-savedstate |2.6.2 |Xamarin.AndroidX.Lifecycle.ViewModelSavedState |2.6.2.3 |
| 143|androidx.loader:loader |1.1.0 |Xamarin.AndroidX.Loader |1.1.0.22 |
| 144|androidx.localbroadcastmanager:localbroadcastmanager |1.1.0 |Xamarin.AndroidX.LocalBroadcastManager |1.1.0.10 |
| 145|androidx.media:media |1.7.0 |Xamarin.AndroidX.Media |1.7.0 |
| 146|androidx.media2:media2-common |1.2.1 |Xamarin.AndroidX.Media2.Common |1.2.1.10 |
| 147|androidx.media2:media2-session |1.2.1 |Xamarin.AndroidX.Media2.Session |1.2.1.10 |
| 148|androidx.media2:media2-widget |1.2.1 |Xamarin.AndroidX.Media2.Widget |1.2.1.10 |
| 149|androidx.mediarouter:mediarouter |1.6.0 |Xamarin.AndroidX.MediaRouter |1.6.0.2 |
| 150|androidx.multidex:multidex |2.0.1 |Xamarin.AndroidX.MultiDex |2.0.1.22 |
| 151|androidx.navigation:navigation-common |2.7.5 |Xamarin.AndroidX.Navigation.Common |2.7.5.1 |
| 152|androidx.navigation:navigation-common-ktx |2.7.5 |Xamarin.AndroidX.Navigation.Common.Ktx |2.7.5.1 |
| 153|androidx.navigation:navigation-compose |2.7.5 |Xamarin.AndroidX.Navigation.Compose |2.7.5.1 |
| 154|androidx.navigation:navigation-fragment |2.7.5 |Xamarin.AndroidX.Navigation.Fragment |2.7.5.1 |
| 155|androidx.navigation:navigation-fragment-ktx |2.7.5 |Xamarin.AndroidX.Navigation.Fragment.Ktx |2.7.5.1 |
| 156|androidx.navigation:navigation-runtime |2.7.5 |Xamarin.AndroidX.Navigation.Runtime |2.7.5.1 |
| 157|androidx.navigation:navigation-runtime-ktx |2.7.5 |Xamarin.AndroidX.Navigation.Runtime.Ktx |2.7.5.1 |
| 158|androidx.navigation:navigation-ui |2.7.5 |Xamarin.AndroidX.Navigation.UI |2.7.5.1 |
| 159|androidx.navigation:navigation-ui-ktx |2.7.5 |Xamarin.AndroidX.Navigation.UI.Ktx |2.7.5.1 |
| 160|androidx.paging:paging-common |3.2.1 |Xamarin.AndroidX.Paging.Common |3.2.1.3 |
| 161|androidx.paging:paging-common-ktx |3.2.1 |Xamarin.AndroidX.Paging.Common.Ktx |3.2.1.3 |
| 162|androidx.paging:paging-runtime |3.2.1 |Xamarin.AndroidX.Paging.Runtime |3.2.1.3 |
| 163|androidx.paging:paging-runtime-ktx |3.2.1 |Xamarin.AndroidX.Paging.Runtime.Ktx |3.2.1.3 |
| 164|androidx.paging:paging-rxjava2 |3.2.1 |Xamarin.AndroidX.Paging.RxJava2 |3.2.1.3 |
| 165|androidx.paging:paging-rxjava2-ktx |3.2.1 |Xamarin.AndroidX.Paging.RxJava2.Ktx |3.2.1.3 |
| 166|androidx.palette:palette |1.0.0 |Xamarin.AndroidX.Palette |1.0.0.22 |
| 167|androidx.palette:palette-ktx |1.0.0 |Xamarin.AndroidX.Palette.Palette.Ktx |1.0.0.15 |
| 168|androidx.percentlayout:percentlayout |1.0.0 |Xamarin.AndroidX.PercentLayout |1.0.0.23 |
| 169|androidx.preference:preference |1.2.1 |Xamarin.AndroidX.Preference |1.2.1.3 |
| 170|androidx.preference:preference-ktx |1.2.1 |Xamarin.AndroidX.Preference.Preference.Ktx |1.2.1.3 |
| 171|androidx.print:print |1.0.0 |Xamarin.AndroidX.Print |1.0.0.22 |
| 172|androidx.profileinstaller:profileinstaller |1.3.1 |Xamarin.AndroidX.ProfileInstaller.ProfileInstaller |1.3.1.5 |
| 173|androidx.recommendation:recommendation |1.0.0 |Xamarin.AndroidX.Recommendation |1.0.0.22 |
| 174|androidx.recyclerview:recyclerview |1.3.2 |Xamarin.AndroidX.RecyclerView |1.3.2.1 |
| 175|androidx.recyclerview:recyclerview-selection |1.1.0 |Xamarin.AndroidX.RecyclerView.Selection |1.1.0.16 |
| 176|androidx.resourceinspection:resourceinspection-annotation |1.0.1 |Xamarin.AndroidX.ResourceInspection.Annotation |1.0.1.10 |
| 177|androidx.room:room-common |2.6.1 |Xamarin.AndroidX.Room.Common |2.6.1 |
| 178|androidx.room:room-guava |2.6.1 |Xamarin.AndroidX.Room.Guava |2.6.1 |
| 179|androidx.room:room-ktx |2.6.1 |Xamarin.AndroidX.Room.Room.Ktx |2.6.1 |
| 180|androidx.room:room-runtime |2.6.1 |Xamarin.AndroidX.Room.Runtime |2.6.1 |
| 181|androidx.room:room-rxjava2 |2.6.1 |Xamarin.AndroidX.Room.Room.RxJava2 |2.6.1 |
| 182|androidx.room:room-rxjava3 |2.6.1 |Xamarin.AndroidX.Room.Room.RxJava3 |2.6.1 |
| 183|androidx.savedstate:savedstate |1.2.1 |Xamarin.AndroidX.SavedState |1.2.1.6 |
| 184|androidx.savedstate:savedstate-ktx |1.2.1 |Xamarin.AndroidX.SavedState.SavedState.Ktx |1.2.1.6 |
| 185|androidx.security:security-crypto |1.0.0 |Xamarin.AndroidX.Security.SecurityCrypto |1.0.0.15 |
| 186|androidx.slice:slice-builders |1.0.0 |Xamarin.AndroidX.Slice.Builders |1.0.0.22 |
| 187|androidx.slice:slice-core |1.0.0 |Xamarin.AndroidX.Slice.Core |1.0.0.22 |
| 188|androidx.slice:slice-view |1.0.0 |Xamarin.AndroidX.Slice.View |1.0.0.22 |
| 189|androidx.slidingpanelayout:slidingpanelayout |1.2.0 |Xamarin.AndroidX.SlidingPaneLayout |1.2.0.10 |
| 190|androidx.sqlite:sqlite |2.4.0 |Xamarin.AndroidX.Sqlite |2.4.0.1 |
| 191|androidx.sqlite:sqlite-framework |2.4.0 |Xamarin.AndroidX.Sqlite.Framework |2.4.0.1 |
| 192|androidx.startup:startup-runtime |1.1.1 |Xamarin.AndroidX.Startup.StartupRuntime |1.1.1.10 |
| 193|androidx.swiperefreshlayout:swiperefreshlayout |1.1.0 |Xamarin.AndroidX.SwipeRefreshLayout |1.1.0.17 |
| 194|androidx.tracing:tracing |1.2.0 |Xamarin.AndroidX.Tracing.Tracing |1.2.0 |
| 195|androidx.transition:transition |1.4.1 |Xamarin.AndroidX.Transition |1.4.1.15 |
| 196|androidx.tvprovider:tvprovider |1.0.0 |Xamarin.AndroidX.TvProvider |1.0.0.24 |
| 197|androidx.vectordrawable:vectordrawable |1.1.0 |Xamarin.AndroidX.VectorDrawable |1.1.0.22 |
| 198|androidx.vectordrawable:vectordrawable-animated |1.1.0 |Xamarin.AndroidX.VectorDrawable.Animated |1.1.0.22 |
| 199|androidx.versionedparcelable:versionedparcelable |1.1.1 |Xamarin.AndroidX.VersionedParcelable |1.1.1.22 |
| 200|androidx.viewpager:viewpager |1.0.0 |Xamarin.AndroidX.ViewPager |1.0.0.22 |
| 201|androidx.viewpager2:viewpager2 |1.0.0 |Xamarin.AndroidX.ViewPager2 |1.0.0.24 |
| 202|androidx.wear:wear |1.3.0 |Xamarin.AndroidX.Wear |1.3.0.3 |
| 203|androidx.wear:wear-input |1.1.0 |Xamarin.AndroidX.Wear.Input |1.0.0.12 |
| 204|androidx.wear:wear-ongoing |1.0.0 |Xamarin.AndroidX.Wear.Ongoing |1.0.0.12 |
| 205|androidx.wear:wear-phone-interactions |1.0.1 |Xamarin.AndroidX.Wear.PhoneInteractions |1.0.1.10 |
| 206|androidx.wear:wear-remote-interactions |1.0.0 |Xamarin.AndroidX.Wear.RemoteInteractions |1.0.0.12 |
| 207|androidx.wear.compose:compose-foundation |1.2.1 |Xamarin.AndroidX.Wear.Compose.Foundation |1.2.1.1 |
| 208|androidx.wear.compose:compose-material |1.2.1 |Xamarin.AndroidX.Wear.Compose.Material |1.2.1.1 |
| 209|androidx.wear.compose:compose-material-core |1.2.1 |Xamarin.AndroidX.Wear.Compose.Material.Core |1.2.1.1 |
| 210|androidx.wear.compose:compose-navigation |1.2.1 |Xamarin.AndroidX.Wear.Compose.Navigation |1.2.1.1 |
| 211|androidx.wear.protolayout:protolayout |1.0.0 |Xamarin.AndroidX.Wear.ProtoLayout |1.0.0.3 |
| 212|androidx.wear.protolayout:protolayout-expression |1.0.0 |Xamarin.AndroidX.Wear.ProtoLayout.Expression |1.0.0.3 |
| 213|androidx.wear.protolayout:protolayout-expression-pipeline |1.0.0 |Xamarin.AndroidX.Wear.ProtoLayout.Expression.Pipeline |1.0.0.3 |
| 214|androidx.wear.protolayout:protolayout-proto |1.0.0 |Xamarin.AndroidX.Wear.ProtoLayout.Proto |1.0.0.3 |
| 215|androidx.wear.tiles:tiles |1.2.0 |Xamarin.AndroidX.Wear.Tiles |1.2.0.2 |
| 216|androidx.wear.tiles:tiles-material |1.2.0 |Xamarin.AndroidX.Wear.Tiles.Material |1.2.0.2 |
| 217|androidx.wear.tiles:tiles-proto |1.2.0 |Xamarin.AndroidX.Wear.Tiles.Proto |1.2.0.2 |
| 218|androidx.wear.tiles:tiles-renderer |1.1.0 |Xamarin.AndroidX.Wear.Tiles.Renderer |1.1.0.7 |
| 219|androidx.wear.watchface:watchface |1.2.0 |Xamarin.AndroidX.Wear.WatchFace |1.2.0 |
| 220|androidx.wear.watchface:watchface-client |1.2.0 |Xamarin.AndroidX.Wear.WatchFace.Client |1.2.0 |
| 221|androidx.wear.watchface:watchface-client-guava |1.2.0 |Xamarin.AndroidX.Wear.WatchFace.ClientGuava |1.2.0 |
| 222|androidx.wear.watchface:watchface-complications |1.2.0 |Xamarin.AndroidX.Wear.WatchFace.Complications |1.2.0 |
| 223|androidx.wear.watchface:watchface-complications-data |1.2.0 |Xamarin.AndroidX.Wear.WatchFace.Complications.Data |1.2.0 |
| 224|androidx.wear.watchface:watchface-complications-data-source |1.2.0 |Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source |1.2.0 |
| 225|androidx.wear.watchface:watchface-complications-data-source-ktx |1.2.0 |Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source.Ktx |1.2.0 |
| 226|androidx.wear.watchface:watchface-complications-rendering |1.2.0 |Xamarin.AndroidX.Wear.WatchFace.Complications.Rendering |1.2.0 |
| 227|androidx.wear.watchface:watchface-data |1.2.0 |Xamarin.AndroidX.Wear.WatchFace.Data |1.2.0 |
| 228|androidx.wear.watchface:watchface-guava |1.2.0 |Xamarin.AndroidX.Wear.WatchFace.Guava |1.2.0 |
| 229|androidx.wear.watchface:watchface-style |1.2.0 |Xamarin.AndroidX.Wear.WatchFace.Style |1.2.0 |
| 230|androidx.webkit:webkit |1.9.0 |Xamarin.AndroidX.WebKit |1.9.0 |
| 231|androidx.window:window |1.2.0 |Xamarin.AndroidX.Window |1.2.0.1 |
| 232|androidx.window:window-extensions |1.0.0-alpha01 |Xamarin.AndroidX.Window.WindowExtensions |1.0.0.17-alpha01 |
| 233|androidx.window:window-java |1.2.0 |Xamarin.AndroidX.Window.WindowJava |1.2.0.1 |
| 234|androidx.window:window-rxjava2 |1.2.0 |Xamarin.AndroidX.Window.WindowRxJava2 |1.2.0.1 |
| 235|androidx.window:window-rxjava3 |1.2.0 |Xamarin.AndroidX.Window.WindowRxJava3 |1.2.0.1 |
| 236|androidx.window.extensions.core:core |1.0.0 |Xamarin.AndroidX.Window.Extensions.Core.Core |1.0.0.4 |
| 237|androidx.work:work-runtime |2.9.0 |Xamarin.AndroidX.Work.Runtime |2.9.0 |
| 238|androidx.work:work-runtime-ktx |2.9.0 |Xamarin.AndroidX.Work.Work.Runtime.Ktx |2.9.0 |
| 239|com.android.installreferrer:installreferrer |1.0 |Xamarin.Google.Android.InstallReferrer |1.0.0.8 |
| 240|com.google.accompanist:accompanist-appcompat-theme |0.32.0 |Xamarin.Google.Accompanist.AppCompat.Theme |0.32.0.3 |
| 241|com.google.accompanist:accompanist-drawablepainter |0.32.0 |Xamarin.Google.Accompanist.DrawablePainter |0.32.0.3 |
| 242|com.google.accompanist:accompanist-flowlayout |0.32.0 |Xamarin.Google.Accompanist.FlowLayout |0.32.0.3 |
| 243|com.google.accompanist:accompanist-pager |0.32.0 |Xamarin.Google.Accompanist.Pager |0.32.0.3 |
| 244|com.google.accompanist:accompanist-pager-indicators |0.32.0 |Xamarin.Google.Accompanist.Pager.Indicators |0.32.0.3 |
| 245|com.google.accompanist:accompanist-permissions |0.32.0 |Xamarin.Google.Accompanist.Permissions |0.32.0.3 |
| 246|com.google.accompanist:accompanist-placeholder |0.32.0 |Xamarin.Google.Accompanist.Placeholder |0.32.0.3 |
| 247|com.google.accompanist:accompanist-placeholder-material |0.32.0 |Xamarin.Google.Accompanist.Placeholder.Material |0.32.0.3 |
| 248|com.google.accompanist:accompanist-swiperefresh |0.32.0 |Xamarin.Google.Accompanist.SwipeRefresh |0.32.0.3 |
| 249|com.google.accompanist:accompanist-systemuicontroller |0.32.0 |Xamarin.Google.Accompanist.SystemUIController |0.32.0.3 |
| 250|com.google.android.material:compose-theme-adapter |1.1.18 |Xamarin.Google.Android.Material.Compose.Theme.Adapter |1.1.18.8 |
| 251|com.google.android.material:compose-theme-adapter-3 |1.0.18 |Xamarin.Google.Android.Material.Compose.Theme.Adapter3 |1.0.18.7 |
| 252|com.google.android.material:material |1.10.0 |Xamarin.Google.Android.Material |1.10.0.2 |
| 253|com.google.assistant.appactions:suggestions |1.0.0 |Xamarin.Google.Assistant.AppActions.Suggestions |1.0.0.8 |
| 254|com.google.assistant.appactions:widgets |0.0.1 |Xamarin.Google.Assistant.AppActions.Widgets |0.0.1.9 |
| 255|com.google.auto.value:auto-value-annotations |1.10.4 |Xamarin.Google.AutoValue.Annotations |1.10.4.2 |
| 256|com.google.code.gson:gson |2.10.1 |GoogleGson |2.10.1.7 |
| 257|com.google.crypto.tink:tink-android |1.12.0 |Xamarin.Google.Crypto.Tink.Android |1.12.0 |
| 258|com.google.flogger:flogger |0.8 |Xamarin.Flogger |0.8.0.1 |
| 259|com.google.flogger:flogger-system-backend |0.8 |Xamarin.Flogger.SystemBackend |0.8.0.1 |
| 260|com.google.guava:failureaccess |1.0.2 |Xamarin.Google.Guava.FailureAccess |1.0.2.1 |
| 261|com.google.guava:guava |32.0.1-android |Xamarin.Google.Guava |32.0.1.1 |
| 262|com.google.guava:listenablefuture |1.0 |Xamarin.Google.Guava.ListenableFuture |1.0.0.17 |
| 263|com.google.j2objc:j2objc-annotations |2.8 |Xamarin.Google.J2Objc.Annotations |2.8.0.7 |
| 264|dev.chrisbanes.snapper:snapper |0.3.0 |Xamarin.Dev.ChrisBanes.Snapper |0.3.0.8 |
| 265|io.github.aakira:napier |2.6.1 |Xamarin.AAkira.Napier |2.6.1.8 |
| 266|io.reactivex.rxjava2:rxandroid |2.1.1 |Xamarin.Android.ReactiveX.RxAndroid |2.1.1.8 |
| 267|io.reactivex.rxjava2:rxjava |2.2.21 |Xamarin.Android.ReactiveX.RxJava |2.2.21.15 |
| 268|io.reactivex.rxjava2:rxkotlin |2.4.0 |Xamarin.Android.ReactiveX.RxKotlin |2.4.0.8 |
| 269|io.reactivex.rxjava3:rxandroid |3.0.2 |Xamarin.Android.ReactiveX.RxJava3.RxAndroid |3.0.2.7 |
| 270|io.reactivex.rxjava3:rxjava |3.1.8 |Xamarin.Android.ReactiveX.RxJava3.RxJava |3.1.8.2 |
| 271|io.reactivex.rxjava3:rxkotlin |3.0.1 |Xamarin.Android.ReactiveX.RxJava3.RxKotlin |3.0.1.8 |
| 272|org.checkerframework:checker-compat-qual |2.5.6 |Xamarin.CheckerFramework.CheckerCompatQual |2.5.6.1 |
| 273|org.checkerframework:checker-qual |3.41.0 |Xamarin.CheckerFramework.CheckerQual |3.41.0 |
| 274|org.jetbrains:annotations |24.1.0 |Xamarin.Jetbrains.Annotations |24.1.0.1 |
| 275|org.jetbrains.kotlin:kotlin-reflect |1.9.21 |Xamarin.Kotlin.Reflect |1.9.21.1 |
| 276|org.jetbrains.kotlin:kotlin-stdlib |1.9.21 |Xamarin.Kotlin.StdLib |1.9.21.1 |
| 277|org.jetbrains.kotlin:kotlin-stdlib-common |1.9.21 |Xamarin.Kotlin.StdLib.Common |1.9.21.1 |
| 278|org.jetbrains.kotlin:kotlin-stdlib-jdk7 |1.9.21 |Xamarin.Kotlin.StdLib.Jdk7 |1.9.21.1 |
| 279|org.jetbrains.kotlin:kotlin-stdlib-jdk8 |1.9.21 |Xamarin.Kotlin.StdLib.Jdk8 |1.9.21.1 |
| 280|org.jetbrains.kotlinx:kotlinx-coroutines-android |1.7.3 |Xamarin.KotlinX.Coroutines.Android |1.7.3.3 |
| 281|org.jetbrains.kotlinx:kotlinx-coroutines-core |1.7.3 |Xamarin.KotlinX.Coroutines.Core |1.7.3.3 |
| 282|org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm |1.7.3 |Xamarin.KotlinX.Coroutines.Core.Jvm |1.7.3.3 |
| 283|org.jetbrains.kotlinx:kotlinx-coroutines-guava |1.7.3 |Xamarin.KotlinX.Coroutines.Guava |1.7.3.3 |
| 284|org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 |1.7.3 |Xamarin.KotlinX.Coroutines.Jdk8 |1.7.3.3 |
| 285|org.jetbrains.kotlinx:kotlinx-coroutines-play-services |1.7.3 |Xamarin.KotlinX.Coroutines.Play.Services |1.7.3.3 |
| 286|org.jetbrains.kotlinx:kotlinx-coroutines-reactive |1.7.3 |Xamarin.KotlinX.Coroutines.Reactive |1.7.3.3 |
| 287|org.jetbrains.kotlinx:kotlinx-coroutines-rx2 |1.7.3 |Xamarin.KotlinX.Coroutines.Rx2 |1.7.3.3 |
| 288|org.jetbrains.kotlinx:kotlinx-coroutines-rx3 |1.7.3 |Xamarin.KotlinX.Coroutines.Rx3 |1.7.3.3 |
| 289|org.reactivestreams:reactive-streams |1.0.4 |Xamarin.Android.ReactiveStreams |1.0.4.9 |

Просмотреть файл

@ -95,201 +95,202 @@
| 88|androidx.core:core-role |Xamarin.AndroidX.Core.Role |
| 89|androidx.core:core-splashscreen |Xamarin.AndroidX.Core.SplashScreen |
| 90|androidx.cursoradapter:cursoradapter |Xamarin.AndroidX.CursorAdapter |
| 91|androidx.customview:customview |Xamarin.AndroidX.CustomView |
| 92|androidx.customview:customview-poolingcontainer |Xamarin.AndroidX.CustomView.PoolingContainer |
| 93|androidx.databinding:databinding-adapters |Xamarin.AndroidX.DataBinding.DataBindingAdapters |
| 94|androidx.databinding:databinding-common |Xamarin.AndroidX.DataBinding.DataBindingCommon |
| 95|androidx.databinding:databinding-runtime |Xamarin.AndroidX.DataBinding.DataBindingRuntime |
| 96|androidx.databinding:viewbinding |Xamarin.AndroidX.DataBinding.ViewBinding |
| 97|androidx.datastore:datastore |Xamarin.AndroidX.DataStore |
| 98|androidx.datastore:datastore-core |Xamarin.AndroidX.DataStore.Core |
| 99|androidx.datastore:datastore-preferences |Xamarin.AndroidX.DataStore.Preferences |
| 100|androidx.datastore:datastore-preferences-core |Xamarin.AndroidX.DataStore.Preferences.Core |
| 101|androidx.datastore:datastore-rxjava2 |Xamarin.AndroidX.DataStore.RxJava2 |
| 102|androidx.datastore:datastore-rxjava3 |Xamarin.AndroidX.DataStore.RxJava3 |
| 103|androidx.documentfile:documentfile |Xamarin.AndroidX.DocumentFile |
| 104|androidx.drawerlayout:drawerlayout |Xamarin.AndroidX.DrawerLayout |
| 105|androidx.dynamicanimation:dynamicanimation |Xamarin.AndroidX.DynamicAnimation |
| 106|androidx.emoji:emoji |Xamarin.AndroidX.Emoji |
| 107|androidx.emoji:emoji-appcompat |Xamarin.AndroidX.Emoji.AppCompat |
| 108|androidx.emoji:emoji-bundled |Xamarin.AndroidX.Emoji.Bundled |
| 109|androidx.emoji2:emoji2 |Xamarin.AndroidX.Emoji2 |
| 110|androidx.emoji2:emoji2-views-helper |Xamarin.AndroidX.Emoji2.ViewsHelper |
| 111|androidx.enterprise:enterprise-feedback |Xamarin.AndroidX.Enterprise.Feedback |
| 112|androidx.exifinterface:exifinterface |Xamarin.AndroidX.ExifInterface |
| 113|androidx.fragment:fragment |Xamarin.AndroidX.Fragment |
| 114|androidx.fragment:fragment-ktx |Xamarin.AndroidX.Fragment.Ktx |
| 115|androidx.gridlayout:gridlayout |Xamarin.AndroidX.GridLayout |
| 116|androidx.heifwriter:heifwriter |Xamarin.AndroidX.HeifWriter |
| 117|androidx.interpolator:interpolator |Xamarin.AndroidX.Interpolator |
| 118|androidx.leanback:leanback |Xamarin.AndroidX.Leanback |
| 119|androidx.leanback:leanback-preference |Xamarin.AndroidX.Leanback.Preference |
| 120|androidx.legacy:legacy-preference-v14 |Xamarin.AndroidX.Legacy.Preference.V14 |
| 121|androidx.legacy:legacy-support-core-ui |Xamarin.AndroidX.Legacy.Support.Core.UI |
| 122|androidx.legacy:legacy-support-core-utils |Xamarin.AndroidX.Legacy.Support.Core.Utils |
| 123|androidx.legacy:legacy-support-v13 |Xamarin.AndroidX.Legacy.Support.V13 |
| 124|androidx.legacy:legacy-support-v4 |Xamarin.AndroidX.Legacy.Support.V4 |
| 125|androidx.lifecycle:lifecycle-common |Xamarin.AndroidX.Lifecycle.Common |
| 126|androidx.lifecycle:lifecycle-common-java8 |Xamarin.AndroidX.Lifecycle.Common.Java8 |
| 127|androidx.lifecycle:lifecycle-extensions |Xamarin.AndroidX.Lifecycle.Extensions |
| 128|androidx.lifecycle:lifecycle-livedata |Xamarin.AndroidX.Lifecycle.LiveData |
| 129|androidx.lifecycle:lifecycle-livedata-core |Xamarin.AndroidX.Lifecycle.LiveData.Core |
| 130|androidx.lifecycle:lifecycle-livedata-core-ktx |Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx |
| 131|androidx.lifecycle:lifecycle-livedata-ktx |Xamarin.AndroidX.Lifecycle.LiveData.Ktx |
| 132|androidx.lifecycle:lifecycle-process |Xamarin.AndroidX.Lifecycle.Process |
| 133|androidx.lifecycle:lifecycle-reactivestreams |Xamarin.AndroidX.Lifecycle.ReactiveStreams |
| 134|androidx.lifecycle:lifecycle-reactivestreams-ktx |Xamarin.AndroidX.Lifecycle.ReactiveStreams.Ktx |
| 135|androidx.lifecycle:lifecycle-runtime |Xamarin.AndroidX.Lifecycle.Runtime |
| 136|androidx.lifecycle:lifecycle-runtime-ktx |Xamarin.AndroidX.Lifecycle.Runtime.Ktx |
| 137|androidx.lifecycle:lifecycle-service |Xamarin.AndroidX.Lifecycle.Service |
| 138|androidx.lifecycle:lifecycle-viewmodel |Xamarin.AndroidX.Lifecycle.ViewModel |
| 139|androidx.lifecycle:lifecycle-viewmodel-compose |Xamarin.AndroidX.Lifecycle.ViewModel.Compose |
| 140|androidx.lifecycle:lifecycle-viewmodel-ktx |Xamarin.AndroidX.Lifecycle.ViewModel.Ktx |
| 141|androidx.lifecycle:lifecycle-viewmodel-savedstate |Xamarin.AndroidX.Lifecycle.ViewModelSavedState |
| 142|androidx.loader:loader |Xamarin.AndroidX.Loader |
| 143|androidx.localbroadcastmanager:localbroadcastmanager |Xamarin.AndroidX.LocalBroadcastManager |
| 144|androidx.media:media |Xamarin.AndroidX.Media |
| 145|androidx.media2:media2-common |Xamarin.AndroidX.Media2.Common |
| 146|androidx.media2:media2-session |Xamarin.AndroidX.Media2.Session |
| 147|androidx.media2:media2-widget |Xamarin.AndroidX.Media2.Widget |
| 148|androidx.mediarouter:mediarouter |Xamarin.AndroidX.MediaRouter |
| 149|androidx.multidex:multidex |Xamarin.AndroidX.MultiDex |
| 150|androidx.navigation:navigation-common |Xamarin.AndroidX.Navigation.Common |
| 151|androidx.navigation:navigation-common-ktx |Xamarin.AndroidX.Navigation.Common.Ktx |
| 152|androidx.navigation:navigation-compose |Xamarin.AndroidX.Navigation.Compose |
| 153|androidx.navigation:navigation-fragment |Xamarin.AndroidX.Navigation.Fragment |
| 154|androidx.navigation:navigation-fragment-ktx |Xamarin.AndroidX.Navigation.Fragment.Ktx |
| 155|androidx.navigation:navigation-runtime |Xamarin.AndroidX.Navigation.Runtime |
| 156|androidx.navigation:navigation-runtime-ktx |Xamarin.AndroidX.Navigation.Runtime.Ktx |
| 157|androidx.navigation:navigation-ui |Xamarin.AndroidX.Navigation.UI |
| 158|androidx.navigation:navigation-ui-ktx |Xamarin.AndroidX.Navigation.UI.Ktx |
| 159|androidx.paging:paging-common |Xamarin.AndroidX.Paging.Common |
| 160|androidx.paging:paging-common-ktx |Xamarin.AndroidX.Paging.Common.Ktx |
| 161|androidx.paging:paging-runtime |Xamarin.AndroidX.Paging.Runtime |
| 162|androidx.paging:paging-runtime-ktx |Xamarin.AndroidX.Paging.Runtime.Ktx |
| 163|androidx.paging:paging-rxjava2 |Xamarin.AndroidX.Paging.RxJava2 |
| 164|androidx.paging:paging-rxjava2-ktx |Xamarin.AndroidX.Paging.RxJava2.Ktx |
| 165|androidx.palette:palette |Xamarin.AndroidX.Palette |
| 166|androidx.palette:palette-ktx |Xamarin.AndroidX.Palette.Palette.Ktx |
| 167|androidx.percentlayout:percentlayout |Xamarin.AndroidX.PercentLayout |
| 168|androidx.preference:preference |Xamarin.AndroidX.Preference |
| 169|androidx.preference:preference-ktx |Xamarin.AndroidX.Preference.Preference.Ktx |
| 170|androidx.print:print |Xamarin.AndroidX.Print |
| 171|androidx.profileinstaller:profileinstaller |Xamarin.AndroidX.ProfileInstaller.ProfileInstaller |
| 172|androidx.recommendation:recommendation |Xamarin.AndroidX.Recommendation |
| 173|androidx.recyclerview:recyclerview |Xamarin.AndroidX.RecyclerView |
| 174|androidx.recyclerview:recyclerview-selection |Xamarin.AndroidX.RecyclerView.Selection |
| 175|androidx.resourceinspection:resourceinspection-annotation |Xamarin.AndroidX.ResourceInspection.Annotation |
| 176|androidx.room:room-common |Xamarin.AndroidX.Room.Common |
| 177|androidx.room:room-guava |Xamarin.AndroidX.Room.Guava |
| 178|androidx.room:room-ktx |Xamarin.AndroidX.Room.Room.Ktx |
| 179|androidx.room:room-runtime |Xamarin.AndroidX.Room.Runtime |
| 180|androidx.room:room-rxjava2 |Xamarin.AndroidX.Room.Room.RxJava2 |
| 181|androidx.room:room-rxjava3 |Xamarin.AndroidX.Room.Room.RxJava3 |
| 182|androidx.savedstate:savedstate |Xamarin.AndroidX.SavedState |
| 183|androidx.savedstate:savedstate-ktx |Xamarin.AndroidX.SavedState.SavedState.Ktx |
| 184|androidx.security:security-crypto |Xamarin.AndroidX.Security.SecurityCrypto |
| 185|androidx.slice:slice-builders |Xamarin.AndroidX.Slice.Builders |
| 186|androidx.slice:slice-core |Xamarin.AndroidX.Slice.Core |
| 187|androidx.slice:slice-view |Xamarin.AndroidX.Slice.View |
| 188|androidx.slidingpanelayout:slidingpanelayout |Xamarin.AndroidX.SlidingPaneLayout |
| 189|androidx.sqlite:sqlite |Xamarin.AndroidX.Sqlite |
| 190|androidx.sqlite:sqlite-framework |Xamarin.AndroidX.Sqlite.Framework |
| 191|androidx.startup:startup-runtime |Xamarin.AndroidX.Startup.StartupRuntime |
| 192|androidx.swiperefreshlayout:swiperefreshlayout |Xamarin.AndroidX.SwipeRefreshLayout |
| 193|androidx.tracing:tracing |Xamarin.AndroidX.Tracing.Tracing |
| 194|androidx.transition:transition |Xamarin.AndroidX.Transition |
| 195|androidx.tvprovider:tvprovider |Xamarin.AndroidX.TvProvider |
| 196|androidx.vectordrawable:vectordrawable |Xamarin.AndroidX.VectorDrawable |
| 197|androidx.vectordrawable:vectordrawable-animated |Xamarin.AndroidX.VectorDrawable.Animated |
| 198|androidx.versionedparcelable:versionedparcelable |Xamarin.AndroidX.VersionedParcelable |
| 199|androidx.viewpager:viewpager |Xamarin.AndroidX.ViewPager |
| 200|androidx.viewpager2:viewpager2 |Xamarin.AndroidX.ViewPager2 |
| 201|androidx.wear:wear |Xamarin.AndroidX.Wear |
| 202|androidx.wear:wear-input |Xamarin.AndroidX.Wear.Input |
| 203|androidx.wear:wear-ongoing |Xamarin.AndroidX.Wear.Ongoing |
| 204|androidx.wear:wear-phone-interactions |Xamarin.AndroidX.Wear.PhoneInteractions |
| 205|androidx.wear:wear-remote-interactions |Xamarin.AndroidX.Wear.RemoteInteractions |
| 206|androidx.wear.compose:compose-foundation |Xamarin.AndroidX.Wear.Compose.Foundation |
| 207|androidx.wear.compose:compose-material |Xamarin.AndroidX.Wear.Compose.Material |
| 208|androidx.wear.compose:compose-material-core |Xamarin.AndroidX.Wear.Compose.Material.Core |
| 209|androidx.wear.compose:compose-navigation |Xamarin.AndroidX.Wear.Compose.Navigation |
| 210|androidx.wear.protolayout:protolayout |Xamarin.AndroidX.Wear.ProtoLayout |
| 211|androidx.wear.protolayout:protolayout-expression |Xamarin.AndroidX.Wear.ProtoLayout.Expression |
| 212|androidx.wear.protolayout:protolayout-expression-pipeline |Xamarin.AndroidX.Wear.ProtoLayout.Expression.Pipeline |
| 213|androidx.wear.protolayout:protolayout-proto |Xamarin.AndroidX.Wear.ProtoLayout.Proto |
| 214|androidx.wear.tiles:tiles |Xamarin.AndroidX.Wear.Tiles |
| 215|androidx.wear.tiles:tiles-material |Xamarin.AndroidX.Wear.Tiles.Material |
| 216|androidx.wear.tiles:tiles-proto |Xamarin.AndroidX.Wear.Tiles.Proto |
| 217|androidx.wear.tiles:tiles-renderer |Xamarin.AndroidX.Wear.Tiles.Renderer |
| 218|androidx.wear.watchface:watchface |Xamarin.AndroidX.Wear.WatchFace |
| 219|androidx.wear.watchface:watchface-client |Xamarin.AndroidX.Wear.WatchFace.Client |
| 220|androidx.wear.watchface:watchface-client-guava |Xamarin.AndroidX.Wear.WatchFace.ClientGuava |
| 221|androidx.wear.watchface:watchface-complications |Xamarin.AndroidX.Wear.WatchFace.Complications |
| 222|androidx.wear.watchface:watchface-complications-data |Xamarin.AndroidX.Wear.WatchFace.Complications.Data |
| 223|androidx.wear.watchface:watchface-complications-data-source |Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source |
| 224|androidx.wear.watchface:watchface-complications-data-source-ktx |Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source.Ktx |
| 225|androidx.wear.watchface:watchface-complications-rendering |Xamarin.AndroidX.Wear.WatchFace.Complications.Rendering |
| 226|androidx.wear.watchface:watchface-data |Xamarin.AndroidX.Wear.WatchFace.Data |
| 227|androidx.wear.watchface:watchface-guava |Xamarin.AndroidX.Wear.WatchFace.Guava |
| 228|androidx.wear.watchface:watchface-style |Xamarin.AndroidX.Wear.WatchFace.Style |
| 229|androidx.webkit:webkit |Xamarin.AndroidX.WebKit |
| 230|androidx.window:window |Xamarin.AndroidX.Window |
| 231|androidx.window:window-extensions |Xamarin.AndroidX.Window.WindowExtensions |
| 232|androidx.window:window-java |Xamarin.AndroidX.Window.WindowJava |
| 233|androidx.window:window-rxjava2 |Xamarin.AndroidX.Window.WindowRxJava2 |
| 234|androidx.window:window-rxjava3 |Xamarin.AndroidX.Window.WindowRxJava3 |
| 235|androidx.window.extensions.core:core |Xamarin.AndroidX.Window.Extensions.Core.Core |
| 236|androidx.work:work-runtime |Xamarin.AndroidX.Work.Runtime |
| 237|androidx.work:work-runtime-ktx |Xamarin.AndroidX.Work.Work.Runtime.Ktx |
| 238|com.android.installreferrer:installreferrer |Xamarin.Google.Android.InstallReferrer |
| 239|com.google.accompanist:accompanist-appcompat-theme |Xamarin.Google.Accompanist.AppCompat.Theme |
| 240|com.google.accompanist:accompanist-drawablepainter |Xamarin.Google.Accompanist.DrawablePainter |
| 241|com.google.accompanist:accompanist-flowlayout |Xamarin.Google.Accompanist.FlowLayout |
| 242|com.google.accompanist:accompanist-pager |Xamarin.Google.Accompanist.Pager |
| 243|com.google.accompanist:accompanist-pager-indicators |Xamarin.Google.Accompanist.Pager.Indicators |
| 244|com.google.accompanist:accompanist-permissions |Xamarin.Google.Accompanist.Permissions |
| 245|com.google.accompanist:accompanist-placeholder |Xamarin.Google.Accompanist.Placeholder |
| 246|com.google.accompanist:accompanist-placeholder-material |Xamarin.Google.Accompanist.Placeholder.Material |
| 247|com.google.accompanist:accompanist-swiperefresh |Xamarin.Google.Accompanist.SwipeRefresh |
| 248|com.google.accompanist:accompanist-systemuicontroller |Xamarin.Google.Accompanist.SystemUIController |
| 249|com.google.android.material:compose-theme-adapter |Xamarin.Google.Android.Material.Compose.Theme.Adapter |
| 250|com.google.android.material:compose-theme-adapter-3 |Xamarin.Google.Android.Material.Compose.Theme.Adapter3 |
| 251|com.google.android.material:material |Xamarin.Google.Android.Material |
| 252|com.google.assistant.appactions:suggestions |Xamarin.Google.Assistant.AppActions.Suggestions |
| 253|com.google.assistant.appactions:widgets |Xamarin.Google.Assistant.AppActions.Widgets |
| 254|com.google.auto.value:auto-value-annotations |Xamarin.Google.AutoValue.Annotations |
| 255|com.google.code.gson:gson |GoogleGson |
| 256|com.google.crypto.tink:tink-android |Xamarin.Google.Crypto.Tink.Android |
| 257|com.google.flogger:flogger |Xamarin.Flogger |
| 258|com.google.flogger:flogger-system-backend |Xamarin.Flogger.SystemBackend |
| 259|com.google.guava:failureaccess |Xamarin.Google.Guava.FailureAccess |
| 260|com.google.guava:guava |Xamarin.Google.Guava |
| 261|com.google.guava:listenablefuture |Xamarin.Google.Guava.ListenableFuture |
| 262|com.google.j2objc:j2objc-annotations |Xamarin.Google.J2Objc.Annotations |
| 263|dev.chrisbanes.snapper:snapper |Xamarin.Dev.ChrisBanes.Snapper |
| 264|io.github.aakira:napier |Xamarin.AAkira.Napier |
| 265|io.reactivex.rxjava2:rxandroid |Xamarin.Android.ReactiveX.RxAndroid |
| 266|io.reactivex.rxjava2:rxjava |Xamarin.Android.ReactiveX.RxJava |
| 267|io.reactivex.rxjava2:rxkotlin |Xamarin.Android.ReactiveX.RxKotlin |
| 268|io.reactivex.rxjava3:rxandroid |Xamarin.Android.ReactiveX.RxJava3.RxAndroid |
| 269|io.reactivex.rxjava3:rxjava |Xamarin.Android.ReactiveX.RxJava3.RxJava |
| 270|io.reactivex.rxjava3:rxkotlin |Xamarin.Android.ReactiveX.RxJava3.RxKotlin |
| 271|org.checkerframework:checker-compat-qual |Xamarin.CheckerFramework.CheckerCompatQual |
| 272|org.checkerframework:checker-qual |Xamarin.CheckerFramework.CheckerQual |
| 273|org.jetbrains:annotations |Xamarin.Jetbrains.Annotations |
| 274|org.jetbrains.kotlin:kotlin-reflect |Xamarin.Kotlin.Reflect |
| 275|org.jetbrains.kotlin:kotlin-stdlib |Xamarin.Kotlin.StdLib |
| 276|org.jetbrains.kotlin:kotlin-stdlib-common |Xamarin.Kotlin.StdLib.Common |
| 277|org.jetbrains.kotlin:kotlin-stdlib-jdk7 |Xamarin.Kotlin.StdLib.Jdk7 |
| 278|org.jetbrains.kotlin:kotlin-stdlib-jdk8 |Xamarin.Kotlin.StdLib.Jdk8 |
| 279|org.jetbrains.kotlinx:kotlinx-coroutines-android |Xamarin.KotlinX.Coroutines.Android |
| 280|org.jetbrains.kotlinx:kotlinx-coroutines-core |Xamarin.KotlinX.Coroutines.Core |
| 281|org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm |Xamarin.KotlinX.Coroutines.Core.Jvm |
| 282|org.jetbrains.kotlinx:kotlinx-coroutines-guava |Xamarin.KotlinX.Coroutines.Guava |
| 283|org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 |Xamarin.KotlinX.Coroutines.Jdk8 |
| 284|org.jetbrains.kotlinx:kotlinx-coroutines-play-services |Xamarin.KotlinX.Coroutines.Play.Services |
| 285|org.jetbrains.kotlinx:kotlinx-coroutines-reactive |Xamarin.KotlinX.Coroutines.Reactive |
| 286|org.jetbrains.kotlinx:kotlinx-coroutines-rx2 |Xamarin.KotlinX.Coroutines.Rx2 |
| 287|org.jetbrains.kotlinx:kotlinx-coroutines-rx3 |Xamarin.KotlinX.Coroutines.Rx3 |
| 288|org.reactivestreams:reactive-streams |Xamarin.Android.ReactiveStreams |
| 91|androidx.credentials:credentials |Xamarin.AndroidX.Credentials |
| 92|androidx.customview:customview |Xamarin.AndroidX.CustomView |
| 93|androidx.customview:customview-poolingcontainer |Xamarin.AndroidX.CustomView.PoolingContainer |
| 94|androidx.databinding:databinding-adapters |Xamarin.AndroidX.DataBinding.DataBindingAdapters |
| 95|androidx.databinding:databinding-common |Xamarin.AndroidX.DataBinding.DataBindingCommon |
| 96|androidx.databinding:databinding-runtime |Xamarin.AndroidX.DataBinding.DataBindingRuntime |
| 97|androidx.databinding:viewbinding |Xamarin.AndroidX.DataBinding.ViewBinding |
| 98|androidx.datastore:datastore |Xamarin.AndroidX.DataStore |
| 99|androidx.datastore:datastore-core |Xamarin.AndroidX.DataStore.Core |
| 100|androidx.datastore:datastore-preferences |Xamarin.AndroidX.DataStore.Preferences |
| 101|androidx.datastore:datastore-preferences-core |Xamarin.AndroidX.DataStore.Preferences.Core |
| 102|androidx.datastore:datastore-rxjava2 |Xamarin.AndroidX.DataStore.RxJava2 |
| 103|androidx.datastore:datastore-rxjava3 |Xamarin.AndroidX.DataStore.RxJava3 |
| 104|androidx.documentfile:documentfile |Xamarin.AndroidX.DocumentFile |
| 105|androidx.drawerlayout:drawerlayout |Xamarin.AndroidX.DrawerLayout |
| 106|androidx.dynamicanimation:dynamicanimation |Xamarin.AndroidX.DynamicAnimation |
| 107|androidx.emoji:emoji |Xamarin.AndroidX.Emoji |
| 108|androidx.emoji:emoji-appcompat |Xamarin.AndroidX.Emoji.AppCompat |
| 109|androidx.emoji:emoji-bundled |Xamarin.AndroidX.Emoji.Bundled |
| 110|androidx.emoji2:emoji2 |Xamarin.AndroidX.Emoji2 |
| 111|androidx.emoji2:emoji2-views-helper |Xamarin.AndroidX.Emoji2.ViewsHelper |
| 112|androidx.enterprise:enterprise-feedback |Xamarin.AndroidX.Enterprise.Feedback |
| 113|androidx.exifinterface:exifinterface |Xamarin.AndroidX.ExifInterface |
| 114|androidx.fragment:fragment |Xamarin.AndroidX.Fragment |
| 115|androidx.fragment:fragment-ktx |Xamarin.AndroidX.Fragment.Ktx |
| 116|androidx.gridlayout:gridlayout |Xamarin.AndroidX.GridLayout |
| 117|androidx.heifwriter:heifwriter |Xamarin.AndroidX.HeifWriter |
| 118|androidx.interpolator:interpolator |Xamarin.AndroidX.Interpolator |
| 119|androidx.leanback:leanback |Xamarin.AndroidX.Leanback |
| 120|androidx.leanback:leanback-preference |Xamarin.AndroidX.Leanback.Preference |
| 121|androidx.legacy:legacy-preference-v14 |Xamarin.AndroidX.Legacy.Preference.V14 |
| 122|androidx.legacy:legacy-support-core-ui |Xamarin.AndroidX.Legacy.Support.Core.UI |
| 123|androidx.legacy:legacy-support-core-utils |Xamarin.AndroidX.Legacy.Support.Core.Utils |
| 124|androidx.legacy:legacy-support-v13 |Xamarin.AndroidX.Legacy.Support.V13 |
| 125|androidx.legacy:legacy-support-v4 |Xamarin.AndroidX.Legacy.Support.V4 |
| 126|androidx.lifecycle:lifecycle-common |Xamarin.AndroidX.Lifecycle.Common |
| 127|androidx.lifecycle:lifecycle-common-java8 |Xamarin.AndroidX.Lifecycle.Common.Java8 |
| 128|androidx.lifecycle:lifecycle-extensions |Xamarin.AndroidX.Lifecycle.Extensions |
| 129|androidx.lifecycle:lifecycle-livedata |Xamarin.AndroidX.Lifecycle.LiveData |
| 130|androidx.lifecycle:lifecycle-livedata-core |Xamarin.AndroidX.Lifecycle.LiveData.Core |
| 131|androidx.lifecycle:lifecycle-livedata-core-ktx |Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx |
| 132|androidx.lifecycle:lifecycle-livedata-ktx |Xamarin.AndroidX.Lifecycle.LiveData.Ktx |
| 133|androidx.lifecycle:lifecycle-process |Xamarin.AndroidX.Lifecycle.Process |
| 134|androidx.lifecycle:lifecycle-reactivestreams |Xamarin.AndroidX.Lifecycle.ReactiveStreams |
| 135|androidx.lifecycle:lifecycle-reactivestreams-ktx |Xamarin.AndroidX.Lifecycle.ReactiveStreams.Ktx |
| 136|androidx.lifecycle:lifecycle-runtime |Xamarin.AndroidX.Lifecycle.Runtime |
| 137|androidx.lifecycle:lifecycle-runtime-ktx |Xamarin.AndroidX.Lifecycle.Runtime.Ktx |
| 138|androidx.lifecycle:lifecycle-service |Xamarin.AndroidX.Lifecycle.Service |
| 139|androidx.lifecycle:lifecycle-viewmodel |Xamarin.AndroidX.Lifecycle.ViewModel |
| 140|androidx.lifecycle:lifecycle-viewmodel-compose |Xamarin.AndroidX.Lifecycle.ViewModel.Compose |
| 141|androidx.lifecycle:lifecycle-viewmodel-ktx |Xamarin.AndroidX.Lifecycle.ViewModel.Ktx |
| 142|androidx.lifecycle:lifecycle-viewmodel-savedstate |Xamarin.AndroidX.Lifecycle.ViewModelSavedState |
| 143|androidx.loader:loader |Xamarin.AndroidX.Loader |
| 144|androidx.localbroadcastmanager:localbroadcastmanager |Xamarin.AndroidX.LocalBroadcastManager |
| 145|androidx.media:media |Xamarin.AndroidX.Media |
| 146|androidx.media2:media2-common |Xamarin.AndroidX.Media2.Common |
| 147|androidx.media2:media2-session |Xamarin.AndroidX.Media2.Session |
| 148|androidx.media2:media2-widget |Xamarin.AndroidX.Media2.Widget |
| 149|androidx.mediarouter:mediarouter |Xamarin.AndroidX.MediaRouter |
| 150|androidx.multidex:multidex |Xamarin.AndroidX.MultiDex |
| 151|androidx.navigation:navigation-common |Xamarin.AndroidX.Navigation.Common |
| 152|androidx.navigation:navigation-common-ktx |Xamarin.AndroidX.Navigation.Common.Ktx |
| 153|androidx.navigation:navigation-compose |Xamarin.AndroidX.Navigation.Compose |
| 154|androidx.navigation:navigation-fragment |Xamarin.AndroidX.Navigation.Fragment |
| 155|androidx.navigation:navigation-fragment-ktx |Xamarin.AndroidX.Navigation.Fragment.Ktx |
| 156|androidx.navigation:navigation-runtime |Xamarin.AndroidX.Navigation.Runtime |
| 157|androidx.navigation:navigation-runtime-ktx |Xamarin.AndroidX.Navigation.Runtime.Ktx |
| 158|androidx.navigation:navigation-ui |Xamarin.AndroidX.Navigation.UI |
| 159|androidx.navigation:navigation-ui-ktx |Xamarin.AndroidX.Navigation.UI.Ktx |
| 160|androidx.paging:paging-common |Xamarin.AndroidX.Paging.Common |
| 161|androidx.paging:paging-common-ktx |Xamarin.AndroidX.Paging.Common.Ktx |
| 162|androidx.paging:paging-runtime |Xamarin.AndroidX.Paging.Runtime |
| 163|androidx.paging:paging-runtime-ktx |Xamarin.AndroidX.Paging.Runtime.Ktx |
| 164|androidx.paging:paging-rxjava2 |Xamarin.AndroidX.Paging.RxJava2 |
| 165|androidx.paging:paging-rxjava2-ktx |Xamarin.AndroidX.Paging.RxJava2.Ktx |
| 166|androidx.palette:palette |Xamarin.AndroidX.Palette |
| 167|androidx.palette:palette-ktx |Xamarin.AndroidX.Palette.Palette.Ktx |
| 168|androidx.percentlayout:percentlayout |Xamarin.AndroidX.PercentLayout |
| 169|androidx.preference:preference |Xamarin.AndroidX.Preference |
| 170|androidx.preference:preference-ktx |Xamarin.AndroidX.Preference.Preference.Ktx |
| 171|androidx.print:print |Xamarin.AndroidX.Print |
| 172|androidx.profileinstaller:profileinstaller |Xamarin.AndroidX.ProfileInstaller.ProfileInstaller |
| 173|androidx.recommendation:recommendation |Xamarin.AndroidX.Recommendation |
| 174|androidx.recyclerview:recyclerview |Xamarin.AndroidX.RecyclerView |
| 175|androidx.recyclerview:recyclerview-selection |Xamarin.AndroidX.RecyclerView.Selection |
| 176|androidx.resourceinspection:resourceinspection-annotation |Xamarin.AndroidX.ResourceInspection.Annotation |
| 177|androidx.room:room-common |Xamarin.AndroidX.Room.Common |
| 178|androidx.room:room-guava |Xamarin.AndroidX.Room.Guava |
| 179|androidx.room:room-ktx |Xamarin.AndroidX.Room.Room.Ktx |
| 180|androidx.room:room-runtime |Xamarin.AndroidX.Room.Runtime |
| 181|androidx.room:room-rxjava2 |Xamarin.AndroidX.Room.Room.RxJava2 |
| 182|androidx.room:room-rxjava3 |Xamarin.AndroidX.Room.Room.RxJava3 |
| 183|androidx.savedstate:savedstate |Xamarin.AndroidX.SavedState |
| 184|androidx.savedstate:savedstate-ktx |Xamarin.AndroidX.SavedState.SavedState.Ktx |
| 185|androidx.security:security-crypto |Xamarin.AndroidX.Security.SecurityCrypto |
| 186|androidx.slice:slice-builders |Xamarin.AndroidX.Slice.Builders |
| 187|androidx.slice:slice-core |Xamarin.AndroidX.Slice.Core |
| 188|androidx.slice:slice-view |Xamarin.AndroidX.Slice.View |
| 189|androidx.slidingpanelayout:slidingpanelayout |Xamarin.AndroidX.SlidingPaneLayout |
| 190|androidx.sqlite:sqlite |Xamarin.AndroidX.Sqlite |
| 191|androidx.sqlite:sqlite-framework |Xamarin.AndroidX.Sqlite.Framework |
| 192|androidx.startup:startup-runtime |Xamarin.AndroidX.Startup.StartupRuntime |
| 193|androidx.swiperefreshlayout:swiperefreshlayout |Xamarin.AndroidX.SwipeRefreshLayout |
| 194|androidx.tracing:tracing |Xamarin.AndroidX.Tracing.Tracing |
| 195|androidx.transition:transition |Xamarin.AndroidX.Transition |
| 196|androidx.tvprovider:tvprovider |Xamarin.AndroidX.TvProvider |
| 197|androidx.vectordrawable:vectordrawable |Xamarin.AndroidX.VectorDrawable |
| 198|androidx.vectordrawable:vectordrawable-animated |Xamarin.AndroidX.VectorDrawable.Animated |
| 199|androidx.versionedparcelable:versionedparcelable |Xamarin.AndroidX.VersionedParcelable |
| 200|androidx.viewpager:viewpager |Xamarin.AndroidX.ViewPager |
| 201|androidx.viewpager2:viewpager2 |Xamarin.AndroidX.ViewPager2 |
| 202|androidx.wear:wear |Xamarin.AndroidX.Wear |
| 203|androidx.wear:wear-input |Xamarin.AndroidX.Wear.Input |
| 204|androidx.wear:wear-ongoing |Xamarin.AndroidX.Wear.Ongoing |
| 205|androidx.wear:wear-phone-interactions |Xamarin.AndroidX.Wear.PhoneInteractions |
| 206|androidx.wear:wear-remote-interactions |Xamarin.AndroidX.Wear.RemoteInteractions |
| 207|androidx.wear.compose:compose-foundation |Xamarin.AndroidX.Wear.Compose.Foundation |
| 208|androidx.wear.compose:compose-material |Xamarin.AndroidX.Wear.Compose.Material |
| 209|androidx.wear.compose:compose-material-core |Xamarin.AndroidX.Wear.Compose.Material.Core |
| 210|androidx.wear.compose:compose-navigation |Xamarin.AndroidX.Wear.Compose.Navigation |
| 211|androidx.wear.protolayout:protolayout |Xamarin.AndroidX.Wear.ProtoLayout |
| 212|androidx.wear.protolayout:protolayout-expression |Xamarin.AndroidX.Wear.ProtoLayout.Expression |
| 213|androidx.wear.protolayout:protolayout-expression-pipeline |Xamarin.AndroidX.Wear.ProtoLayout.Expression.Pipeline |
| 214|androidx.wear.protolayout:protolayout-proto |Xamarin.AndroidX.Wear.ProtoLayout.Proto |
| 215|androidx.wear.tiles:tiles |Xamarin.AndroidX.Wear.Tiles |
| 216|androidx.wear.tiles:tiles-material |Xamarin.AndroidX.Wear.Tiles.Material |
| 217|androidx.wear.tiles:tiles-proto |Xamarin.AndroidX.Wear.Tiles.Proto |
| 218|androidx.wear.tiles:tiles-renderer |Xamarin.AndroidX.Wear.Tiles.Renderer |
| 219|androidx.wear.watchface:watchface |Xamarin.AndroidX.Wear.WatchFace |
| 220|androidx.wear.watchface:watchface-client |Xamarin.AndroidX.Wear.WatchFace.Client |
| 221|androidx.wear.watchface:watchface-client-guava |Xamarin.AndroidX.Wear.WatchFace.ClientGuava |
| 222|androidx.wear.watchface:watchface-complications |Xamarin.AndroidX.Wear.WatchFace.Complications |
| 223|androidx.wear.watchface:watchface-complications-data |Xamarin.AndroidX.Wear.WatchFace.Complications.Data |
| 224|androidx.wear.watchface:watchface-complications-data-source |Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source |
| 225|androidx.wear.watchface:watchface-complications-data-source-ktx |Xamarin.AndroidX.Wear.WatchFace.Complications.Data.Source.Ktx |
| 226|androidx.wear.watchface:watchface-complications-rendering |Xamarin.AndroidX.Wear.WatchFace.Complications.Rendering |
| 227|androidx.wear.watchface:watchface-data |Xamarin.AndroidX.Wear.WatchFace.Data |
| 228|androidx.wear.watchface:watchface-guava |Xamarin.AndroidX.Wear.WatchFace.Guava |
| 229|androidx.wear.watchface:watchface-style |Xamarin.AndroidX.Wear.WatchFace.Style |
| 230|androidx.webkit:webkit |Xamarin.AndroidX.WebKit |
| 231|androidx.window:window |Xamarin.AndroidX.Window |
| 232|androidx.window:window-extensions |Xamarin.AndroidX.Window.WindowExtensions |
| 233|androidx.window:window-java |Xamarin.AndroidX.Window.WindowJava |
| 234|androidx.window:window-rxjava2 |Xamarin.AndroidX.Window.WindowRxJava2 |
| 235|androidx.window:window-rxjava3 |Xamarin.AndroidX.Window.WindowRxJava3 |
| 236|androidx.window.extensions.core:core |Xamarin.AndroidX.Window.Extensions.Core.Core |
| 237|androidx.work:work-runtime |Xamarin.AndroidX.Work.Runtime |
| 238|androidx.work:work-runtime-ktx |Xamarin.AndroidX.Work.Work.Runtime.Ktx |
| 239|com.android.installreferrer:installreferrer |Xamarin.Google.Android.InstallReferrer |
| 240|com.google.accompanist:accompanist-appcompat-theme |Xamarin.Google.Accompanist.AppCompat.Theme |
| 241|com.google.accompanist:accompanist-drawablepainter |Xamarin.Google.Accompanist.DrawablePainter |
| 242|com.google.accompanist:accompanist-flowlayout |Xamarin.Google.Accompanist.FlowLayout |
| 243|com.google.accompanist:accompanist-pager |Xamarin.Google.Accompanist.Pager |
| 244|com.google.accompanist:accompanist-pager-indicators |Xamarin.Google.Accompanist.Pager.Indicators |
| 245|com.google.accompanist:accompanist-permissions |Xamarin.Google.Accompanist.Permissions |
| 246|com.google.accompanist:accompanist-placeholder |Xamarin.Google.Accompanist.Placeholder |
| 247|com.google.accompanist:accompanist-placeholder-material |Xamarin.Google.Accompanist.Placeholder.Material |
| 248|com.google.accompanist:accompanist-swiperefresh |Xamarin.Google.Accompanist.SwipeRefresh |
| 249|com.google.accompanist:accompanist-systemuicontroller |Xamarin.Google.Accompanist.SystemUIController |
| 250|com.google.android.material:compose-theme-adapter |Xamarin.Google.Android.Material.Compose.Theme.Adapter |
| 251|com.google.android.material:compose-theme-adapter-3 |Xamarin.Google.Android.Material.Compose.Theme.Adapter3 |
| 252|com.google.android.material:material |Xamarin.Google.Android.Material |
| 253|com.google.assistant.appactions:suggestions |Xamarin.Google.Assistant.AppActions.Suggestions |
| 254|com.google.assistant.appactions:widgets |Xamarin.Google.Assistant.AppActions.Widgets |
| 255|com.google.auto.value:auto-value-annotations |Xamarin.Google.AutoValue.Annotations |
| 256|com.google.code.gson:gson |GoogleGson |
| 257|com.google.crypto.tink:tink-android |Xamarin.Google.Crypto.Tink.Android |
| 258|com.google.flogger:flogger |Xamarin.Flogger |
| 259|com.google.flogger:flogger-system-backend |Xamarin.Flogger.SystemBackend |
| 260|com.google.guava:failureaccess |Xamarin.Google.Guava.FailureAccess |
| 261|com.google.guava:guava |Xamarin.Google.Guava |
| 262|com.google.guava:listenablefuture |Xamarin.Google.Guava.ListenableFuture |
| 263|com.google.j2objc:j2objc-annotations |Xamarin.Google.J2Objc.Annotations |
| 264|dev.chrisbanes.snapper:snapper |Xamarin.Dev.ChrisBanes.Snapper |
| 265|io.github.aakira:napier |Xamarin.AAkira.Napier |
| 266|io.reactivex.rxjava2:rxandroid |Xamarin.Android.ReactiveX.RxAndroid |
| 267|io.reactivex.rxjava2:rxjava |Xamarin.Android.ReactiveX.RxJava |
| 268|io.reactivex.rxjava2:rxkotlin |Xamarin.Android.ReactiveX.RxKotlin |
| 269|io.reactivex.rxjava3:rxandroid |Xamarin.Android.ReactiveX.RxJava3.RxAndroid |
| 270|io.reactivex.rxjava3:rxjava |Xamarin.Android.ReactiveX.RxJava3.RxJava |
| 271|io.reactivex.rxjava3:rxkotlin |Xamarin.Android.ReactiveX.RxJava3.RxKotlin |
| 272|org.checkerframework:checker-compat-qual |Xamarin.CheckerFramework.CheckerCompatQual |
| 273|org.checkerframework:checker-qual |Xamarin.CheckerFramework.CheckerQual |
| 274|org.jetbrains:annotations |Xamarin.Jetbrains.Annotations |
| 275|org.jetbrains.kotlin:kotlin-reflect |Xamarin.Kotlin.Reflect |
| 276|org.jetbrains.kotlin:kotlin-stdlib |Xamarin.Kotlin.StdLib |
| 277|org.jetbrains.kotlin:kotlin-stdlib-common |Xamarin.Kotlin.StdLib.Common |
| 278|org.jetbrains.kotlin:kotlin-stdlib-jdk7 |Xamarin.Kotlin.StdLib.Jdk7 |
| 279|org.jetbrains.kotlin:kotlin-stdlib-jdk8 |Xamarin.Kotlin.StdLib.Jdk8 |
| 280|org.jetbrains.kotlinx:kotlinx-coroutines-android |Xamarin.KotlinX.Coroutines.Android |
| 281|org.jetbrains.kotlinx:kotlinx-coroutines-core |Xamarin.KotlinX.Coroutines.Core |
| 282|org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm |Xamarin.KotlinX.Coroutines.Core.Jvm |
| 283|org.jetbrains.kotlinx:kotlinx-coroutines-guava |Xamarin.KotlinX.Coroutines.Guava |
| 284|org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 |Xamarin.KotlinX.Coroutines.Jdk8 |
| 285|org.jetbrains.kotlinx:kotlinx-coroutines-play-services |Xamarin.KotlinX.Coroutines.Play.Services |
| 286|org.jetbrains.kotlinx:kotlinx-coroutines-reactive |Xamarin.KotlinX.Coroutines.Reactive |
| 287|org.jetbrains.kotlinx:kotlinx-coroutines-rx2 |Xamarin.KotlinX.Coroutines.Rx2 |
| 288|org.jetbrains.kotlinx:kotlinx-coroutines-rx3 |Xamarin.KotlinX.Coroutines.Rx3 |
| 289|org.reactivestreams:reactive-streams |Xamarin.Android.ReactiveStreams |

Просмотреть файл

@ -38,14 +38,29 @@ if (!nupkgs.Any()) {
.Append("--prerelease")
.Append("--group-ids")
.Append("--ignore-unchanged")
.Append("--compare-nuget-structure")
.AppendSwitchQuoted("--output", OUTPUT_DIR.FullPath)
.AppendSwitchQuoted("--cache", CACHE_DIR.Combine("package-cache").FullPath)
});
if (exitCode != 0)
throw new Exception ($"api-tools exited with error code {exitCode}.");
throw new Exception ($"api-tools exited with error code {exitCode} ({nupkg.FullPath}).");
});
}
// SECTION: Create combined nuget-diff.md
var nu_diffs = GetFiles($"{OUTPUT_DIR.FullPath}/**/nuget-diff.md");
if (nu_diffs.Any()) {
using (var output = System.IO.File.Create(System.IO.Path.Combine(OUTPUT_DIR.FullPath, "all-nuget-diffs.md"))) {
foreach (var file in nu_diffs) {
using (var input = System.IO.File.OpenRead(file.FullPath)) {
input.CopyTo(output);
Console.WriteLine();
}
}
}
}
// SECTION: Upload Diffs

Просмотреть файл

@ -183,6 +183,13 @@ AndroidX.Core.View.AutoFill
AndroidX.Core.View.ContentCapture
AndroidX.Core.View.InputMethod
AndroidX.Core.Widget
AndroidX.Credentials
AndroidX.Credentials.Exceptions
AndroidX.Credentials.Exceptions.DomErrors
AndroidX.Credentials.Exceptions.PublicKeyCredential
AndroidX.Credentials.Provider
AndroidX.Credentials.Provider.Utils
AndroidX.Credentials.WebAuthn
AndroidX.CursorAdapter.Widget
AndroidX.CustomView.PoolingContainer
AndroidX.CustomView.View
@ -579,6 +586,7 @@ Xamarin.Google.Crypto.Tink.Annotations
Xamarin.Google.Crypto.Tink.Configs
Xamarin.Google.Crypto.Tink.Configs.Internal
Xamarin.Google.Crypto.Tink.DAead
Xamarin.Google.Crypto.Tink.DAead.Internal
Xamarin.Google.Crypto.Tink.Hybrid
Xamarin.Google.Crypto.Tink.Hybrid.Internal
Xamarin.Google.Crypto.Tink.Hybrid.Subtle
@ -597,6 +605,7 @@ Xamarin.Google.Crypto.Tink.Shaded.Protobuf
Xamarin.Google.Crypto.Tink.Signature
Xamarin.Google.Crypto.Tink.Signature.Internal
Xamarin.Google.Crypto.Tink.StreamingAead
Xamarin.Google.Crypto.Tink.StreamingAead.Internal
Xamarin.Google.Crypto.Tink.Subtle
Xamarin.Google.Crypto.Tink.Subtle.Prf
Xamarin.Google.Crypto.Tink.Tinkkey

Просмотреть файл

@ -42,6 +42,7 @@
<package pattern="Xamarin.Android.ReactiveX.*" />
<package pattern="Xamarin.Android.ReactiveStreams" />
<package pattern="Xamarin.Jetbrains.*" />
<package pattern="Xamarin.GoogleAndroid.Libraries.*" />
</packageSource>
<!--
packages restored from nuget.org:

Просмотреть файл

@ -126,7 +126,10 @@
<TransformFile Include="..\..\source\Metadata.common.xml" >
<Link>Transforms/Metadata.common.xml</Link>
</TransformFile>
<TransformFile Include="..\..\source\@(Model.MavenGroupId)\@(Model.Name)\Transforms\*.xml">
<TransformFile Include="..\..\source\@(Model.MavenGroupId)\@(Model.Name)\Transforms\*.xml" Exclude="$(DefaultTransformExcludes)">
<Link>Transforms/%(RecursiveDir)/%(Filename)%(Extension)</Link>
</TransformFile>
<TransformFile Include="..\..\source\@(Model.MavenGroupId)\@(Model.Name)\Transforms\*.$(TargetFramework).xml">
<Link>Transforms/%(RecursiveDir)/%(Filename)%(Extension)</Link>
</TransformFile>
<AndroidJavaSource

Просмотреть файл

@ -1,4 +1,7 @@
namespace Kotlin.Collections
using Java.Lang;
using Java.Util;
namespace Kotlin.Collections
{
// TODO: Remove these fixes when this bug is fixed:
// https://github.com/xamarin/java.interop/issues/470
@ -11,3 +14,22 @@
{
}
}
#if NET7_0_OR_GREATER
namespace Kotlin.Collections.Builders
{
public partial class MapBuilder
{
int IMap.Size () => Size;
global::System.Collections.ICollection IMap.Values () => Values;
}
public partial class MapBuilderEntries
{
public override bool Add (Object? element) => Add ((IMapEntry) element!);
public override int GetSize () => Size;
}
}
#endif

Просмотреть файл

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<remove-node path="/api/package[@name='kotlin.collections.builders']/class[@name='AbstractMapBuilderEntrySet']/method[@name='contains' and count(parameter)=1 and parameter[1][@type='java.lang.Object']]" />
</metadata>

Просмотреть файл

@ -0,0 +1,2 @@
<metadata>
</metadata>

Просмотреть файл

@ -0,0 +1,8 @@
<metadata>
<attr
path="/api/package[@name='androidx.wear.watchface.client']/interface[@name='InteractiveWatchFaceClient.ClientDisconnectListener']/method[@name='onClientDisconnected' and count(parameter)=1 and parameter[1][@type='int']]"
name="managedName"
>
OnClientDisconnectedWithParam
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,3 @@
<metadata>
</metadata>

Просмотреть файл

@ -0,0 +1,3 @@
<metadata>
</metadata>

Просмотреть файл

@ -0,0 +1,6 @@
<metadata>
<remove-node
path="/api/package[@name='androidx.wear.watchface.complications.data']/class[@name='ComplicationData.BaseBuilder']/method[@name='build' and count(parameter)=0]"
/>
</metadata>

Просмотреть файл

@ -0,0 +1,3 @@
<metadata>
</metadata>

Просмотреть файл

@ -0,0 +1,2 @@
<metadata>
</metadata>

Просмотреть файл

@ -0,0 +1,8 @@
<metadata>
<remove-node
path="/api/package[@name='androidx.wear.watchface.style.data']/class[@name='ComplicationsUserStyleSettingWireFormat']/constructor[@name='ComplicationsUserStyleSettingWireFormat' and count(parameter)=10 and parameter[1][@type='java.lang.String'] and parameter[2][@type='java.lang.CharSequence'] and parameter[3][@type='java.lang.CharSequence'] and parameter[4][@type='android.graphics.drawable.Icon'] and parameter[5][@type='java.util.List&lt;androidx.wear.watchface.style.data.OptionWireFormat&gt;'] and parameter[6][@type='int'] and parameter[7][@type='java.util.List&lt;java.lang.Integer&gt;'] and parameter[8][@type='android.os.Bundle'] and parameter[9][@type='java.util.List&lt;android.os.Bundle&gt;'] and parameter[10][@type='java.util.List&lt;java.lang.CharSequence&gt;']]"
/>
<remove-node
path="/api/package[@name='androidx.wear.watchface.style.data']/class[@name='ListUserStyleSettingWireFormat']/constructor[@name='ListUserStyleSettingWireFormat' and count(parameter)=10 and parameter[1][@type='java.lang.String'] and parameter[2][@type='java.lang.CharSequence'] and parameter[3][@type='java.lang.CharSequence'] and parameter[4][@type='android.graphics.drawable.Icon'] and parameter[5][@type='java.util.List&lt;androidx.wear.watchface.style.data.OptionWireFormat&gt;'] and parameter[6][@type='int'] and parameter[7][@type='java.util.List&lt;java.lang.Integer&gt;'] and parameter[8][@type='android.os.Bundle'] and parameter[9][@type='java.util.List&lt;android.os.Bundle&gt;'] and parameter[10][@type='java.util.List&lt;java.lang.CharSequence&gt;']]"
/>
</metadata>

Просмотреть файл

@ -0,0 +1,3 @@
<metadata>
</metadata>

Просмотреть файл

@ -162,4 +162,16 @@
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.wear.watchface.style']/class[@name='UserStyleSetting.LargeCustomValueUserStyleSetting.CustomValueOption']/method[@name='toWireFormat' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Wear.WatchFace.Style.Data.OptionWireFormat
</attr>
<attr
path="/api/package[@name='androidx.wear.watchface.style']/class[@name='UserStyleSetting.LargeCustomValueUserStyleSetting']/method[@name='toWireFormat' and count(parameter)=0]"
name="managedReturn"
>
AndroidX.Wear.WatchFace.Style.Data.UserStyleSettingWireFormat
</attr>
</metadata>

Просмотреть файл

@ -181,16 +181,16 @@ namespace AndroidX.Work
namespace AndroidX.Work.Impl.Constraints.Trackers
{
public partial class BatteryChargingTracker
{
protected override global::Java.Lang.Object RawInitialState
{
get
{
return this.InitialState;
}
}
}
// public partial class BatteryChargingTracker
// {
// protected override global::Java.Lang.Object RawInitialState
// {
// get
// {
// return this.InitialState;
// }
// }
// }
// public partial class NetworkStateTracker
// {
@ -203,25 +203,25 @@ namespace AndroidX.Work.Impl.Constraints.Trackers
// }
// }
public partial class BatteryNotLowTracker
{
protected override global::Java.Lang.Object RawInitialState
{
get
{
return this.InitialState;
}
}
}
// public partial class BatteryNotLowTracker
// {
// protected override global::Java.Lang.Object RawInitialState
// {
// get
// {
// return this.InitialState;
// }
// }
// }
public partial class StorageNotLowTracker
{
protected override global::Java.Lang.Object RawInitialState
{
get
{
return this.InitialState;
}
}
}
// public partial class StorageNotLowTracker
// {
// protected override global::Java.Lang.Object RawInitialState
// {
// get
// {
// return this.InitialState;
// }
// }
// }
}

Просмотреть файл

@ -181,4 +181,23 @@
AndroidX.Work.Impl.Utils.TaskExecutor.ISerialExecutor
</attr>
<attr
path="/api/package[@name='androidx.work.impl.constraints.trackers']/class[@name='BatteryChargingTracker']/method[@name='readSystemState' and count(parameter)=0]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.work.impl.constraints.trackers']/class[@name='BatteryNotLowTracker']/method[@name='readSystemState' and count(parameter)=0]"
name="managedReturn"
>
Java.Lang.Object
</attr>
<attr
path="/api/package[@name='androidx.work.impl.constraints.trackers']/class[@name='StorageNotLowTracker']/method[@name='readSystemState' and count(parameter)=0]"
name="managedReturn"
>
Java.Lang.Object
</attr>
</metadata>

Просмотреть файл

@ -0,0 +1,119 @@
<metadata>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='EcdsaPrivateKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Key" name="getPublicKey"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='EcdsaPublicKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.prf']/class[@name='HkdfPrfKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.streamingaead']/class[@name='AesGcmHkdfStreamingKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.streamingaead']/class[@name='AesCtrHmacStreamingKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='RsaSsaPkcs1PublicKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='Ed25519PublicKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.prf']/class[@name='AesCmacPrfKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.prf']/class[@name='HmacPrfKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='Ed25519PrivateKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Key" name="getPublicKey"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='RsaSsaPkcs1PrivateKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Key" name="getPublicKey"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='RsaSsaPssPrivateKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Key" name="getPublicKey"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='RsaSsaPssPublicKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
</metadata>

Просмотреть файл

@ -0,0 +1,119 @@
<metadata>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='EcdsaPrivateKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Key" name="getPublicKey"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='EcdsaPublicKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.prf']/class[@name='HkdfPrfKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.streamingaead']/class[@name='AesGcmHkdfStreamingKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.streamingaead']/class[@name='AesCtrHmacStreamingKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='RsaSsaPkcs1PublicKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='Ed25519PublicKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.prf']/class[@name='AesCmacPrfKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.prf']/class[@name='HmacPrfKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='Ed25519PrivateKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Key" name="getPublicKey"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='RsaSsaPkcs1PrivateKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Key" name="getPublicKey"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='RsaSsaPssPrivateKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Key" name="getPublicKey"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='RsaSsaPssPublicKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
</metadata>

Просмотреть файл

@ -569,17 +569,6 @@
>
Xamarin.Google.Crypto.Tink.Key
</attr>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='EcdsaPrivateKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Key" name="getPublicKey"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<attr
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='SignaturePrivateKey']/method[@name='getParameters' and count(parameter)=0]"
name="managedReturn"
@ -592,16 +581,6 @@
>
Xamarin.Google.Crypto.Tink.Parameters
</attr>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='EcdsaPublicKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<attr
path="/api/package[@name='com.google.crypto.tink.aead']/class[@name='XChaCha20Poly1305Key']/method[@name='getParameters' and count(parameter)=0]"
name="managedReturn"
@ -644,15 +623,6 @@
>
Xamarin.Google.Crypto.Tink.Parameters
</attr>
<add-node
path="/api/package[@name='com.google.crypto.tink.prf']/class[@name='HkdfPrfKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<attr
path="/api/package[@name='com.google.crypto.tink.mac']/class[@name='HmacKey']/method[@name='getParameters' and count(parameter)=0]"
name="managedReturn"
@ -679,34 +649,6 @@
>
Xamarin.Google.Crypto.Tink.Parameters
</attr>
<add-node
path="/api/package[@name='com.google.crypto.tink.streamingaead']/class[@name='AesGcmHkdfStreamingKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.streamingaead']/class[@name='AesCtrHmacStreamingKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='RsaSsaPkcs1PublicKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<attr
path="/api/package[@name='com.google.crypto.tink.hybrid']/class[@name='HybridPrivateKey']/method[@name='getPublicKey' and count(parameter)=0]"
name="managedReturn"
@ -734,15 +676,6 @@
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='Ed25519PublicKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<attr
path="/api/package[@name='com.google.crypto.tink.hybrid']/class[@name='HybridPrivateKey']/method[@name='getParameters' and count(parameter)=0]"
name="managedReturn"
@ -761,24 +694,6 @@
>
Xamarin.Google.Crypto.Tink.Parameters
</attr>
<add-node
path="/api/package[@name='com.google.crypto.tink.prf']/class[@name='AesCmacPrfKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.prf']/class[@name='HmacPrfKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<attr
path="/api/package[@name='com.google.crypto.tink.jwt']/class[@name='JwtMacKey']/method[@name='getParameters' and count(parameter)=0]"
name="managedReturn"
@ -797,47 +712,6 @@
>
Xamarin.Google.Crypto.Tink.Parameters
</attr>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='Ed25519PrivateKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Key" name="getPublicKey"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='RsaSsaPkcs1PrivateKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Key" name="getPublicKey"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='RsaSsaPssPrivateKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Key" name="getPublicKey"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<add-node
path="/api/package[@name='com.google.crypto.tink.signature']/class[@name='RsaSsaPssPublicKey']"
>
<method
visibility="public" static="false" abstract="false" return="com.google.crypto.tink.Parameters" name="getParameters"
deprecated="not deprecated" final="false" bridge="false" native="false"
synchronized="false" synthetic="false"
/>
</add-node>
<attr
path="/api/package[@name='com.google.crypto.tink.jwt']/class[@name='JwtSignaturePrivateKey']/method[@name='getPublicKey' and count(parameter)=0]"
name="managedReturn"

Просмотреть файл

@ -54,7 +54,8 @@
</ItemGroup>
<ItemGroup>
<TransformFile Include="..\..\source\@(Model.NuGetPackageId)\Transforms\*.xml" Link="Transforms\%(Filename)%(Extension)" />
<TransformFile Include="..\..\source\@(Model.NuGetPackageId)\Transforms\*.xml" Exclude="$(DefaultTransformExcludes)" Link="Transforms\%(Filename)%(Extension)" />
<TransformFile Include="..\..\source\@(Model.NuGetPackageId)\Transforms\*.$(TargetFramework).xml" Link="Transforms\%(Filename)%(Extension)" />
<TransformFile Include="..\..\templates\kotlin\Metadata.shared.xml" Link="Transforms\Metadata.shared.xml" />
</ItemGroup>

Просмотреть файл

@ -39,7 +39,8 @@
</PropertyGroup>
<ItemGroup>
<TransformFile Include="..\..\source\@(Model.MavenArtifacts[0].MavenGroupId)\@(Model.MavenArtifacts[0].MavenArtifactId)\Transforms\*.xml" Link="Transforms\%(Filename)%(Extension)" />
<TransformFile Include="..\..\source\@(Model.MavenArtifacts[0].MavenGroupId)\@(Model.MavenArtifacts[0].MavenArtifactId)\Transforms\*.xml" Exclude="$(DefaultTransformExcludes)" Link="Transforms\%(Filename)%(Extension)" />
<TransformFile Include="..\..\source\@(Model.MavenArtifacts[0].MavenGroupId)\@(Model.MavenArtifacts[0].MavenArtifactId)\Transforms\*.$(TargetFramework).xml" Link="Transforms\%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup>

Просмотреть файл

@ -599,6 +599,10 @@ Task ("spell-check")
"UnitAndroid",
"UtilAndroid",
"ProtoLayout",
"PlayServicesAuth",
"GoogleAndroid",
"GoogleId",
};
var dictionary_custom = WeCantSpell.Hunspell.WordList.CreateFromWords(words);