release: bump version to 0.2.4.0

This commit is contained in:
2026-08-16 01:48:43 +02:00
parent ebe0e8065f
commit 5f09e2bca3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ android {
applicationId "com.ariacockpit"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 20309
versionName "0.2.3.9"
versionCode 20400
versionName "0.2.4.0"
// Fallback fuer Libraries mit Product Flavors
missingDimensionStrategy 'react-native-camera', 'general'
}