diff --git a/android/android/app/build.gradle b/android/android/app/build.gradle index 0e84cb1..c4f6ae1 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 20209 - versionName "0.2.2.9" + versionCode 20300 + versionName "0.2.3.0" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index f729d1e..326f0eb 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.2.2.9", + "version": "0.2.3.0", "private": true, "scripts": { "android": "react-native run-android",