Skip to content

Commit

Permalink
Merge pull request #3 from dokar3/22/02/25_compose_1.2.0-alpha04
Browse files Browse the repository at this point in the history
v0.1.6: Update compose to 1.2.0-alpha04
  • Loading branch information
dokar3 authored Feb 25, 2022
2 parents 86079ac + 6194ac7 commit 9cd8127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compose_version = '1.2.0-alpha03'
compose_version = '1.2.0-alpha04'
kotlin_version = '1.6.10'
accompanist_version = '0.24.2-alpha'
accompanist_version = '0.24.3-alpha'
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.1'
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
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.1.5
VERSION_NAME=0.1.6

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

0 comments on commit 9cd8127

Please sign in to comment.