This directory contains the F-Droid repository configuration for REChain platform builds.
- Production-ready stable releases
- Recommended for general users
- Includes security updates and bug fixes
- Version: 4.1.10+1160
- Enterprise-grade stable builds
- Extended testing and validation
- Long-term support included
- Version: 4.1.10+1160-stable
- Development and nightly builds
- Latest features and improvements
- For testing and development only
⚠️ Not recommended for production use- Version: 4.1.10+1160-nightly
- F-Droid metadata for REChain Android application
- Includes build configuration, descriptions, and update settings
- Version: 4.1.10+1160
-
Install F-Droid Server:
pip install fdroidserver
-
Initialize Repository:
fdroid init
-
Configure Repository:
- Copy the appropriate config file to
config.py - Update keystore passwords and keys
- Configure mirror URLs if needed
- Copy the appropriate config file to
-
Build Applications:
fdroid build com.rechain.online
-
Update Repository:
fdroid update
- GPG Signing: All packages are GPG signed
- Checksum Verification: SHA256 checksums for all files
- Secure Keys: Separate keystores for different build types
- Access Control: Configurable access permissions
- Flutter SDK 3.0+
- Android SDK 33+
- Java 11+
- Gradle 7.0+
- Clone REChain repository
- Switch to appropriate tag/version
- Run Flutter build for Android
- Sign and align APK
- Update F-Droid metadata
- Publish to repository
# Update metadata
fdroid update --create-metadata
# Build specific app
fdroid build com.rechain.online:41101160
# Update repository index
fdroid update# Clean old builds
fdroid clean
# Check for updates
fdroid checkupdates
# Lint metadata
fdroid lintThe repository supports multiple mirrors for high availability:
- Primary:
https://fdroid.rechain.network/repo - Mirror 1:
https://mirror1.rechain.network/fdroid - Mirror 2:
https://mirror2.rechain.network/fdroid
For support and questions:
- Email: [email protected]
- Documentation: https://docs.rechain.network/fdroid
- Issues: https://github.com/sorydima/REChain-/issues
- v4.1.10+1160 (2025-01-09): Enhanced security, performance optimizations, new features
- v4.1.9+1159 (2024-12-15): Bug fixes and stability improvements
- v4.1.8+1158 (2024-11-20): UI/UX enhancements and accessibility improvements
Updated for REChain v4.1.10+1160 - 2025-01-09