1 Star 3 Fork 2

droidzxy / oh_progresswithtext

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.81 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
droidzxy 提交于 2021-08-10 13:27 . init
/*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* 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.
apply plugin: 'com.huawei.ohos.app'
ohos {
signingConfigs {
debug {
storeFile file('D:\\key\\xiyuan.p12')
storePassword '0000001955E7F3999C94E11BF8EBB3332722E9D936314AAF001E9B5C94768096E7AE93A1EA1C1BC6DA'
keyAlias = 'xiyuan'
keyPassword '0000001911D34347024E6D81821794AC9310AC9D87126FA75C34481AC4CDCFF4739400A1839B4C40FE'
signAlg = 'SHA256withECDSA'
profile file('D:\\key\\xiyuan.p7b')
certpath file('D:\\key\\xiyuan.cer')
}
}
compileSdkVersion 6
defaultConfig {
compatibleSdkVersion 6
}
}
buildscript {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
dependencies {
classpath 'com.huawei.ohos:hap:2.4.5.0'
}
}
allprojects {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
}
JavaScript
1
https://gitee.com/droidzxy/oh_progresswithtext.git
git@gitee.com:droidzxy/oh_progresswithtext.git
droidzxy
oh_progresswithtext
oh_progresswithtext
master

搜索帮助