Skip to content

Commit 2cfdcf7

Browse files
committed
.
1 parent 8f0c0c2 commit 2cfdcf7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,11 @@ jobs:
3535
run: yes | sdkmanager --licenses
3636

3737
- name: Install Build Tools
38-
run: sdkmanager "build-tools;35.0.0" "platforms;android-35"
38+
run: sdkmanager "build-tools;36.0.0" "platforms;android-36"
3939

4040
- name: Build Dex
4141
run: chmod 755 ./gradlew && ./gradlew --no-daemon build-dex
4242

43-
- name: Build Dex
44-
run: ls plugin/build
45-
4643
- name: Upload classes.dex Artifact
4744
uses: actions/upload-artifact@v4
4845
with:

0 commit comments

Comments
 (0)