Skip to content

Commit f839ed3

Browse files
authored
Merge pull request #208 from BranchMetrics/SDK-1523-prep-Unity-1.0.0
SDK-1523 Unity 1.0.0 release
2 parents f1878e7 + 41805e1 commit f839ed3

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

BranchUnityTestBed/Assets/Branch/Editor/BranchDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<androidPackages>
3-
<androidPackage spec="io.branch.sdk.android:library:5.3.+" />
3+
<androidPackage spec="io.branch.sdk.android:library:5.3.0" />
44
<androidPackage spec="com.google.android.gms:play-services-ads-identifier:18+" />
55
</androidPackages>
66
<iosPods>

BranchUnityTestBed/ProjectSettings/AndroidResolverDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<dependencies>
22
<packages>
33
<package>com.google.android.gms:play-services-ads-identifier:18+</package>
4-
<package>io.branch.sdk.android:library:5.+</package>
4+
<package>io.branch.sdk.android:library:5.3.0</package>
55
</packages>
66
<files>
77
<file>Assets/Plugins/Android/androidx.annotation.annotation-1.4.0.jar</file>
0 Bytes
Binary file not shown.

BranchUnityWrapper.unitypackage

-2.65 MB
Binary file not shown.

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Branch Unity SDK change log
22

3+
- 1.0.0
4+
* Update iOS SDK to 2.1.0
5+
* Update Android SDK to 5.3.0
6+
* Remove old Apple Search Ads methods, these APIs are being shutdown by Apple.
7+
* Remove deprecated userCompletedAction methods
8+
* Remove deprecated credit related methods. Backend has been shutdown.
9+
* Add support for deferred initialization. This will force the underlying Android/iOS code to wait for the C# code to register a callback.
10+
* Add /Assets/StreamedAssets/branch.json
11+
* Set `deferInitForPluginRuntime` to true
12+
* Switch to semantic versioning
13+
314
- 0.6.7
415
* Updating to iOS SDK 1.39.2
516
* Updating to Android SDK 5.0.7

0 commit comments

Comments
 (0)