Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1293,8 +1293,8 @@
{
"groupId": "androidx.window",
"artifactId": "window",
"version": "1.0.0-beta04",
"nugetVersion": "1.0.0.5-beta04",
"version": "1.0.0",
"nugetVersion": "1.0.0.7",
"nugetId": "Xamarin.AndroidX.Window",
"dependencyOnly": false
},
Expand All @@ -1309,8 +1309,8 @@
{
"groupId": "androidx.window",
"artifactId": "window-java",
"version": "1.0.0-beta04",
"nugetVersion": "1.0.0.5-beta04",
"version": "1.0.0",
"nugetVersion": "1.0.0.7",
"nugetId": "Xamarin.AndroidX.Window.WindowJava",
"dependencyOnly": false
},
Expand Down Expand Up @@ -1407,17 +1407,17 @@
{
"groupId": "org.jetbrains.kotlin",
"artifactId": "kotlin-stdlib",
"version": "1.5.31",
"nugetVersion": "1.5.31.3",
"version": "1.6.0",
"nugetVersion": "1.6.0",
"nugetId": "Xamarin.Kotlin.StdLib",
"dependencyOnly": false,
"templateSet": "kotlin"
},
{
"groupId": "org.jetbrains.kotlin",
"artifactId": "kotlin-stdlib-common",
"version": "1.5.31",
"nugetVersion": "1.5.31.3",
"version": "1.6.0",
"nugetVersion": "1.6.0",
"nugetId": "Xamarin.Kotlin.StdLib.Common",
"dependencyOnly": false,
"templateSet": "kotlin",
Expand All @@ -1428,8 +1428,8 @@
{
"groupId": "org.jetbrains.kotlin",
"artifactId": "kotlin-stdlib-jdk7",
"version": "1.5.31",
"nugetVersion": "1.5.31.3",
"version": "1.6.0",
"nugetVersion": "1.6.0",
"nugetId": "Xamarin.Kotlin.StdLib.Jdk7",
"dependencyOnly": false,
"templateSet": "kotlin",
Expand All @@ -1440,8 +1440,8 @@
{
"groupId": "org.jetbrains.kotlin",
"artifactId": "kotlin-stdlib-jdk8",
"version": "1.5.31",
"nugetVersion": "1.5.31.3",
"version": "1.6.0",
"nugetVersion": "1.6.0",
"nugetId": "Xamarin.Kotlin.StdLib.Jdk8",
"dependencyOnly": false,
"templateSet": "kotlin",
Expand Down
2 changes: 1 addition & 1 deletion mappings/androidx-assemblies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Xamarin.Android.Support.Design,Xamarin.Android.ReactiveX.RxJava,Xamarin.Android.
Xamarin.Android.Support.Design,Xamarin.Android.ReactiveX.RxJava3.RxJava,Xamarin.Android.Support.Design,Xamarin.Android.ReactiveX.RxJava3.RxJava,3.1.2.1
Xamarin.Android.Support.Design,Xamarin.AndroidX.Annotation.Experimental,Xamarin.Android.Support.Design,Xamarin.AndroidX.Annotation.Experimental,1.1.0.3
Xamarin.Android.Support.Design,Xamarin.Google.Android.Material,Xamarin.Android.Support.Design,Xamarin.Google.Android.Material,1.4.0.4
Xamarin.Android.Support.Design,Xamarin.Kotlin.StdLib,Xamarin.Android.Support.Design,Xamarin.Kotlin.StdLib,1.5.31.3
Xamarin.Android.Support.Design,Xamarin.Kotlin.StdLib,Xamarin.Android.Support.Design,Xamarin.Kotlin.StdLib,1.6.0
Xamarin.Android.Support.DocumentFile,Xamarin.AndroidX.DocumentFile,Xamarin.Android.Support.DocumentFile,Xamarin.AndroidX.DocumentFile,1.0.1.10
Xamarin.Android.Support.DrawerLayout,Xamarin.AndroidX.DrawerLayout,Xamarin.Android.Support.DrawerLayout,Xamarin.AndroidX.DrawerLayout,1.1.1.5
Xamarin.Android.Support.Dynamic.Animation,Xamarin.AndroidX.DynamicAnimation,Xamarin.Android.Support.Dynamic.Animation,Xamarin.AndroidX.DynamicAnimation,1.0.0.10
Expand Down
41 changes: 41 additions & 0 deletions source/Xamarin.Kotlin.StdLib/Transforms/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,45 @@
<attr path="/api/package/class[substring(@name,string-length(@name)-7)='.Default']" name="managedName">DefaultStatic</attr>
<remove-node path="/api/package/class[substring(@name,string-length(@name)-7)='.Default' and count(method)=0 and count(field)=0]" />

<add-node
path="/api/package[@name='kotlin']/class[@name='UShortArray']"
>
<method
visibility="public" static="false" abstract="false" return="int" name="size"
deprecated="not deprecated" final="true" bridge="true" native="false" synchronized="false"
synthetic="false"
>
</method>
</add-node>
<add-node
path="/api/package[@name='kotlin']/class[@name='ULongArray']"
>
<method
visibility="public" static="false" abstract="false" return="int" name="size"
deprecated="not deprecated" final="true" bridge="true" native="false" synchronized="false"
synthetic="false"
>
</method>
</add-node>
<add-node
path="/api/package[@name='kotlin']/class[@name='UIntArray']"
>
<method
visibility="public" static="false" abstract="false" return="int" name="size"
deprecated="not deprecated" final="true" bridge="true" native="false" synchronized="false"
synthetic="false"
>
</method>
</add-node>
<add-node
path="/api/package[@name='kotlin']/class[@name='UByteArray']"
>
<method
visibility="public" static="false" abstract="false" return="int" name="size"
deprecated="not deprecated" final="true" bridge="true" native="false" synchronized="false"
synthetic="false"
>
</method>
</add-node>

</metadata>