Skip to content

Commit 8e4841e

Browse files
author
李嘉豪
committed
更新readme
1 parent 8f3e27d commit 8e4841e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# BANativeCrash
1212

13-
[![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)
13+
[![image](https://img.shields.io/badge/Release-1.0.3-gree.svg)](https://github.com/BAByte/BANativeCrash/releases) [![image](https://img.shields.io/badge/SupportAndroidVersion-5--12-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)
1414

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

breakpad/publish.gradle

+1-1
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.2'
14+
PUBLISH_VERSION = '1.0.3'
1515
}
1616

1717
ext["signing.keyId"] = ''

0 commit comments

Comments
 (0)