diff --git a/build.gradle b/build.gradle index c84cccf..a51fb0c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,8 @@ +buildscript { + dependencies { + classpath 'com.android.tools.build:gradle:8.0.0' + } +} // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '8.0.0' apply false