diff --git a/app.json b/app.json index 0347141..011f83c 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Doors Wallpaper", "slug": "doors", - "version": "1.0.0", + "version": "1.0.1", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "doors", @@ -18,8 +18,8 @@ }, "android": { "adaptiveIcon": { - "foregroundImage": "./assets/images/adaptive-icon.png", - "backgroundColor": "#ffffff" + "foregroundImage": "./assets/images/android-icon.png", + "backgroundColor": "#0a0a0a" }, "package": "art.doorsapp.android", "blockedPermissions": [ @@ -32,7 +32,15 @@ "output": "static", "favicon": "./assets/images/favicon.png" }, - "plugins": ["expo-router"], + "plugins": [ + "expo-router", + [ + "expo-media-library", + { + "savePhotosPermission": "Allow Doors to save wallpapers to your device so that you can use them." + } + ] + ], "experiments": { "typedRoutes": true }, diff --git a/assets/images/android-icon.png b/assets/images/android-icon.png new file mode 100644 index 0000000..b5a18ef Binary files /dev/null and b/assets/images/android-icon.png differ