1 Star 0 Fork 1

RiChall/WebRTCServiceDemo

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 796 Bytes
Copy Edit Raw Blame History
QuincySx authored 2017-07-18 22:05 . 晚上
group 'WebRTCServiceDemo'
version '1.0-SNAPSHOT'
buildscript {
ext.kotlin_version = '1.1.2-5'
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
apply plugin: 'java'
apply plugin: 'kotlin'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
testCompile group: 'junit', name: 'junit', version: '4.11'
// https://mvnrepository.com/artifact/com.corundumstudio.socketio/netty-socketio
compile group: 'com.corundumstudio.socketio', name: 'netty-socketio', version: '1.7.12'
// compile 'com.github.nkzawa:socket.io-client:0.4.2'
// compile 'io.pristine:libjingle:8871@aar'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RiChall/WebRTCServiceDemo.git
git@gitee.com:RiChall/WebRTCServiceDemo.git
RiChall
WebRTCServiceDemo
WebRTCServiceDemo
master

Search