Skip to content

Commit

Permalink
Update build-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Jan 15, 2024
1 parent 2c5a035 commit 08600c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Install gomobile
run: go get golang.org/x/mobile/bind@latest

- name: Create build directory
run: mkdir -p ./build

- name: Build mobile package
run: |
gomobile bind -v -o ./build/mobile.aar -target=android -androidapi 26 ./mobile
Expand Down

0 comments on commit 08600c3

Please sign in to comment.