Upgrade sdk and build tools for drag-sort-listview submodule
This commit is contained in:
parent
daad250bb9
commit
1c3816fc49
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user