release: bump version to 0.2.0.8

This commit is contained in:
2026-07-11 20:33:12 +02:00
parent f99e90f524
commit aefdff89dc
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 20007
versionName "0.2.0.7"
versionCode 20008
versionName "0.2.0.8"
// Fallback fuer Libraries mit Product Flavors
missingDimensionStrategy 'react-native-camera', 'general'
}