6 Star 14 Fork 6

华为移动服务 / hms-audio-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
xuxiapu 提交于 2023-04-26 10:18 . Update README
/*
* Copyright 2020. Huawei Technologies Co., Ltd. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
maven { url 'https://developer.huawei.com/repo/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven { url 'https://developer.huawei.com/repo/' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
// VersionCode
versionCode = 10600300
versionName = "1.6.0.300"
// Android Sdk and tools
minSdkVersion = 19
targetSdkVersion = 33
compileSdkVersion = 33
buildToolsVersion = '30.0.3'
appVersionCode = versionCode
appVersionName = versionName
}
Java
1
https://gitee.com/hms-core/hms-audio-demo.git
git@gitee.com:hms-core/hms-audio-demo.git
hms-core
hms-audio-demo
hms-audio-demo
master

搜索帮助