Skip to content

Commit 145c487

Browse files
author
李嘉豪
committed
更新readme
1 parent 9542d8d commit 145c487

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# BANativeCrash
1010

11-
[![image](https://img.shields.io/badge/Release-1.0.1-gree.svg)](https://github.com/BAByte/BANativeCrash/releases) [![image](https://img.shields.io/badge/SupportAndroidVersion-5--11-gree.svg)](https://developer.android.com/studio/releases/platforms?hl=zh-cn) ![image](https://img.shields.io/badge/supportABI-arm64--v8a|armeabi--v7a|x86|x86--64-gree.svg)
11+
[![image](https://img.shields.io/badge/Release-1.0.2-gree.svg)](https://github.com/BAByte/BANativeCrash/releases) [![image](https://img.shields.io/badge/SupportAndroidVersion-5--11-gree.svg)](https://developer.android.com/studio/releases/platforms?hl=zh-cn) ![image](https://img.shields.io/badge/supportABI-arm64--v8a|armeabi--v7a|x86|x86--64-gree.svg)
1212

1313
基于[google/breakpad](https://github.com/google/breakpad)的Android Native 异常捕获库,在native层发生异常时java层能得到相关异常信息。
1414

breakpad/publish.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ task androidSourcesJar(type: Jar) {
1111

1212
ext {
1313
PUBLISH_GROUP_ID = 'io.github.BAByte'
14-
PUBLISH_VERSION = '1.0.1'
14+
PUBLISH_VERSION = '1.0.2'
1515
}
1616

1717
ext["signing.keyId"] = ''
@@ -49,12 +49,12 @@ publishing {
4949
name = PUBLISH_ARTIFACT_ID
5050
description = 'native crash tool'
5151
// If your project has a dedicated site, use its URL here
52-
url = 'https://github.com/BAByte/BANativeCrash'
52+
url = 'https://github.com/BAByte/NativeCrash2Java'
5353
licenses {
5454
license {
5555
//协议类型,一般默认Apache License2.0的话不用改:
56-
name = 'The Apache License, Version 2.0'
57-
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
56+
name = 'MIT License'
57+
url = 'https://github.com/BAByte/NativeCrash2Java/blob/main/LICENSE'
5858
}
5959
}
6060
developers {
@@ -67,10 +67,10 @@ publishing {
6767
// Version control info, if you're using GitHub, follow the format as seen here
6868
scm {
6969
//修改成你的Git地址:
70-
connection = 'https://github.com/BAByte/BANativeCrash.git'
71-
developerConnection = 'https://github.com/BAByte/BANativeCrash.git'
70+
connection = 'https://github.com/BAByte/NativeCrash2Java.git'
71+
developerConnection = 'https://github.com/BAByte/NativeCrash2Java.git'
7272
//分支地址:
73-
url = 'https://github.com/BAByte/BANativeCrash.git/tree/master'
73+
url = 'https://github.com/BAByte/NativeCrash2Java.git/tree/master'
7474
}
7575
// A slightly hacky fix so that your POM will include any transitive dependencies
7676
// that your library builds upon

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include ':app'
22
include ':breakpad'
3-
rootProject.name = "BANativeCrash"
3+
rootProject.name = "NativeCrash2Java"

0 commit comments

Comments
 (0)