How to use? app level build.gradle
""" implementation("com.github.ProArun:EasyLogger:1.0.0") """
add in repositories section of settings.gradle.kts below google() and mavenCentral()
''' maven { url = uri("https://jitpack.io"} '''
"""Happy Logging"""
| Name | Name | Last commit date | ||
|---|---|---|---|---|
How to use? app level build.gradle
""" implementation("com.github.ProArun:EasyLogger:1.0.0") """
add in repositories section of settings.gradle.kts below google() and mavenCentral()
''' maven { url = uri("https://jitpack.io"} '''
"""Happy Logging"""