Skip to content

2.3.1

Latest

Choose a tag to compare

@s1ddhants1 s1ddhants1 released this 20 Aug 15:16

What's Changed in v2.3.1

  • 🧩 Modular Hook Architecture: Decoupled monolithic hooking logic into dedicated, isolated handlers (AuthBypass, PremiumFeature, FirebaseInit, TelemetrySuppression, ExitProtection) with cached DexKit bytecode resolution.
  • 🎨 Modular Guided Setup Wizard: Deconstructed the 5-step setup wizard into independent, maintainable composable steps.
  • 🔑 Random SHA-1 Fingerprint Generator: Reverted to generating random valid SHA-1 fingerprints in the setup wizard, preventing Google Cloud OAuth registration conflicts caused by duplicate SHA-1 certificates.
  • 🛠️ Kotlin DSL & Build Tooling: Migrated the entire build configuration to Gradle Kotlin DSL (.gradle.kts) and upgraded Gradle Wrapper to v9.7.0.
  • 📦 CI/CD Modernization: Upgraded GitHub Actions to Node 24 native versions and separated release builds (R8-optimized APK + ProGuard mapping) from debug artifacts.
  • 🧪 Expanded Test Coverage: Added comprehensive unit test suites covering configuration persistence, class resolution, telemetry suppression, and UI state flows.