diff --git a/replugin-host-library/replugin-host-lib/bintray.gradle b/replugin-host-library/replugin-host-lib/bintray.gradle index 0f4136e9..e143a989 100644 --- a/replugin-host-library/replugin-host-lib/bintray.gradle +++ b/replugin-host-library/replugin-host-lib/bintray.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray' def siteUrl = '' def gitUrl = '' -version = "2.1.0" +version = "2.1.1" group = 'com.qihoo360.replugin' // 组名 diff --git a/replugin-host-library/replugin-host-lib/build.gradle b/replugin-host-library/replugin-host-lib/build.gradle index e1239a73..1b5db7af 100644 --- a/replugin-host-library/replugin-host-lib/build.gradle +++ b/replugin-host-library/replugin-host-lib/build.gradle @@ -43,6 +43,8 @@ android { lintOptions { abortOnError false } + + defaultPublishConfig "debug" } dependencies {