Skip to content

Commit

Permalink
add maven publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwei committed Sep 28, 2021
1 parent 3b0b783 commit 0992e78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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: 'maven-publish'
apply plugin: 'signing'

android {
compileSdkVersion 31
Expand Down Expand Up @@ -88,4 +89,11 @@ afterEvaluate {
}
}
}

signing {
sign publishing.publications.release
}
}



0 comments on commit 0992e78

Please sign in to comment.