Update sdk and build tools version in drag-sort-listview module (I'd sure love to swap out this lib)

This commit is contained in:
Doug Keen 2015-10-18 20:38:42 -07:00
parent 989fcb60b3
commit b18dfbed7c
1 changed files with 4 additions and 4 deletions

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:22.2.1'
compile 'com.android.support:support-v4:23.1.0'
}
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
targetSdkVersion 22
targetSdkVersion 23
}
sourceSets {