Skip to content

Commit

Permalink
Sentry update
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 11, 2023
1 parent 1eaed59 commit 77b98ec
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
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Download sentry libs
run: |
mkdir /tmp/sentry-android-ndk
wget https://repo1.maven.org/maven2/io/sentry/sentry-android-ndk/6.13.1/sentry-android-ndk-6.13.1.aar -O /tmp/sentry.zip
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
unzip /tmp/sentry.zip -d /tmp/sentry-android-ndk
- name: 🌱 Update ndk
Expand Down
2 changes: 1 addition & 1 deletion platform/android/build.gradle.in
Expand Up @@ -103,5 +103,5 @@ android {

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

1 comment on commit 77b98ec

@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.