open the log switch, set version 2.1.1

This commit is contained in:
cundong 2017-07-04 21:15:53 +08:00
parent ecc51d170e
commit bcad1faf2e
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -43,6 +43,8 @@ android {
lintOptions {
abortOnError false
}
defaultPublishConfig "debug"
}
dependencies {