Auto-Commit: 2026-07-26 18:57:11

This commit is contained in:
2026-07-26 18:57:12 +02:00
parent 36392679c4
commit fb3b98d98a
14 changed files with 136 additions and 48 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ android {
applicationId 'de.orfel.schnappix'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 17
versionName "23.01.17"
versionCode 18
versionName "23.01.18"
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
}