Skip to content

Commit 065189a

Browse files
committed
updated target SDK for android
1 parent 7230de2 commit 065189a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

apps/box/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
buildscript {
44
ext {
5-
buildToolsVersion = "35.0.0"
5+
buildToolsVersion = "34.0.0"
66
minSdkVersion = 26
7-
compileSdkVersion = 35
7+
compileSdkVersion = 34
88
targetSdkVersion = 35
99
kotlinVersion = "1.8.20"
1010
enableHermes = true

apps/box/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"@react-native-firebase/app": "*",
1616
"@react-native-firebase/crashlytics": "*",
1717
"@react-native-picker/picker": "2.4.10",
18-
"@react-native/metro-config": "*",
18+
"@react-native/metro-config": "^0.73.2",
1919
"@react-navigation/bottom-tabs": "*",
2020
"@react-navigation/material-top-tabs": "*",
2121
"@react-navigation/native": "*",
2222
"@react-navigation/native-stack": "*",
2323
"@react-navigation/stack": "*",
2424
"@react-spring/three": "*",
2525
"@react-three/fiber": "*",
26-
"@shopify/react-native-skia": "0.1.196",
26+
"@shopify/react-native-skia": "0.1.228",
2727
"@shopify/restyle": "*",
2828
"@testing-library/jest-native": "*",
2929
"@testing-library/react-native": "*",
@@ -42,13 +42,13 @@
4242
"node-libs-react-native": "*",
4343
"react": "*",
4444
"react-content-loader": "*",
45-
"react-native": "0.72.10",
45+
"react-native": "0.73.2",
4646
"react-native-background-timer": "*",
4747
"react-native-ble-manager": "*",
4848
"react-native-config": "*",
4949
"react-native-device-info": "*",
5050
"react-native-elements": "*",
51-
"react-native-gesture-handler": "~2.12.0",
51+
"react-native-gesture-handler": "~2.14.0",
5252
"react-native-get-random-values": "~1.9.0",
5353
"react-native-keyboard-aware-scroll-view": "*",
5454
"react-native-keychain": "*",
@@ -57,11 +57,11 @@
5757
"react-native-pager-view": "6.2.0",
5858
"react-native-paper": "*",
5959
"react-native-randombytes": "*",
60-
"react-native-reanimated": "~3.3.0",
60+
"react-native-reanimated": "~3.6.2",
6161
"react-native-reanimated-carousel": "*",
6262
"react-native-redash": "*",
6363
"react-native-safe-area-context": "4.6.3",
64-
"react-native-screens": "~3.22.0",
64+
"react-native-screens": "~3.29.0",
6565
"react-native-svg": "13.9.0",
6666
"react-native-svg-transformer": "*",
6767
"react-native-tab-view": "*",

0 commit comments

Comments
 (0)