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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
moljac committed Aug 18, 2022
2 parents 98c0ded + f71d687 commit a47f79d
Show file tree
Hide file tree
Showing 36 changed files with 544 additions and 61 deletions.
130 changes: 130 additions & 0 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,58 @@
},
"License": "Android Software Development Kit License"
},
{
"Component": {
"Type": "Maven",
"Maven": {
"ArtifactId": "app-update",
"GroupId": "com.google.android.play",
"Version": "2.0.0",
"NuGetId": "Xamarin.Google.Android.Play.App.Update",
"NuGetVersion": "2.0.0"
}
},
"License": "Play Core Software Development Kit Terms of Service"
},
{
"Component": {
"Type": "Maven",
"Maven": {
"ArtifactId": "app-update-ktx",
"GroupId": "com.google.android.play",
"Version": "2.0.0",
"NuGetId": "Xamarin.Google.Android.Play.App.Update.Ktx",
"NuGetVersion": "2.0.0"
}
},
"License": "Play Core Software Development Kit Terms of Service"
},
{
"Component": {
"Type": "Maven",
"Maven": {
"ArtifactId": "asset-delivery",
"GroupId": "com.google.android.play",
"Version": "2.0.0",
"NuGetId": "Xamarin.Google.Android.Play.Asset.Delivery",
"NuGetVersion": "2.0.0"
}
},
"License": "Play Core Software Development Kit Terms of Service"
},
{
"Component": {
"Type": "Maven",
"Maven": {
"ArtifactId": "asset-delivery-ktx",
"GroupId": "com.google.android.play",
"Version": "2.0.0",
"NuGetId": "Xamarin.Google.Android.Play.Asset.Delivery.Ktx",
"NuGetVersion": "2.0.0"
}
},
"License": "Play Core Software Development Kit Terms of Service"
},
{
"Component": {
"Type": "Maven",
Expand All @@ -949,6 +1001,84 @@
},
"License": "Play Core Software Development Kit Terms of Service"
},
{
"Component": {
"Type": "Maven",
"Maven": {
"ArtifactId": "core-common",
"GroupId": "com.google.android.play",
"Version": "2.0.0",
"NuGetId": "Xamarin.Google.Android.Play.Core.Common",
"NuGetVersion": "2.0.0"
}
},
"License": "Play Core Software Development Kit Terms of Service"
},
{
"Component": {
"Type": "Maven",
"Maven": {
"ArtifactId": "core-ktx",
"GroupId": "com.google.android.play",
"Version": "1.8.1",
"NuGetId": "Xamarin.Google.Android.Play.Core.Ktx",
"NuGetVersion": "1.8.1"
}
},
"License": "Play Core Software Development Kit Terms of Service"
},
{
"Component": {
"Type": "Maven",
"Maven": {
"ArtifactId": "review",
"GroupId": "com.google.android.play",
"Version": "2.0.0",
"NuGetId": "Xamarin.Google.Android.Play.Review",
"NuGetVersion": "2.0.0"
}
},
"License": "Play Core Software Development Kit Terms of Service"
},
{
"Component": {
"Type": "Maven",
"Maven": {
"ArtifactId": "review-ktx",
"GroupId": "com.google.android.play",
"Version": "2.0.0",
"NuGetId": "Xamarin.Google.Android.Play.Review.Ktx",
"NuGetVersion": "2.0.0"
}
},
"License": "Play Core Software Development Kit Terms of Service"
},
{
"Component": {
"Type": "Maven",
"Maven": {
"ArtifactId": "feature-delivery",
"GroupId": "com.google.android.play",
"Version": "2.0.0",
"NuGetId": "Xamarin.Google.Android.Play.Feature.Delivery",
"NuGetVersion": "2.0.0"
}
},
"License": "Play Core Software Development Kit Terms of Service"
},
{
"Component": {
"Type": "Maven",
"Maven": {
"ArtifactId": "feature-delivery-ktx",
"GroupId": "com.google.android.play",
"Version": "2.0.0",
"NuGetId": "Xamarin.Google.Android.Play.Feature.Delivery.Ktx",
"NuGetVersion": "2.0.0"
}
},
"License": "Play Core Software Development Kit Terms of Service"
},
{
"Component": {
"Type": "Maven",
Expand Down
104 changes: 104 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,38 @@
"nugetId": "Xamarin.GooglePlayServices.Wearable",
"dependencyOnly": false
},
{
"groupId": "com.google.android.play",
"artifactId": "app-update",
"version": "2.0.0",
"nugetVersion": "2.0.0",
"nugetId": "Xamarin.Google.Android.Play.App.Update",
"dependencyOnly": false
},
{
"groupId": "com.google.android.play",
"artifactId": "app-update-ktx",
"version": "2.0.0",
"nugetVersion": "2.0.0",
"nugetId": "Xamarin.Google.Android.Play.App.Update.Ktx",
"dependencyOnly": false
},
{
"groupId": "com.google.android.play",
"artifactId": "asset-delivery",
"version": "2.0.0",
"nugetVersion": "2.0.0",
"nugetId": "Xamarin.Google.Android.Play.Asset.Delivery",
"dependencyOnly": false
},
{
"groupId": "com.google.android.play",
"artifactId": "asset-delivery-ktx",
"version": "2.0.0",
"nugetVersion": "2.0.0",
"nugetId": "Xamarin.Google.Android.Play.Asset.Delivery.Ktx",
"dependencyOnly": false
},
{
"groupId": "com.google.android.play",
"artifactId": "core",
Expand All @@ -609,6 +641,54 @@
"nugetId": "Xamarin.Google.Android.Play.Core",
"dependencyOnly": false
},
{
"groupId": "com.google.android.play",
"artifactId": "core-common",
"version": "2.0.0",
"nugetVersion": "2.0.0",
"nugetId": "Xamarin.Google.Android.Play.Core.Common",
"dependencyOnly": false
},
{
"groupId": "com.google.android.play",
"artifactId": "core-ktx",
"version": "1.8.1",
"nugetVersion": "1.8.1",
"nugetId": "Xamarin.Google.Android.Play.Core.Ktx",
"dependencyOnly": false
},
{
"groupId": "com.google.android.play",
"artifactId": "review",
"version": "2.0.0",
"nugetVersion": "2.0.0",
"nugetId": "Xamarin.Google.Android.Play.Review",
"dependencyOnly": false
},
{
"groupId": "com.google.android.play",
"artifactId": "review-ktx",
"version": "2.0.0",
"nugetVersion": "2.0.0",
"nugetId": "Xamarin.Google.Android.Play.Review.Ktx",
"dependencyOnly": false
},
{
"groupId": "com.google.android.play",
"artifactId": "feature-delivery",
"version": "2.0.0",
"nugetVersion": "2.0.0",
"nugetId": "Xamarin.Google.Android.Play.Feature.Delivery",
"dependencyOnly": false
},
{
"groupId": "com.google.android.play",
"artifactId": "feature-delivery-ktx",
"version": "2.0.0",
"nugetVersion": "2.0.0",
"nugetId": "Xamarin.Google.Android.Play.Feature.Delivery.Ktx",
"dependencyOnly": false
},
{
"groupId": "com.google.android.play",
"artifactId": "integrity",
Expand Down Expand Up @@ -1986,6 +2066,14 @@
"nugetId": "Xamarin.Kotlin.StdLib.Common",
"dependencyOnly": true
},
{
"groupId": "org.jetbrains.kotlin",
"artifactId": "kotlin-stdlib-jdk7",
"version": "1.6.21",
"nugetVersion": "1.6.21.1",
"nugetId": "Xamarin.Kotlin.StdLib.Jdk7",
"dependencyOnly": true
},
{
"groupId": "org.jetbrains.kotlin",
"artifactId": "kotlin-stdlib-jdk8",
Expand All @@ -1994,6 +2082,22 @@
"nugetId": "Xamarin.Kotlin.StdLib.Jdk8",
"dependencyOnly": true
},
{
"groupId": "org.jetbrains.kotlinx",
"artifactId": "kotlinx-coroutines-android",
"version": "1.5.2",
"nugetVersion": "1.5.2.5",
"nugetId": "Xamarin.KotlinX.Coroutines.Android",
"dependencyOnly": true
},
{
"groupId": "org.jetbrains.kotlinx",
"artifactId": "kotlinx-coroutines-core",
"version": "1.5.2",
"nugetVersion": "1.5.2.5",
"nugetId": "Xamarin.KotlinX.Coroutines.Core",
"dependencyOnly": true
},
{
"groupId": "com.google.auto.value",
"artifactId": "auto-value-annotations",
Expand Down
13 changes: 13 additions & 0 deletions samples/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,17 @@
<PackageReference Update="Xamarin.GooglePlayServices.Vision.ImageLabelingInternal" Version="116.1.0.7" />
<PackageReference Update="Xamarin.GooglePlayServices.Wallet" Version="119.1.0.2" />
<PackageReference Update="Xamarin.GooglePlayServices.Wearable" Version="117.1.0.7" />
<PackageReference Update="Xamarin.Google.Android.Play.App.Update" Version="2.0.0" />
<PackageReference Update="Xamarin.Google.Android.Play.App.Update.Ktx" Version="2.0.0" />
<PackageReference Update="Xamarin.Google.Android.Play.Asset.Delivery" Version="2.0.0" />
<PackageReference Update="Xamarin.Google.Android.Play.Asset.Delivery.Ktx" Version="2.0.0" />
<PackageReference Update="Xamarin.Google.Android.Play.Core" Version="1.10.3.2" />
<PackageReference Update="Xamarin.Google.Android.Play.Core.Common" Version="2.0.0" />
<PackageReference Update="Xamarin.Google.Android.Play.Core.Ktx" Version="1.8.1" />
<PackageReference Update="Xamarin.Google.Android.Play.Review" Version="2.0.0" />
<PackageReference Update="Xamarin.Google.Android.Play.Review.Ktx" Version="2.0.0" />
<PackageReference Update="Xamarin.Google.Android.Play.Feature.Delivery" Version="2.0.0" />
<PackageReference Update="Xamarin.Google.Android.Play.Feature.Delivery.Ktx" Version="2.0.0" />
<PackageReference Update="Xamarin.Google.Android.Play.Integrity" Version="1.0.0.2" />
<PackageReference Update="Xamarin.Firebase.Abt" Version="121.0.1" />
<PackageReference Update="Xamarin.Firebase.Ads" Version="120.4.0" />
Expand Down Expand Up @@ -239,7 +249,10 @@
<PackageReference Update="Xamarin.Android.ReactiveX.RxJava" Version="2.2.7" />
<PackageReference Update="Xamarin.Kotlin.StdLib" Version="1.7.0" />
<PackageReference Update="Xamarin.Kotlin.StdLib.Common" Version="1.7.0" />
<PackageReference Update="Xamarin.Kotlin.StdLib.Jdk7" Version="1.6.21.1" />
<PackageReference Update="Xamarin.Kotlin.StdLib.Jdk8" Version="1.7.0" />
<PackageReference Update="Xamarin.KotlinX.Coroutines.Android" Version="1.5.2.5" />
<PackageReference Update="Xamarin.KotlinX.Coroutines.Core" Version="1.5.2.5" />
<PackageReference Update="Xamarin.Google.AutoValue.Annotations" Version="1.6.6" />
<PackageReference Update="Xamarin.GooglePlayServices.Ads.Base" Version="120.0.0" />
<PackageReference Update="Xamarin.GooglePlayServices.Ads.Lite" Version="120.0.0" />
Expand Down
10 changes: 0 additions & 10 deletions samples/NuGet.Config

This file was deleted.

78 changes: 78 additions & 0 deletions samples/NuGet.config
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>
Loading

0 comments on commit a47f79d

Please sign in to comment.