diff --git a/android/android/app/build.gradle b/android/android/app/build.gradle index 8598fdf..40e7e2f 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 307 - versionName "0.0.3.7" + versionCode 308 + versionName "0.0.3.8" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index dc8eb25..25d908a 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.0.3.7", + "version": "0.0.3.8", "private": true, "scripts": { "android": "react-native run-android",