Fix: Remove legacy storage permissions to fix Play Protect warning and Photo saving on Android 14+ ; Bump to 23.01.4

This commit is contained in:
2026-06-13 01:17:24 +02:00
parent 449284501b
commit 0cb5e609ed
5 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ android {
applicationId 'de.orfel.schnappix'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionName "23.01.3"
versionCode 4
versionName "23.01.4"
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
}