1
1
# Drag Select Compose
2
2
3
3
![ Maven Central] ( https://img.shields.io/maven-central/v/com.dragselectcompose/dragselect )
4
- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-v2.1.20 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
4
+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-v2.1.21 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
5
5
[ ![ Build] ( https://github.com/jordond/drag-select-compose/actions/workflows/ci.yml/badge.svg )] ( https://github.com/jordond/drag-select-compose/actions/workflows/ci.yml )
6
6
[ ![ License] ( https://img.shields.io/github/license/jordond/drag-select-compose )] ( http://www.apache.org/licenses/LICENSE-2.0 )
7
7
@@ -65,18 +65,18 @@ file:
65
65
``` kotlin
66
66
dependencies {
67
67
// Includes the core functionality along with all of the optional modules
68
- implementation(" com.dragselectcompose:dragselect:3.0.0 " )
68
+ implementation(" com.dragselectcompose:dragselect:3.0.1 " )
69
69
70
70
// Or use the modules you want
71
71
72
72
// Core functionality
73
- implementation(" com.dragselectcompose:core:3.0.0 " )
73
+ implementation(" com.dragselectcompose:core:3.0.1 " )
74
74
75
75
// Optional extensions for adding semantics and toggle Modifiers to Grid items
76
- implementation(" com.dragselectcompose:extensions:3.0.0 " )
76
+ implementation(" com.dragselectcompose:extensions:3.0.1 " )
77
77
78
78
// Optional wrappers around LazyGrid that implement the selection UI for you
79
- implementation(" com.dragselectcompose:grid:3.0.0 " )
79
+ implementation(" com.dragselectcompose:grid:3.0.1 " )
80
80
}
81
81
```
82
82
@@ -90,18 +90,18 @@ kotlin {
90
90
commonMain {
91
91
dependencies {
92
92
// Includes the core functionality along with all of the optional modules
93
- implementation(" com.dragselectcompose:dragselect:3.0.0 " )
93
+ implementation(" com.dragselectcompose:dragselect:3.0.1 " )
94
94
95
95
// Or use the modules you want
96
96
97
97
// Core functionality
98
- implementation(" com.dragselectcompose:core:3.0.0 " )
98
+ implementation(" com.dragselectcompose:core:3.0.1 " )
99
99
100
100
// Optional extensions for adding semantics and toggle Modifiers to Grid items
101
- implementation(" com.dragselectcompose:extensions:3.0.0 " )
101
+ implementation(" com.dragselectcompose:extensions:3.0.1 " )
102
102
103
103
// Optional wrappers around LazyGrid that implement the selection UI for you
104
- implementation(" com.dragselectcompose:grid:3.0.0 " )
104
+ implementation(" com.dragselectcompose:grid:3.0.1 " )
105
105
}
106
106
}
107
107
}
@@ -114,7 +114,7 @@ For the supported platforms, see the badges at the top of the README.
114
114
115
115
``` toml
116
116
[versions ]
117
- dragselectcompose = " 3.0.0 "
117
+ dragselectcompose = " 3.0.1 "
118
118
119
119
[libraries ]
120
120
dragselect = { module = " com.dragselectcompose:dragselect" , version.ref = " dragselectcompose" }
0 commit comments