mike5v / viewmore-textview

A simple library for hide and show text with animation.
Apache License 2.0
89 stars 13 forks source link

API Level issue #2

Open chnouman opened 4 years ago

chnouman commented 4 years ago

Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [it.mike5v:viewmore-textview:1.1.3] /Users/admin/.gradle/caches/transforms-2/files-2.1/da743fcdf2a7bdf83acbefd187b515cf/jetified-viewmore-textview-1.1.3/AndroidManifest.xml as the library might be using APIs not available in 19 Suggestion: use a compatible library with a minSdk of at most 19, or increase this project's minSdk version to at least 21, or use tools:overrideLibrary="it.mike5v.viewmoretextview" to force usage (may lead to runtime failures)