sematext/sematext-logsene-android

Dependency error

olivier65 opened this issue · 1 comments

Using logseme will add a dependency on com.google.android:android:4.1.1.4 to your gradle project. This is wrong. If you want to keep logsene as a maven-based project at least add <scope>provided</scope> to the android dependency declaration.

Thanks @olivier65!

New release 1.0.2 has been pushed with this fix.