3 Star 19 Fork 1

拓维云创 / OSMDroid-ohos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
aibin 提交于 2021-06-30 10:59 . MapView部分移植
// 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\\AiBin\\.ohos\\config\\auto_debug_150086000000093976.p12')
storePassword '00000018B740B746E03E65718B15DDAD0044E34EA5C9EB8AFCC1CE995CA58080D6642A5DB711F44E'
keyAlias = 'debugKey'
keyPassword '00000018EDA73E6A580B0E94BBAF31E6543F7DBE8831B583B7CD29F7F592D3D8855B1E983C479CE1'
signAlg = 'SHA256withECDSA'
profile file('C:\\Users\\AiBin\\.ohos\\config\\auto_debug_osmharmony_150086000000093976.p7b')
certpath file('C:\\Users\\AiBin\\.ohos\\config\\auto_debug_150086000000093976.cer')
}
}
compileSdkVersion 5
defaultConfig {
compatibleSdkVersion 5
}
}
buildscript {
repositories {
maven {
url 'https://mirrors.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://mirrors.huaweicloud.com/repository/maven/'
}
maven {
url 'https://developer.huawei.com/repo/'
}
jcenter()
}
}
Java
1
https://gitee.com/talkwebyunchaung/osmdroid-ohos.git
git@gitee.com:talkwebyunchaung/osmdroid-ohos.git
talkwebyunchaung
osmdroid-ohos
OSMDroid-ohos
master

搜索帮助