File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
# BANativeCrash
12
12
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 )
14
14
15
15
基于[ google/breakpad] ( https://github.com/google/breakpad ) 的Android Native 异常捕获库,在native层发生异常时java层能得到相关异常信息。
16
16
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ task androidSourcesJar(type: Jar) {
11
11
12
12
ext {
13
13
PUBLISH_GROUP_ID = ' io.github.BAByte'
14
- PUBLISH_VERSION = ' 1.0.2 '
14
+ PUBLISH_VERSION = ' 1.0.3 '
15
15
}
16
16
17
17
ext[" signing.keyId" ] = ' '
You can’t perform that action at this time.
0 commit comments