Fix: Remove legacy storage permissions to fix Play Protect & photo saving ; Bump version to 23.01.2

This commit is contained in:
2026-06-13 00:21:34 +02:00
parent 1b495b82a1
commit 6da2e496bf
5 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ android {
applicationId 'de.orfel.schnappix'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "23.01.1"
versionCode 2
versionName "23.01.2"
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
}