Skip to content

Commit

Permalink
fix jitpack build
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-chs-admin committed Nov 8, 2022
1 parent 911b5ca commit aa1160c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions library/build.gradle
Expand Up @@ -20,3 +20,13 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release
}
}
}
}

0 comments on commit aa1160c

Please sign in to comment.