diff --git a/build.gradle b/build.gradle index 8e83be8f..2fa049ef 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.0-alpha02' + compose_version = '1.0.0-alpha03' dagger_version = '2.29.1' hilt_version = '2.29-alpha' kotlin_version = '1.4.10'