uploader 0.1.4
uploader: ^0.1.4 copied to clipboard
This package is used for creating AAB/APK and IPA files, and sending them to Play Console, TestFlight, and Firebase App Distribution
0.1.4 #
- Android package name is now automatically retrieved, removing the need to provide it as a parameter
- Fixed a bug that occurred during the upload process to Firebase App Distribution
0.1.3 #
- Update readme
0.1.2 #
- Update readme
0.1.1 #
- BREAKING CHANGE: Replaced
androidConfig
andiosConfig
withplayStoreConfig
andtestFlightConfig
for better platform-specific configuration clarity - Enhanced project details display for better readability
- Added TestFlight and Play Store configuration improvements
0.1.0 #
- Added log system support to enable logging functionality.
- Added parallel upload support for faster upload processes.
- Updated config parameter types for improved flexibility and clarity.
0.0.9 #
- Update readme and packages
0.0.8 #
- Update readme
0.0.7 #
- removed unnecessary use of 'only' from enums
0.0.6 #
- Update readme
0.0.5 #
- Update description
0.0.4 #
- Add example
0.0.3 #
- Update readme
0.0.2 #
- All project files moved to the src folder
0.0.1 #
- First Release