Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update Android SDK to v6.3.1 #365

Merged
merged 4 commits into from Aug 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yaml
Expand Up @@ -32,5 +32,5 @@ jobs:
run: ./gradlew assembleRelease | tee gradle.log

- name: Verify that Native Symbols were uploaded
run: grep "Uploaded 4 missing debug information files" gradle.log
run: grep "Uploaded [1-9][0-9]* missing debug information files" gradle.log
if: env.SENTRY_AUTH_TOKEN != null
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,9 @@
### Features

- Bump AGP to 7.2.1 and Gradle to 7.5.0 ([#363](https://github.com/getsentry/sentry-android-gradle-plugin/pull/363))
- Bump Android SDK to v6.3.1 ([#365](https://github.com/getsentry/sentry-android-gradle-plugin/pull/365))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#631)
- [diff](https://github.com/getsentry/sentry-java/compare/6.3.0...6.3.1)

## 3.1.3

Expand Down
Expand Up @@ -324,7 +324,7 @@ class SentryPlugin : Plugin<Project> {
companion object {
const val SENTRY_ORG_PARAMETER = "sentryOrg"
const val SENTRY_PROJECT_PARAMETER = "sentryProject"
internal const val SENTRY_SDK_VERSION = "6.3.0"
internal const val SENTRY_SDK_VERSION = "6.3.1"

internal val sep = File.separator

Expand Down