Skip to content

Commit

Permalink
2022/10/14
Browse files Browse the repository at this point in the history
支持Android13
  • Loading branch information
ag2s20150909 committed Oct 14, 2022
1 parent a7bb699 commit 0747540
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: Remove old apk
run: |
rm -rf ./release/*
- name: Set up Gradle
uses: gradle/gradle-build-action@v2

- name: Build With Gradle
run: |
chmod +x gradlew
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: Remove old apk
run: |
rm -rf ./release/*
- name: Set up Gradle
uses: gradle/gradle-build-action@v2

- name: Build With Gradle
run: |
chmod +x gradlew
Expand Down

0 comments on commit 0747540

Please sign in to comment.