add jitpack compatebillity second try
This commit is contained in:
parent
6f184312f7
commit
5b3a666f31
|
@ -5,6 +5,7 @@ plugins {
|
||||||
alias(libs.plugins.androidHilt)
|
alias(libs.plugins.androidHilt)
|
||||||
alias(libs.plugins.kotlinParcelize)
|
alias(libs.plugins.kotlinParcelize)
|
||||||
alias(libs.plugins.composeCompiler)
|
alias(libs.plugins.composeCompiler)
|
||||||
|
"maven-publish"
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
@ -45,10 +46,6 @@ android {
|
||||||
val version = "0.1-DEVEL"
|
val version = "0.1-DEVEL"
|
||||||
val group = "com.github.the-scrabi"
|
val group = "com.github.the-scrabi"
|
||||||
val artifact = "NewPlayer"
|
val artifact = "NewPlayer"
|
||||||
|
|
||||||
repositories {
|
|
||||||
maven(url="https://jitpack.io")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -16,6 +16,7 @@ dependencyResolutionManagement {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven(url ="https://jitpack.io")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue