Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blundell/bugsee-android-composite-plugin
https://github.com/blundell/bugsee-android-composite-plugin
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blundell/bugsee-android-composite-plugin
- Owner: blundell
- Created: 2024-09-14T16:48:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T16:56:46.000Z (3 months ago)
- Last Synced: 2024-12-06T05:30:22.667Z (19 days ago)
- Language: Kotlin
- Size: 98.6 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
- / 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