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.
dependencies {
compile 'com.android.support:support-v4:24.2.1'
compile 'com.android.support:support-v4:25.0.0'
}
android {
compileSdkVersion 24
buildToolsVersion "24.0.3"
compileSdkVersion 25
buildToolsVersion "25.0.0"
defaultConfig {
targetSdkVersion 24
targetSdkVersion 25
}
sourceSets {