Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileSky committed Aug 31, 2024
2 parents a4e65c6 + 0e377b5 commit d4d6aa9
Show file tree
Hide file tree
Showing 7 changed files with 854 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8"
version = "0.3.0"
edition = "2021"
readme = "README.md"
repository = "https://gitcode.net/mzdk100/droid-wrap.git"
Expand Down Expand Up @@ -65,11 +65,11 @@ test_java_nio = ["java_nio"]
[dependencies]

[dependencies.droid-wrap-utils]
version = "0.2.8"
version = "0.3.0"
path = "utils"

[dependencies.droid-wrap-derive]
version = "0.2.8"
version = "0.3.0"
path="derive"

[workspace]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ android.view.View的API等(包括点击监听器的实现)。
13. android.view.View_OnLongClickListener;
14. android.view.ViewParent;
15. android.view.View_OnKeyListener;
16. android.view.Window;

### 安卓小部件(android_widget)

Expand Down
4 changes: 2 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ repository.workspace = true
[dependencies]
heck = "0.5.0"
proc-macro2 = "1.0.86"
quote = "1.0.36"
quote = "1.0.37"

[dependencies.syn]
features = ["full"]
version = "2.0.72"
version = "2.0.76"

[lib]
proc-macro = true
1 change: 0 additions & 1 deletion example/src/activity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ use droid_wrap::{
},
},
java::lang::{CharSequenceExt, CharSequenceImpl, RunnableImpl},
JProxy,
};
use mobile_entry_point::mobile_entry_point;
use std::sync::Arc;
Expand Down
Loading

0 comments on commit d4d6aa9

Please sign in to comment.