tinker-support
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.tencent.bugly</groupId>
<artifactId>tinker-support</artifactId>
<version>1.2.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.tencent.bugly</groupId>
<artifactId>tinker-support</artifactId>
<version>1.2.3</version>
<name>Tinker Support Gradle Plugin</name>
<description>bugly</description>
<url>https://github.com/BuglyDevTeam</url>
<licenses>
<license>
<name>The Bugly Software License, Version 1.0</name>
<url>http://bugly.qq.com/licenses/LICENSE-1.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>Bugly</id>
<name>Tencent Bugly</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:BuglyDevTeam/TinkerSupport.git</connection>
<developerConnection>scm:git@github.com:BuglyDevTeam/TinkerSupport.git</developerConnection>
<url>https://github.com/BuglyDevTeam</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.tools.build</groupId>
<artifactId>gradle</artifactId>
<version>3.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.tencent.tinker</groupId>
<artifactId>tinker-patch-gradle-plugin</artifactId>
<version>1.9.14.16</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>