代码拉取完成,页面将自动刷新
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',
email: '[email protected]'
]
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'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。