Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 0a83f81

Browse files
authored
Merge pull request #1339 from 4brunu/feature/moshi1.13.0
Moshi-1.13.0
2 parents 698f2bd + 3c18498 commit 0a83f81

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Android/SquareMoshi/build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
var 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";
66
var JAR_URL = $"https://repo1.maven.org/maven2/com/squareup/moshi/moshi/{JAR_VERSION}/moshi-{JAR_VERSION}.jar";
77

88
Task ("externals")

Android/SquareMoshi/cgmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
}

Android/SquareMoshi/source/Square.Moshi/Square.Moshi.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>
@@ -23,12 +23,12 @@
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>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2626
jobs:
2727
- template: .ci/build.v1.yml@components
2828
parameters:

0 commit comments

Comments
 (0)