This repository was archived by the owner on Oct 31, 2022. It is now read-only.
0.10.2 Release
Gradle 4.8 Support, AGP 2.x & GMS Plugin Compatibility Fixes
- Fixes build issues with Gradle 4.8. PR #40
- When OneSignal is applied after AGP 2.x this plugins now falls back to safe locking
- Before all alignment was skipped, a dependency graph doesn't happen in this case
- Such as locking Android Support library to
compileSDKVersion
- Solves build issues on PGB such as OneSignal/OneSignal-Cordova-SDK#375
- PR #38
- Fixed build issues with
com.google.gms.google-services
version3.3.0
and newer. Issue #37