Skip to content

Commit b243d70

Browse files
authored
Merge pull request #30 from adjust/v4123
Version 4.12.3
2 parents d881a2e + 0a7d240 commit b243d70

File tree

7 files changed

+16
-4
lines changed

7 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### Version 4.12.3 (12th March 2018)
2+
#### Native changes
3+
- https://github.com/adjust/android_sdk/blob/master/CHANGELOG.md#version-4124-9th-march-2018
4+
5+
#### Native SDKs
6+
- [[email protected]][ios_sdk_v4.12.3]
7+
- [[email protected]][android_sdk_v4.12.4]
8+
9+
---
10+
111
### Version 4.12.2 (8th March 2018)
212
#### Native changes
313
- https://github.com/adjust/ios_sdk/blob/master/CHANGELOG.md#version-4122-13th-february-2018
@@ -203,3 +213,4 @@
203213
[android_sdk_v4.12.1]: https://github.com/adjust/android_sdk/tree/v4.12.1
204214
[android_sdk_v4.12.2]: https://github.com/adjust/android_sdk/tree/v4.12.2
205215
[android_sdk_v4.12.3]: https://github.com/adjust/android_sdk/tree/v4.12.3
216+
[android_sdk_v4.12.4]: https://github.com/adjust/android_sdk/tree/v4.12.4

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.12.2
1+
4.12.3

android/libs/adjust-android.jar

371 Bytes
Binary file not shown.

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<application>
88
<receiver
99
android:name="com.adjust.sdk.AdjustReferrerReceiver"
10+
android:permission="android.permission.INSTALL_PACKAGES"
1011
android:exported="true">
1112
<intent-filter>
1213
<action android:name="com.android.vending.INSTALL_REFERRER" />

ext/Android/sdk

Submodule sdk updated from 9e48e60 to 30cc6ce

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ var AdjustConfig = function(appToken, environment) {
148148
this.appToken = appToken;
149149
this.environment = environment;
150150

151-
this.sdkPrefix = "react_native4.12.2";
151+
this.sdkPrefix = "react_native4.12.3";
152152
this.logLevel = null;
153153

154154
this.eventBufferingEnabled = null;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-adjust",
33
"description": "Adjust React Native SDK",
4-
"version": "4.12.2",
4+
"version": "4.12.3",
55
"main": "index.js",
66
"author": "adjust GmbH",
77
"license": "MIT",

0 commit comments

Comments
 (0)