Skip to content

Commit 228560c

Browse files
committed
Remove unused debugImplementation
1 parent c2bc908 commit 228560c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencyResolutionManagement {
2323
2424
2. Add the dependency in your build.gradle file.
2525
```kotlin
26-
implementation 'com.github.benjamin-luescher:compose-form:0.2.6'
26+
implementation 'com.github.benjamin-luescher:compose-form:0.2.7'
2727
```
2828

2929
## Easy example

composeform/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,14 @@ dependencies {
6262

6363
// Reflection
6464
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version")
65-
debugImplementation 'androidx.compose.ui:ui-tooling:1.5.4'
6665
}
6766

6867
publishing {
6968
publications {
7069
release(MavenPublication) {
7170
groupId = 'com.github.benjamin-luescher'
7271
artifactId = 'compose-form'
73-
version = '0.2.6'
72+
version = '0.2.7'
7473

7574
afterEvaluate {
7675
from components.release

0 commit comments

Comments
 (0)