1 Star 0 Fork 11

王潇凡/钠斯直播系统 开源直播项目(android直播源码)android开源直播项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
超级路人甲 提交于 2022-06-27 16:06 . 220627
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version="1.3.61"
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.mob.sdk:MobSDK:2018.0319.1724"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
flatDir {
dirs 'libs'
dirs project(':app').file('libs')
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
// 拷贝这段代码起始位置
ext {
compileSdkVersion = 28
buildToolsVersion = "28.0.3"
minSdkVersion = 16
targetSdkVersion = 23
supportSdkVersion = "26.0.0"
versionCode = 1
versionName = "v1.0"
rootPrj = "$projectDir/.."
ndkAbi = 'armeabi-v7a'
noffmpeg = false
noijkplay = false
aekit_version = '1.0.19-cloud'
}
// 拷贝这段代码结束位置
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/wangxiaofan1/nasinet-live-android.git
[email protected]:wangxiaofan1/nasinet-live-android.git
wangxiaofan1
nasinet-live-android
钠斯直播系统 开源直播项目(android直播源码)android开源直播项目
master

搜索帮助