diff --git a/android/android/app/build.gradle b/android/android/app/build.gradle index 7d5d790..cda5c42 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 404 - versionName "0.0.4.4" + versionCode 405 + versionName "0.0.4.5" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index b1b7f9b..8b9c5ca 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.0.4.4", + "version": "0.0.4.5", "private": true, "scripts": { "android": "react-native run-android",