Skip to content

Commit

Permalink
sync to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
skhanbeiki committed Nov 30, 2024
1 parent cc296ec commit d73125b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions hamrahads/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
alias(libs.plugins.kotlin.parcelize)
alias(libs.plugins.kotlin.kapt.plugin)
alias(libs.plugins.kotlin.serialization.plugin)
id("maven-publish")
}

android {
Expand Down Expand Up @@ -35,18 +34,6 @@ android {
jvmTarget = "1.8"
}
}
afterEvaluate {
publishing {
publications {
create<MavenPublication>("release") {
from(components["release"])
groupId = "com.github.ayantech.ayanads"
artifactId = "HamrahAds"
version = "0.1.3"
}
}
}
}

dependencies {

Expand Down

0 comments on commit d73125b

Please sign in to comment.