build.gradle 416 B

123456789101112131415161718
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3. repositories {
  4. mavenLocal()
  5. mavenCentral()
  6. google()
  7. }
  8. dependencies {
  9. classpath 'com.android.tools.build:gradle:4.2.2'
  10. }
  11. }
  12. plugins {
  13. id 'com.android.application' version '8.0.2' apply false
  14. id 'com.android.library' version '8.0.2' apply false
  15. }