Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 576 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 576 Bytes

AndroidLogging

Download

添加依赖

repositories {
    maven { url 'https://dl.bintray.com/tuuzed/maven' }
}

dependencies {
    implementation 'com.tuuzed.android.logging:logging:latest.release'
    implementation 'com.tuuzed.android.logging:logging-ktx:latest.release'
    implementation 'com.tuuzed.android.logging:logging-log4j:latest.release'
}