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 5d3bdb4 commit 6f7e77eCopy full SHA for 6f7e77e
.github/workflows/build.yml
@@ -11,10 +11,11 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
- name: Set up JDK 11
16
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
17
with:
18
+ distribution: 'zulu'
19
java-version: 11
20
- name: Build with Gradle
21
run: ./gradlew build
README.md
@@ -184,6 +184,10 @@ drawBoardView.getResultBitmap()
184
185
更多使用详情,请查看[app](app)中的源码使用示例或直接查看[API帮助文档](https://jenly1314.github.io/DrawBoard/api/)
186
187
+## 相关推荐
188
+
189
+- [ImageViewer](https://github.com/jenly1314/ImageViewer) 一个图片查看器,一般用来查看图片详情或查看大图时使用。
190
191
<!-- end -->
192
193
## 版本日志
0 commit comments