You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
When com.onesignal.androidsdk.onesignal-gradle-plugin is applied before com.android.application and there is a sub Android library project sync gradle fails in Android Studio but all other ./gradlew build commands work just fine.
This is a follow up to issue #76 which a work around was found by changing the apply order. However this shouldn't be necessary for an app developer to change this.
Issue
When
com.onesignal.androidsdk.onesignal-gradle-plugin
is applied beforecom.android.application
and there is a sub Android library project sync gradle fails in Android Studio but all other./gradlew
build commands work just fine.This is a follow up to issue #76 which a work around was found by changing the apply order. However this shouldn't be necessary for an app developer to change this.
Project Setup
build.gradle
app/build.gradle
common/build.gradle
Full Error
Other Things Tried
Upgrading to AGP 3.3.0-beta02 - no effect
Downgrading this plugin to 0.11.3 results in the following error instead;
What works
The following runs fine without issues.
Dependency Tree
Does not apply, dependencies them selves are resolved correctly.
The text was updated successfully, but these errors were encountered: