• T
    Lower the minSdkVersion to 9. · e14f589c
    Takeshi Hagikura 提交于
    Changes include:
    - Use methods from the ViewCompat otherwise those methods are not supported in
      < 14
    - Use the compat version of Fragment and Preferences for the demo app
    
    The ./gradlew build runs the lint check to verify the methods that aren't
    supported in the API level < 14 are not called.
    So it should be checked by the Circle CI.
    e14f589c
FlexboxLayout.java 81.7 KB