diff --git a/bintray.gradle b/bintray.gradle index f150177..ce14401 100644 --- a/bintray.gradle +++ b/bintray.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.jfrog.bintray' def siteUrl = 'https://github.com/Aweme/McImage' def gitUrl = 'https://github.com/Aweme/McImage.git' group = "com.smallsoho.mobcase" -version = "0.1.3" +version = "0.1.4" Properties properties = new Properties() properties.load(project.rootProject.file('local.properties').newDataInputStream())