File tree 2 files changed +11
-10
lines changed 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,16 @@ You can use this same [uber jar from the releases page](https://github.com/mrman
39
39
40
40
## Supported versions matrix
41
41
42
- | Version | Ktlint version | Kotlin (Syntax) |
43
- | ----------| ----------------| -----------------|
44
- | 0.4.18+ | 1.4.1 | 2.0.21 |
45
- | 0.4.17 | 1.4.0 | 2.0.21 |
46
- | 0.4.12+ | 1.3.1 | 2.0.20 |
47
- | 0.4.6+ | 1.3.1 | 2.0.0 |
48
- | 0.4.5 | 1.3.0 | 2.0.0 |
49
- | 0.3.12+ | 1.2.1 | 1.9.23 |
50
- | 0.3.9+ | 1.1.1 | 1.9.22 |
42
+ | Version | Ktlint version | Kotlin (Syntax) |
43
+ | ---------| ----------------| -----------------|
44
+ | 0.4.21+ | 1.5.0 | 2.0.21 |
45
+ | 0.4.18+ | 1.4.1 | 2.0.21 |
46
+ | 0.4.17 | 1.4.0 | 2.0.21 |
47
+ | 0.4.12+ | 1.3.1 | 2.0.20 |
48
+ | 0.4.6+ | 1.3.1 | 2.0.0 |
49
+ | 0.4.5 | 1.3.0 | 2.0.0 |
50
+ | 0.3.12+ | 1.2.1 | 1.9.23 |
51
+ | 0.3.9+ | 1.1.1 | 1.9.22 |
51
52
52
53
Older version support can be found in the [ release notes] ( https://github.com/mrmans0n/compose-rules/releases ) .
53
54
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.socketTimeout=240000
11
11
SONATYPE_HOST =DEFAULT
12
12
RELEASE_SIGNING_ENABLED =true
13
13
GROUP =io.nlopez.compose.rules
14
- VERSION_NAME =0.4.20-SNAPSHOT
14
+ VERSION_NAME =0.4.20
15
15
POM_DESCRIPTION =Jetpack Compose Rules
16
16
POM_INCEPTION_YEAR =2022
17
17
POM_URL =https://github.com/mrmans0n/compose-rules/
You can’t perform that action at this time.
0 commit comments