...
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
// https://developer.android.com/build/publish-library/upload-library?hl=zh-cn#create-pub
|
||||
publishing {
|
||||
publications {
|
||||
release(MavenPublication) {
|
||||
groupId = 'com.github.hzw1199'
|
||||
artifactId = 'AwesomeWebView-Android'
|
||||
version = '2.1.0'
|
||||
|
||||
afterEvaluate {
|
||||
from components.release
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user