add jitpack compatebillity second try

This commit is contained in:
Christian Schabesberger 2024-07-18 15:03:22 +02:00
parent 6f184312f7
commit 5b3a666f31
2 changed files with 2 additions and 4 deletions

View File

@ -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 {

View File

@ -16,6 +16,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven(url ="https://jitpack.io")
}
}