Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

0.8.2 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 02 Apr 20:57

Android Library project support & Misc fixes

  • Now supports Android Library projects! Issue #18
  • Fixes com.onesignal:OneSignal' has different version for the compile (X.X.X) and runtime
    • If OneSignal version was bumped due match targetSdkVersion compatibility.
    • Issue #16
  • Fixes Cannot get property 'apiLevel' on null object when targetSdkVersion is not set. Issue #20
  • Upgrades OneSignal version to a compatible version when Android Support Library is updated. PR #28
  • Updated readme with new setup instructions