Skip to content

Commit

Permalink
Update Sentry to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 28, 2024
1 parent fe9209a commit 51d3f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Download sentry libs
run: |
mkdir /tmp/sentry-android-ndk
wget https://repo1.maven.org/maven2/io/sentry/sentry-android-ndk/6.34.0/sentry-android-ndk-6.34.0.aar -O /tmp/sentry.zip
wget https://repo1.maven.org/maven2/io/sentry/sentry-android-ndk/7.2.0/sentry-android-ndk-7.2.0.aar -O /tmp/sentry.zip
unzip /tmp/sentry.zip -d /tmp/sentry-android-ndk
- name: 🌱 Install dependencies and generate project files
Expand Down
2 changes: 1 addition & 1 deletion platform/android/build.gradle.in
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ android {

// Add Sentry's SDK as a dependency.
dependencies {
implementation 'io.sentry:sentry-android:6.34.0'
implementation 'io.sentry:sentry-android:7.2.0'
}

1 comment on commit 51d3f2f

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.