From 5c0ece5580f3e308c975992c4cfa05f8df881726 Mon Sep 17 00:00:00 2001 From: uerceg Date: Fri, 6 Dec 2024 08:41:01 +0100 Subject: [PATCH 1/5] feat: update version number 5.0.3 --- VERSION | 2 +- index.js | 4 ++-- package.json | 2 +- plugins/oaid/package.json | 2 +- test/lib/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index a1ef0cae..50e2274e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.2 +5.0.3 diff --git a/index.js b/index.js index 84f0e83c..a9cec20d 100644 --- a/index.js +++ b/index.js @@ -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) { @@ -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; diff --git a/package.json b/package.json index d53ba3d5..df9f6ed8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugins/oaid/package.json b/plugins/oaid/package.json index 2a1c2945..1ad2a48c 100644 --- a/plugins/oaid/package.json +++ b/plugins/oaid/package.json @@ -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", diff --git a/test/lib/package.json b/test/lib/package.json index 165e6952..6154d65d 100644 --- a/test/lib/package.json +++ b/test/lib/package.json @@ -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": [ From cc79c7a57cc5268a3a37e477bbe05dbdb6e1f4d1 Mon Sep 17 00:00:00 2001 From: uerceg Date: Fri, 6 Dec 2024 08:41:40 +0100 Subject: [PATCH 2/5] build: update native submodules --- ext/android/sdk | 2 +- ext/ios/sdk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/android/sdk b/ext/android/sdk index c0f78d2e..942960d4 160000 --- a/ext/android/sdk +++ b/ext/android/sdk @@ -1 +1 @@ -Subproject commit c0f78d2ec77dfacbf53870883b9d5b0e6ca8c731 +Subproject commit 942960d443f69eb6a61e07b1180c1edb5be6c2da diff --git a/ext/ios/sdk b/ext/ios/sdk index c4197183..5a487935 160000 --- a/ext/ios/sdk +++ b/ext/ios/sdk @@ -1 +1 @@ -Subproject commit c419718364e9f360c602a17a64b91c591f33fe6a +Subproject commit 5a48793570916c6379696a9c16edb6e93939ce9e From cddfae4622e5c3517ed6082aa6969ecdd2d30ed6 Mon Sep 17 00:00:00 2001 From: uerceg Date: Fri, 6 Dec 2024 08:42:45 +0100 Subject: [PATCH 3/5] build: update native android sdk to 5.0.2 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a17573c8..da843f41 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' } From 890c78d328ec9c2cba5e1cc72f34a345a6553ffc Mon Sep 17 00:00:00 2001 From: uerceg Date: Fri, 6 Dec 2024 09:08:10 +0100 Subject: [PATCH 4/5] test: run tests --- ext/scripts | 2 +- test/app/App.js | 2 +- test/app/ios/Podfile.lock | 12 ++++++------ test/lib/android/libs/adjust-test-library.jar | Bin 25022 -> 25022 bytes 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ext/scripts b/ext/scripts index c5d6cd8d..3ac67155 160000 --- a/ext/scripts +++ b/ext/scripts @@ -1 +1 @@ -Subproject commit c5d6cd8d1133f9669b6339298b251af71961acaa +Subproject commit 3ac67155c215070a39a02b36a4c0e9cd8e7a91b9 diff --git a/test/app/App.js b/test/app/App.js index 6169fbac..905752a9 100644 --- a/test/app/App.js +++ b/test/app/App.js @@ -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") { diff --git a/test/app/ios/Podfile.lock b/test/app/ios/Podfile.lock index 4c97f005..fcedd9a6 100644 --- a/test/app/ios/Podfile.lock +++ b/test/app/ios/Podfile.lock @@ -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) @@ -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): @@ -1717,7 +1717,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Adjust: f27daaa40d0df5550b89dd428cd8545d812e1f6d - AdjustSignature: f42d8c64cda8361ff5b5a31e4536d82076be4306 + AdjustSignature: 3d91f56861c28ae12b0377a8dcf3cc94ab239166 boost: 4cb898d0bf20404aab1850c656dcea009429d6c1 DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5 FBLazyVector: 38bb611218305c3bc61803e287b8a81c6f63b619 @@ -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 diff --git a/test/lib/android/libs/adjust-test-library.jar b/test/lib/android/libs/adjust-test-library.jar index a80fac7b860c1a3dab2bdfb549887e01a8b3b56f..83d819de56a49f5abb24cc5c3a31d41b99497d3a 100644 GIT binary patch delta 526 zcmdmYm~r1>M&1B#W)=|!1`ZB}K z3l=css1gG+*2ytLWVR^$23zV<^5>Nn(8$L?tOztxeDifhM~HFK%D=&k$&#w~z?y%l z9)ZXlRPTpa6s)xtVjQ#XZLpGux`GlQ#^kTA24DdVH(!X-3XcpHu*hSds}Pah{(ITM zYOBLd!7`h}A2Wi2XY$NQ6EJ-t(jKfpC`unpyF{6R>Dnl3Fugkp9FCJYqW!@9NGQE3 zIsnZ78|@9Iy<;Hqb7BI){0}icVA?*`7fkoZMu6#8u_0jEF%BX=G0qLlzZDk>rj6nu k`WoZy!2Cn;!C+b<0b*`W0>qxZ2~l8isYGWmosbv@08XgEp8x;= delta 526 zcmdmYm~r1>M&1B#W)=|!1`ZAe^$_!kylTuK%FK&d4M;UBf_cj|1c8E)3_!pHB7i_( zvLLgtEHeW_H&A^fm#~xM5k>}v%RpuFAQh8eMe%PoVm!wPGHx?7b0QO%kPaNh|*bGbT%_ z-UAE#Qau8ZIjG(bu_#z;EyOrx-P>R#4|N44K#a*>T@Anj8g9N|6`LzOGFZSOkA1E} zM0We{We2OR4mSnMYz}`6v2bRj30UGnq&>*hlZB%6!F-n}Gca8nWepbJ9R&`@$sEys zV16W!23fu;Isi=njrInMd&fY;=fnhp`5$6@!1DI7zF@jPHUdn)iVXqNj&Z(Vbra*< u!2DZrp Date: Fri, 6 Dec 2024 09:19:30 +0100 Subject: [PATCH 5/5] docs: update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77084483..09f5282b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +- [iOS@v5.0.1][ios_sdk_v5.0.1] +- [Android@v5.0.2][android_sdk_v5.0.2] + +--- + ### Version 5.0.2 (23rd September 2024) #### Fixed - Fixed `Adjust.modulemap not found` error in certain CocoaPods integration cases. @@ -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