Skip to content

Commit

Permalink
Updating Xamarin SDK for version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lowip committed Apr 18, 2024
1 parent 86e4ce5 commit fb24ecb
Show file tree
Hide file tree
Showing 108 changed files with 2,187 additions and 748 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.3

##### Added
- Updated the Android binding from [Braze Android 30.1.0 to 30.4.0](https://github.com/braze-inc/braze-android-sdk/compare/v30.1.0...v30.4.0#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed).
- Updated the iOS binding from [Braze Swift SDK 8.0.1 to 8.4.0](https://github.com/braze-inc/braze-swift-sdk/compare/8.0.1...8.4.0#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed).

## 4.0.2

##### Added
Expand Down
2 changes: 1 addition & 1 deletion appboy-component/nuget/Braze.iOS.BrazeKit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Braze.iOS.BrazeKit</id>
<version>4.0.2</version>
<version>4.0.3</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions appboy-component/nuget/Braze.iOS.BrazeKitCompat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Braze.iOS.BrazeKitCompat</id>
<version>4.0.2</version>
<version>4.0.3</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand All @@ -14,8 +14,8 @@
<tags>Braze Appboy</tags>
<dependencies>
<group targetFramework="net7.0-ios11.0">
<dependency id="Braze.iOS.BrazeKit" version="4.0.2" />
<dependency id="Braze.iOS.BrazeLocation" version="4.0.2" />
<dependency id="Braze.iOS.BrazeKit" version="4.0.3" />
<dependency id="Braze.iOS.BrazeLocation" version="4.0.3" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion appboy-component/nuget/Braze.iOS.BrazeLocation.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Braze.iOS.BrazeLocation</id>
<version>4.0.2</version>
<version>4.0.3</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions appboy-component/nuget/Braze.iOS.BrazeUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Braze.iOS.BrazeUI</id>
<version>4.0.2</version>
<version>4.0.3</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand All @@ -14,7 +14,7 @@
<tags>Braze Appboy</tags>
<dependencies>
<group targetFramework="net7.0-ios11.0">
<dependency id="Braze.iOS.BrazeKit" version="4.0.2" />
<dependency id="Braze.iOS.BrazeKit" version="4.0.3" />
</group>
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions appboy-component/nuget/Braze.iOS.BrazeUICompat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Braze.iOS.BrazeUICompat</id>
<version>4.0.2</version>
<version>4.0.3</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand All @@ -14,8 +14,8 @@
<tags>Braze Appboy</tags>
<dependencies>
<group targetFramework="net7.0-ios11.0">
<dependency id="Braze.iOS.BrazeKitCompat" version="4.0.2" />
<dependency id="Braze.iOS.SDWebImage" version="4.0.2" />
<dependency id="Braze.iOS.BrazeKitCompat" version="4.0.3" />
<dependency id="Braze.iOS.SDWebImage" version="4.0.3" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion appboy-component/nuget/Braze.iOS.SDWebImage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Braze.iOS.SDWebImage</id>
<version>4.0.2</version>
<version>4.0.3</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>BrazePlatform.BrazeAndroidBinding</id>
<version>4.0.2</version>
<version>4.0.3</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/braze-inc/braze-xamarin-sdk</projectUrl>
Expand All @@ -27,8 +27,8 @@
<files>
<file src="../src/androidnet6/BrazeAndroidNet6Binding/bin/Debug/net6.0-android33.0/BrazeAndroidBinding.dll" target="lib/net6.0-android33.0/BrazeAndroidBinding.dll" />
<file src="../src/androidnet6/BrazeAndroidNet6Binding/bin/Debug/net6.0-android33.0/BrazeAndroidBinding.xml" target="lib/net6.0-android33.0/BrazeAndroidBinding.xml" />
<file src="../src/androidnet6/BrazeAndroidNet6Binding/android-sdk-base-30.1.0.aar" target="lib/net6.0-android33.0/android-sdk-base-30.1.0.aar" />
<file src="../src/androidnet6/BrazeAndroidNet6Binding/android-sdk-ui-30.1.0.aar" target="lib/net6.0-android33.0/android-sdk-ui-30.1.0.aar" />
<file src="../src/androidnet6/BrazeAndroidNet6Binding/android-sdk-base-30.4.0.aar" target="lib/net6.0-android33.0/android-sdk-base-30.4.0.aar" />
<file src="../src/androidnet6/BrazeAndroidNet6Binding/android-sdk-ui-30.4.0.aar" target="lib/net6.0-android33.0/android-sdk-ui-30.4.0.aar" />
<file src="../../Public/braze-logo.png" target="images/" />
<file src="../../Public/LICENSE.txt" target="" />
</files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<WarningLevel>4</WarningLevel>
<WarningLevel>4</WarningLevel>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<WarningLevel>4</WarningLevel>
<AndroidLinkMode>None</AndroidLinkMode>
<ConsolePause>false</ConsolePause>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion appboy-component/src/.swift-sdk-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.1
8.4.0
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit fb24ecb

Please sign in to comment.