Skip to content

Commit

Permalink
[GroovinExpandableBox] Release 1.2.2
Browse files Browse the repository at this point in the history
 - update version to 1.2.2
 - update Compose BOM to 2024.04.00
  • Loading branch information
gaiuszzang committed Apr 6, 2024
1 parent 132f868 commit 7e321bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {
ext {
androidx_core_version = '1.12.0'
compose_bom_version = '2024.02.02'
compose_bom_version = '2024.04.00'
compose_compiler_version = '1.5.8'
kotlin_plugin_version = '1.9.22'
}
Expand Down
2 changes: 1 addition & 1 deletion expandablebox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ afterEvaluate {
from components.release
groupId = 'io.groovin'
artifactId = 'groovinexpandablebox'
version = '1.2.1'
version = '1.2.2'
}
}
}
Expand Down

0 comments on commit 7e321bb

Please sign in to comment.