Skip to content

Releases: ZeusLN/react-native-tor

v0.2.0-zeus

16 Mar 18:15
5b1edd9

Choose a tag to compare

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

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