This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11var TARGET = Argument ( "t" , Argument ( "target" , "ci" ) ) ;
22
3- var NUGET_VERSION = "1.12 .0" ;
3+ var NUGET_VERSION = "1.13 .0" ;
44
5- var JAR_VERSION = "1.12 .0" ;
5+ var JAR_VERSION = "1.13 .0" ;
66var JAR_URL = $ "https://repo1.maven.org/maven2/com/squareup/moshi/moshi/{ JAR_VERSION } /moshi-{ JAR_VERSION } .jar";
77
88Task ( "externals" )
Original file line number Diff line number Diff line change 66 "Maven" : {
77 "ArtifactId" : " moshi" ,
88 "GroupId" : " com.squareup.moshi" ,
9- "Version" : " 1.12 .0" ,
9+ "Version" : " 1.13 .0" ,
1010 "NuGetId" : " Square.Moshi"
1111 }
1212 }
Original file line number Diff line number Diff line change 1- <Project Sdk =" MSBuild.Sdk.Extras/2.1.2 " >
1+ <Project Sdk =" MSBuild.Sdk.Extras" >
22 <PropertyGroup >
3- <TargetFrameworks >monoandroid9 .0</TargetFrameworks >
3+ <TargetFrameworks >monoandroid12 .0</TargetFrameworks >
44 <IsBindingProject >true</IsBindingProject >
55 <AssemblyName >Square.Moshi</AssemblyName >
66 <RootNamespace >Square.Moshi</RootNamespace >
2323 <PackageLicenseFile >LICENSE.md</PackageLicenseFile >
2424 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
2525 <PackageTags >moshi xamarin android monodroid</PackageTags >
26- <PackageVersion >1.12 .0</PackageVersion >
26+ <PackageVersion >1.13 .0</PackageVersion >
2727 </PropertyGroup >
2828
2929 <ItemGroup >
3030 <PackageReference Include =" Square.OkiO" Version =" 2.10.0" />
31- <PackageReference Include =" Xamarin.Kotlin.StdLib" Version =" 1.4.32.1 " />
31+ <PackageReference Include =" Xamarin.Kotlin.StdLib.Jdk8 " Version =" 1.6.10 " />
3232 </ItemGroup >
3333
3434 <ItemGroup >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ variables:
2222 DotNet6Version : 6.0.200
2323 XamarinAndroidVsix : https://download.visualstudio.microsoft.com/download/pr/7372b89a-b719-426c-9916-c33cbc6c7a61/45c38957fdcacfbee95be95ee40c4f5a4cc9ace69416625ad26e2da83b176941/Xamarin.Android.Sdk-11.4.0.5.vsix
2424 # NOTE: there wasn't a public release of 16.11 for macOS
25- XamarinAndroidPkg : https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/4941337/d16-11/7776c9f1c8fac303c3aa57867825990850be0384 /xamarin.android-11.4 .0.5 .pkg
25+ XamarinAndroidPkg : https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/5673868/d17-1/19b97b7614b275a84d9e38096bd1fe0e25a494d4 /xamarin.android-12.2 .0.4 .pkg
2626jobs :
2727 - template : .ci/build.v1.yml@components
2828 parameters :
You can’t perform that action at this time.
0 commit comments