diff options
| author | 2016-03-27 14:06:51 +0200 | |
|---|---|---|
| committer | 2016-03-27 17:35:23 +0200 | |
| commit | 158c90cf1196f219e6a7c9c3e23ca47129429a7b (patch) | |
| tree | 4630c4834544108f1ec74b5b48fe4d437d3efbeb /android-project/build.gradle | |
| parent | 5640305d0ecfdbf6a1a456688f48f6f0fe22adb3 (diff) | |
Initial work to make MAME work on Android [Miodrag Milanovic]
Diffstat (limited to 'android-project/build.gradle')
| -rw-r--r-- | android-project/build.gradle | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/android-project/build.gradle b/android-project/build.gradle new file mode 100644 index 00000000000..88d246d44a6 --- /dev/null +++ b/android-project/build.gradle @@ -0,0 +1,15 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. +buildscript { + repositories { + jcenter() + } + dependencies { + classpath 'com.android.tools.build:gradle:1.2.3' + } +} + +allprojects { + repositories { + jcenter() + } +} |
