bugly-pro
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.tencent.bugly</groupId> <artifactId>bugly-pro</artifactId> <version>4.4.5-beta.6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.tencent.bugly</groupId> <artifactId>bugly-pro</artifactId> <version>4.4.5-beta.6</version> <packaging>aar</packaging> <name>Crash report Library for Android</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/Bugly-Android-Demo.git</connection> <developerConnection>scm:git@github.com:BuglyDevTeam/Bugly-Android-Demo.git</developerConnection> <url>https://github.com/BuglyDevTeam</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-android-extensions-runtime</artifactId> <version>1.3.41</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk7</artifactId> <version>1.3.41</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.leakcanary</groupId> <artifactId>shark</artifactId> <version>2.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.android.support</groupId> <artifactId>support-annotations</artifactId> <version>28.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.11.0</version> <scope>compile</scope> </dependency> </dependencies> </project>