Skip to content

Commit 9ef094b

Browse files
committed
chore: upgrade build tools and SDK versions; update package dependencies
1 parent 67ab2ac commit 9ef094b

5 files changed

Lines changed: 147 additions & 244 deletions

File tree

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext {
4-
buildToolsVersion = "35.0.0"
5-
minSdkVersion = 24
6-
compileSdkVersion = 35
7-
targetSdkVersion = 35
4+
buildToolsVersion = "36.0.0"
5+
minSdkVersion = 29
6+
compileSdkVersion = 36
7+
targetSdkVersion = 36
88
// needed by camera module
99
googlePlayServicesVersion = "17+"
1010
androidXAnnotation = "1.2.0"

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"snyk:android": "cd android && snyk monitor --gradle-sub-project=app --configuration-attributes='com.android.build.api.attributes.BuildTypeAttr:release,react-native-camera:general,org.jetbrains.kotlin.platform.type:androidJvm' --configuration-matching='compile|implementation' --org=appdev --project-name=developerapp-android${SNYK_SUBPROJECT}"
2020
},
2121
"dependencies": {
22-
"@gorhom/bottom-sheet": "5.1.1",
22+
"@gorhom/bottom-sheet": "5.1.8",
2323
"mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.3.1/mendix-native-v0.3.1.tgz",
2424
"@notifee/react-native": "9.1.8",
2525
"@octokit/rest": "^21.1.1",
2626
"@op-engineering/op-sqlite": "15.2.5",
2727
"@shopify/flash-list": "2.2.2",
2828
"@react-native-async-storage/async-storage": "2.2.0",
29-
"@react-native-camera-roll/camera-roll": "7.4.0",
29+
"@react-native-camera-roll/camera-roll": "7.10.2",
3030
"@react-native-community/cli": "20.1.2",
3131
"@react-native-community/cli-platform-android": "20.1.2",
3232
"@react-native-community/cli-platform-ios": "20.1.2",
@@ -57,16 +57,16 @@
5757
"react-native-localize": "3.7.0",
5858
"react-native-maps": "1.14.0",
5959
"react-native-pager-view": "6.9.1",
60-
"react-native-permissions": "5.4.2",
60+
"react-native-permissions": "5.4.4",
6161
"react-native-reanimated": "3.19.5",
6262
"react-native-safe-area-context": "5.7.0",
6363
"react-native-screens": "4.24.0",
6464
"react-native-sound": "0.11.0",
65-
"react-native-bootsplash": "6.3.10",
65+
"react-native-bootsplash": "6.3.12",
6666
"react-native-svg": "15.15.3",
6767
"react-native-tab-view": "3.5.2",
6868
"react-native-vector-icons": "10.3.0",
69-
"react-native-video": "6.10.0",
69+
"react-native-video": "6.19.0",
7070
"react-native-view-shot": "4.0.3",
7171
"react-native-vision-camera": "4.7.1",
7272
"react-native-webview": "13.13.2",

0 commit comments

Comments
 (0)