Skip to content

Commit 5b9c030

Browse files
authored
Merge pull request #113 from adjust/v4120
Version 4.12.0
2 parents 14782f2 + 2e88920 commit 5b9c030

File tree

273 files changed

+20911
-15425
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+20911
-15425
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Temp/
55
Obj/
66
UnityGenerated/
77
Library/
8+
9+
# ===================================================================== #
10+
# Binary DLL files have to be ADDDED (not ignored). Used by Windows SDK #
11+
# ===================================================================== #
12+
!*.dll
813

914
# ===================================== #
1015
# Visual Studio / MonoDevelop generated #

.gitmodules

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[submodule "ext/Android/sdk"]
22
path = ext/Android/sdk
3-
url = git@github.com:adjust/android_sdk.git
3+
url = git@github.com:adjust/android_sdk_dev.git
4+
branch = master
45
[submodule "ext/iOS/sdk"]
56
path = ext/iOS/sdk
6-
url = git@github.com:adjust/ios_sdk.git
7+
url = git@github.com:adjust/ios_sdk_dev.git
8+
branch = master
79
[submodule "ext/Windows/sdk"]
810
path = ext/Windows/sdk
9-
url = https://github.com/adjust/windows_sdk.git
11+
url = git@github.com:adjust/windows_sdk_dev.git
12+
branch = master

0 commit comments

Comments
 (0)