From 3abc131d818343ebd4b6be03d5133afce6f2adf8 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 30 三月 2017 09:33:51 +0800 Subject: [PATCH] --- VisitFace/RtspNativeCodec/build.gradle | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/VisitFace/RtspNativeCodec/build.gradle b/VisitFace/RtspNativeCodec/build.gradle new file mode 100644 index 0000000..46387cb --- /dev/null +++ b/VisitFace/RtspNativeCodec/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:2.2.3' + } +} + +allprojects { + repositories { + jcenter() + } +} -- Gitblit v1.8.0