From fc4e5c770f076e98e890cffc9e2976754c3607da Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 07 十二月 2021 17:29:58 +0800 Subject: [PATCH] 2021-12-07 1.更新demo --- HDLSDK_DEMO/build.gradle | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/HDLSDK_DEMO/build.gradle b/HDLSDK_DEMO/build.gradle new file mode 100644 index 0000000..1755efa --- /dev/null +++ b/HDLSDK_DEMO/build.gradle @@ -0,0 +1,30 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. +apply from: "config.gradle" +buildscript { + repositories { + google() + mavenCentral() + } + dependencies { + classpath "com.android.tools.build:gradle:4.2.2" + + // NOTE: Do not place your application dependencies here; they belong + // in the individual module build.gradle files + } +} + + +allprojects { + repositories { + maven { url 'https://maven.aliyun.com/repository/google' } + maven { url 'https://maven.aliyun.com/repository/jcenter' } + maven { url 'https://maven.aliyun.com/repository/public' } + google() + maven { url "https://jitpack.io" } + } +} + + +task clean(type: Delete) { + delete rootProject.buildDir +} \ No newline at end of file -- Gitblit v1.8.0