Skip to content

Commit 9c46011

Browse files
author
Amit kremer
committed
Merge branch 'master' into development
2 parents 05bc4bf + 3806778 commit 9c46011

5 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 6.13.0
2+
Release date: *2024-02-19*
3+
4+
- Add DMA support
5+
- Fix incompatible config for RN >= 0.69.x
6+
- Update Plugin to v6.13.0
7+
18
## 6.12.2
29
Release date: *2023-08-29*
310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
1313
### <a id="plugin-build-for"> This plugin is built for
1414

15-
- Android AppsFlyer SDK **v6.12.2**
16-
- iOS AppsFlyer SDK **v6.12.2**
15+
- Android AppsFlyer SDK **v6.13.0**
16+
- iOS AppsFlyer SDK **v6.13.0**
1717

1818
## <a id="breaking-changes"> ❗❗ Breaking changes when updating to v6.x.x❗❗
1919

demos/appsflyer-react-native-app/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildscript {
44
ext {
55
buildToolsVersion = "30.0.2"
66
minSdkVersion = 21
7-
compileSdkVersion = 31
8-
targetSdkVersion = 31
7+
compileSdkVersion = 32
8+
targetSdkVersion = 32
99
ndkVersion = "20.1.5948944"
1010
}
1111
repositories {

demos/appsflyer-react-native-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"react-native-elements": "^3.4.2",
1919
"react-native-gesture-handler": "^1.10.3",
2020
"react-native-safe-area-context": "^3.3.2",
21-
"react-native-screens": "^3.7.0",
22-
"react-native-vector-icons": "^8.1.0"
21+
"react-native-screens": "3.7.2",
22+
"react-native-vector-icons": "8.1.0"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.12.9",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-appsflyer",
3-
"version": "6.12.2",
3+
"version": "6.13.0",
44
"description": "React Native Appsflyer plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)