dependencies {
// Refer the above badge for latest `TAG`.
implementation 'com.github.AdityaBavadekar.PinLog:pinlog:TAG'
//Or if you want a DebugLogsActivity for
//your app which shows list of logs add this instead
debugImplementation 'com.github.AdityaBavadekar.PinLog:pinlog-activity:TAG'
Note : The pinlog-activity library does not need set up other than this line just add couple of logs using PinLog and you will be able to see the library working.
Now that you are all set head over to the next page to commit your first log.