From 056b579c477b9422dbd2436c6b16d4cf4714b8c7 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Sat, 11 Apr 2026 09:53:54 +0200 Subject: [PATCH] release: bump version to 0.0.3.2 --- 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 88f797c..94f92e9 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 301 - versionName "0.0.3.1" + versionCode 302 + versionName "0.0.3.2" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index 29b1cf5..ad21047 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.0.3.1", + "version": "0.0.3.2", "private": true, "scripts": { "android": "react-native run-android",