Skip to content

Commit 1de2bde

Browse files
Copilotjonathanpepperssheiksyedmmattleibow
authored
Stable Updates 20250708 (#1200)
Fixes: #1199 This PR implements the weekly stable updates for July 8, 2025, updating Android library bindings to their latest stable versions. ## Changes Made The following commands were executed as specified in the issue: 1. `dotnet cake -t:update-config` - Updated Maven artifact versions in config.json 2. `dotnet cake utilities.cake -t=generate-component-governance` - Generated component governance manifest 3. `dotnet cake utilities.cake -t=generate-namespace-file` - Updated namespace files 4. `dotnet cake utilities.cake -t=list-artifacts` - Updated artifact lists ## Package Updates (34 total) 1. `androidx.mediarouter:mediarouter` - 1.8.0 → 1.8.1 2. `androidx.navigation:navigationcommon` - 2.9.0 → 2.9.1 3. `androidx.navigation:navigationcommonandroid` - 2.9.0 → 2.9.1 4. `androidx.navigation:navigationcommonktx` - 2.9.0 → 2.9.1 5. `androidx.navigation:navigationcompose` - 2.9.0 → 2.9.1 6. `androidx.navigation:navigationcomposeandroid` - 2.9.0 → 2.9.1 7. `androidx.navigation:navigationfragment` - 2.9.0 → 2.9.1 8. `androidx.navigation:navigationfragmentktx` - 2.9.0 → 2.9.1 9. `androidx.navigation:navigationruntime` - 2.9.0 → 2.9.1 10. `androidx.navigation:navigationruntimeandroid` - 2.9.0 → 2.9.1 11. `androidx.navigation:navigationruntimektx` - 2.9.0 → 2.9.1 12. `androidx.navigation:navigationui` - 2.9.0 → 2.9.1 13. `androidx.navigation:navigationuiktx` - 2.9.0 → 2.9.1 14. `com.android.billingclient:billing` - 7.1.1 → 8.0.0 15. `com.google.ai.edge.litert:litert` - 1.3.0 → 1.4.0 16. `com.google.ai.edge.litert:litertapi` - 1.3.0 → 1.4.0 17. `com.google.ai.edge.litert:litertgpu` - 1.3.0 → 1.4.0 18. `com.google.ai.edge.litert:litertgpuapi` - 1.3.0 → 1.4.0 19. `com.google.ai.edge.litert:litertmetadata` - 1.3.0 → 1.4.0 20. `com.google.ai.edge.litert:litertsupport` - 1.3.0 → 1.4.0 21. `com.google.ai.edge.litert:litertsupportapi` - 1.3.0 → 1.4.0 22. `com.google.android.gms:playservicesbase` - 18.7.0 → 18.7.1 23. `com.google.android.gms:playservicesbasement` - 18.7.0 → 18.7.1 24. `com.google.android.gms:playservicesosslicenses` - 17.1.0 → 17.2.0 25. `com.google.android.gms:playservicestasks` - 18.3.0 → 18.3.1 26. `com.squareup.okhttp3:logginginterceptor` - 4.12.0 → 5.1.0 27. `com.squareup.okhttp3:okhttp` - 4.12.0 → 5.1.0 28. `com.squareup.okhttp3:okhttpbrotli` - 4.12.0 → 5.1.0 29. `com.squareup.okhttp3:okhttptls` - 4.12.0 → 5.1.0 30. `com.squareup.okhttp3:okhttpurlconnection` - 4.12.0 → 5.1.0 31. `com.squareup.okio:okio` - 3.14.0 → 3.15.0 32. `com.squareup.okio:okiojvm` - 3.14.0 → 3.15.0 33. `io.reactivex.rxjava3:rxjava` - 3.1.10 → 3.1.11 34. `org.checkerframework:checkerqual` - 3.49.4 → 3.49.5 This update includes notable version bumps for: - **AndroidX Navigation** libraries (2.9.0 → 2.9.1) - Bug fixes and stability improvements - **Google Billing Client** (7.1.1 → 8.0.0) - Major version update with new billing features - **OkHttp3** libraries (4.12.0 → 5.1.0) - Major version update with performance improvements - **Google AI Edge LiteRT** libraries (1.3.0 → 1.4.0) - AI/ML runtime improvements Co-authored-by: Jonathan Peppers <[email protected]> Co-authored-by: sheiksyedm <[email protected]> Co-authored-by: Matthew Leibowitz <[email protected]>
1 parent ce00052 commit 1de2bde

File tree

12 files changed

+231
-428
lines changed

12 files changed

+231
-428
lines changed

cgmanifest.json

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.

config.json

Lines changed: 86 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,8 +1389,8 @@
13891389
{
13901390
"groupId": "androidx.mediarouter",
13911391
"artifactId": "mediarouter",
1392-
"version": "1.8.0",
1393-
"nugetVersion": "1.8.0",
1392+
"version": "1.8.1",
1393+
"nugetVersion": "1.8.1",
13941394
"nugetId": "Xamarin.AndroidX.MediaRouter"
13951395
},
13961396
{
@@ -1403,85 +1403,85 @@
14031403
{
14041404
"groupId": "androidx.navigation",
14051405
"artifactId": "navigation-common",
1406-
"version": "2.9.0",
1407-
"nugetVersion": "2.9.0",
1406+
"version": "2.9.1",
1407+
"nugetVersion": "2.9.1",
14081408
"nugetId": "Xamarin.AndroidX.Navigation.Common"
14091409
},
14101410
{
14111411
"groupId": "androidx.navigation",
14121412
"artifactId": "navigation-common-android",
1413-
"version": "2.9.0",
1414-
"nugetVersion": "2.9.0",
1413+
"version": "2.9.1",
1414+
"nugetVersion": "2.9.1",
14151415
"nugetId": "Xamarin.AndroidX.Navigation.Common.Android"
14161416
},
14171417
{
14181418
"groupId": "androidx.navigation",
14191419
"artifactId": "navigation-common-ktx",
1420-
"version": "2.9.0",
1421-
"nugetVersion": "2.9.0",
1420+
"version": "2.9.1",
1421+
"nugetVersion": "2.9.1",
14221422
"nugetId": "Xamarin.AndroidX.Navigation.Common.Ktx"
14231423
},
14241424
{
14251425
"groupId": "androidx.navigation",
14261426
"artifactId": "navigation-compose",
1427-
"version": "2.9.0",
1428-
"nugetVersion": "2.9.0",
1427+
"version": "2.9.1",
1428+
"nugetVersion": "2.9.1",
14291429
"nugetId": "Xamarin.AndroidX.Navigation.Compose"
14301430
},
14311431
{
14321432
"groupId": "androidx.navigation",
14331433
"artifactId": "navigation-compose-android",
1434-
"version": "2.9.0",
1435-
"nugetVersion": "2.9.0",
1434+
"version": "2.9.1",
1435+
"nugetVersion": "2.9.1",
14361436
"nugetId": "Xamarin.AndroidX.Navigation.Compose.Android"
14371437
},
14381438
{
14391439
"groupId": "androidx.navigation",
14401440
"artifactId": "navigation-fragment",
1441-
"version": "2.9.0",
1442-
"nugetVersion": "2.9.0",
1441+
"version": "2.9.1",
1442+
"nugetVersion": "2.9.1",
14431443
"nugetId": "Xamarin.AndroidX.Navigation.Fragment"
14441444
},
14451445
{
14461446
"groupId": "androidx.navigation",
14471447
"artifactId": "navigation-fragment-ktx",
1448-
"version": "2.9.0",
1449-
"nugetVersion": "2.9.0",
1448+
"version": "2.9.1",
1449+
"nugetVersion": "2.9.1",
14501450
"nugetId": "Xamarin.AndroidX.Navigation.Fragment.Ktx"
14511451
},
14521452
{
14531453
"groupId": "androidx.navigation",
14541454
"artifactId": "navigation-runtime",
1455-
"version": "2.9.0",
1456-
"nugetVersion": "2.9.0",
1455+
"version": "2.9.1",
1456+
"nugetVersion": "2.9.1",
14571457
"nugetId": "Xamarin.AndroidX.Navigation.Runtime"
14581458
},
14591459
{
14601460
"groupId": "androidx.navigation",
14611461
"artifactId": "navigation-runtime-android",
1462-
"version": "2.9.0",
1463-
"nugetVersion": "2.9.0",
1462+
"version": "2.9.1",
1463+
"nugetVersion": "2.9.1",
14641464
"nugetId": "Xamarin.AndroidX.Navigation.Runtime.Android"
14651465
},
14661466
{
14671467
"groupId": "androidx.navigation",
14681468
"artifactId": "navigation-runtime-ktx",
1469-
"version": "2.9.0",
1470-
"nugetVersion": "2.9.0",
1469+
"version": "2.9.1",
1470+
"nugetVersion": "2.9.1",
14711471
"nugetId": "Xamarin.AndroidX.Navigation.Runtime.Ktx"
14721472
},
14731473
{
14741474
"groupId": "androidx.navigation",
14751475
"artifactId": "navigation-ui",
1476-
"version": "2.9.0",
1477-
"nugetVersion": "2.9.0",
1476+
"version": "2.9.1",
1477+
"nugetVersion": "2.9.1",
14781478
"nugetId": "Xamarin.AndroidX.Navigation.UI"
14791479
},
14801480
{
14811481
"groupId": "androidx.navigation",
14821482
"artifactId": "navigation-ui-ktx",
1483-
"version": "2.9.0",
1484-
"nugetVersion": "2.9.0",
1483+
"version": "2.9.1",
1484+
"nugetVersion": "2.9.1",
14851485
"nugetId": "Xamarin.AndroidX.Navigation.UI.Ktx"
14861486
},
14871487
{
@@ -2166,8 +2166,8 @@
21662166
{
21672167
"groupId": "com.android.billingclient",
21682168
"artifactId": "billing",
2169-
"version": "7.1.1",
2170-
"nugetVersion": "7.1.1.4",
2169+
"version": "8.0.0",
2170+
"nugetVersion": "8.0.0",
21712171
"nugetId": "Xamarin.Android.Google.BillingClient",
21722172
"type": "xbd"
21732173
},
@@ -2350,56 +2350,56 @@
23502350
{
23512351
"groupId": "com.google.ai.edge.litert",
23522352
"artifactId": "litert",
2353-
"version": "1.3.0",
2354-
"nugetVersion": "1.3.0",
2353+
"version": "1.4.0",
2354+
"nugetVersion": "1.4.0",
23552355
"nugetId": "Xamarin.Google.AI.Edge.LiteRT",
23562356
"type": "androidlibrary"
23572357
},
23582358
{
23592359
"groupId": "com.google.ai.edge.litert",
23602360
"artifactId": "litert-api",
2361-
"version": "1.3.0",
2362-
"nugetVersion": "1.3.0",
2361+
"version": "1.4.0",
2362+
"nugetVersion": "1.4.0",
23632363
"nugetId": "Xamarin.Google.AI.Edge.LiteRT.API",
23642364
"type": "androidlibrary"
23652365
},
23662366
{
23672367
"groupId": "com.google.ai.edge.litert",
23682368
"artifactId": "litert-gpu",
2369-
"version": "1.3.0",
2370-
"nugetVersion": "1.3.0",
2369+
"version": "1.4.0",
2370+
"nugetVersion": "1.4.0",
23712371
"nugetId": "Xamarin.Google.AI.Edge.LiteRT.GPU",
23722372
"type": "androidlibrary"
23732373
},
23742374
{
23752375
"groupId": "com.google.ai.edge.litert",
23762376
"artifactId": "litert-gpu-api",
2377-
"version": "1.3.0",
2378-
"nugetVersion": "1.3.0",
2377+
"version": "1.4.0",
2378+
"nugetVersion": "1.4.0",
23792379
"nugetId": "Xamarin.Google.AI.Edge.LiteRT.GPU.API",
23802380
"type": "androidlibrary"
23812381
},
23822382
{
23832383
"groupId": "com.google.ai.edge.litert",
23842384
"artifactId": "litert-metadata",
2385-
"version": "1.3.0",
2386-
"nugetVersion": "1.3.0",
2385+
"version": "1.4.0",
2386+
"nugetVersion": "1.4.0",
23872387
"nugetId": "Xamarin.Google.AI.Edge.LiteRT.Metadata",
23882388
"type": "androidlibrary"
23892389
},
23902390
{
23912391
"groupId": "com.google.ai.edge.litert",
23922392
"artifactId": "litert-support",
2393-
"version": "1.3.0",
2394-
"nugetVersion": "1.3.0",
2393+
"version": "1.4.0",
2394+
"nugetVersion": "1.4.0",
23952395
"nugetId": "Xamarin.Google.AI.Edge.LiteRT.Support",
23962396
"type": "androidlibrary"
23972397
},
23982398
{
23992399
"groupId": "com.google.ai.edge.litert",
24002400
"artifactId": "litert-support-api",
2401-
"version": "1.3.0",
2402-
"nugetVersion": "1.3.0",
2401+
"version": "1.4.0",
2402+
"nugetVersion": "1.4.0",
24032403
"nugetId": "Xamarin.Google.AI.Edge.LiteRT.Support.API",
24042404
"allowPrereleaseDependencies": true,
24052405
"type": "androidlibrary",
@@ -2580,16 +2580,16 @@
25802580
{
25812581
"groupId": "com.google.android.gms",
25822582
"artifactId": "play-services-base",
2583-
"version": "18.7.0",
2584-
"nugetVersion": "118.7.0.2",
2583+
"version": "18.7.1",
2584+
"nugetVersion": "118.7.1",
25852585
"nugetId": "Xamarin.GooglePlayServices.Base",
25862586
"type": "xbd"
25872587
},
25882588
{
25892589
"groupId": "com.google.android.gms",
25902590
"artifactId": "play-services-basement",
2591-
"version": "18.7.0",
2592-
"nugetVersion": "118.7.0.2",
2591+
"version": "18.7.1",
2592+
"nugetVersion": "118.7.1",
25932593
"nugetId": "Xamarin.GooglePlayServices.Basement",
25942594
"type": "xbd"
25952595
},
@@ -2922,8 +2922,8 @@
29222922
{
29232923
"groupId": "com.google.android.gms",
29242924
"artifactId": "play-services-oss-licenses",
2925-
"version": "17.1.0",
2926-
"nugetVersion": "117.1.0.6",
2925+
"version": "17.2.0",
2926+
"nugetVersion": "117.2.0",
29272927
"nugetId": "Xamarin.GooglePlayServices.Oss.Licenses",
29282928
"type": "xbd"
29292929
},
@@ -3059,8 +3059,8 @@
30593059
{
30603060
"groupId": "com.google.android.gms",
30613061
"artifactId": "play-services-tasks",
3062-
"version": "18.3.0",
3063-
"nugetVersion": "118.3.0.2",
3062+
"version": "18.3.1",
3063+
"nugetVersion": "118.3.1",
30643064
"nugetId": "Xamarin.GooglePlayServices.Tasks",
30653065
"type": "xbd"
30663066
},
@@ -4292,62 +4292,80 @@
42924292
{
42934293
"groupId": "com.squareup.okhttp3",
42944294
"artifactId": "logging-interceptor",
4295-
"version": "4.12.0",
4296-
"nugetVersion": "4.12.0.10",
4295+
"version": "5.1.0",
4296+
"nugetVersion": "5.1.0",
42974297
"nugetId": "Square.OkHttp3.LoggingInterceptor",
42984298
"type": "androidlibrary",
42994299
"mavenRepositoryType": "MavenCentral"
43004300
},
43014301
{
43024302
"groupId": "com.squareup.okhttp3",
43034303
"artifactId": "okhttp",
4304-
"version": "4.12.0",
4305-
"nugetVersion": "4.12.0.10",
4304+
"version": "5.1.0",
4305+
"nugetVersion": "5.1.0",
43064306
"nugetId": "Square.OkHttp3",
43074307
"type": "androidlibrary",
43084308
"mavenRepositoryType": "MavenCentral"
43094309
},
4310+
{
4311+
"groupId": "com.squareup.okhttp3",
4312+
"artifactId": "okhttp-jvm",
4313+
"version": "5.1.0",
4314+
"nugetVersion": "5.1.0",
4315+
"nugetId": "Square.OkHttp3.JVM",
4316+
"type": "androidlibrary",
4317+
"mavenRepositoryType": "MavenCentral"
4318+
},
4319+
{
4320+
"groupId": "com.squareup.okhttp3",
4321+
"artifactId": "okhttp-java-net-cookiejar",
4322+
"version": "5.1.0",
4323+
"nugetVersion": "5.1.0",
4324+
"nugetId": "Square.OkHttp3.JavaNetCookieJar",
4325+
"type": "androidlibrary",
4326+
"mavenRepositoryType": "MavenCentral"
4327+
},
43104328
{
43114329
"groupId": "com.squareup.okhttp3",
43124330
"artifactId": "okhttp-brotli",
4313-
"version": "4.12.0",
4314-
"nugetVersion": "4.12.0.8",
4331+
"version": "5.1.0",
4332+
"nugetVersion": "5.1.0",
43154333
"nugetId": "Square.OkHttp3.OkHttp.Brotli",
43164334
"type": "androidlibrary",
43174335
"mavenRepositoryType": "MavenCentral"
43184336
},
43194337
{
43204338
"groupId": "com.squareup.okhttp3",
43214339
"artifactId": "okhttp-tls",
4322-
"version": "4.12.0",
4323-
"nugetVersion": "4.12.0.8",
4340+
"version": "5.1.0",
4341+
"nugetVersion": "5.1.0",
43244342
"nugetId": "Square.OkHttp3.OkHttp.TLS",
43254343
"type": "androidlibrary",
43264344
"mavenRepositoryType": "MavenCentral"
43274345
},
43284346
{
43294347
"groupId": "com.squareup.okhttp3",
43304348
"artifactId": "okhttp-urlconnection",
4331-
"version": "4.12.0",
4332-
"nugetVersion": "4.12.0.10",
4349+
"version": "5.1.0",
4350+
"nugetVersion": "5.1.0",
43334351
"nugetId": "Square.OkHttp3.UrlConnection",
43344352
"type": "androidlibrary",
43354353
"mavenRepositoryType": "MavenCentral"
43364354
},
43374355
{
43384356
"groupId": "com.squareup.okio",
43394357
"artifactId": "okio",
4340-
"version": "3.14.0",
4341-
"nugetVersion": "3.14.0",
4358+
"version": "3.15.0",
4359+
"nugetVersion": "3.15.0",
43424360
"nugetId": "Square.OkIO",
43434361
"type": "androidlibrary",
43444362
"mavenRepositoryType": "MavenCentral"
43454363
},
43464364
{
43474365
"groupId": "com.squareup.okio",
43484366
"artifactId": "okio-jvm",
4349-
"version": "3.14.0",
4350-
"nugetVersion": "3.14.0",
4367+
"version": "3.15.0",
4368+
"nugetVersion": "3.15.0",
43514369
"nugetId": "Square.OkIO.JVM",
43524370
"type": "androidlibrary",
43534371
"mavenRepositoryType": "MavenCentral"
@@ -4575,8 +4593,8 @@
45754593
{
45764594
"groupId": "io.reactivex.rxjava3",
45774595
"artifactId": "rxjava",
4578-
"version": "3.1.10",
4579-
"nugetVersion": "3.1.10.3",
4596+
"version": "3.1.11",
4597+
"nugetVersion": "3.1.11",
45804598
"nugetId": "Xamarin.Android.ReactiveX.RxJava3.RxJava",
45814599
"type": "androidlibrary",
45824600
"mavenRepositoryType": "MavenCentral"
@@ -4639,8 +4657,8 @@
46394657
{
46404658
"groupId": "org.checkerframework",
46414659
"artifactId": "checker-qual",
4642-
"version": "3.49.4",
4643-
"nugetVersion": "3.49.4",
4660+
"version": "3.49.5",
4661+
"nugetVersion": "3.49.5",
46444662
"nugetId": "Xamarin.CheckerFramework.CheckerQual",
46454663
"type": "no-bindings",
46464664
"mavenRepositoryType": "MavenCentral"

0 commit comments

Comments
 (0)