Skip to content

Commit 6f90479

Browse files
authored
Merge pull request #828 from xamarin/mu-20231212-credentials
Manual updates 20231212 androidx.credentials 2nd iteration
2 parents 4171f72 + be096cb commit 6f90479

File tree

6 files changed

+437
-396
lines changed

6 files changed

+437
-396
lines changed

cgmanifest.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,19 @@
11841184
},
11851185
"license": "The Apache Software License, Version 2.0"
11861186
},
1187+
{
1188+
"component": {
1189+
"type": "maven",
1190+
"maven": {
1191+
"artifactId": "credentials-play-services-auth",
1192+
"groupId": "androidx.credentials",
1193+
"version": "1.2.0",
1194+
"nuGetId": "Xamarin.AndroidX.Credentials.PlayServicesAuth",
1195+
"nuGetVersion": "1.2.0"
1196+
}
1197+
},
1198+
"license": "The Apache Software License, Version 2.0"
1199+
},
11871200
{
11881201
"component": {
11891202
"type": "maven",

config.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,14 @@
761761
"nugetId": "Xamarin.AndroidX.Credentials",
762762
"dependencyOnly": false
763763
},
764+
{
765+
"groupId": "androidx.credentials",
766+
"artifactId": "credentials-play-services-auth",
767+
"version": "1.2.0",
768+
"nugetVersion": "1.2.0",
769+
"nugetId": "Xamarin.AndroidX.Credentials.PlayServicesAuth",
770+
"dependencyOnly": false
771+
},
764772
{
765773
"groupId": "androidx.customview",
766774
"artifactId": "customview",
@@ -2435,6 +2443,14 @@
24352443
"nugetId": "Xamarin.GooglePlayServices.AppIndex",
24362444
"dependencyOnly": true
24372445
},
2446+
{
2447+
"groupId": "com.google.android.gms",
2448+
"artifactId": "play-services-auth",
2449+
"version": "20.7.0",
2450+
"nugetVersion": "120.7.0.1",
2451+
"nugetId": "Xamarin.GooglePlayServices.Auth",
2452+
"dependencyOnly": true
2453+
},
24382454
{
24392455
"groupId": "com.google.android.gms",
24402456
"artifactId": "play-services-basement",
@@ -2483,6 +2499,14 @@
24832499
"nugetId": "Xamarin.Google.ErrorProne.Annotations",
24842500
"dependencyOnly": true
24852501
},
2502+
{
2503+
"groupId": "com.google.android.libraries.identity.googleid",
2504+
"artifactId": "googleid",
2505+
"version": "1.1.0",
2506+
"nugetVersion": "1.1.0",
2507+
"nugetId": "Xamarin.GoogleAndroid.Libraries.Identity.GoogleId",
2508+
"dependencyOnly": true
2509+
},
24862510
{
24872511
"groupId": "com.xamarin.androidx",
24882512
"artifactId": "migration",

0 commit comments

Comments
 (0)