This repository was archived by the owner on Oct 31, 2022. It is now read-only.
0.8.2 Release
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 matchtargetSdkVersion
compatibility. - Issue #16
- If
- Fixes
Cannot get property 'apiLevel' on null object
whentargetSdkVersion
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