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

OSCHINA-MIRROR/droidzxy-oh_clearableinput

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 1.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
zhouxiyuan Отправлено 11.08.2021 09:34 a63f0b9
/*
* 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 '00000019DE97252BEC30D3D80A3E9A0B6D528A9A9DACB7921128AABFBB6B54D11E82C3F18AD10C57FB'
keyAlias = 'xiyuan'
keyPassword '0000001998D824368F2EEAB6357E56DB420FF88AAC756337CD3C973CD2395DF8B874E2D391F3509CF9'
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_clearableinput.git
git@api.gitlife.ru:oschina-mirror/droidzxy-oh_clearableinput.git
oschina-mirror
droidzxy-oh_clearableinput
droidzxy-oh_clearableinput
master