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.
|
// so we can control how it builds without having to submit pull requests.
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:support-v4:22.2.1'
|
compile 'com.android.support:support-v4:23.1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 22
|
compileSdkVersion 23
|
||||||
buildToolsVersion "22.0.1"
|
buildToolsVersion "23.0.1"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
targetSdkVersion 22
|
targetSdkVersion 23
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
Loading…
Reference in New Issue
Block a user