From 08857093b52b3a728089a2d3c6de6a57166e52a4 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Sun, 10 May 2026 17:25:48 +0200 Subject: [PATCH] release: bump version to 0.1.0.9 --- 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 2cdda99..3c05d08 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 10008 - versionName "0.1.0.8" + versionCode 10009 + versionName "0.1.0.9" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index 515c8a0..a793123 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.1.0.8", + "version": "0.1.0.9", "private": true, "scripts": { "android": "react-native run-android",