Skip to content

Commit

Permalink
Merge pull request #29 from AppsFlyerSDK/dev/DELIVERY-65556/defined-m…
Browse files Browse the repository at this point in the history
…ultiple-times-isuue

Resolved defined multiple times issue
  • Loading branch information
andr-ggn authored Jul 22, 2024
2 parents 6952413 + b6cd6a9 commit d8bcbbc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
14 changes: 3 additions & 11 deletions AppsFlyerBinding.Android/AppsFlyerBinding.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<RootNamespace>AppsFlyerBinding.Android</RootNamespace>
<AssemblyName>AppsFlyerBinding.Android</AssemblyName>
<!--x.x.x.build_ver, platform_extension includes this value -->
<AssemblyVersion>6.13.0</AssemblyVersion>
<FileVersion>6.13.0</FileVersion>
<AssemblyVersion>6.13.1</AssemblyVersion>
<FileVersion>6.13.1</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
</PropertyGroup>
Expand All @@ -22,7 +22,7 @@
<Copyright>AppsFlyer</Copyright>
<PackageProjectUrl>https://github.com/AppsFlyerSDK/XamarinAndroidBinding</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageVersion>6.13.0</PackageVersion>
<PackageVersion>6.13.1</PackageVersion>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -41,12 +41,4 @@
<TransformFile Include="Transforms\*.xml" />
</ItemGroup>

<ItemGroup>
<None Remove="Xamarin.Kotlin.StdLib.Jdk7" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk7" Version="1.5.10" />
</ItemGroup>

</Project>
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [6.13.1] - 2024-07-22

### Fixed

- Resolved the issue with .NET 8 support

## [6.13.0] - 2024-03-14

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


Xamarin Binding integration guide For Android
AppsFlyer Xamarin Binding version `v6.13.0`
Built with AppsFlyer Android SDK `v6.13.0`
AppsFlyer Xamarin Binding version `v6.13.1`
Built with AppsFlyer Android SDK `v6.13.1`

## <a id="v6-breaking-changes"> ❗ v6 Breaking Changes

Expand Down

0 comments on commit d8bcbbc

Please sign in to comment.