Skip to content

v0.2.0-zeus

Latest

Choose a tag to compare

@kaloudis kaloudis released this 21 Mar 15:07
53ca06a

What's Changed

Android 16KB page size support

  • Rebuilt sifir_android.aar with 16KB-aligned native libraries (-Wl,-z,max-page-size=16384) for Android 16 compatibility
  • Updated Android Gradle Plugin 3.2.1 → 7.4.2
  • Updated compileSdk/targetSdk 30 → 35
  • Updated Kotlin 1.3.50 → 1.8.22
  • Updated Gradle wrapper 6.1.1 → 7.6.3
  • Bumped minSdk fallback 16 → 24
  • Fixed: Changed sifir_android.aar dependency from compileOnly to implementation to fix null pointer crash at app launch (AGP 7.x enforces compileOnly strictly)

iOS XCFramework (from v0.1.9-zeus)

  • Replaced legacy fat binary with XCFramework for Apple Silicon simulator support
  • Updated podspec to reference xcframework

Other

  • Removed jcenter() repositories (Gradle 9 compat)
  • Removed prepare script to fix yarn install from git URL
  • Android Kotlin 2.0 compatibility fixes