Skip to content

Commit

Permalink
add androidapi flag
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Sep 29, 2023
1 parent f1694d9 commit 000808a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "shared_backend",
"scripts": {
"build": "concurrently 'yarn:build:*' --kill-others-on-fail",
"build:android": "gomobile bind -target android -o output/SharedBackend.aar github.com/Jigsaw-Code/outline-sdk/x/examples/outline-connectivity-app/shared_backend",
"build:android": "gomobile bind -target android -androidapi 21 -o output/SharedBackend.aar github.com/Jigsaw-Code/outline-sdk/x/examples/outline-connectivity-app/shared_backend",
"build:ios": "gomobile bind -target ios,iossimulator -o output/SharedBackend.xcframework github.com/Jigsaw-Code/outline-sdk/x/examples/outline-connectivity-app/shared_backend",
"clean": "rm -rf output",
"go": "go",
Expand Down

0 comments on commit 000808a

Please sign in to comment.