This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/xamarin/GooglePlayServicesC…
- Loading branch information
Showing
36 changed files
with
544 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<packageSources> | ||
<clear /> | ||
<add key="Local Output" value="../output" /> | ||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> | ||
<!-- | ||
--> | ||
</packageSources> | ||
<!-- | ||
https://docs.microsoft.com/en-us/nuget/consume-packages/package-source-mapping | ||
Define mappings by adding package patterns beneath the target source. | ||
packages restored from "Local Output": | ||
Xamarin.AndroidX.* | ||
Xamarin.Kotlin.* | ||
Xamarin.KotlinX.* | ||
Xamarin.Google.AutoValue.Annotations | ||
GoogleGson | ||
Xamarin.Google.Guava | ||
Xamarin.Google.Guava.* | ||
Xamarin.Google.J2Objc.Annotations | ||
packages restored from nuget.org: | ||
everything else | ||
--> | ||
<packageSourceMapping> | ||
<!-- key value for <packageSource> should match key values from <packageSources> element --> | ||
<packageSource key="Local Output"> | ||
<package pattern="Xamarin.GooglePlayServices.*" /> | ||
<package pattern="Xamarin.Firebase.*" /> | ||
<package pattern="Xamarin.Google.MLKit.*" /> | ||
<package pattern="Xamarin.Google.Android.Play.*" /> | ||
<package pattern="Xamarin.Google.Android.Datatransport.*" /> | ||
<package pattern="Xamarin.Google.Android.ODML.*" /> | ||
<package pattern="Xamarin.Google.Dagger" /> | ||
<package pattern="Xamarin.Google.UserMessagingPlatform" /> | ||
<package pattern="Xamarin.Google.ZXing.*" /> | ||
<package pattern="Xamarin.GoogleAndroid.Annotations" /> | ||
<package pattern="Xamarin.GoogleAndroid.Libraries.*" /> | ||
<package pattern="Xamarin.Google.ErrorProne.*" /> | ||
<package pattern="Xamarin.Google.Code.FindBugs.*" /> | ||
<package pattern="Xamarin.Grpc.*" /> | ||
<package pattern="Xamarin.Io.OpenCensus.*" /> | ||
<package pattern="Xamarin.Io.PerfMark.*" /> | ||
<package pattern="Xamarin.JavaX.*" /> | ||
<package pattern="Xamarin.Protobuf.*" /> | ||
<package pattern="Xamarin.TensorFlow.*" /> | ||
<package pattern="Xamarin.Android.Glide" /> | ||
<package pattern="Xamarin.Android.Glide.*" /> | ||
<package pattern="Xamarin.Android.Volley" /> | ||
<package pattern="Xamarin.Android.Volley.*" /> | ||
<package pattern="Xamarin.Android.Chromium.CroNet.*" /> | ||
<package pattern="Xamarin.CodeHaus.Mojo.*" /> | ||
</packageSource> | ||
<packageSource key="nuget.org"> | ||
<package pattern="*" /> | ||
<package pattern="Xamarin.AndroidX.*" /> | ||
<package pattern="Xamarin.Google.Android.Material" /> | ||
<package pattern="Xamarin.Kotlin.*" /> | ||
<package pattern="Xamarin.KotlinX.*" /> | ||
<package pattern="Xamarin.Google.Guava" /> | ||
<package pattern="Xamarin.Google.Guava.*" /> | ||
<package pattern="Xamarin.AndroidX.Security.SecurityCrypto" /> | ||
<!-- | ||
9999.0.0 published, but delisted | ||
--> | ||
<package pattern="Xamarin.Google.Guava.ListenableFuture" /> | ||
<package pattern="Xamarin.Google.Android.Material" /> | ||
<package pattern="Xamarin.Kotlin.*" /> | ||
<package pattern="Xamarin.KotlinX.*" /> | ||
<package pattern="Xamarin.Google.AutoValue.Annotations" /> | ||
<package pattern="GoogleGson" /> | ||
</packageSource> | ||
</packageSourceMapping> | ||
<config> | ||
<add key="globalPackagesFolder" value="../packages" /> | ||
</config> | ||
</configuration> |
Oops, something went wrong.