From b1ccf29295232f2ad9657937962230b5c0078b0d Mon Sep 17 00:00:00 2001 From: duffyduck Date: Sun, 3 May 2026 22:11:08 +0200 Subject: [PATCH] release: bump version to 0.0.7.1 --- android/android/app/build.gradle | 4 ++-- android/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/android/app/build.gradle b/android/android/app/build.gradle index 21a3d6d..1d9c6c5 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 700 - versionName "0.0.7.0" + versionCode 701 + versionName "0.0.7.1" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index cbb9743..f697206 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.0.7.0", + "version": "0.0.7.1", "private": true, "scripts": { "android": "react-native run-android",