add jitpack compatebillity first try

This commit is contained in:
Christian Schabesberger 2024-07-18 14:54:12 +02:00
parent b7f338837d
commit 6f184312f7
2 changed files with 10 additions and 1 deletions

2
jitpack.yml Normal file
View File

@ -0,0 +1,2 @@
jdk:
- openjdk11

View File

@ -41,10 +41,17 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
val version = "0.1-DEVEL"
val group = "com.github.the-scrabi"
val artifact = "NewPlayer"
repositories {
maven(url="https://jitpack.io")
}
}
dependencies {
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.appcompat)
implementation(libs.material)