https://github.com/blundell/bugsee-android-composite-plugin
how to have cleaner, more maintainable code by creating your own BugSee Gradle plugin
https://github.com/blundell/bugsee-android-composite-plugin
androiddev bugsee gradle-plugin
Last synced: 11 months ago
JSON representation
how to have cleaner, more maintainable code by creating your own BugSee Gradle plugin
- Host: GitHub
- URL: https://github.com/blundell/bugsee-android-composite-plugin
- Owner: blundell
- Created: 2024-09-14T16:48:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T21:54:10.000Z (over 1 year ago)
- Last Synced: 2025-07-03T16:13:00.468Z (12 months ago)
- Topics: androiddev, bugsee, gradle-plugin
- Language: Kotlin
- Homepage: https://blog.blundellapps.co.uk/android-bugsee-sdk-ignore-the-docs-do-this-instead/
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BugSee Android Gradle composite build plugin
Blog here: https://blog.blundellapps.co.uk/android-bugsee-sdk-ignore-the-docs-do-this-instead/
`/app`
- The main app build
`/build-logic`
- This is the composite gradle build that holds our plugins
`/build-logic/bugsee-plugin`
- This is our custom bugsee gradle plugin
- adds bugsee to the dependency classpath in debug
- automatically upload mapping.txt to bugsee
- make the bugsee App Token available via BuildConfig
`app/src/debug/java/com/blundell/compositebugsee/BugseeInitializer.kt`
- configure bugsee settings before starting
`app/src/debug/AndroidManifest.xml`
- enable bugsee to start in onCreate for debug builds
Note:
- Enabling bugsee on startup is done using androidx.startup