mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-04-03 21:21:23 +02:00
Use a recently maintained version of DSLV, which compiles correctly with newer Gradles.
This commit is contained in:
parent
b0b03c0fe0
commit
f1713fdbd3
@ -33,6 +33,7 @@ allprojects {
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ ext.versions = [
|
|||||||
twitterSerial : "0.1.6",
|
twitterSerial : "0.1.6",
|
||||||
koin : "2.2.2",
|
koin : "2.2.2",
|
||||||
picasso : "2.71828",
|
picasso : "2.71828",
|
||||||
sortListView : "1.0",
|
sortListView : "1.0.1",
|
||||||
|
|
||||||
junit4 : "4.13.2",
|
junit4 : "4.13.2",
|
||||||
junit5 : "5.7.1",
|
junit5 : "5.7.1",
|
||||||
@ -90,7 +90,7 @@ ext.other = [
|
|||||||
dexter : "com.karumi:dexter:$versions.dexter",
|
dexter : "com.karumi:dexter:$versions.dexter",
|
||||||
timber : "com.jakewharton.timber:timber:$versions.timber",
|
timber : "com.jakewharton.timber:timber:$versions.timber",
|
||||||
fastScroll : "com.simplecityapps:recyclerview-fastscroll:$versions.fastScroll",
|
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 = [
|
ext.testing = [
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
app:remove_mode="flingRemove"
|
app:remove_mode="flingRemove"
|
||||||
app:fling_handle_id="@+id/song_drag"
|
app:fling_handle_id="@+id/song_drag"
|
||||||
app:drag_start_mode="onMove"
|
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>
|
</LinearLayout>
|
Loading…
x
Reference in New Issue
Block a user