Skip to content

Commit 02673f0

Browse files
committed
release: 1.19.0
1 parent c39e810 commit 02673f0

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.19.0
4+
5+
### Various fixes & improvements
6+
7+
- disable metrics on server (#197) by @bruno-garcia
8+
39
## 1.18.0
410

511
### Various fixes & improvements

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<Authors>Sentry Team and Contributors</Authors>
4-
<Version>1.18.0</Version>
4+
<Version>1.19.0</Version>
55
<Company>Sentry.io</Company>
66
<LangVersion>latest</LangVersion>
77
<Nullable>enable</Nullable>

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set -e
22

3-
export version=1.18.0
3+
export version=1.19.0
44
export apk=io.sentry.symbolcollector.android-Signed.apk
55
export localApk=apk/$version/$apk
66

src/SymbolCollector.Android/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
android:versionCode="1"
4-
android:versionName="1.18.0"
4+
android:versionName="1.19.0"
55
package="io.sentry.symbolcollector.android">
66
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" />
77
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)