X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=CineRmt%2Fbuild.gradle;fp=CineRmt%2Fbuild.gradle;h=8d3ef8e5c1a6111ae2ba26ee0212ca035a39bc76;hb=da82546b4d3b6b056c6c333b2d52fba1bdcb1f50;hp=0000000000000000000000000000000000000000;hpb=93cd60723f8816b0c787b1ce9fe7aa6067e0e749;p=goodguy%2Fcinelerra.git diff --git a/CineRmt/build.gradle b/CineRmt/build.gradle new file mode 100644 index 00000000..8d3ef8e5 --- /dev/null +++ b/CineRmt/build.gradle @@ -0,0 +1,27 @@ +// 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.2.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 +}