How can add library from github?
examble:
dependencies {
implementation 'com.github.bumptech.glide:glide:4.16.0'
}
also like this one
implementation 'com.github.dhimant1990:TimerTextView:v1.0'
New implement like this
implementation libs.appcompat
2
Answers
You can use jitpack.io for this, below implementation –
}