Skip to content

Commit

Permalink
update version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iceCola7 committed Nov 17, 2019
1 parent d3f5aec commit be19637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/tinker-support.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def baseApkDir = "app-1026-22-10-05"
/**
* 构建基准包和补丁包都要指定不同的tinkerId,并且必须保证唯一性
*/
def tinkerIdV = "patch-1.1.3"
def tinkerIdV = "base-1.1.4"

/**
* 对于插件各参数的详细解析请参考
Expand Down
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 17,
targetSdkVersion : 28,
versionCode : 14,
versionName : "1.1.3"
versionCode : 15,
versionName : "1.1.4"
]

dependVersion = [
Expand Down

0 comments on commit be19637

Please sign in to comment.