diff --git a/android/android/app/build.gradle b/android/android/app/build.gradle index 3f8a3cc..232f7f1 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 902 - versionName "0.0.9.2" + versionCode 903 + versionName "0.0.9.3" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index 2ece0fb..9c821c6 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.0.9.2", + "version": "0.0.9.3", "private": true, "scripts": { "android": "react-native run-android",