BuglyDevTeam / Bugly-Android-Demo

Bugly Android SDK 使用例子
Apache License 2.0
812 stars 307 forks source link

maven central上crashreport和nativecrashreport的pom文件是错误的 #316

Open Benzhang09 opened 3 years ago

Benzhang09 commented 3 years ago

异常类型

AS编译时报错

gradle版本

4.16

系统

Mac

堆栈/日志

Could not resolve com.tencent.bugly:crashreport:2.8.6. inconsistent module metadata found. Descriptor: com.tencent.bugly:crashreport:2.8.6-SNAPSHOT Errors: bad version: expected='2.8.6' found='2.8.6-SNAPSHOT' Could not resolve com.tencent.bugly:crashreport:2.8.6. inconsistent module metadata found. Descriptor: com.tencent.bugly:crashreport:2.8.6-SNAPSHOT Errors: bad version: expected='2.8.6' found='2.8.6-SNAPSHOT'

Benzhang09 commented 3 years ago

补充下pom文件:

地址:https://repo1.maven.org/maven2/com/tencent/bugly/crashreport/2.8.6/crashreport-2.8.6.pom

内容: `project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

4.0.0 com.tencent.bugly crashreport 2.8.6-SNAPSHOT aar Crash report Library for Android bugly https://github.com/BuglyDevTeam The Bugly Software License, Version 1.0 http://bugly.qq.com/licenses/LICENSE-1.0.txt Bugly Tencent Bugly scm:git@github.com:BuglyDevTeam/Bugly-Android.git scm:git@github.com:BuglyDevTeam/Bugly-Android.git https://github.com/BuglyDevTeam

`