1 Star 0 Fork 1

WarFramework/WebRTCServiceDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 796 Bytes
一键复制 编辑 原始数据 按行查看 历史
QuincySx 提交于 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/QuincySx/WebRTCServiceDemo.git
git@gitee.com:QuincySx/WebRTCServiceDemo.git
QuincySx
WebRTCServiceDemo
WebRTCServiceDemo
master

搜索帮助