Skip to content

Commit 82f2639

Browse files
author
Anton Arhunou
committed
version 0.6.4
1 parent 139e647 commit 82f2639

30 files changed

+313
-35
lines changed

BranchUnityTestBed/Assets/Branch/Branch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
public class Branch : MonoBehaviour {
99

10-
public static string sdkVersion = "0.6.3";
10+
public static string sdkVersion = "0.6.4";
1111

1212
public delegate void BranchCallbackWithParams(Dictionary<string, object> parameters, string error);
1313
public delegate void BranchCallbackWithUrl(string url, string error);
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<dependencies>
2+
<androidPackages>
3+
<androidPackage spec="com.google.android.gms:play-services-ads:16.0.0">
4+
<repositories>
5+
<repository>https://maven.google.com/</repository>
6+
</repositories>
7+
</androidPackage>
8+
</androidPackages>
9+
</dependencies>

BranchUnityTestBed/Assets/Branch/Editor/BranchDependencies.xml.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BranchUnityTestBed/Assets/PlayServicesResolver.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BranchUnityTestBed/Assets/PlayServicesResolver/Editor.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

BranchUnityTestBed/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.136.0.dll.mdb.meta

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BranchUnityTestBed/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.136.0.dll.meta

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)