Skip to content

Commit

Permalink
Merge branch 'release/1.18.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed May 30, 2024
2 parents 8d7ef0e + 40b2cb8 commit 00f0ec8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.18.0

### Various fixes & improvements

- bump (#196) by @bitsandfoxes

## 1.17.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.17.0</Version>
<Version>1.18.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.17.0
export version=1.18.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.17.0"
android:versionName="1.18.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 00f0ec8

Please sign in to comment.