bastienpaulfr / Treessence

Some trees for Timber lib
Apache License 2.0
99 stars 10 forks source link

Error retrieving v1.1.1 from JitPack #23

Closed dugsmith closed 1 year ago

dugsmith commented 1 year ago

Hi @bastienpaulfr:

I just tried to use version 1.1.1 from JitPack with implementation 'com.github.bastienpaulfr:Treessence:1.1.1', and it's failing for me.

From JitPack's site, it appears there's a build problem.

dugsmith commented 1 year ago

@bastienpaulfr : Do you know why the build is failing for this on JitPack?

deRonbrown commented 1 year ago

Jitpack doesn't seem compatible with 7.4.0 of the Android Gradle plugin. I've lowered the Gradle version and fixed the FileLoggerTree initializer in this PR: https://github.com/bastienpaulfr/Treessence/pull/25

Until this is merged in, you can grab my Jitpack changes using com.github.deRonbrown:Treessence:1.1.3.

dugsmith commented 1 year ago

Thank you, @deRonbrown! I appreciate you fixing that for us!

MycroftWong commented 1 year ago

@deRonbrown Thank you, I just notice that loggingCoroutineScope isn't working before!

dugsmith commented 1 year ago

It looks like #25 fixes this issue.