Skip to content

Commit

Permalink
6.9.3 update
Browse files Browse the repository at this point in the history
- jump(...) 方法直接返回 JumpParameter 对象,可直接衔接 set/put 方法传递数据。
  • Loading branch information
kongzue committed Dec 11, 2023
1 parent 81ecbc9 commit b966bdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.kongzue.baseframeworkdemo"
minSdkVersion 15
targetSdkVersion 30
versionCode 131
versionName "6.9.2"
versionCode 132
versionName "6.9.3"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions baseframework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 30
versionCode 131
versionName "6.9.2"
versionCode 132
versionName "6.9.3"
}

buildTypes {
Expand Down

0 comments on commit b966bdc

Please sign in to comment.