diff --git a/build.gradle.kts b/build.gradle.kts index 46a9c44..38d2fb9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ buildscript { - val compose_version by extra("1.5.0") + val compose_version by extra("1.5.1") val wear_compose_version by extra("1.2.0") } // Top-level build file where you can add configuration options common to all sub-projects/modules.