Skip to content

Commit 80e4791

Browse files
authored
Merge pull request #245 from adjust/v500
Version 5.0.0
2 parents 48ae1bb + 2356701 commit 80e4791

File tree

251 files changed

+6346
-41343
lines changed

Some content is hidden

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

251 files changed

+6346
-41343
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,14 @@ ios/Index/
101101

102102
# Just in case
103103
temp/
104+
105+
# yarn
106+
yarn.lock
107+
108+
#example
109+
example/.yarn
110+
111+
#test
112+
Test/app/.yarn
113+
test/app/ios/.xcode.env
114+
test/app/ios/.xcode.env.local

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### Version 5.0.0 (6th September 2024)
2+
3+
We're excited to release our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.
4+
5+
To try out SDK v5 in your app, you can follow our new v4 to v5 [migration guide](https://dev.adjust.com/en/sdk/react-native/migration/v4-to-v5).
6+
7+
If you are a current Adjust client and have questions about SDK v5, please email [[email protected]](mailto:[email protected]).
8+
9+
In case you were using beta version of the SDK v5, please switch to the official v5 release.
10+
11+
#### Native SDKs
12+
- [[email protected]][ios_sdk_v5.0.0]
13+
- [[email protected]][android_sdk_v5.0.0]
14+
15+
---
16+
117
### Version 4.38.1 (30th April 2024)
218
#### Added
319
- Added sending of the additional iOS SDK observability parameters for debugging purposes.
@@ -659,6 +675,7 @@
659675
[ios_sdk_v4.37.2]: https://github.com/adjust/ios_sdk/tree/v4.37.2
660676
[ios_sdk_v4.38.0]: https://github.com/adjust/ios_sdk/tree/v4.38.0
661677
[ios_sdk_v4.38.2]: https://github.com/adjust/ios_sdk/tree/v4.38.2
678+
[ios_sdk_v5.0.0]: https://github.com/adjust/ios_sdk/tree/v5.0.0
662679

663680
[android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4
664681
[android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0
@@ -696,3 +713,4 @@
696713
[android_sdk_v4.38.1]: https://github.com/adjust/android_sdk/tree/v4.38.1
697714
[android_sdk_v4.38.2]: https://github.com/adjust/android_sdk/tree/v4.38.2
698715
[android_sdk_v4.38.3]: https://github.com/adjust/android_sdk/tree/v4.38.3
716+
[android_sdk_v5.0.0]: https://github.com/adjust/android_sdk/tree/v5.0.0

LICENSE

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
The Adjust SDK is licensed under the MIT License.
1+
The MIT License (MIT)
22

3-
Copyright (c) 2012-Present Adjust GmbH, http://www.adjust.com
3+
Copyright (c) 2016-Present Adjust GmbH, http://www.adjust.com
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
"Software"), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
1112

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
1415

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 4 additions & 1198 deletions
Large diffs are not rendered by default.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.38.1
1+
5.0.0

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ android {
2626
}
2727

2828
dependencies {
29-
implementation fileTree(dir: 'libs', include: ['*.jar'])
3029
implementation 'com.facebook.react:react-native:+'
30+
implementation 'com.adjust.sdk:adjust-android:5.0.0'
3131
}

android/libs/adjust-android.jar

-277 KB
Binary file not shown.

0 commit comments

Comments
 (0)