Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Flipper Min SDK to 21 (facebook#2742)
Summary: Getting this on CircleCI: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':tools:flipper-fresco-plugin:processDebugAndroidTestManifest'. > Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [:tools:flipper] /home/circleci/project/tools/flipper/build/intermediates/merged_manifest/debug/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.facebook.fresco.flipper" to force usage (may lead to runtime failures) ``` Pull Request resolved: facebook#2742 Reviewed By: oprisnik Differential Revision: D49095049 Pulled By: passy fbshipit-source-id: 58b55c5bf776ea4cd1ab63d0edadb82c9b278b9f
- Loading branch information