diff --git a/build.gradle b/build.gradle index b940bd9..98fc976 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 { - agpVersion = '8.6.1' + agpVersion = '8.7.1' kotlinVersion = '2.0.21' dokkaVersion = '1.9.20' coroutinesVersion = '1.9.0'