From 03fc465057ecd61eff14c8525d41e5f8b558e80d Mon Sep 17 00:00:00 2001 From: duffyduck Date: Sun, 10 May 2026 18:35:15 +0200 Subject: [PATCH] =?UTF-8?q?fix(app):=20react-native-svg=20auf=2014.1=20(ko?= =?UTF-8?q?mpatibel=20mit=20RN=200.73)=20=E2=80=94=2015.x=20braucht=20neue?= =?UTF-8?q?re=20RN-Version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- android/android/app/build.gradle | 4 ++-- android/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/android/app/build.gradle b/android/android/app/build.gradle index bd404e1..9f43151 100644 --- a/android/android/app/build.gradle +++ b/android/android/app/build.gradle @@ -79,8 +79,8 @@ android { applicationId "com.ariacockpit" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 10100 - versionName "0.1.1.0" + versionCode 10101 + versionName "0.1.1.1" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index ac3d34b..d642a31 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.1.1.0", + "version": "0.1.1.1", "private": true, "scripts": { "android": "react-native run-android", @@ -25,7 +25,7 @@ "react-native-safe-area-context": "^4.8.2", "react-native-screens": "3.27.0", "react-native-sound": "^0.11.2", - "react-native-svg": "^15.15.4" + "react-native-svg": "^14.1.0" }, "devDependencies": { "@react-native/eslint-config": "^0.73.2",