Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

[yaml] Update to XA 16.10. #490

Merged
merged 2 commits into from
Jul 1, 2021
Merged
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
4 changes: 2 additions & 2 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
dotnet tool uninstall --global Cake.Tool
dotnet tool install --global Cake.Tool
dotnet tool install --global boots
boots https://aka.ms/xamarin-android-commercial-d16-9-macos
boots https://aka.ms/xamarin-android-commercial-d16-10-macos
condition: eq(variables['System.JobName'], 'macos')
- pwsh: |
dotnet tool uninstall --global Cake.Tool
dotnet tool install --global Cake.Tool
dotnet tool install --global boots
boots https://aka.ms/xamarin-android-commercial-d16-9-windows
boots https://aka.ms/xamarin-android-commercial-d16-10-windows
condition: eq(variables['System.JobName'], 'windows')
tools:
- 'xamarin.androidbinderator.tool': '0.4.3'
Expand Down
26 changes: 13 additions & 13 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"groupId": "com.google.android.gms",
"artifactId": "play-services-basement",
"version": "17.6.0",
"nugetVersion": "117.6.0",
"nugetVersion": "117.6.0.1",
"nugetId": "Xamarin.GooglePlayServices.Basement",
"dependencyOnly": false
},
Expand Down Expand Up @@ -180,15 +180,15 @@
"groupId": "com.google.android.gms",
"artifactId": "play-services-cronet",
"version": "17.0.0",
"nugetVersion": "117.0.0",
"nugetVersion": "117.0.0.1",
"nugetId": "Xamarin.GooglePlayServices.CroNet",
"dependencyOnly": false
},
{
"groupId": "com.google.android.gms",
"artifactId": "play-services-drive",
"version": "17.0.0",
"nugetVersion": "117.0.0",
"nugetVersion": "117.0.0.1",
"nugetId": "Xamarin.GooglePlayServices.Drive",
"dependencyOnly": false
},
Expand Down Expand Up @@ -244,7 +244,7 @@
"groupId": "com.google.android.gms",
"artifactId": "play-services-identity",
"version": "17.0.0",
"nugetVersion": "117.0.0",
"nugetVersion": "117.0.0.1",
"nugetId": "Xamarin.GooglePlayServices.Identity",
"dependencyOnly": false
},
Expand Down Expand Up @@ -412,7 +412,7 @@
"groupId": "com.google.android.gms",
"artifactId": "play-services-plus",
"version": "17.0.0",
"nugetVersion": "117.0.0",
"nugetVersion": "117.0.0.1",
"nugetId": "Xamarin.GooglePlayServices.Plus",
"dependencyOnly": false
},
Expand Down Expand Up @@ -508,7 +508,7 @@
"groupId": "com.google.android.gms",
"artifactId": "play-services-wallet",
"version": "18.1.3",
"nugetVersion": "118.1.3",
"nugetVersion": "118.1.3.1",
"nugetId": "Xamarin.GooglePlayServices.Wallet",
"dependencyOnly": false
},
Expand Down Expand Up @@ -580,15 +580,15 @@
"groupId": "com.google.firebase",
"artifactId": "firebase-appindexing",
"version": "20.0.0",
"nugetVersion": "120.0.0",
"nugetVersion": "120.0.0.1",
"nugetId": "Xamarin.Firebase.AppIndexing",
"dependencyOnly": false
},
{
"groupId": "com.google.firebase",
"artifactId": "firebase-auth",
"version": "21.0.1",
"nugetVersion": "121.0.1",
"nugetVersion": "121.0.1.1",
"nugetId": "Xamarin.Firebase.Auth",
"dependencyOnly": false
},
Expand Down Expand Up @@ -716,7 +716,7 @@
"groupId": "com.google.firebase",
"artifactId": "firebase-firestore",
"version": "23.0.1",
"nugetVersion": "123.0.1",
"nugetVersion": "123.0.1.1",
"nugetId": "Xamarin.Firebase.Firestore",
"dependencyOnly": false
},
Expand Down Expand Up @@ -796,7 +796,7 @@
"groupId": "com.google.firebase",
"artifactId": "firebase-measurement-connector-impl",
"version": "17.0.5",
"nugetVersion": "117.0.5",
"nugetVersion": "117.0.5.1",
"nugetId": "Xamarin.Firebase.Measurement.Connector.Impl",
"dependencyOnly": false
},
Expand Down Expand Up @@ -1012,15 +1012,15 @@
"groupId": "com.google.mlkit",
"artifactId": "image-labeling-automl",
"version": "16.2.1",
"nugetVersion": "116.2.1",
"nugetVersion": "116.2.1.1",
"nugetId": "Xamarin.Google.MLKit.ImageLabeling.AutoML",
"dependencyOnly": false
},
{
"groupId": "com.google.mlkit",
"artifactId": "image-labeling-common",
"version": "17.0.0",
"nugetVersion": "117.0.0",
"nugetVersion": "117.0.0.1",
"nugetId": "Xamarin.Google.MLKit.ImageLabeling.Common",
"dependencyOnly": false
},
Expand All @@ -1036,7 +1036,7 @@
"groupId": "com.google.mlkit",
"artifactId": "image-labeling-default-common",
"version": "16.0.0",
"nugetVersion": "116.0.0",
"nugetVersion": "116.0.0.1",
"nugetId": "Xamarin.Google.MLKit.ImageLabeling.Default.Common",
"dependencyOnly": false
},
Expand Down