Skip to content

Commit f2d138d

Browse files
committed
fix sample app dependency errors
1 parent 46c9732 commit f2d138d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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",

0 commit comments

Comments
 (0)