Skip to content

Commit

Permalink
Merge pull request #206 from wangyupeng1-iri/master
Browse files Browse the repository at this point in the history
Upgraded to 2.1.5
  • Loading branch information
wangyupeng1-iri authored Jul 14, 2017
2 parents d8142d7 + 1fa2e52 commit 69e259b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package com.qihoo360.replugin.gradle.host
class AppConstant {

/** 版本号 */
def static final VER = "2.1.4"
def static final VER = "2.1.5"

/** 打印信息时候的前缀 */
def static final TAG = "< replugin-host-v${VER} >"
Expand Down
2 changes: 1 addition & 1 deletion replugin-host-library/replugin-host-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
apply plugin: 'com.android.library'

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

android {
Expand Down
2 changes: 1 addition & 1 deletion replugin-plugin-library/replugin-plugin-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

apply plugin: 'com.android.library'

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

android {
Expand Down
2 changes: 1 addition & 1 deletion replugin-sample/host/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:support-v4:25.3.1'
compile 'com.qihoo360.replugin:replugin-host-lib:2.1.4'
compile 'com.qihoo360.replugin:replugin-host-lib:2.1.5'
}
2 changes: 1 addition & 1 deletion replugin-sample/host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.qihoo360.replugin:replugin-host-gradle:2.1.3'
classpath 'com.qihoo360.replugin:replugin-host-gradle:2.1.5'
}
}

Expand Down
2 changes: 1 addition & 1 deletion replugin-sample/plugin/plugin-demo1/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ android {
// 这个plugin需要放在android配置之后,因为需要读取android中的配置项
apply plugin: 'replugin-plugin-gradle'
dependencies {
compile 'com.qihoo360.replugin:replugin-plugin-lib:2.1.3'
compile 'com.qihoo360.replugin:replugin-plugin-lib:2.1.5'
provided files('libs/fragment.jar')//这个jar就是从Support-fragment中提取出来的并非特制包目的是为了骗过编译期
}
2 changes: 1 addition & 1 deletion replugin-sample/plugin/plugin-demo1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.qihoo360.replugin:replugin-plugin-gradle:2.1.4'
classpath 'com.qihoo360.replugin:replugin-plugin-gradle:2.1.5'
}
}

Expand Down
2 changes: 1 addition & 1 deletion replugin-sample/plugin/plugin-demo2/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ apply plugin: 'replugin-plugin-gradle'

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.qihoo360.replugin:replugin-plugin-lib:2.1.3'
compile 'com.qihoo360.replugin:replugin-plugin-lib:2.1.5'
}
2 changes: 1 addition & 1 deletion replugin-sample/plugin/plugin-demo2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.qihoo360.replugin:replugin-plugin-gradle:2.1.4'
classpath 'com.qihoo360.replugin:replugin-plugin-gradle:2.1.5'
}
}

Expand Down

0 comments on commit 69e259b

Please sign in to comment.