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.kotlinParcelize)
|
||||
alias(libs.plugins.composeCompiler)
|
||||
"maven-publish"
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -45,10 +46,6 @@ android {
|
|||
val version = "0.1-DEVEL"
|
||||
val group = "com.github.the-scrabi"
|
||||
val artifact = "NewPlayer"
|
||||
|
||||
repositories {
|
||||
maven(url="https://jitpack.io")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -16,6 +16,7 @@ dependencyResolutionManagement {
|
|||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven(url ="https://jitpack.io")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue