代码拉取完成,页面将自动刷新
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.0'
classpath "com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:4.0.4"
}
}
allprojects {
repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()
google()
}
tasks.withType(Javadoc).all {
enabled = false
options.setEncoding('UTF-8')
}
}
ext {
minSdkVersion = 10
compileSdkVersion = 29
targetSdkVersion = 23
buildToolsVersion = '28.0.3'
androidXAnnotationVersion = '1.1.0'
javaVersion = JavaVersion.VERSION_1_8
GROUP = 'com.tencent.tinker'
VERSION_NAME = '1.9.15'
POM_DESCRIPTION = 'Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstalling apk.'
POM_URL = 'https://github.com/Tencent/tinker'
POM_SCM_URL = 'https://github.com/Tencent/tinker.git'
POM_LICENCE_NAME = 'BSD License'
POM_LICENCE_URL = 'https://opensource.org/licenses/BSD-3-Clause'
POM_LICENCE_DIST = 'repo'
POM_DEVELOPER_ID = 'Tencent Wechat'
POM_DEVELOPER_NAME = 'Tencent Wechat, Inc.'
}
apply from: rootProject.file('gradle/check.gradle')
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。