From 2a4379eb64d51691462ffc68ef6df3219666358f Mon Sep 17 00:00:00 2001 From: duffyduck Date: Fri, 24 Apr 2026 14:41:59 +0200 Subject: [PATCH] release: bump version to 0.0.5.3 --- 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 c6958d9..f5c6a64 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 502 - versionName "0.0.5.2" + versionCode 503 + versionName "0.0.5.3" // Fallback fuer Libraries mit Product Flavors missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/android/package.json b/android/package.json index fbb1518..8b16ef4 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "aria-cockpit", - "version": "0.0.5.2", + "version": "0.0.5.3", "private": true, "scripts": { "android": "react-native run-android",