Skip to content

Commit

Permalink
Merge branch 'release/1.22.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 9, 2024
2 parents 983cb56 + 7e67973 commit 0d55bb5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.22.0

### Various fixes & improvements

- enable sentry profiling (#202) by @bruno-garcia
- remove metrics (#201) by @bruno-garcia
- all-repos: update actions/upload-artifact to v4 (#200) by @joshuarli

## 1.21.0

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Authors>Sentry Team and Contributors</Authors>
<Version>1.21.0</Version>
<Version>1.22.0</Version>
<Company>Sentry.io</Company>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -e

export version=1.21.0
export version=1.22.0
export apk=io.sentry.symbolcollector.android-Signed.apk
export localApk=apk/$version/$apk

Expand Down
2 changes: 1 addition & 1 deletion src/SymbolCollector.Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1"
android:versionName="1.21.0"
android:versionName="1.22.0"
package="io.sentry.symbolcollector.android">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 0d55bb5

Please sign in to comment.