This commit is contained in:
Jenly
2020-12-24 18:23:26 +08:00
parent 26fcb14489
commit 86375baa37
2 changed files with 22 additions and 1 deletions

20
.github/workflows/gradle.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Android CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build

View File

@@ -53,8 +53,9 @@ ZXingLite for Android 是ZXing的精简版基于ZXing库优化扫码和生成
## 引入 ## 引入
最新版本
### Gradle: ### Gradle:
最新版本
```gradle ```gradle
//AndroidX 版本 //AndroidX 版本
implementation 'com.king.zxing:zxing-lite:2.0.0' implementation 'com.king.zxing:zxing-lite:2.0.0'