Skip to content

Commit

Permalink
update v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iceCola7 committed Jun 28, 2021
1 parent fbeb191 commit 042ab76
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 = "base-1.1.7"
def tinkerIdV = "base-1.1.8"

/**
* 对于插件各参数的详细解析请参考
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: "30.0.3",
minSdkVersion : 17,
targetSdkVersion : 30,
versionCode : 18,
versionName : "1.1.7"
versionCode : 19,
versionName : "1.1.8"
]

dependVersion = [
Expand Down

0 comments on commit 042ab76

Please sign in to comment.