//appice
implementation 'appice.io.android:sdk:2.5.59'
//glide
implementation "com.github.bumptech.glide:glide:4.10.0"
allprojects { repositories { maven { url "https://gitlab.com/api/v4/projects/project-id/packages/maven" //contact support@appice.io for projectId details credentials(HttpHeaderCredentials) { name = "Deploy-Token" value = "" //contact support@appice.io for token details } authentication { header(HttpHeaderAuthentication) } } } }