release: bump version to 0.0.2.8

This commit is contained in:
2026-04-10 08:49:47 +02:00
parent 3943e79bb1
commit 054e4057d8
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ android {
applicationId "com.ariacockpit"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 207
versionName "0.0.2.7"
versionCode 208
versionName "0.0.2.8"
// Fallback fuer Libraries mit Product Flavors
missingDimensionStrategy 'react-native-camera', 'general'
}