Skip to content

Commit

Permalink
Jitpack yml update, gradle update
Browse files Browse the repository at this point in the history
  • Loading branch information
hasancse91 committed Oct 19, 2024
1 parent 30763fd commit 730a04e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ android {

dependencies {

// implementation(project(":bongabdo"))
implementation(libs.bongabdo)
implementation(project(":bongabdo"))

implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
Expand Down
6 changes: 3 additions & 3 deletions bongabdo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ tasks.test {

publishing {
publications {
create<MavenPublication>("mavenJava") {
create<MavenPublication>("maven") {
groupId = "com.github.hasancse91"
artifactId = "bongabdo"
version = "0.0.2"
from(components["java"])
version = "0.0.3"
from(components["kotlin"])
}
}
}
3 changes: 2 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jdk:
- openjdk17
before_install:
- ./scripts/prepareJitpackEnvironment.sh
- sdk install java 17.0.9-open
- sdk use java 17.0.9-open

0 comments on commit 730a04e

Please sign in to comment.