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