emu48android-linux/build.gradle
dgis f4a3ec6476 - Add an optional menu button in the top left corner.
- Rewrite the timers engine (Hoping this fixes the issue with the stuck "busy" annunciator.)
- Prevent to load/save object and copy/paste with HP39/40.
2019-06-05 00:52:30 +02:00

27 lines
573 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:3.4.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}