We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0c0c2 commit 2cfdcf7Copy full SHA for 2cfdcf7
.github/workflows/build.yml
@@ -35,14 +35,11 @@ jobs:
35
run: yes | sdkmanager --licenses
36
37
- name: Install Build Tools
38
- run: sdkmanager "build-tools;35.0.0" "platforms;android-35"
+ run: sdkmanager "build-tools;36.0.0" "platforms;android-36"
39
40
- name: Build Dex
41
run: chmod 755 ./gradlew && ./gradlew --no-daemon build-dex
42
43
- - name: Build Dex
44
- run: ls plugin/build
45
-
46
- name: Upload classes.dex Artifact
47
uses: actions/upload-artifact@v4
48
with:
0 commit comments