thoughtbot / expandable-recycler-view

Custom Android RecyclerViewAdapters that collapse and expand
https://robots.thoughtbot.com/introducing-expandablerecyclerview
MIT License
2.12k stars 403 forks source link

minSdkVersion 能够调低一点吗? #89

Closed iielse closed 1 month ago

iielse commented 7 years ago

Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [com.thoughtbot:expandablerecyclerview:1.3] C:\Users\admin.android\build-cache\ecc77b1faa9058c67e052b4923cda2f285e43795\output\AndroidManifest.xml Suggestion: use tools:overrideLibrary="com.thoughtbot.expandablerecyclerview" to force usage

rajsuvariya commented 7 years ago

You can change your minSdkVersion in your app/build.gradle file. By using version 16 your app will be compatible for 95% + users.