Skip to content

Commit bc85f0f

Browse files
authored
Merge pull request #175 from antonargunov/master
version 0.6.1
2 parents bc41469 + 770ca08 commit bc85f0f

File tree

19 files changed

+78
-91
lines changed

19 files changed

+78
-91
lines changed
0 Bytes
Binary file not shown.

AndroidWrapperProject/.idea/libraries/Gradle__io_branch_sdk_android_library_4_2_1_aar.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

AndroidWrapperProject/.idea/workspace.xml

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

AndroidWrapperProject/app/app.iml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<orderEntry type="sourceFolder" forTests="false" />
8585
<orderEntry type="library" exported="" name="Gradle: androidx.annotation:annotation:1.1.0@jar" level="project" />
8686
<orderEntry type="library" exported="" name="Gradle: __local_jars__:/Users/antonarhunou/BranchMetrics/unity-branch-deep-linking/AndroidWrapperProject/app/libs/Unity.jar:unspecified@jar" level="project" />
87-
<orderEntry type="library" exported="" name="Gradle: io.branch.sdk.android:library:4.2.1@aar" level="project" />
87+
<orderEntry type="library" exported="" name="Gradle: io.branch.sdk.android:library:4.3.2@aar" level="project" />
88+
<orderEntry type="library" exported="" name="Gradle: com.android.installreferrer:installreferrer:1.0@aar" level="project" />
8889
</component>
8990
</module>

AndroidWrapperProject/app/src/main/java/io/branch/unity/BranchUnityApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class BranchUnityApp extends Application {
1515
public void onCreate() {
1616
super.onCreate();
1717
BranchUtil.setPluginType(BranchUtil.PluginType.Unity);
18-
BranchUtil.setPluginVersion("0.6.0");
18+
BranchUtil.setPluginVersion("0.6.1");
1919
Branch.getAutoInstance(this.getApplicationContext());
2020
Branch.disableInstantDeepLinking(true);
2121
}

AndroidWrapperProject/app/src/main/java/io/branch/unity/BranchUnityWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static void setBranchKey(String branchKey) {
5353
public static void getAutoInstance() {
5454
Activity unityActivity = UnityPlayer.currentActivity;
5555
BranchUtil.setPluginType(BranchUtil.PluginType.Unity);
56-
BranchUtil.setPluginVersion("0.6.0");
56+
BranchUtil.setPluginVersion("0.6.1");
5757
Branch.getAutoInstance(unityActivity.getApplicationContext());
5858
}
5959

BranchUnityTestBed/.vs/BranchUnityTestBed/xs/UserPrefs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Properties StartupConfiguration="{67E3F5FC-88EF-55B2-4156-39D21A59D4E6}|">
22
<MonoDevelop.Ide.Workbench ActiveDocument="Assets/Branch/Branch.cs">
33
<Files>
4-
<File FileName="Assets/Branch/Branch.cs" Line="22" Column="5" />
4+
<File FileName="Assets/Branch/Branch.cs" Line="10" Column="44" />
55
<File FileName="Assets/Branch/Demo/Scripts/BranchDemo.cs" />
66
</Files>
77
<Pads>
@@ -23,7 +23,7 @@
2323
</MonoDevelop.Ide.Workbench>
2424
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
2525
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
26-
<MonoDevelop.Ide.ItemProperties.Assembly-CSharp PreferredExecutionTarget="5f92c370-2112-4aef-a0a5-515e50a4df59" />
26+
<MonoDevelop.Ide.ItemProperties.Assembly-CSharp PreferredExecutionTarget="64a10375-48a5-4b46-90b1-105c9e935102" />
2727
<MonoDevelop.Ide.DebuggingService.Breakpoints>
2828
<BreakpointStore />
2929
</MonoDevelop.Ide.DebuggingService.Breakpoints>

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.0";
10+
public static string sdkVersion = "0.6.1";
1111

1212
public delegate void BranchCallbackWithParams(Dictionary<string, object> parameters, string error);
1313
public delegate void BranchCallbackWithUrl(string url, string error);
77 Bytes
Binary file not shown.
78 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)