FOSS Compliance
- Removed Google dependency metadata block from APK — the
DEPENDENCY_INFO_BLOCK(encrypted with a Google public key) is no longer included. AddeddependenciesInfo { includeInApk = false; includeInBundle = false }to build.gradle.
Current FOSS status
- All proprietary libraries removed (MLKit, Firebase, FCM)
- Only remaining Google dependency:
play-services-location(compile-time dependency of expo-location forFusedLocationProviderClient). Works transparently with microG as a FOSS replacement at runtime. - APK ~30MB (arm64-only)
- Fastlane metadata in project root
Full Changelog: v0.7.2...v0.7.3