Skip to content

Commit e4bb3c9

Browse files
authored
Merge pull request #1092 from dotnet/dev/moljac/wsu-20250207
Weekly Stable Updates 20250207
2 parents 03c769a + 9188129 commit e4bb3c9

File tree

8 files changed

+111
-62
lines changed

8 files changed

+111
-62
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331
<AndroidNamespaceReplacement Include='opengl' Replacement='OpenGL' />
332332
<AndroidNamespaceReplacement Include='org.jspecify.annotations' Replacement='Xamarin.JSpecify.Annotations' />
333333
<AndroidNamespaceReplacement Include='signalgeneration' Replacement='SignalGeneration' />
334+
<AndroidNamespaceReplacement Include='recaptchabase' Replacement='RecaptchaBase' />
334335

335336
</ItemGroup>
336337

build/cake/build-and-package.cake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Task ("nuget")
1212
.WithProperty ("PackageOutputPath", MakeAbsolute ((DirectoryPath)"./output/").FullPath)
1313
.WithTarget ("Pack");
1414

15+
settings.NodeReuse = false;
16+
1517
DotNetBuild (
1618
"./generated/AndroidX.sln",
1719
new DotNetBuildSettings { MSBuildSettings = settings }
@@ -29,6 +31,8 @@ Task ("libs")
2931
.EnableBinaryLogger ($"./output/libs.{CONFIGURATION}.binlog")
3032
.WithProperty("Verbosity", VERBOSITY.ToString ());
3133

34+
settings.NodeReuse = false;
35+
3236
DotNetBuild (
3337
"./generated/AndroidX.sln",
3438
new DotNetBuildSettings { MSBuildSettings = settings }

cgmanifest.json

Lines changed: 39 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4110,9 +4110,9 @@
41104110
"maven": {
41114111
"artifactId": "litert",
41124112
"groupId": "com.google.ai.edge.litert",
4113-
"version": "1.0.1",
4113+
"version": "1.1.0",
41144114
"nuGetId": "Xamarin.Google.AI.Edge.LiteRT",
4115-
"nuGetVersion": "1.0.1.1"
4115+
"nuGetVersion": "1.1.0"
41164116
}
41174117
}
41184118
},
@@ -4122,9 +4122,9 @@
41224122
"maven": {
41234123
"artifactId": "litert-api",
41244124
"groupId": "com.google.ai.edge.litert",
4125-
"version": "1.0.1",
4125+
"version": "1.1.0",
41264126
"nuGetId": "Xamarin.Google.AI.Edge.LiteRT.API",
4127-
"nuGetVersion": "1.0.1.1"
4127+
"nuGetVersion": "1.1.0"
41284128
}
41294129
}
41304130
},
@@ -4134,9 +4134,9 @@
41344134
"maven": {
41354135
"artifactId": "litert-gpu",
41364136
"groupId": "com.google.ai.edge.litert",
4137-
"version": "1.0.1",
4137+
"version": "1.1.0",
41384138
"nuGetId": "Xamarin.Google.AI.Edge.LiteRT.GPU",
4139-
"nuGetVersion": "1.0.1.1"
4139+
"nuGetVersion": "1.1.0"
41404140
}
41414141
}
41424142
},
@@ -4146,9 +4146,9 @@
41464146
"maven": {
41474147
"artifactId": "litert-gpu-api",
41484148
"groupId": "com.google.ai.edge.litert",
4149-
"version": "1.0.1",
4149+
"version": "1.1.0",
41504150
"nuGetId": "Xamarin.Google.AI.Edge.LiteRT.GPU.API",
4151-
"nuGetVersion": "1.0.1.1"
4151+
"nuGetVersion": "1.1.0"
41524152
}
41534153
}
41544154
},
@@ -4158,9 +4158,9 @@
41584158
"maven": {
41594159
"artifactId": "litert-metadata",
41604160
"groupId": "com.google.ai.edge.litert",
4161-
"version": "1.0.1",
4161+
"version": "1.1.0",
41624162
"nuGetId": "Xamarin.Google.AI.Edge.LiteRT.Metadata",
4163-
"nuGetVersion": "1.0.1.1"
4163+
"nuGetVersion": "1.1.0"
41644164
}
41654165
}
41664166
},
@@ -4170,9 +4170,9 @@
41704170
"maven": {
41714171
"artifactId": "litert-support",
41724172
"groupId": "com.google.ai.edge.litert",
4173-
"version": "1.0.1",
4173+
"version": "1.1.0",
41744174
"nuGetId": "Xamarin.Google.AI.Edge.LiteRT.Support",
4175-
"nuGetVersion": "1.0.1.1"
4175+
"nuGetVersion": "1.1.0"
41764176
}
41774177
}
41784178
},
@@ -4182,9 +4182,9 @@
41824182
"maven": {
41834183
"artifactId": "litert-support-api",
41844184
"groupId": "com.google.ai.edge.litert",
4185-
"version": "1.0.1",
4185+
"version": "1.1.0",
41864186
"nuGetId": "Xamarin.Google.AI.Edge.LiteRT.Support.API",
4187-
"nuGetVersion": "1.0.1.1"
4187+
"nuGetVersion": "1.1.0"
41884188
}
41894189
}
41904190
},
@@ -5111,6 +5111,19 @@
51115111
},
51125112
"license": "Android Software Development Kit License"
51135113
},
5114+
{
5115+
"component": {
5116+
"type": "maven",
5117+
"maven": {
5118+
"artifactId": "play-services-recaptchabase",
5119+
"groupId": "com.google.android.gms",
5120+
"version": "16.1.0",
5121+
"nuGetId": "Xamarin.GooglePlayServices.RecaptchaBase",
5122+
"nuGetVersion": "116.1.0"
5123+
}
5124+
},
5125+
"license": "Android Software Development Kit License"
5126+
},
51145127
{
51155128
"component": {
51165129
"type": "maven",
@@ -5610,9 +5623,9 @@
56105623
"maven": {
56115624
"artifactId": "recaptcha",
56125625
"groupId": "com.google.android.recaptcha",
5613-
"version": "18.6.1",
5626+
"version": "18.7.0",
56145627
"nuGetId": "Xamarin.Google.Android.Recaptcha",
5615-
"nuGetVersion": "18.6.1.2"
5628+
"nuGetVersion": "18.7.0"
56165629
}
56175630
}
56185631
},
@@ -5931,9 +5944,9 @@
59315944
"maven": {
59325945
"artifactId": "firebase-auth",
59335946
"groupId": "com.google.firebase",
5934-
"version": "23.1.0",
5947+
"version": "23.2.0",
59355948
"nuGetId": "Xamarin.Firebase.Auth",
5936-
"nuGetVersion": "123.1.0.2"
5949+
"nuGetVersion": "123.2.0"
59375950
}
59385951
},
59395952
"license": "The Apache Software License, Version 2.0"
@@ -5957,9 +5970,9 @@
59575970
"maven": {
59585971
"artifactId": "firebase-auth-ktx",
59595972
"groupId": "com.google.firebase",
5960-
"version": "23.1.0",
5973+
"version": "23.2.0",
59615974
"nuGetId": "Xamarin.Firebase.Auth.Ktx",
5962-
"nuGetVersion": "123.1.0.2"
5975+
"nuGetVersion": "123.2.0"
59635976
}
59645977
},
59655978
"license": "The Apache Software License, Version 2.0"
@@ -6243,9 +6256,9 @@
62436256
"maven": {
62446257
"artifactId": "firebase-firestore",
62456258
"groupId": "com.google.firebase",
6246-
"version": "25.1.1",
6259+
"version": "25.1.2",
62476260
"nuGetId": "Xamarin.Firebase.Firestore",
6248-
"nuGetVersion": "125.1.1.2"
6261+
"nuGetVersion": "125.1.2"
62496262
}
62506263
},
62516264
"license": "The Apache Software License, Version 2.0"
@@ -6256,9 +6269,9 @@
62566269
"maven": {
62576270
"artifactId": "firebase-firestore-ktx",
62586271
"groupId": "com.google.firebase",
6259-
"version": "25.1.1",
6272+
"version": "25.1.2",
62606273
"nuGetId": "Xamarin.Firebase.Firestore.Ktx",
6261-
"nuGetVersion": "125.1.1.2"
6274+
"nuGetVersion": "125.1.2"
62626275
}
62636276
},
62646277
"license": "The Apache Software License, Version 2.0"
@@ -7848,9 +7861,9 @@
78487861
"maven": {
78497862
"artifactId": "checker-qual",
78507863
"groupId": "org.checkerframework",
7851-
"version": "3.48.4",
7864+
"version": "3.49.0",
78527865
"nuGetId": "Xamarin.CheckerFramework.CheckerQual",
7853-
"nuGetVersion": "3.48.4.1"
7866+
"nuGetVersion": "3.49.0"
78547867
}
78557868
},
78567869
"license": "MIT"

config.json

Lines changed: 45 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2273,56 +2273,56 @@
22732273
{
22742274
"groupId": "com.google.ai.edge.litert",
22752275
"artifactId": "litert",
2276-
"version": "1.0.1",
2277-
"nugetVersion": "1.0.1.1",
2276+
"version": "1.1.0",
2277+
"nugetVersion": "1.1.0",
22782278
"nugetId": "Xamarin.Google.AI.Edge.LiteRT",
22792279
"type": "androidlibrary"
22802280
},
22812281
{
22822282
"groupId": "com.google.ai.edge.litert",
22832283
"artifactId": "litert-api",
2284-
"version": "1.0.1",
2285-
"nugetVersion": "1.0.1.1",
2284+
"version": "1.1.0",
2285+
"nugetVersion": "1.1.0",
22862286
"nugetId": "Xamarin.Google.AI.Edge.LiteRT.API",
22872287
"type": "androidlibrary"
22882288
},
22892289
{
22902290
"groupId": "com.google.ai.edge.litert",
22912291
"artifactId": "litert-gpu",
2292-
"version": "1.0.1",
2293-
"nugetVersion": "1.0.1.1",
2292+
"version": "1.1.0",
2293+
"nugetVersion": "1.1.0",
22942294
"nugetId": "Xamarin.Google.AI.Edge.LiteRT.GPU",
22952295
"type": "androidlibrary"
22962296
},
22972297
{
22982298
"groupId": "com.google.ai.edge.litert",
22992299
"artifactId": "litert-gpu-api",
2300-
"version": "1.0.1",
2301-
"nugetVersion": "1.0.1.1",
2300+
"version": "1.1.0",
2301+
"nugetVersion": "1.1.0",
23022302
"nugetId": "Xamarin.Google.AI.Edge.LiteRT.GPU.API",
23032303
"type": "androidlibrary"
23042304
},
23052305
{
23062306
"groupId": "com.google.ai.edge.litert",
23072307
"artifactId": "litert-metadata",
2308-
"version": "1.0.1",
2309-
"nugetVersion": "1.0.1.1",
2308+
"version": "1.1.0",
2309+
"nugetVersion": "1.1.0",
23102310
"nugetId": "Xamarin.Google.AI.Edge.LiteRT.Metadata",
23112311
"type": "androidlibrary"
23122312
},
23132313
{
23142314
"groupId": "com.google.ai.edge.litert",
23152315
"artifactId": "litert-support",
2316-
"version": "1.0.1",
2317-
"nugetVersion": "1.0.1.1",
2316+
"version": "1.1.0",
2317+
"nugetVersion": "1.1.0",
23182318
"nugetId": "Xamarin.Google.AI.Edge.LiteRT.Support",
23192319
"type": "androidlibrary"
23202320
},
23212321
{
23222322
"groupId": "com.google.ai.edge.litert",
23232323
"artifactId": "litert-support-api",
2324-
"version": "1.0.1",
2325-
"nugetVersion": "1.0.1.1",
2324+
"version": "1.1.0",
2325+
"nugetVersion": "1.1.0",
23262326
"nugetId": "Xamarin.Google.AI.Edge.LiteRT.Support.API",
23272327
"allowPrereleaseDependencies": true,
23282328
"type": "androidlibrary",
@@ -2904,6 +2904,15 @@
29042904
"nugetId": "Xamarin.GooglePlayServices.Recaptcha",
29052905
"type": "xbd"
29062906
},
2907+
{
2908+
"groupId": "com.google.android.gms",
2909+
"artifactId": "play-services-recaptchabase",
2910+
"version": "16.1.0",
2911+
"nugetVersion": "116.1.0",
2912+
"nugetId": "Xamarin.GooglePlayServices.RecaptchaBase",
2913+
"allowPrereleaseDependencies": true,
2914+
"type": "xbd"
2915+
},
29072916
{
29082917
"groupId": "com.google.android.gms",
29092918
"artifactId": "play-services-safetynet",
@@ -3215,9 +3224,10 @@
32153224
{
32163225
"groupId": "com.google.android.recaptcha",
32173226
"artifactId": "recaptcha",
3218-
"version": "18.6.1",
3219-
"nugetVersion": "18.6.1.2",
3227+
"version": "18.7.0",
3228+
"nugetVersion": "18.7.0",
32203229
"nugetId": "Xamarin.Google.Android.Recaptcha",
3230+
"allowPrereleaseDependencies": true,
32213231
"type": "xbd"
32223232
},
32233233
{
@@ -3423,8 +3433,8 @@
34233433
{
34243434
"groupId": "com.google.firebase",
34253435
"artifactId": "firebase-auth",
3426-
"version": "23.1.0",
3427-
"nugetVersion": "123.1.0.2",
3436+
"version": "23.2.0",
3437+
"nugetVersion": "123.2.0",
34283438
"nugetId": "Xamarin.Firebase.Auth",
34293439
"type": "xbd"
34303440
},
@@ -3439,8 +3449,8 @@
34393449
{
34403450
"groupId": "com.google.firebase",
34413451
"artifactId": "firebase-auth-ktx",
3442-
"version": "23.1.0",
3443-
"nugetVersion": "123.1.0.2",
3452+
"version": "23.2.0",
3453+
"nugetVersion": "123.2.0",
34443454
"nugetId": "Xamarin.Firebase.Auth.Ktx",
34453455
"type": "xbd"
34463456
},
@@ -3616,8 +3626,8 @@
36163626
{
36173627
"groupId": "com.google.firebase",
36183628
"artifactId": "firebase-firestore",
3619-
"version": "25.1.1",
3620-
"nugetVersion": "125.1.1.2",
3629+
"version": "25.1.2",
3630+
"nugetVersion": "125.1.2",
36213631
"nugetId": "Xamarin.Firebase.Firestore",
36223632
"extraDependencies": "com.google.guava.guava",
36233633
"type": "xbd",
@@ -3627,8 +3637,8 @@
36273637
{
36283638
"groupId": "com.google.firebase",
36293639
"artifactId": "firebase-firestore-ktx",
3630-
"version": "25.1.1",
3631-
"nugetVersion": "125.1.1.2",
3640+
"version": "25.1.2",
3641+
"nugetVersion": "125.1.2",
36323642
"nugetId": "Xamarin.Firebase.Firestore.Ktx",
36333643
"type": "xbd",
36343644
"skipExtendedTests": true,
@@ -4692,8 +4702,8 @@
46924702
{
46934703
"groupId": "org.checkerframework",
46944704
"artifactId": "checker-qual",
4695-
"version": "3.48.4",
4696-
"nugetVersion": "3.48.4.1",
4705+
"version": "3.49.0",
4706+
"nugetVersion": "3.49.0",
46974707
"nugetId": "Xamarin.CheckerFramework.CheckerQual",
46984708
"type": "no-bindings",
46994709
"mavenRepositoryType": "MavenCentral"
@@ -5165,6 +5175,15 @@
51655175
"mavenRepositoryType": "MavenCentral",
51665176
"comments": "Depends on Xamarin.Google.Android.ODML.Image which only has a prerelease version."
51675177
},
5178+
{
5179+
"groupId": "androidx.security",
5180+
"artifactId": "security-crypto",
5181+
"version": "1.1.0-alpha06",
5182+
"nugetVersion": "1.1.0.2-alpha06",
5183+
"nugetId": "Xamarin.AndroidX.Security.SecurityCrypto",
5184+
"dependencyOnly": true,
5185+
"comments": "Required by 'com.google.android.recaptcha:recaptcha:18.7.0'"
5186+
},
51685187
{
51695188
"groupId": "androidx.emoji2",
51705189
"artifactId": "emoji2",

docs/artifact-list-with-versions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -321,13 +321,13 @@
321321
| 314|com.google.accompanist:accompanist-swiperefresh |0.36.0 |Xamarin.Google.Accompanist.SwipeRefresh |0.36.0.3 |
322322
| 315|com.google.accompanist:accompanist-systemuicontroller |0.36.0 |Xamarin.Google.Accompanist.SystemUIController |0.36.0.3 |
323323
| 316|com.google.ads.interactivemedia.v3:interactivemedia |3.36.0 |Xamarin.Google.Ads.InteractiveMedia.V3.InteractiveMedia |3.36.0.1 |
324-
| 317|com.google.ai.edge.litert:litert |1.0.1 |Xamarin.Google.AI.Edge.LiteRT |1.0.1.1 |
325-
| 318|com.google.ai.edge.litert:litert-api |1.0.1 |Xamarin.Google.AI.Edge.LiteRT.API |1.0.1.1 |
326-
| 319|com.google.ai.edge.litert:litert-gpu |1.0.1 |Xamarin.Google.AI.Edge.LiteRT.GPU |1.0.1.1 |
327-
| 320|com.google.ai.edge.litert:litert-gpu-api |1.0.1 |Xamarin.Google.AI.Edge.LiteRT.GPU.API |1.0.1.1 |
328-
| 321|com.google.ai.edge.litert:litert-metadata |1.0.1 |Xamarin.Google.AI.Edge.LiteRT.Metadata |1.0.1.1 |
329-
| 322|com.google.ai.edge.litert:litert-support |1.0.1 |Xamarin.Google.AI.Edge.LiteRT.Support |1.0.1.1 |
330-
| 323|com.google.ai.edge.litert:litert-support-api |1.0.1 |Xamarin.Google.AI.Edge.LiteRT.Support.API |1.0.1.1 |
324+
| 317|com.google.ai.edge.litert:litert |1.1.0 |Xamarin.Google.AI.Edge.LiteRT |1.1.0 |
325+
| 318|com.google.ai.edge.litert:litert-api |1.1.0 |Xamarin.Google.AI.Edge.LiteRT.API |1.1.0 |
326+
| 319|com.google.ai.edge.litert:litert-gpu |1.1.0 |Xamarin.Google.AI.Edge.LiteRT.GPU |1.1.0 |
327+
| 320|com.google.ai.edge.litert:litert-gpu-api |1.1.0 |Xamarin.Google.AI.Edge.LiteRT.GPU.API |1.1.0 |
328+
| 321|com.google.ai.edge.litert:litert-metadata |1.1.0 |Xamarin.Google.AI.Edge.LiteRT.Metadata |1.1.0 |
329+
| 322|com.google.ai.edge.litert:litert-support |1.1.0 |Xamarin.Google.AI.Edge.LiteRT.Support |1.1.0 |
330+
| 323|com.google.ai.edge.litert:litert-support-api |1.1.0 |Xamarin.Google.AI.Edge.LiteRT.Support.API |1.1.0 |
331331
| 324|com.google.android:annotations |4.1.1.4 |Xamarin.GoogleAndroid.Annotations |4.1.1.20 |
332332
| 325|com.google.android.datatransport:transport-api |4.0.0 |Xamarin.Google.Android.DataTransport.TransportApi |4.0.0.2 |
333333
| 326|com.google.android.datatransport:transport-backend-cct |4.0.0 |Xamarin.Google.Android.DataTransport.TransportBackendCct |4.0.0.2 |

0 commit comments

Comments
 (0)