35 Star 115 Fork 38

anyRTC / anyRTC-RTMPC-Android

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
build.gradle 607 Bytes
Copy Edit Raw Blame History
liuxiaozhong authored 2017-11-24 20:02 . 提交新demo
// 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.3.3'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/anyRTC/RTMPCHybridEngine-Android.git
git@gitee.com:anyRTC/RTMPCHybridEngine-Android.git
anyRTC
RTMPCHybridEngine-Android
anyRTC-RTMPC-Android
master

Search