File tree 4 files changed +9
-3
lines changed
src/SymbolCollector.Android
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.19.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - disable metrics on server (#197 ) by @bruno-garcia
8
+
3
9
## 1.18.0
4
10
5
11
### 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.18 .0</Version >
4
+ <Version >1.19 .0</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.18 .0
3
+ export version=1.19 .0
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.18 .0"
4
+ android : versionName =" 1.19 .0"
5
5
package =" io.sentry.symbolcollector.android" >
6
6
<uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 34" />
7
7
<uses-permission android : name =" android.permission.INTERNET" />
You can’t perform that action at this time.
0 commit comments