HarinTrivedi / FABRevealMenu-master

A general purpose android UI library to show a user show menu in accordance of Floating action button with material design guidelines.
https://harintrivedi.github.io/FABRevealMenu-master/
Apache License 2.0
614 stars 117 forks source link

Minimum Api Version is 21 #31

Closed chnouman closed 5 years ago

chnouman commented 6 years ago

It should be 18 atleast

Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [com.hlab.fabrevealmenu:fab-reveal-menu:1.0.4] D:\gradle\caches\transforms-1\files-1.1\fab-reveal-menu-1.0.4.aar\cfbe3134ff7dab05e863daea447b358f\AndroidManifest.xml as the library might be using APIs not available in 16 Suggestion: use a compatible library with a minSdk of at most 16, or increase this project's minSdk version to at least 21, or use tools:overrideLibrary="com.hlab.fabrevealmenu" to force usage (may lead to runtime failures)

HarinTrivedi commented 6 years ago

Hi @chnouman, please use older version 1.0.3 for support from api 16

chnouman commented 6 years ago

with 1.0.3 it was giving error dear.

HarinTrivedi commented 5 years ago

Hi, in latest version support for <21 is not available. So this library wont work for you buddy. Sorry!!