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:
parent
989fcb60b3
commit
b18dfbed7c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user