Commit 5818b078 authored by swift_gan's avatar swift_gan Committed by swift_gan

[XposedCompat]add jcenter plugin for xp_new

parent 064560ac
......@@ -42,3 +42,15 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
compileOnly project(':hooklib')
}
apply plugin: 'com.novoda.bintray-release'
publish {
userOrg = rootProject.userOrg
groupId = rootProject.groupId
artifactId = 'xposedcompat_new'
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