diff --git a/build.gradle b/build.gradle index 8dfc633..d2d8559 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.12.2' kotlinVersion = '2.1.0' dokkaVersion = '1.9.20' coroutinesVersion = '1.10.0'