diff --git a/build.gradle b/build.gradle index 4ad9d7d..9f7779a 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 { - android_build_tools_version = '8.1.1' + android_build_tools_version = '8.5.1' compose_version = '1.4.2' compose_compiler_version = '1.4.6' kotlin_version = '1.8.20'