We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bb699 commit 0747540Copy full SHA for 0747540
.github/workflows/release.yml
@@ -18,6 +18,10 @@ jobs:
18
- name: Remove old apk
19
run: |
20
rm -rf ./release/*
21
+
22
+ - name: Set up Gradle
23
+ uses: gradle/gradle-build-action@v2
24
25
- name: Build With Gradle
26
27
chmod +x gradlew
.github/workflows/test.yml
@@ -16,6 +16,10 @@ jobs:
16
17
0 commit comments