diff --git a/betauploader/src/main/groovy/com.tencent.bugly.plugin/BetaPlugin.groovy b/betauploader/src/main/groovy/com.tencent.bugly.plugin/BetaPlugin.groovy index ee328e0..5aaf947 100644 --- a/betauploader/src/main/groovy/com.tencent.bugly.plugin/BetaPlugin.groovy +++ b/betauploader/src/main/groovy/com.tencent.bugly.plugin/BetaPlugin.groovy @@ -92,7 +92,7 @@ public class BetaPlugin implements Plugin { * @return */ public UploadInfo generateUploadInfo(Object variant) { - def manifestFile = variant.outputs.processManifest.manifestOutputFile[0] +// def manifestFile = variant.outputs.processManifest.manifestOutputFile[0] // println("-> Manifest: " + manifestFile) // println("VersionCode: " + variant.getVersionCode() + " VersionName: " + variant.getVersionName()) diff --git a/bintray.gradle b/bintray.gradle index 10bd9e5..e816e86 100644 --- a/bintray.gradle +++ b/bintray.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.jfrog.bintray' apply plugin: 'maven-publish' group = "com.tencent.bugly.plugin" -version = "1.0.0" +version = "1.0.1" def baseUrl = 'https://github.com/BuglyDevTeam' def siteUrl = baseUrl