diff --git a/build.gradle b/build.gradle index b487f64..8c303ee 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.20' dokkaVersion = '1.9.20' coroutinesVersion = '1.8.1'