Skip to content

Commit

Permalink
fix sample app dependency errors
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-kremer93 committed Feb 19, 2024
1 parent 46c9732 commit f2d138d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demos/appsflyer-react-native-app/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
ext {
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
compileSdkVersion = 32
targetSdkVersion = 32
ndkVersion = "20.1.5948944"
}
repositories {
Expand Down
4 changes: 2 additions & 2 deletions demos/appsflyer-react-native-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "^1.10.3",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.7.0",
"react-native-vector-icons": "^8.1.0"
"react-native-screens": "3.7.2",
"react-native-vector-icons": "8.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down

0 comments on commit f2d138d

Please sign in to comment.