We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1fba5 commit c3248bbCopy full SHA for c3248bb
2 files changed
.github/workflows/push.yml
@@ -57,7 +57,7 @@ jobs:
57
with:
58
log-accepted-android-sdk-licenses: false
59
cmdline-tools-version: 14742923
60
- packages: 'tools platform-tools build-tools'
+ packages: 'tools platform-tools platforms;android-36 build-tools;36.0.0'
61
62
- name: Try and find android build-tools
63
run: apksigner
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
- name: Code Style
run: ./gradlew ktlintCheck
0 commit comments