Skip to content

Commit

Permalink
the version was upgraded to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buyuntao committed Aug 9, 2018
1 parent 07d24ff commit d0da6cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.4"
def static final VER = "2.3.0"

/** 打印信息时候的前缀 */
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.2.4"
version = "2.3.0"
group = 'com.qihoo360.replugin' // 组名

android {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package com.qihoo360.replugin.gradle.plugin
class AppConstant {

/** 版本号 */
def static final VER = "2.2.4"
def static final VER = "2.3.0"

/** 打印信息时候的前缀 */
def static final TAG = "< replugin-plugin-v${VER} >"
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.2.4"
version = "2.3.0"
group = 'com.qihoo360.replugin' // 组名

android {
Expand Down

0 comments on commit d0da6cc

Please sign in to comment.