From 8e9a7e2fc4a0c7e3ab3f798b8af5584b3c0d9320 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 12:09:17 +0000 Subject: [PATCH] Update dependencies (major) --- android/build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index eae0998..74f367c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -13,7 +13,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:7.4.2") + classpath("com.android.tools.build:gradle:8.0.2") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/package.json b/package.json index 7058654..7ec0351 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@babel/core": "7.21.3", "@babel/runtime": "7.21.0", - "@react-native-community/cli": "10.2.1", + "@react-native-community/cli": "11.3.1", "@react-native-community/eslint-config": "3.2.0", "@react-navigation/devtools": "6.0.18", "@react-navigation/native": "6.1.6",