Skip to content

Commit 0a594cd

Browse files
committed
release: 2.3.1
1 parent 918884a commit 0a594cd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.3.1
4+
5+
- upload apk if last upload was over 30 days ago by @bruno-garcia in [#249](https://github.com/getsentry/symbol-collector/pull/249)
6+
- bump .NET 10 and Sentry SDK 6.0 by @bruno-garcia in [#248](https://github.com/getsentry/symbol-collector/pull/248)
7+
38
## 2.2.3
49

510
- No documented changes.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
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>2.2.3</Version>
4+
<Version>2.3.1</Version>
55
<Company>Sentry.io</Company>
66
<LangVersion>latest</LangVersion>
77
<Nullable>enable</Nullable>

src/SymbolCollector.Android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
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="2.2.3"
4+
android:versionName="2.3.1"
55
package="io.sentry.symbolcollector.android">
66
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="36" />
77
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)