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

OSCHINA-MIRROR/chinasoft_ohos-commontools-ohos

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 1.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
yujianzhang Отправлено 13.07.2021 13:19 515b825
// 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('C:\\Users\\Administrator\\.ohos\\config\\auto_debug_2850086000460660731.p12')
storePassword '000000180DB1BF3A471400427CE5CAD55380CAE690B8574944F9537899ED1E2DA6B4A5A0054CFA2D'
keyAlias = 'debugKey'
keyPassword '00000018E4F823FB0A3F5D2E45F48D34F4534BCFBC0642E741E2A190D80082FF04704F81EDAE63A1'
signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\Administrator\\.ohos\\config\\auto_debug_demo_2850086000460660731.p7b')
certpath file('C:\\Users\\Administrator\\.ohos\\config\\auto_debug_2850086000460660731.cer')
}
}
compileSdkVersion 6
defaultConfig {
compatibleSdkVersion 5
}
}
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'
classpath 'com.huawei.ohos:decctest:1.2.4.1'
}
}
allprojects {
repositories {
maven {
url 'https://repo.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
}
}
}

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

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

1
https://api.gitlife.ru/oschina-mirror/chinasoft_ohos-commontools-ohos.git
git@api.gitlife.ru:oschina-mirror/chinasoft_ohos-commontools-ohos.git
oschina-mirror
chinasoft_ohos-commontools-ohos
chinasoft_ohos-commontools-ohos
master