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
Sadly, when I add implementation 'com.github.chyrta:AndroidOnboarder:0.7' to Gradle, I get this error: error: expected reference but got (raw string) #000000.
Thanks for this library that looks super cool.
Sadly, when I add
implementation 'com.github.chyrta:AndroidOnboarder:0.7'
to Gradle, I get this error:error: expected reference but got (raw string) #000000
.This error looks to point to this:
This happen only when I use
implementation
instead of 'compile' (which is deprecated).Can you do something to fully support the new
implementation
in Gradle?The text was updated successfully, but these errors were encountered: