From ec9530f17f79e85e5c8ead9dd44e5a25b95bea66 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Wed, 6 May 2026 22:41:55 +0200 Subject: [PATCH] release: bump version to 0.0.7.6 --- 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 41e91ef..bdbf420 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 705 - versionName "0.0.7.5" + versionCode 706 + versionName "0.0.7.6" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index e5f40e3..bda35fe 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.0.7.5", + "version": "0.0.7.6", "private": true, "scripts": { "android": "react-native run-android",