diff --git a/android/app/build.gradle b/android/app/build.gradle index 7febfc13..0b7a177a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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'}\"" } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 6b29fc40..3d15665b 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -2,11 +2,11 @@ - - - - - + + + + + diff --git a/app.json b/app.json index bac779a6..9c635410 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "newArchEnabled": true, "name": "Schnappix", "slug": "Schnappix", - "version": "23.01.9", + "version": "23.01.10", "orientation": "landscape", "icon": "./Icon.png", "userInterfaceStyle": "dark", @@ -13,7 +13,7 @@ }, "android": { "package": "de.orfel.schnappix", - "versionCode": 9, + "versionCode": 10, "adaptiveIcon": { "backgroundColor": "#050510", "foregroundImage": "./Icon-padded.png" @@ -21,10 +21,7 @@ "permissions": [ "android.permission.ACCESS_NETWORK_STATE", "android.permission.CAMERA", - "android.permission.INTERNET", - "android.permission.READ_MEDIA_AUDIO", - "android.permission.READ_MEDIA_IMAGES", - "android.permission.READ_MEDIA_VIDEO" + "android.permission.INTERNET" ] }, "plugins": [ diff --git a/assets/graphics/(1)_photo_booth_sample.jpg b/assets/graphics/(1)_photo_booth_sample.jpg new file mode 100644 index 00000000..b094f03f Binary files /dev/null and b/assets/graphics/(1)_photo_booth_sample.jpg differ diff --git a/assets/graphics/(1)_photo_booth_sample.png b/assets/graphics/(1)_photo_booth_sample.png new file mode 100644 index 00000000..ca3ee72f Binary files /dev/null and b/assets/graphics/(1)_photo_booth_sample.png differ diff --git a/assets/graphics/(2)_photo_editor_sample.png b/assets/graphics/(2)_photo_editor_sample.png new file mode 100644 index 00000000..9cb8d6b0 Binary files /dev/null and b/assets/graphics/(2)_photo_editor_sample.png differ diff --git a/assets/graphics/Icon-512.png b/assets/graphics/Icon-512.png new file mode 100644 index 00000000..8ecbb0cb Binary files /dev/null and b/assets/graphics/Icon-512.png differ diff --git a/assets/graphics/featuregraphic.png b/assets/graphics/featuregraphic.png new file mode 100644 index 00000000..e348a765 Binary files /dev/null and b/assets/graphics/featuregraphic.png differ diff --git a/assets/graphics/people-frame.png b/assets/graphics/people-frame.png new file mode 100644 index 00000000..ebf84501 Binary files /dev/null and b/assets/graphics/people-frame.png differ diff --git a/assets/graphics/people.png b/assets/graphics/people.png new file mode 100644 index 00000000..50870528 Binary files /dev/null and b/assets/graphics/people.png differ