androidjs-builder icon indicating copy to clipboard operation
androidjs-builder copied to clipboard

Androidjs-builder is the official code generator for androidjs, it helps to generate and build fully featured android app in NodeJS.

Results 43 androidjs-builder issues
Sort by recently updated
recently updated
newest added

Bumps [marked](https://github.com/markedjs/marked) to 4.1.1 and updates ancestor dependency [typedoc](https://github.com/TypeStrong/TypeDoc). These dependencies need to be updated together. Updates `marked` from 0.8.0 to 4.1.1 Release notes Sourced from marked's releases. v4.1.1 4.1.1...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.6.7 and updates ancestor dependency [list-github-dir-content](https://github.com/fregante/list-github-dir-content). These dependencies need to be updated together. Updates `node-fetch` from 1.7.3 to 2.6.7 Release notes Sourced from node-fetch's releases. v2.6.7 Security...

dependencies

Removes [jsdom](https://github.com/jsdom/jsdom). It's no longer used after updating ancestor dependency [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Removes `jsdom` Updates `jest` from 25.1.0 to 29.2.0 Release notes Sourced from...

dependencies

Removes [node-notifier](https://github.com/mikaelbr/node-notifier). It's no longer used after updating ancestor dependency [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Removes `node-notifier` Updates `jest` from 25.1.0 to 29.2.0 Release notes Sourced from...

dependencies

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 15.0.0 to 15.0.3. Release notes Sourced from yargs-parser's releases. yargs-parser yargs-parser-v15.0.3 Bug Fixes build: should use releases_created when using manifest (49ea4ef) yargs-parser yargs-parser-v15.0.2 Bug Fixes perf: address...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansi-regex&package-manager=npm_and_yarn&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

Hi, Due to my apps don't require node backend process. I was testing static mode which creates a lighter APK saving a lot of space. Everything works fine except for...

**.apk** files will be retired and replaced with **.aab**

When building an app (`androidjs build`) which was initialized with the static-template, got this error: --release= false copying assets ... updating app name... Setting app version ... Version Code: 1000032...

bug