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