ppsspp/build.gradle
Henrik Rydgård 89ea9625a5 Revert gradle update (investigating build server issue)
This reverts commit 2987b8c17a29f3bde7251d428d30916e4e3d6766.
2021-05-14 23:01:36 +02:00

18 lines
335 B
Groovy

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