Skip to content

Commit

Permalink
Upgrade the replugin-plugin-lib version to v.2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyupeng1-iri committed Jul 7, 2017
1 parent 218aec8 commit af3d0f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions replugin-plugin-library/replugin-plugin-lib/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
3 changes: 3 additions & 0 deletions replugin-plugin-library/replugin-plugin-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

apply plugin: 'com.android.library'

version = "2.1.3"
group = 'com.qihoo360.replugin' // 组名

android {
compileSdkVersion 25
buildToolsVersion '25.0.2'
Expand Down

0 comments on commit af3d0f1

Please sign in to comment.