reset the commit of host-lib's build.gradle

This commit is contained in:
wangfuda 2017-08-06 20:30:16 +08:00
parent 58ef28e5d1
commit 2b5094e52c

View File

@ -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'