1 Star 0 Fork 0

肖良鹏/TinyPinyin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
Yacong 提交于 2020-03-21 21:33 . add custom pinyin rule.
buildscript {
repositories {
jcenter()
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1"
classpath "gradle.plugin.com.kageiit:lintrules:1.1.2"
}
}
allprojects {
repositories {
jcenter()
mavenCentral()
mavenLocal()
google()
}
}
ext {
userName = 'PromeG'
developer = [
id : 'promeg',
name : 'promeg',
]
license = [
id : 'MIT',
name: 'The MIT License (MIT)',
url : 'http://opensource.org/licenses/MIT'
]
groupName = 'com.github.promeg'
artifactName = 'TinyPinyin'
artifactDescription = '适用于Java和Android的快速、低内存占用的汉字转拼音库。'
artifactLabels = ['pinyin', 'java', 'android']
groupName = 'com.github.promeg'
releaseVersionName = "3.0.0"
releaseVersionCode = 6
// Android
androidBuildToolsVersion = '24.0.3'
androidMinSdkVersion = 16
androidTargetSdkVersion = 24
androidCompileSdkVersion = 24
androidSupportSdkVersion = '24.2.1'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaolp/TinyPinyin.git
[email protected]:xiaolp/TinyPinyin.git
xiaolp
TinyPinyin
TinyPinyin
master

搜索帮助