File tree 4 files changed +10
-3
lines changed
src/SymbolCollector.Android
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.12.1
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - fix: fat binary reader leaking temp files (#165 ) by @vaind
8
+ - fix: CLI should exit with non-zero exit code on error (#166 ) by @vaind
9
+
3
10
## 1.12.0
4
11
5
12
### Various fixes & improvements
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<Authors >Sentry Team and Contributors</Authors >
4
- <Version >1.12.0 </Version >
4
+ <Version >1.12.1 </Version >
5
5
<Company >Sentry.io</Company >
6
6
<LangVersion >latest</LangVersion >
7
7
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 1
1
set -e
2
2
3
- export version=1.12.0
3
+ export version=1.12.1
4
4
export apk=io.sentry.symbolcollector.android-Signed.apk
5
5
export localApk=apk/$version /$apk
6
6
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
android : versionCode =" 1"
4
- android : versionName =" 1.12.0 "
4
+ android : versionName =" 1.12.1 "
5
5
package =" io.sentry.symbolcollector.android" >
6
6
<uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 33" />
7
7
<uses-permission android : name =" android.permission.INTERNET" />
You can’t perform that action at this time.
0 commit comments