// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() mavenCentral() maven { url 'https://maven.aliyun.com/repository/public/' } maven { url 'https://jitpack.io' } } dependencies { classpath 'com.android.tools.build:gradle:4.0.2' } } plugins { id 'com.android.application' version '7.3.1' apply false id 'com.android.library' version '7.3.1' apply false }