Auto-Commit: 2026-07-09 22:51:28

This commit is contained in:
2026-07-09 22:51:28 +02:00
parent 583b0d034e
commit a7b728fba6
10 changed files with 68 additions and 66 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ android {
applicationId 'de.orfel.schnappix'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 16
versionName "23.01.16"
versionCode 17
versionName "23.01.17"
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
}