apkup
apkup copied to clipboard
🚀 Publish APKs to Google Play directly from the terminal
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [semantic-release](https://github.com/semantic-release/semantic-release). These dependencies need to be updated together. Removes `yaml` Updates `semantic-release` from 17.4.7 to 21.0.1 Release notes Sourced from...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
The npm worked successfully on Jul 11. When I'm trying to upload an aab file, the issue occurs at the commit stage. Please see the log. The app file can...
I'm trying to upload a file to play store and I'm getting the following error: ``` npx apkup upload -k ./playstore_service_account.json -a $aabVersioned -t 'internal' - Uploading APK... ERROR: Changes...
First of all, this is a really great tool! Thanks for making and maintaining it! I am trying to upload 2 APKs, one for armv7 and one for arm64. As...