Skip to content

Commit

Permalink
更新版本至 v.1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HChenX committed Nov 26, 2024
1 parent ed0d71f commit d985fa4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dependencyResolutionManagement {
dependencies {
// Choose one of these options; jitpack is recommended as maven might not update as frequently.
// Tip: Replace v.*.*.* with the latest release version.
implementation 'com.github.HChenX:HookTool:v.1.0.7' // jitpack
implementation 'io.github.hchenx:hooktool:v.1.0.7' // maven Tip: Almost abandoned, please do not use!
implementation 'com.github.HChenX:HookTool:v.1.0.8' // jitpack
implementation 'io.github.hchenx:hooktool:v.1.0.8' // maven Tip: Almost abandoned, please do not use!
}
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dependencyResolutionManagement {
dependencies {
// 二选一即可,推荐使用 jitpack,maven 可能不会同步更新!
// Tip: v.*.*.* 填写当前最新发行版版本号即可!
implementation 'com.github.HChenX:HookTool:v.1.0.7' // jitpack
implementation 'io.github.hchenx:hooktool:v.1.0.7' // maven Tip: 几乎废弃,请不要使用!
implementation 'com.github.HChenX:HookTool:v.1.0.8' // jitpack
implementation 'io.github.hchenx:hooktool:v.1.0.8' // maven Tip: 几乎废弃,请不要使用!
}
```

Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/com/hchen/hooktool/data/ToolData.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
* @author 焕晨HChen
*/
public final class ToolData {
public static String mHookToolVersion = "v.1.0.7";
public static String mInitTag = "[Unknown]";
public static String mSpareTag = "Unknown";
public static int mInitLogLevel = HCInit.LOG_I;
Expand Down

0 comments on commit d985fa4

Please sign in to comment.