moonlight-android/build.gradle
Cameron Gutman ebea1bb5c1 Update AGP
2022-03-05 17:21:41 -06:00

18 lines
345 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
}
}
allprojects {
repositories {
mavenCentral()
google()
}
}