orhanobut / logger

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

Migrated to AndroidX #249

Closed balajisunku-halodoc closed 3 years ago

wangmir commented 2 years ago

how can we use this version at import situation..? Is this version is released?

sergeys-opera commented 2 years ago

@orhanobut any chance that you can release a new version of the lib including this fix?

sergeys-opera commented 2 years ago

As a temporary workaround old Android libraries can be excluded explicitly in the logger dependency declaration:

    implementation (libs.orhanobut.logger) {
        // Annotations are not used at runtime and can safely be excluded in order to disable the jetifier.
        exclude group: 'com.android.support', module: 'support-annotations'
    }
artemyto commented 2 years ago

Another way is to use jitpack.io to add dependency to master snapshot: https://jitpack.io/#orhanobut/logger/master-SNAPSHOT