orhanobut / logger

✔️ Simple, pretty and powerful logger for android
Apache License 2.0
13.82k stars 2.14k forks source link

Update to use AndroidX so applications can drop jetifier #244

Open ndorigatti opened 3 years ago

ndorigatti commented 3 years ago

This pull request updates libraries to latest (or latest in the same major), and moves to androidX annotation artifact so no appcompat and jetifier dependencies are needed in any app using this library.

There is a fix for checkstyle (that wasn't working)

The sample app references root project targetSdkVersion.

prempalsingh commented 3 years ago

Seems like the repository is not being maintained anymore.

@orhanobut Would it be possible for you to merge this and release an AndroidX compatible version? Thanks.