Skip to content

Commit

Permalink
Merge pull request #1336 from 4brunu/feature/coil-1.4.0
Browse files Browse the repository at this point in the history
coil-1.4.0
  • Loading branch information
moljac authored Mar 15, 2022
2 parents fbc3cb4 + ab0fec7 commit 956e603
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Android/Coil/build.cake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
var TARGET = Argument ("t", Argument ("target", "ci"));

var NUGET_VERSION = "1.3.2";
var NUGET_VERSION = "1.4.0";

var AAR_VERSION = "1.3.2";
var AAR_VERSION = "1.4.0";
var AAR_URL = $"https://repo1.maven.org/maven2/io/coil-kt/coil/{AAR_VERSION}/coil-{AAR_VERSION}.aar";

Task ("externals")
Expand Down
2 changes: 1 addition & 1 deletion Android/Coil/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Maven": {
"ArtifactId": "coil",
"GroupId": "io.coil-kt",
"Version": "1.3.2",
"Version": "1.4.0",
"NuGetId": "Xamarin.Io.CoilKt.Coil"
}
}
Expand Down
4 changes: 2 additions & 2 deletions Android/Coil/source/Coil/Coil.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>coil xamarin android monodroid</PackageTags>
<PackageVersion>1.3.2</PackageVersion>
<PackageVersion>1.4.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Io.CoilKt.CoilBase" Version="1.3.2" />
<PackageReference Include="Xamarin.Io.CoilKt.CoilBase" Version="1.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 956e603

Please sign in to comment.