5 Star 6 Fork 0

Gitee 极速下载/tinker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Tencent/tinker
克隆/下载
build.gradle 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
// 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')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/tinker.git
git@gitee.com:mirrors/tinker.git
mirrors
tinker
tinker
dev

搜索帮助