Skip to content

Commit

Permalink
chore: fix ci (#393)
Browse files Browse the repository at this point in the history
* chore: fix ci

* chore: fix ci
  • Loading branch information
bgiori authored Feb 27, 2024
1 parent a6d4c9d commit b08fd35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
java-version: '8'
distribution: 'zulu'

- name: Setup Android Environment
uses: maxim-lobanov/setup-android-tools@v1
with:
packages: |
build-tools;28.0.3
platforms;android-28
- name: Build
run: ./gradlew build

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ jobs:
java-version: '8'
distribution: 'zulu'

- name: Setup Android Environment
uses: maxim-lobanov/setup-android-tools@v1
with:
packages: |
build-tools;28.0.3
platforms;android-28
- name: Build
run: ./gradlew build

Expand Down

0 comments on commit b08fd35

Please sign in to comment.