Skip to content

Commit

Permalink
Merge pull request #155 from wangyupeng1-iri/master
Browse files Browse the repository at this point in the history
Unified upgrade to v.2.1.3
  • Loading branch information
wangyupeng1-iri authored Jul 7, 2017
2 parents e2c816e + af3d0f1 commit 3b5cfff
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion replugin-host-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildscript {
}

group = 'com.qihoo360.replugin' // 组名
version = '2.1.2' // 版本
version = '2.1.3' // 版本

dependencies {
compile 'com.android.tools.build:gradle:2.1.3'
Expand Down
3 changes: 0 additions & 3 deletions replugin-host-library/replugin-host-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 = ''

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


install {
repositories.mavenInstaller {
Expand Down
3 changes: 3 additions & 0 deletions replugin-host-library/replugin-host-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
*/
apply plugin: 'com.android.library'

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

android {
compileSdkVersion 25
buildToolsVersion '25.0.2'
Expand Down
2 changes: 1 addition & 1 deletion replugin-plugin-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ buildscript {
}

group = 'com.qihoo360.replugin' // 组名
version = '2.1.1' // 版本
version = '2.1.3' // 版本

dependencies {
compile 'com.android.tools.build:gradle:2.1.3'
Expand Down
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 3b5cfff

Please sign in to comment.