Skip to content

Commit

Permalink
Merge pull request #208 from BranchMetrics/SDK-1523-prep-Unity-1.0.0
Browse files Browse the repository at this point in the history
SDK-1523 Unity 1.0.0 release
  • Loading branch information
echo-branch authored Mar 4, 2023
2 parents f1878e7 + 41805e1 commit f839ed3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dependencies>
<androidPackages>
<androidPackage spec="io.branch.sdk.android:library:5.3.+" />
<androidPackage spec="io.branch.sdk.android:library:5.3.0" />
<androidPackage spec="com.google.android.gms:play-services-ads-identifier:18+" />
</androidPackages>
<iosPods>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<dependencies>
<packages>
<package>com.google.android.gms:play-services-ads-identifier:18+</package>
<package>io.branch.sdk.android:library:5.+</package>
<package>io.branch.sdk.android:library:5.3.0</package>
</packages>
<files>
<file>Assets/Plugins/Android/androidx.annotation.annotation-1.4.0.jar</file>
Expand Down
Binary file modified BranchUnityTestBed/ProjectSettings/UnityConnectSettings.asset
Binary file not shown.
Binary file modified BranchUnityWrapper.unitypackage
Binary file not shown.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Branch Unity SDK change log

- 1.0.0
* Update iOS SDK to 2.1.0
* Update Android SDK to 5.3.0
* Remove old Apple Search Ads methods, these APIs are being shutdown by Apple.
* Remove deprecated userCompletedAction methods
* Remove deprecated credit related methods. Backend has been shutdown.
* Add support for deferred initialization. This will force the underlying Android/iOS code to wait for the C# code to register a callback.
* Add /Assets/StreamedAssets/branch.json
* Set `deferInitForPluginRuntime` to true
* Switch to semantic versioning

- 0.6.7
* Updating to iOS SDK 1.39.2
* Updating to Android SDK 5.0.7
Expand Down

0 comments on commit f839ed3

Please sign in to comment.