android-ui
android-ui copied to clipboard
compatibility with v7 + (using ViewCompat and NineOldAndroids)
Enables v7+ (minSdkVersion) backward compatibility using Jake Wharton's NineOldAndroids 2.4.0 and ViewCompat (support-v4 21.0.3). Updates the build tools to the latest versions (21.1.2).
- http://developer.android.com/reference/android/support/v4/view/ViewCompat.html
- https://github.com/JakeWharton/NineOldAndroids/
Please merge it since we can be less reliant on NineOldAndroids library already.