123456789101112131415161718 |
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
- buildscript {
- repositories {
- mavenLocal()
- mavenCentral()
- google()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:4.2.2'
- }
- }
- plugins {
- id 'com.android.application' version '8.0.2' apply false
- id 'com.android.library' version '8.0.2' apply false
- }
|