We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074bbb4 commit 751d7acCopy full SHA for 751d7ac
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
run: chmod +x ./gradlew
26
27
- name: Build debug APK
28
- uses: gradle/gradle-build-action@v2
+ uses: gradle/gradle-build-action@v3
29
with:
30
arguments: assembleDebug --warning-mode all --stacktrace
31
.github/workflows/ktlint.yml
@@ -25,6 +25,6 @@ jobs:
- name: Check code style
arguments: lintKotlin --warning-mode all --stacktrace
0 commit comments