Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Dec 16, 2024
1 parent c3b5f85 commit fa3404c
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 65 deletions.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ tasks.register("pack", Exec) {

commandLine([
"npx", "bare-pack",
"--platform", "android",
"--target", "android-arm",
"--target", "android-arm64",
"--target", "android-ia32",
"--target", "android-x64",
"--linked",
"--out", "app/src/main/assets/app.bundle",
"app/src/main/js/app.js"
Expand Down
111 changes: 48 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/holepunchto/bare-android#readme",
"devDependencies": {
"bare-link": "^1.0.4",
"bare-pack": "^1.1.5",
"bare-pack": "^1.2.0",
"prettier": "^3.4.2",
"prettier-config-standard": "^7.0.0"
}
Expand Down

0 comments on commit fa3404c

Please sign in to comment.