File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ repositories {
53
53
}
54
54
55
55
dependencies {
56
- implementation "io.github.oikvpqya.compose.fastscroller:fastscroller-core:0.3.0 "
56
+ implementation "io.github.oikvpqya.compose.fastscroller:fastscroller-core:0.3.1 "
57
57
58
58
// Optional: Provides scroll bar Material Design 2 theme by defaultMaterialScrollbarStyle
59
- implementation "io.github.oikvpqya.compose.fastscroller:fastscroller-material:0.3.0 "
59
+ implementation "io.github.oikvpqya.compose.fastscroller:fastscroller-material:0.3.1 "
60
60
61
61
// Optional: Provides scroll bar Material Design 3 theme by defaultMaterialScrollbarStyle
62
- implementation "io.github.oikvpqya.compose.fastscroller:fastscroller-material3:0.3.0 "
62
+ implementation "io.github.oikvpqya.compose.fastscroller:fastscroller-material3:0.3.1 "
63
63
64
64
// Optional: Provides scroll bar indicator shape
65
- implementation "io.github.oikvpqya.compose.fastscroller:fastscroller-indicator:0.3.0 "
65
+ implementation "io.github.oikvpqya.compose.fastscroller:fastscroller-indicator:0.3.1 "
66
66
}
67
67
```
68
68
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
kotlin {
10
- jvmToolchain(1_8 )
10
+ jvmToolchain(8 )
11
11
12
12
applyDefaultHierarchyTemplate()
13
13
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
kotlin {
10
- jvmToolchain(1_8 )
10
+ jvmToolchain(8 )
11
11
12
12
applyDefaultHierarchyTemplate()
13
13
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
kotlin {
10
- jvmToolchain(1_8 )
10
+ jvmToolchain(8 )
11
11
12
12
applyDefaultHierarchyTemplate()
13
13
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
kotlin {
10
- jvmToolchain(1_8 )
10
+ jvmToolchain(8 )
11
11
12
12
applyDefaultHierarchyTemplate()
13
13
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ SONATYPE_CLOSE_TIMEOUT_SECONDS=900
28
28
RELEASE_SIGNING_ENABLED =true
29
29
30
30
GROUP =io.github.oikvpqya.compose.fastscroller
31
- VERSION_NAME =0.3.0
31
+ VERSION_NAME =0.3.1
32
32
33
33
POM_DESCRIPTION =Scroll bar library for Android and Compose Multiplatform.
34
34
POM_INCEPTION_YEAR =2025
You can’t perform that action at this time.
0 commit comments