Skip to content

Commit

Permalink
Merge pull request #24 from dokar3/v0.2.7
Browse files Browse the repository at this point in the history
v0.2.7: Bump Compose to 1.2.0-rc01, flowlayout to 0.24.11-rc
  • Loading branch information
dokar3 authored Jun 16, 2022
2 parents 7ae05ef + 11923e7 commit 7236f57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 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-beta03'
compose_version = '1.2.0-rc01'
kotlin_version = '1.6.21'
accompanist_version = '0.24.10-beta'
accompanist_version = '0.24.11-rc'
}
repositories {
google()
Expand All @@ -22,6 +22,9 @@ buildscript {

allprojects {
plugins.withId("com.vanniktech.maven.publish") {
mavenPublish {
androidVariantToPublish = "release"
}
mavenPublishing {
publishToMavenCentral("S01")
signAllPublications()
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.6
VERSION_NAME=0.2.7

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

0 comments on commit 7236f57

Please sign in to comment.