Upgrade the replugin-plugin-lib version to v.2.1.3

This commit is contained in:
wangyupeng1-iri 2017-07-07 23:45:24 +08:00
parent 218aec89f2
commit af3d0f1567
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,6 @@ apply plugin: 'com.jfrog.bintray'
def siteUrl = '' //
def gitUrl = '' // Git仓库的url
version = "2.1.0"
group = 'com.qihoo360.replugin' //
install {
repositories.mavenInstaller {

View File

@ -16,6 +16,9 @@
apply plugin: 'com.android.library'
version = "2.1.3"
group = 'com.qihoo360.replugin' //
android {
compileSdkVersion 25
buildToolsVersion '25.0.2'