-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
更新了android.view相关的方法,并改进了Java动态代理存在的重锁死锁(使用可重入互斥锁)。
- Loading branch information
SmileSky
committed
Aug 10, 2024
1 parent
cd405d2
commit c8173e4
Showing
6 changed files
with
92 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ authors = ["mzdk100 <[email protected]>"] | |
description = "用于Rust的Android API的高级封装" | ||
keywords = ["android", "api", "sdk", "jni", "java"] | ||
license = "Apache-2.0" | ||
version = "0.2.7" | ||
version = "0.2.8" | ||
edition = "2021" | ||
readme = "README.md" | ||
repository = "https://gitcode.net/mzdk100/droid-wrap.git" | ||
|
@@ -65,11 +65,11 @@ test_java_nio = ["java_nio"] | |
[dependencies] | ||
|
||
[dependencies.droid-wrap-utils] | ||
version = "0.2.7" | ||
version = "0.2.8" | ||
path = "utils" | ||
|
||
[dependencies.droid-wrap-derive] | ||
version = "0.2.7" | ||
version = "0.2.8" | ||
path="derive" | ||
|
||
[workspace] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters