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

0.8.0 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 08 Dec 22:27

Flavors & multimodule build fixes and targetSdkVersion alignment

  • Fixes multimodule with Gradle 4 and (AGP)Android gradle plugin 3. Issues #9
  • Fixes "WearApp" errors with projects with flavors when using Gradle 3.3. Issue #7
  • OneSignal SDK is updated to a compatible version to the targetSdkVersion set.
  • ... overridden from ... entries are now logged as info instead of warn so they no longer show by default.
  • Updated to use AGP 3's late variant.compileConfiguration.resolutionStrategy resolver for better build times and compatibly.