NordicSemiconductor / Kotlin-BLE-Library

BSD 3-Clause "New" or "Revised" License
314 stars 33 forks source link

Update SLF4J to 2+ (Fix for #140) #154

Open LionZXY opened 3 months ago

LionZXY commented 3 months ago

Right now we are using deprecated slf4j and deprecated slf4j-timber.

I updated slf4j-timber to support up to 2+ and publish it via Maven Central: https://github.com/LionZXY/slf4j2-timber

Fix for https://github.com/NordicSemiconductor/Kotlin-BLE-Library/issues/140

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.

philips77 commented 3 months ago

That is great! Thank you!

philips77 commented 3 months ago

I let myself to make a PR to your library: https://github.com/LionZXY/slf4j2-timber/pull/2 Anyway, looks great, I'll test and see how it rolls.

LionZXY commented 3 months ago

Fixed!