Skip to content

Commit

Permalink
Merge pull request #26 from dokar3/v0.2.8
Browse files Browse the repository at this point in the history
v0.2.8: Bump Compose to 1.2.0-rc02, flowlayout to 0.24.12-rc
  • Loading branch information
dokar3 authored Jun 23, 2022
2 parents 7236f57 + f4dd067 commit 7ac68bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compose_version = '1.2.0-rc01'
compose_version = '1.2.0-rc02'
kotlin_version = '1.6.21'
accompanist_version = '0.24.11-rc'
accompanist_version = '0.24.12-rc'
}
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin.code.style=official

GROUP=io.github.dokar3
POM_ARTIFACT_ID=chiptextfield
VERSION_NAME=0.2.7
VERSION_NAME=0.2.8

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

0 comments on commit 7ac68bd

Please sign in to comment.