#AMUtil
maven { url 'https://jitpack.io' }
Example:
allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
}
compile 'com.github.adaptmobile-organization:amexoplayer:version'
Example:
dependencies {
compile 'com.github.adaptmobile-organization:amexoplayer:1.0.1'
}
Push a new/the next tag for a new version of amexoplayer on jitpack