chore: remove unused media permissions and bump version to 23.01.10

This commit is contained in:
2026-06-23 21:54:04 +02:00
parent 3154e05550
commit 49d5627d55
10 changed files with 10 additions and 13 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ android {
applicationId 'de.orfel.schnappix'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 9
versionName "23.01.9"
versionCode 10
versionName "23.01.10"
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
}