Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### Version 5.0.3 (6th December 2024)
#### Changed
- Switched to native Android SDK version that depends on a specific version of the signature library.

#### Native SDKs
- [[email protected]][ios_sdk_v5.0.1]
- [[email protected]][android_sdk_v5.0.2]

---

### Version 5.0.2 (23rd September 2024)
#### Fixed
- Fixed `Adjust.modulemap not found` error in certain CocoaPods integration cases.
Expand Down Expand Up @@ -738,3 +748,4 @@ In case you were using beta version of the SDK v5, please switch to the official
[android_sdk_v4.38.3]: https://github.com/adjust/android_sdk/tree/v4.38.3
[android_sdk_v5.0.0]: https://github.com/adjust/android_sdk/tree/v5.0.0
[android_sdk_v5.0.1]: https://github.com/adjust/android_sdk/tree/v5.0.1
[android_sdk_v5.0.2]: https://github.com/adjust/android_sdk/tree/v5.0.2
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.2
5.0.3
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ android {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.adjust.sdk:adjust-android:5.0.1'
implementation 'com.adjust.sdk:adjust-android:5.0.2'
}
2 changes: 1 addition & 1 deletion ext/ios/sdk
2 changes: 1 addition & 1 deletion ext/scripts
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Adjust.getAmazonAdId = function(callback) {
};

Adjust.getSdkVersion = function(callback) {
module_adjust.getSdkVersion("react-native5.0.2", callback);
module_adjust.getSdkVersion("react-native5.0.3", callback);
};

Adjust.requestAppTrackingAuthorization = function(callback) {
Expand Down Expand Up @@ -294,7 +294,7 @@ Adjust.onPause = function(testParam) {
// AdjustConfig

var AdjustConfig = function(appToken, environment) {
this.sdkPrefix = "react-native5.0.2";
this.sdkPrefix = "react-native5.0.3";
this.appToken = appToken;
this.environment = environment;
this.logLevel = null;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-adjust",
"description": "Adjust React Native SDK",
"version": "5.0.2",
"version": "5.0.3",
"main": "index.js",
"author": "Adjust",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/oaid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-adjust-oaid",
"description": "Adjust React Native OAID plugin",
"version": "5.0.2",
"version": "5.0.3",
"main": "index.js",
"author": "Adjust",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion test/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const App: () => React$Node = () => {
}

var urlOverwrite = "";
var ipAddress = "192.168.8.63";
var ipAddress = "192.168.8.38";
if (Platform.OS === "android") {
urlOverwrite = "https://" + ipAddress + ":8443";
} else if (Platform.OS === "ios") {
Expand Down
12 changes: 6 additions & 6 deletions test/app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- Adjust/Adjust (= 5.0.1)
- Adjust/Adjust (5.0.1):
- AdjustSignature (~> 3.18)
- AdjustSignature (3.20.2)
- AdjustSignature (3.35.1)
- boost (1.84.0)
- DoubleConversion (1.1.6)
- FBLazyVector (0.75.2)
Expand Down Expand Up @@ -1242,10 +1242,10 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-adjust (5.0.2):
- react-native-adjust (5.0.3):
- Adjust (= 5.0.1)
- React-Core
- react-native-adjust-test (5.0.2):
- react-native-adjust-test (5.0.3):
- React
- React-nativeconfig (0.75.2)
- React-NativeModulesApple (0.75.2):
Expand Down Expand Up @@ -1717,7 +1717,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Adjust: f27daaa40d0df5550b89dd428cd8545d812e1f6d
AdjustSignature: f42d8c64cda8361ff5b5a31e4536d82076be4306
AdjustSignature: 3d91f56861c28ae12b0377a8dcf3cc94ab239166
boost: 4cb898d0bf20404aab1850c656dcea009429d6c1
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
FBLazyVector: 38bb611218305c3bc61803e287b8a81c6f63b619
Expand Down Expand Up @@ -1753,8 +1753,8 @@ SPEC CHECKSUMS:
React-logger: 8db32983d75dc2ad54f278f344ccb9b256e694fc
React-Mapbuffer: 1c08607305558666fd16678b85ef135e455d5c96
React-microtasksnativemodule: 87b8de96f937faefece8afd2cb3a518321b2ef99
react-native-adjust: 6a73063a62fb0f21dd2220f15b315c1e323268b0
react-native-adjust-test: 147ae467b75a34973d4024ff00c476cd819dd4a0
react-native-adjust: 59b523d8ef1dc2c0516fb7120ed04cdfc5510a90
react-native-adjust-test: ff7a6d4b8e60ad140c5543723c319801f468b29a
React-nativeconfig: 57781b79e11d5af7573e6f77cbf1143b71802a6d
React-NativeModulesApple: 7ff2e2cfb2e5fa5bdedcecf28ce37e696c6ef1e1
React-perflogger: 8a360ccf603de6ddbe9ff8f54383146d26e6c936
Expand Down
Binary file modified test/lib/android/libs/adjust-test-library.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion test/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-adjust-test",
"description": "Adjust Test Plugin For React Native SDK",
"version": "5.0.2",
"version": "5.0.3",
"author": "Adjust",
"license": "MIT",
"keywords": [
Expand Down