fix: Use DisplayMetrics instead of WindowManager for StrictMode Error… #153
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Dependabot Branch Rebase" | |
on: | |
push: | |
branches: | |
- development | |
workflow_dispatch: | |
jobs: | |
rebase-branch: | |
name: "Rebase Development onto Dependabot Branch" | |
uses: mParticle/mparticle-workflows/.github/workflows/dependabot-rebase-development.yml@main | |
secrets: inherit |