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",