Use a recently maintained version of DSLV, which compiles correctly with newer Gradles.

This commit is contained in:
tzugen 2021-05-20 18:41:15 +02:00
parent b0b03c0fe0
commit f1713fdbd3
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
3 changed files with 5 additions and 3 deletions

View File

@ -33,6 +33,7 @@ allprojects {
repositories {
mavenCentral()
google()
maven { url 'https://jitpack.io' }
}
}

View File

@ -31,7 +31,7 @@ ext.versions = [
twitterSerial : "0.1.6",
koin : "2.2.2",
picasso : "2.71828",
sortListView : "1.0",
sortListView : "1.0.1",
junit4 : "4.13.2",
junit5 : "5.7.1",
@ -90,7 +90,7 @@ ext.other = [
dexter : "com.karumi:dexter:$versions.dexter",
timber : "com.jakewharton.timber:timber:$versions.timber",
fastScroll : "com.simplecityapps:recyclerview-fastscroll:$versions.fastScroll",
sortListView : "asia.ivity.android:drag-sort-listview:$versions.sortListView",
sortListView : "com.github.tzugen:drag-sort-listview:$versions.sortListView",
]
ext.testing = [

View File

@ -27,6 +27,7 @@
app:remove_mode="flingRemove"
app:fling_handle_id="@+id/song_drag"
app:drag_start_mode="onMove"
app:float_background_color="?attr/color_background" />
app:float_background_color="?attr/color_background"
app:float_alpha="0.7" />
</LinearLayout>