We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c9732 commit f2d138dCopy full SHA for f2d138d
2 files changed
demos/appsflyer-react-native-app/android/build.gradle
@@ -4,8 +4,8 @@ buildscript {
4
ext {
5
buildToolsVersion = "30.0.2"
6
minSdkVersion = 21
7
- compileSdkVersion = 31
8
- targetSdkVersion = 31
+ compileSdkVersion = 32
+ targetSdkVersion = 32
9
ndkVersion = "20.1.5948944"
10
}
11
repositories {
demos/appsflyer-react-native-app/package.json
@@ -18,8 +18,8 @@
18
"react-native-elements": "^3.4.2",
19
"react-native-gesture-handler": "^1.10.3",
20
"react-native-safe-area-context": "^3.3.2",
21
- "react-native-screens": "^3.7.0",
22
- "react-native-vector-icons": "^8.1.0"
+ "react-native-screens": "3.7.2",
+ "react-native-vector-icons": "8.1.0"
23
},
24
"devDependencies": {
25
"@babel/core": "^7.12.9",
0 commit comments