Submodule updates

This commit is contained in:
Doug Keen 2016-10-17 09:32:54 -07:00
parent 840749474a
commit a1db2cf90b
3 changed files with 6 additions and 6 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "drag-sort-listview"] [submodule "drag-sort-listview"]
path = drag-sort-listview path = drag-sort-listview
url = https://github.com/bauerca/drag-sort-listview url = https://github.com/dougkeen/drag-sort-listview

@ -1 +1 @@
Subproject commit c3cfccee21676149dfdf8e803c0ec2eaebc6b841 Subproject commit 08fd4ac6b1cd87d97db1c5a54ede820734b409f9

View File

@ -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:23.1.0' compile 'com.android.support:support-v4:24.2.1'
} }
android { android {
compileSdkVersion 23 compileSdkVersion 24
buildToolsVersion "23.0.1" buildToolsVersion "24.0.3"
defaultConfig { defaultConfig {
targetSdkVersion 23 targetSdkVersion 24
} }
sourceSets { sourceSets {