diff --git a/README.md b/README.md new file mode 100644 index 0000000..91ce13e --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# AAB TO APK CONVERTER (IN DEVELOPMENT) + +AAB to APK Converter is an open-source tool built with Kotlin and Desktop Compose that allows users to convert Android App Bundles (AAB) to Android Package (APK) files using Google's [BundleTool](https://github.com/google/bundletool). + +![ATA](https://github.com/iammohdzaki/AabToApk-Desktop/blob/main/screenshots/ata.png) + +## FEATURES + +- Convert Android App Bundles (AAB) to Android Package (APK) files. +- Simple and intuitive user interface built with Desktop Compose. +- Cross-platform support for Windows, macOS, and Linux. + +## CONTRIBUTING + +Thank you for considering contributing to AAB to APK Converter! Contributions are welcome and encouraged. + +## License + +By contributing to AAB to APK Converter, you agree that your contributions will be licensed under the [MIT License](LICENSE). \ No newline at end of file diff --git a/screenshots/ata.png b/screenshots/ata.png new file mode 100644 index 0000000..942a6b8 Binary files /dev/null and b/screenshots/ata.png differ