1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/droidzxy-oh_roundimage

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 1.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
zhouxiyuan Отправлено 05.08.2021 11:25 9b49676
/*
* 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 '000000196595A7E9AB831CB1E83D2980D00C742739A9F01F66F30512E4E2B717FB1D61957296D058AD'
keyAlias = 'xiyuan'
keyPassword '000000197649F74E8C763B7F62943C7EDF37DB07AF94290910DA5A546C111E0ED811AB5152E39421D1'
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()
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/droidzxy-oh_roundimage.git
git@api.gitlife.ru:oschina-mirror/droidzxy-oh_roundimage.git
oschina-mirror
droidzxy-oh_roundimage
droidzxy-oh_roundimage
master