Bugsee Gradle Plugin
The Bugsee Gradle Plugin is used to collect ProGuard/R8 mapping files and native debug symbols and upload them to Bugsee servers.
You can find the plugin in the Maven repository.
Usage
For installation and usage instructions, please refer to the Gradle plugin documentation.
Releases
3.6 (April 28 2025)
- Feat: Add NDK symbols handling support (collection and upload)
3.5 (November 15 2024)
- Fix: Ensure AAB targets are handled correctly
3.4 (September 10 2024)
- Feat: Add artifacts which can be referenced by the plugin ID
3.3 (September 10 2024)
- Fix: Properly define plugin name in Gradle environment
3.2 (March 13 2023)
- Fix: SSL/TLS issues
3.1 (September 16 2022)
- Fix: Internal issues
3.0 (September 13 2022)
- Feat: Latest Gradle version support
2.3 (August 3 2022)
- Feat: Internal improvements
2.2 (August 9 2021)
- Feat: Internal improvements
2.1 (August 5 2021)
- Feat: Internal improvements
2.0 (August 5 2021)
- Feat: Migrate to Gradle 7.1.1
1.2 (October 28 2020)
- Feat: Gradle 4.1+ support
1.1 (May 27 2020)
- Feat: Latest Gradle version support
1.0.7 (March 21 2019)
- Fix: Remove deprecated calls to leftShift()
1.0.6 (February 13 2019)
- Fix: Handle manifestOutputDirectory properly in Gradle 3.3.x
1.0.5 (November 2 2018)
- Feat: Add support for instant apps
- Feat: Add support for split sections
1.0.4 (December 26 2017)
- Fix: Internal issues
1.0.3 (November 18 2017)
- Fix: Internal issues
1.0.2 (November 14 2017)
- Fix: Internal issues
1.0.1 (March 3 2017)
- Fix: Ensure all symbols archives are uploaded correctly
1.0.0 (March 3 2017)
- Feat: Initial release