# Overgram Android Signing Configuration # # IMPORTANT: This is an example file. Copy it to 'keystore.properties' and fill in your values. # DO NOT commit the actual 'keystore.properties' file to git! # Path to your keystore file (relative to project root or absolute path) storeFile=../overgram-release.keystore # Keystore password storePassword=your_store_password_here # Key alias keyAlias=overgram # Key password keyPassword=your_key_password_here # Optional: Upload key configuration (for Play Store) # uploadStoreFile=../overgram-upload.keystore # uploadStorePassword=your_upload_password # uploadKeyAlias=overgram-upload # uploadKeyPassword=your_upload_key_password