Skip to content

Commit

Permalink
Merge pull request #99 from dokar3/dokar/fix-dependencies
Browse files Browse the repository at this point in the history
v0.6.1: Expose dependencies
  • Loading branch information
dokar3 authored Sep 23, 2023
2 parents 6505950 + 92869da commit 5b50961
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions chiptextfield-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {
dependencies {

implementation platform("androidx.compose:compose-bom:$compose_bom_version")
implementation "androidx.compose.ui:ui"
implementation "androidx.compose.foundation:foundation"
api "androidx.compose.ui:ui"
api "androidx.compose.foundation:foundation"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down
2 changes: 1 addition & 1 deletion chiptextfield-m3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
api project(":chiptextfield-core")

implementation platform("androidx.compose:compose-bom:$compose_bom_version")
implementation "androidx.compose.material3:material3"
api "androidx.compose.material3:material3"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down
2 changes: 1 addition & 1 deletion chiptextfield/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
api project(":chiptextfield-core")

implementation platform("androidx.compose:compose-bom:$compose_bom_version")
implementation "androidx.compose.material:material"
api "androidx.compose.material:material"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android.enableJetifier=true
kotlin.code.style=official

GROUP=io.github.dokar3
VERSION_NAME=0.6.0
VERSION_NAME=0.6.1

POM_NAME=ChipTextField
POM_DESCRIPTION=Editable chip layout in Jetpack Compose.
Expand Down

0 comments on commit 5b50961

Please sign in to comment.