Skip to content

Commit

Permalink
release: 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jul 22, 2024
1 parent 11979f6 commit 60b7736
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.20.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.19.0</Version>
<Version>1.20.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.19.0
export version=1.20.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.19.0"
android:versionName="1.20.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 60b7736

Please sign in to comment.