Upgrade sdk and build tools for drag-sort-listview submodule

This commit is contained in:
Doug Keen 2016-10-30 21:35:12 -07:00
parent daad250bb9
commit 1c3816fc49

View File

@ -4,15 +4,15 @@ apply plugin: 'com.android.library'
// so we can control how it builds without having to submit pull requests. // so we can control how it builds without having to submit pull requests.
dependencies { dependencies {
compile 'com.android.support:support-v4:24.2.1' compile 'com.android.support:support-v4:25.0.0'
} }
android { android {
compileSdkVersion 24 compileSdkVersion 25
buildToolsVersion "24.0.3" buildToolsVersion "25.0.0"
defaultConfig { defaultConfig {
targetSdkVersion 24 targetSdkVersion 25
} }
sourceSets { sourceSets {