From 2eb0b4df909283ec92575b22e6581b65e5ffb1a8 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Wed, 6 May 2026 23:49:36 +0200 Subject: [PATCH] release: bump version to 0.0.8.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 0914ed1..e55e314 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 800 - versionName "0.0.8.0" + versionCode 801 + versionName "0.0.8.1" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index 8c0cc12..fe289a6 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.0.8.0", + "version": "0.0.8.1", "private": true, "scripts": { "android": "react-native run-android",