diff --git a/android/android/app/build.gradle b/android/android/app/build.gradle index 3437fcf..bb7ef5b 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 10109 - versionName "0.1.1.9" + versionCode 10200 + versionName "0.1.2.0" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' }