maven-sdk-deployer

Appcompat, compatibility, and support libraries for Lollipop if minimum SDK = 14

最后都变了- 提交于 2019-12-08 19:14:48
问题 We have an existing Android app that supports API Level 8 up to 18. We used compatibility libraries 19.1.0. Now we are changing/upgrading to: Minimum SDK = 14 Target = android-22 Now given that there are v4, v7, v13 support, compatibility, and appcompat libraries in different versions, I'm not sure which ones to include and which ones not. We are using maven for dependency management and using Maven SDK deployer 回答1: If you are using a minSDK of 14 then technically you do not need any of them