From 069708e42c5507d3ddf21454bfbd43e47af9f265 Mon Sep 17 00:00:00 2001 From: Mark Pazon Date: Thu, 27 Jan 2022 15:47:16 +1100 Subject: [PATCH] Updated library versions --- build.gradle | 6 +++--- library/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 998af5b..9ef8673 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - compose_version = '1.0.2' + compose_version = '1.0.4' sdk_version = 30 } repositories { @@ -9,8 +9,8 @@ buildscript { mavenCentral() } dependencies { - classpath "com.android.tools.build:gradle:7.0.2" - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21' + classpath "com.android.tools.build:gradle:7.0.4" + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/library/build.gradle b/library/build.gradle index 2b4aced..ea97c90 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "androidx.compose.ui:ui:$compose_version" implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_version" - implementation "androidx.constraintlayout:constraintlayout-compose:1.0.0-beta02" + implementation "androidx.constraintlayout:constraintlayout-compose:1.0.0" implementation 'com.google.android.material:material:1.4.0' }