Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blundell/bugsee-android-composite-plugin


https://github.com/blundell/bugsee-android-composite-plugin

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# BugSee Android Gradle composite build plugin

- / app
- The main app build
- Enabling bugsee on startup is done using androidx.startup
- / build-logic
- This is the composite gradle build that holds our plugings
- / 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