Skip to content

v5.0.0 - AndroidX migration, drop Android 4 support, semver for version compare

Latest
Compare
Choose a tag to compare
@mikehardy mikehardy released this 12 Jun 16:57
5940969

5.0.0

  • BREAKING: remove patchSSLProvider() - was only needed for Android 4.x, react-native no longer supports 4.x
  • BREAKING: forward port to AndroidX, depends on androidx.appcompat only now
  • BREAKING: use semver.lt method to compare versions (PR #41, thanks @gaodeng!)

If you need to support Android 4.x with APK updates over SSL, do not update to v5 here.

If you have versions that are not semver-compatible, fix those so that installed apps and your updates
have semver-compatible versions, and then update to v5 here.

If you still cannot update to AndroidX, either run jetifier in reverse mode on this library, or stay on v4 here.

automated changelog follows

  • chore: commit yarn.lock from semver install b97e7d8
  • docs(CHANGELOG): prepare for v5 release 37be46c
  • BREAKING: use semver.lt to compare versions, handle error messages better (#41) 5071946
  • chore: refresh example 276f870
  • BREAKING: drop support for API<21, no SSL patch needed now 3841279
  • chore: yarn upgrade --latest to bump all dependencies f57ab3f
  • chore: update dependencies ebda923

v4.5.1...v5.0.0