Skip to content

Commit

Permalink
chore: more jitpack settings
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyma committed Jan 24, 2022
1 parent 509a1be commit 83e2e77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'maven-publish'

android {
compileSdkVersion 31
Expand Down Expand Up @@ -51,3 +52,13 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'androidx.core:core-ktx:1.7.0'
}

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

0 comments on commit 83e2e77

Please sign in to comment.