diff --git a/android/android/app/build.gradle b/android/android/app/build.gradle index 38c09ea..ddbc80f 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 10403 - versionName "0.1.4.3" + versionCode 10404 + versionName "0.1.4.4" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index 18288a3..d118c33 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.1.4.3", + "version": "0.1.4.4", "private": true, "scripts": { "android": "react-native run-android",