840 B
840 B
Versioning & Build Rules Addendum
Build Configuration
- The app MUST ALWAYS be signed with
schnappix-upload-key.keystore. This is handled automatically by the custom Expo pluginwithAndroidSigning.js. Do not modify or remove this plugin. - The
schnappix-upload-key.keystorefile is checked into the Git repository. Do NOT delete it, ignore it in git, or change its password (#O0he7k00O0he7k00!). - The Expo Media Library plugin injects
READ_MEDIA_IMAGESandREAD_MEDIA_VIDEOpermissions into the Android manifest by default. These are rejected by Google Play for this specific app. To prevent this, thewithRemoveMediaPermissions.jsplugin MUST ALWAYS be included inapp.json. This plugin forcibly strips these permissions using Android'stools:node="remove"directive during compilation. Do not remove this plugin.