The latest gradle version is not supported by jitpack.. will be shifting the library.
Add to build.gradle project level file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}Add to build.gradle app level file
dependencies {
implementation 'com.github.Miihir79:NetworkMonitoring-Library:Tag'
}