Commit 7c9757e1 authored by swift_gan's avatar swift_gan

[XposedCompat]add binary publish

parent 3615f339
...@@ -29,3 +29,16 @@ dependencies { ...@@ -29,3 +29,16 @@ dependencies {
implementation 'com.linkedin.dexmaker:dexmaker:2.21.0' implementation 'com.linkedin.dexmaker:dexmaker:2.21.0'
compileOnly project(':hooklib') compileOnly project(':hooklib')
} }
apply plugin: 'com.novoda.bintray-release'
publish {
userOrg = rootProject.userOrg
groupId = rootProject.groupId
artifactId = 'xposedcompat'
publishVersion = rootProject.publishVersion
desc = rootProject.desc
website = rootProject.website
licences = rootProject.licences
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment