AriesHoo / FastLib

一个Android项目级快速开发框架,节约大部分写常用功能时间以实现更多项目业务功能及体验上的优化。使用说明见wiki
https://github.com/AriesHoo/FastLib/wiki
Apache License 2.0
492 stars 95 forks source link

minSdkVersion现在最低是21? #36

Closed sceneren closed 5 years ago

sceneren commented 5 years ago

能否兼容4.3 或者4.4的,项目有很多老年人用

AriesHoo commented 5 years ago

你用的哪个版本,我现在设置的是minLibSdkVersion = 15

sceneren commented 5 years ago

FastLib版本是2.2.13 我项目里面设置的是16 提示 Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [com.github.AriesHoo:FastLib:2.2.13] /Users/scene/.gradle/caches/transforms-2/files-2.1/9dc8bb5bc497c75a49725e608b020915/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.aries.library.fast" to force usage (may lead to runtime failures)

AriesHoo commented 5 years ago

image

AriesHoo commented 5 years ago

我在beta版本里面改的

sceneren commented 5 years ago

好吧 那我替换为beta版本