Skip to content

Commit 8bf0f9e

Browse files
authored
Update stable packages 20250624 (#1185)
This PR updates stable packages to their latest versions as of June 24, 2025, following the standard weekly update process. ## Changes Made - Updated `config.json` with latest Maven artifact versions - Regenerated component governance manifest (`cgmanifest.json`) - Updated artifact documentation (`docs/artifact-list-with-versions.md`) ## Package Updates 1. `androidx.databinding:databindingadapters` - 8.10.1 → 8.11.0 2. `androidx.databinding:databindingcommon` - 8.10.1 → 8.11.0 3. `androidx.databinding:databindingruntime` - 8.10.1 → 8.11.0 4. `androidx.databinding:viewbinding` - 8.10.1 → 8.11.0 5. `com.google.android.gms:playservicespal` - 22.0.0 → 22.1.0 6. `com.google.errorprone:error_prone_annotations` - 2.38.0 → 2.39.0 7. `com.google.errorprone:error_prone_type_annotations` - 2.38.0 → 2.39.0 ## Process Followed 1. Ran `dotnet cake -t:update-config` to fetch latest Maven versions 2. Ran `dotnet cake utilities.cake -t=generate-component-governance` to update governance files 3. Ran `dotnet cake utilities.cake -t=list-artifacts` to regenerate artifact lists 4. Ran `dotnet cake utilities.cake -t=api-diff-markdown-info-pr` to generate change summary This routine update ensures the .NET Android Libraries bindings stay current with the latest stable versions of Google's Android libraries and dependencies. Fixes #1184.
1 parent b853e6e commit 8bf0f9e

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

cgmanifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,9 +1294,9 @@
12941294
"maven": {
12951295
"artifactId": "databinding-adapters",
12961296
"groupId": "androidx.databinding",
1297-
"version": "8.10.1",
1297+
"version": "8.11.0",
12981298
"nuGetId": "Xamarin.AndroidX.DataBinding.DataBindingAdapters",
1299-
"nuGetVersion": "8.10.1"
1299+
"nuGetVersion": "8.11.0"
13001300
}
13011301
},
13021302
"license": "The Apache Software License, Version 2.0"
@@ -1307,9 +1307,9 @@
13071307
"maven": {
13081308
"artifactId": "databinding-common",
13091309
"groupId": "androidx.databinding",
1310-
"version": "8.10.1",
1310+
"version": "8.11.0",
13111311
"nuGetId": "Xamarin.AndroidX.DataBinding.DataBindingCommon",
1312-
"nuGetVersion": "8.10.1"
1312+
"nuGetVersion": "8.11.0"
13131313
}
13141314
},
13151315
"license": "The Apache Software License, Version 2.0"
@@ -1320,9 +1320,9 @@
13201320
"maven": {
13211321
"artifactId": "databinding-runtime",
13221322
"groupId": "androidx.databinding",
1323-
"version": "8.10.1",
1323+
"version": "8.11.0",
13241324
"nuGetId": "Xamarin.AndroidX.DataBinding.DataBindingRuntime",
1325-
"nuGetVersion": "8.10.1"
1325+
"nuGetVersion": "8.11.0"
13261326
}
13271327
},
13281328
"license": "The Apache Software License, Version 2.0"
@@ -1333,9 +1333,9 @@
13331333
"maven": {
13341334
"artifactId": "viewbinding",
13351335
"groupId": "androidx.databinding",
1336-
"version": "8.10.1",
1336+
"version": "8.11.0",
13371337
"nuGetId": "Xamarin.AndroidX.DataBinding.ViewBinding",
1338-
"nuGetVersion": "8.10.1"
1338+
"nuGetVersion": "8.11.0"
13391339
}
13401340
},
13411341
"license": "The Apache Software License, Version 2.0"
@@ -5170,9 +5170,9 @@
51705170
"maven": {
51715171
"artifactId": "play-services-pal",
51725172
"groupId": "com.google.android.gms",
5173-
"version": "22.0.0",
5173+
"version": "22.1.0",
51745174
"nuGetId": "Xamarin.GooglePlayServices.PAL",
5175-
"nuGetVersion": "122.0.0.2"
5175+
"nuGetVersion": "122.1.0"
51765176
}
51775177
},
51785178
"license": "Android Software Development Kit License"
@@ -5906,9 +5906,9 @@
59065906
"maven": {
59075907
"artifactId": "error_prone_annotations",
59085908
"groupId": "com.google.errorprone",
5909-
"version": "2.38.0",
5909+
"version": "2.39.0",
59105910
"nuGetId": "Xamarin.Google.ErrorProne.Annotations",
5911-
"nuGetVersion": "2.38.0"
5911+
"nuGetVersion": "2.39.0"
59125912
}
59135913
},
59145914
"license": "The Apache Software License, Version 2.0"
@@ -5919,9 +5919,9 @@
59195919
"maven": {
59205920
"artifactId": "error_prone_type_annotations",
59215921
"groupId": "com.google.errorprone",
5922-
"version": "2.38.0",
5922+
"version": "2.39.0",
59235923
"nuGetId": "Xamarin.Google.ErrorProne.TypeAnnotations",
5924-
"nuGetVersion": "2.38.0"
5924+
"nuGetVersion": "2.39.0"
59255925
}
59265926
},
59275927
"license": "The Apache Software License, Version 2.0"

config.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -706,29 +706,29 @@
706706
{
707707
"groupId": "androidx.databinding",
708708
"artifactId": "databinding-adapters",
709-
"version": "8.10.1",
710-
"nugetVersion": "8.10.1",
709+
"version": "8.11.0",
710+
"nugetVersion": "8.11.0",
711711
"nugetId": "Xamarin.AndroidX.DataBinding.DataBindingAdapters"
712712
},
713713
{
714714
"groupId": "androidx.databinding",
715715
"artifactId": "databinding-common",
716-
"version": "8.10.1",
717-
"nugetVersion": "8.10.1",
716+
"version": "8.11.0",
717+
"nugetVersion": "8.11.0",
718718
"nugetId": "Xamarin.AndroidX.DataBinding.DataBindingCommon"
719719
},
720720
{
721721
"groupId": "androidx.databinding",
722722
"artifactId": "databinding-runtime",
723-
"version": "8.10.1",
724-
"nugetVersion": "8.10.1",
723+
"version": "8.11.0",
724+
"nugetVersion": "8.11.0",
725725
"nugetId": "Xamarin.AndroidX.DataBinding.DataBindingRuntime"
726726
},
727727
{
728728
"groupId": "androidx.databinding",
729729
"artifactId": "viewbinding",
730-
"version": "8.10.1",
731-
"nugetVersion": "8.10.1",
730+
"version": "8.11.0",
731+
"nugetVersion": "8.11.0",
732732
"nugetId": "Xamarin.AndroidX.DataBinding.ViewBinding"
733733
},
734734
{
@@ -2930,8 +2930,8 @@
29302930
{
29312931
"groupId": "com.google.android.gms",
29322932
"artifactId": "play-services-pal",
2933-
"version": "22.0.0",
2934-
"nugetVersion": "122.0.0.2",
2933+
"version": "22.1.0",
2934+
"nugetVersion": "122.1.0",
29352935
"nugetId": "Xamarin.GooglePlayServices.PAL",
29362936
"type": "xbd"
29372937
},
@@ -3399,17 +3399,17 @@
33993399
{
34003400
"groupId": "com.google.errorprone",
34013401
"artifactId": "error_prone_annotations",
3402-
"version": "2.38.0",
3403-
"nugetVersion": "2.38.0",
3402+
"version": "2.39.0",
3403+
"nugetVersion": "2.39.0",
34043404
"nugetId": "Xamarin.Google.ErrorProne.Annotations",
34053405
"type": "androidlibrary",
34063406
"mavenRepositoryType": "MavenCentral"
34073407
},
34083408
{
34093409
"groupId": "com.google.errorprone",
34103410
"artifactId": "error_prone_type_annotations",
3411-
"version": "2.38.0",
3412-
"nugetVersion": "2.38.0",
3411+
"version": "2.39.0",
3412+
"nugetVersion": "2.39.0",
34133413
"nugetId": "Xamarin.Google.ErrorProne.TypeAnnotations",
34143414
"type": "androidlibrary",
34153415
"mavenRepositoryType": "MavenCentral"

docs/artifact-list-with-versions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@
104104
| 97|androidx.cursoradapter:cursoradapter |1.0.0 |Xamarin.AndroidX.CursorAdapter |1.0.0.33 |
105105
| 98|androidx.customview:customview |1.2.0 |Xamarin.AndroidX.CustomView |1.2.0 |
106106
| 99|androidx.customview:customview-poolingcontainer |1.1.0 |Xamarin.AndroidX.CustomView.PoolingContainer |1.1.0 |
107-
| 100|androidx.databinding:databinding-adapters |8.10.1 |Xamarin.AndroidX.DataBinding.DataBindingAdapters |8.10.1 |
108-
| 101|androidx.databinding:databinding-common |8.10.1 |Xamarin.AndroidX.DataBinding.DataBindingCommon |8.10.1 |
109-
| 102|androidx.databinding:databinding-runtime |8.10.1 |Xamarin.AndroidX.DataBinding.DataBindingRuntime |8.10.1 |
110-
| 103|androidx.databinding:viewbinding |8.10.1 |Xamarin.AndroidX.DataBinding.ViewBinding |8.10.1 |
107+
| 100|androidx.databinding:databinding-adapters |8.11.0 |Xamarin.AndroidX.DataBinding.DataBindingAdapters |8.11.0 |
108+
| 101|androidx.databinding:databinding-common |8.11.0 |Xamarin.AndroidX.DataBinding.DataBindingCommon |8.11.0 |
109+
| 102|androidx.databinding:databinding-runtime |8.11.0 |Xamarin.AndroidX.DataBinding.DataBindingRuntime |8.11.0 |
110+
| 103|androidx.databinding:viewbinding |8.11.0 |Xamarin.AndroidX.DataBinding.ViewBinding |8.11.0 |
111111
| 104|androidx.datastore:datastore |1.1.7 |Xamarin.AndroidX.DataStore |1.1.7 |
112112
| 105|androidx.datastore:datastore-android |1.1.7 |Xamarin.AndroidX.DataStore.Android |1.1.7 |
113113
| 106|androidx.datastore:datastore-core |1.1.7 |Xamarin.AndroidX.DataStore.Core |1.1.7 |
@@ -403,7 +403,7 @@
403403
| 396|com.google.android.gms:play-services-mlkit-text-recognition-korean |16.0.1 |Xamarin.GooglePlayServices.MLKit.Text.Recognition.Korean |116.0.1.4 |
404404
| 397|com.google.android.gms:play-services-nearby |19.3.0 |Xamarin.GooglePlayServices.Nearby |119.3.0.6 |
405405
| 398|com.google.android.gms:play-services-oss-licenses |17.1.0 |Xamarin.GooglePlayServices.Oss.Licenses |117.1.0.6 |
406-
| 399|com.google.android.gms:play-services-pal |22.0.0 |Xamarin.GooglePlayServices.PAL |122.0.0.2 |
406+
| 399|com.google.android.gms:play-services-pal |22.1.0 |Xamarin.GooglePlayServices.PAL |122.1.0 |
407407
| 400|com.google.android.gms:play-services-panorama |17.1.0 |Xamarin.GooglePlayServices.Panorama |117.1.0.12 |
408408
| 401|com.google.android.gms:play-services-password-complexity |18.1.0 |Xamarin.GooglePlayServices.PasswordComplexity |118.1.0.6 |
409409
| 402|com.google.android.gms:play-services-pay |16.5.0 |Xamarin.GooglePlayServices.Pay |116.5.0.6 |
@@ -460,8 +460,8 @@
460460
| 453|com.google.code.gson:gson |2.13.1 |GoogleGson |2.13.1 |
461461
| 454|com.google.crypto.tink:tink-android |1.18.0 |Xamarin.Google.Crypto.Tink.Android |1.18.0 |
462462
| 455|com.google.dagger:dagger |2.56.2 |Xamarin.Google.Dagger |2.56.2.2 |
463-
| 456|com.google.errorprone:error_prone_annotations |2.38.0 |Xamarin.Google.ErrorProne.Annotations |2.38.0 |
464-
| 457|com.google.errorprone:error_prone_type_annotations |2.38.0 |Xamarin.Google.ErrorProne.TypeAnnotations |2.38.0 |
463+
| 456|com.google.errorprone:error_prone_annotations |2.39.0 |Xamarin.Google.ErrorProne.Annotations |2.39.0 |
464+
| 457|com.google.errorprone:error_prone_type_annotations |2.39.0 |Xamarin.Google.ErrorProne.TypeAnnotations |2.39.0 |
465465
| 458|com.google.firebase:firebase-abt |22.0.0 |Xamarin.Firebase.Abt |122.0.0.6 |
466466
| 459|com.google.firebase:firebase-ads |23.6.0 |Xamarin.Firebase.Ads |123.6.0.3 |
467467
| 460|com.google.firebase:firebase-analytics |22.4.0 |Xamarin.Firebase.Analytics |122.4.0 |

0 commit comments

Comments
 (0)