We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f00665 commit 82a1277Copy full SHA for 82a1277
README.md
@@ -1,6 +1,6 @@
1
<p align="center"><strong>Android软键盘最佳解决方案</strong></p>
2
3
-<p align="center"><a href="https://github.com/liangjingkanji/soft-input-event/releases/download/1.0.7/soft-input-event.apk">下载体验</a>
+<p align="center"><a href="https://github.com/liangjingkanji/soft-input-event/releases/download/1.0.9/soft-input-event.apk">下载体验</a>
4
</p>
5
6
<p align="center">
@@ -84,7 +84,7 @@ dependencyResolutionManagement {
84
然后在 module 的 build.gradle 添加依赖框架
85
86
```groovy
87
-implementation 'com.github.liangjingkanji:soft-input-event:1.0.7'
+implementation 'com.github.liangjingkanji:soft-input-event:1.0.9'
88
```
89
90
0 commit comments