Devlight / Devlight/ArcProgressStackView
Error in AndroidManifest without merge rules
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 203
- PR merge metrics
- No merged PRs in 30d
Description
My app manifest has tags
```
android:allowBackup="false"
android:supportsRtl="false">
```
and ArcProgressStackView's manifest has theirs too, but with `true` values.
So i am receiving an gradle error when just add `compile 'devlight.io:arcprogressstackview:1.0.4'` as you describe in README.md.
It may be fixed by adding few words about `tools:node="replace"` in your readme file or just removing all values from `` manifest's tag of this awesome library.
P.S. It would be nice, that your library run out from-the-box without any mistakes.
Thank you!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with README.md's dependency instructions and reproduce the Gradle manifest merge error when adding version 1.0.4. Inspect the library and app application attributes, then confirm that either the documented tools:node="replace" workaround or removing the conflicting library values resolves the merge without breaking the integration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100