Skip to content
This repository was archived by the owner on Sep 25, 2022. It is now read-only.

Commit d785a67

Browse files
committed
update submodule, bump to 1.2.1
1 parent 4c616b9 commit d785a67

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ And there are many other APIs:
2626

2727
- `DexKit::FindMethodBeInvoked`: find caller for specified method.
2828
- `DexKit::FindMethodInvoking`: find the called method
29-
- `DexKit::FindFieldBeUsed`: find method getting specified field, access types(put/get) can be limited by setting `be_used_flags`
29+
- `DexKit::FindMethodUsedField`: find method getting specified field, access types(put/get) can be limited by setting `be_used_flags`
3030
- `DexKit::FindMethodUsedString`: find method used utf8 string
3131
- `DexKit::FindMethod`: find method by multiple conditions
3232
- `DexKit::FindSubClasses`: find all direct subclasses of the specified class

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
- `DexKit::FindMethodBeInvoked`: 查找指定方法的调用者
2828
- `DexKit::FindMethodInvoking`: 查找指定方法调用的方法
29-
- `DexKit::FindFieldBeUsed`: 查找指定的属性被什么方法调用,可通过参数 `be_used_flags` 限制访问类型(put/get)
29+
- `DexKit::FindMethodUsedField`: 查找指定的属性被什么方法调用,可通过参数 `be_used_flags` 限制访问类型(put/get)
3030
- `DexKit::FindMethodUsedString`: 查找指定字符串的调用者
3131
- `DexKit::FindMethod`: 多条件查找方法
3232
- `DexKit::FindSubClasses`: 查找直系子类

dexkit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ afterEvaluate {
5252
// You can then customize attributes of the publication as shown below.
5353
groupId = 'io.luckypray'
5454
artifactId = 'dexkit'
55-
version = '1.2.0'
55+
version = '1.2.1'
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)