mirror of
https://gitee.com/replugin/RePlugin.git
synced 2024-11-30 02:38:34 +08:00
reset the commit of host-lib's build.gradle
This commit is contained in:
parent
58ef28e5d1
commit
2b5094e52c
@ -18,7 +18,6 @@
|
||||
* @author RePlugin Team
|
||||
*/
|
||||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
version = "2.1.7"
|
||||
group = 'com.qihoo360.replugin' // 组名
|
||||
@ -54,12 +53,5 @@ dependencies {
|
||||
provided 'com.android.support:support-v4:25.2.0'
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
artifact "./build/outputs/aar/replugin-host-lib-debug.aar"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
apply from: 'bintray.gradle'
|
||||
|
Loading…
Reference in New Issue
Block a user