ppsspp/build.gradle

18 lines
335 B
Groovy
Raw Normal View History

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
2017-11-05 15:24:47 +01:00
google()
jcenter()
}
dependencies {
2019-03-11 15:57:45 +01:00
classpath 'com.android.tools.build:gradle:3.3.2'
}
}
allprojects {
repositories {
2017-11-05 15:24:47 +01:00
google()
jcenter()
}
}