From 035415e6ae2e2e4f33c6bef33d52f271a6385c94 Mon Sep 17 00:00:00 2001 From: dokar3 Date: Thu, 21 Apr 2022 09:42:54 +0800 Subject: [PATCH] v0.2.3: Upgrade kotlin to 1.6.20, compose to 1.2.0-alpha08 --- build.gradle | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 8e9de1a..2ddfc0f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - compose_version = '1.2.0-alpha06' - kotlin_version = '1.6.10' + compose_version = '1.2.0-alpha08' + kotlin_version = '1.6.20' accompanist_version = '0.24.7-alpha' } repositories { diff --git a/gradle.properties b/gradle.properties index b447d2d..a8f636b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ kotlin.code.style=official GROUP=io.github.dokar3 POM_ARTIFACT_ID=chiptextfield -VERSION_NAME=0.2.2 +VERSION_NAME=0.2.3 POM_NAME=ChipTextField POM_DESCRIPTION=Editable chip layout in Jetpack Compose.