# tencent-library
**Repository Path**: parkingwang-android/tencent-library
## Basic Information
- **Project Name**: tencent-library
- **Description**: No description available
- **Primary Language**: Android
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-05-26
- **Last Updated**: 2024-06-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Tencent Library
====
Library|Latest Version
:---:|:---:
CrashReport| [  ](https://bintray.com/msdx/maven/CrashReport/_latestVersion)
CrashReport Upgrade| [  ](https://bintray.com/msdx/maven/CrashReport_Upgrade/_latestVersion)
TBS| [  ](https://bintray.com/msdx/maven/TBS/_latestVersion)
Mid| 已停止维护,请使用官方的库。
MTA| [  ](https://bintray.com/msdx/maven/Tencent-MTA/_latestVersion)
----
用于将腾讯的一些公共第三方库打包为AAR并上传,以方便集成。
需要添加repository声明:
```gradle
jcenter()
maven { url 'https://dl.bintray.com/msdx/maven'} // use this if the artifact wasn't included in jcenter.
```
## CrashReport
Bugly的升级包虽然出了aar包及依赖,但是里面并没有打包所需的AndroidManifest及其他资源文件,所以这里对其再次打包并发布。
Gradle 依赖:
```gradle
compile 'com.githang.tencent:crashreport:2.4.0'
```
注意:上面的依赖不包含nativecrashreport,如果需要,请添加以下依赖:
```gradle
compile 'com.tencent.bugly:nativecrashreport:3.1.2'
```
## CrashReport Upgrade
Bugly的升级sdk依赖虽然包含了AndroidManifest及其他资源文件,但是没有包含混淆规则,所以这里对其再次打包并发布。
Gradle 依赖:
```gradle
compile 'com.githang.tencent:crashreport_upgrade:1.3.5'
```
注意:上面的依赖不包含nativecrashreport,如果需要,请添加以下依赖:
```gradle
compile 'com.tencent.bugly:nativecrashreport:3.1.0'
```
## TBS x5内核
```gradle
implementation 'com.githang.tencent:tbs:3.6.0.1371'
```
## Mid
请使用如下官方地址,目前最新版本为: [  ](https://bintray.com/lc123/maven/tencent-mid/_latestVersion)
```groovy
compile 'com.tencent.mid:mid:3.72.4-alpha'
```
## MTA
so: arm64-v8a, armeabi, armeabi-v7a, mips, mips64, x86, x86_64
Gradle 依赖:
```groovy
compile 'com.githang.tencent:mta:3.1.41-alpha'
```
AndroidManifest.xml
```xml
```