From f1e3d4bbbce8499019eb2ff985476636b7e47780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 07:10:45 +0000 Subject: [PATCH] Bump com.gorisse.thomas.sceneform:sceneform in /android Bumps [com.gorisse.thomas.sceneform:sceneform](https://github.com/SceneView/sceneform-android) from 1.21.0 to 1.23.0. - [Release notes](https://github.com/SceneView/sceneform-android/releases) - [Commits](https://github.com/SceneView/sceneform-android/compare/v1.21.0...1.23.0) --- updated-dependencies: - dependency-name: com.gorisse.thomas.sceneform:sceneform dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 7aeef10..00b7c79 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -74,7 +74,7 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "com.gorisse.thomas.sceneform:sceneform:1.21.0" + implementation "com.gorisse.thomas.sceneform:sceneform:1.23.0" } if (isNewArchitectureEnabled()) {