diff --git a/app/build.gradle b/app/build.gradle
index 8c66a81..26d17c9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,7 +1,7 @@
import io.sentry.android.gradle.instrumentation.logcat.LogcatLevel
plugins {
- id "io.sentry.android.gradle" version "6.10.0"
+ id "io.sentry.android.gradle" version "6.12.0"
id 'com.android.application'
id 'kotlin-android'
id 'com.ydq.android.gradle.native-aar.import'
@@ -83,7 +83,7 @@ android {
dependencies {
// This should be included by default in the Android SDK, but it seems to be a problem with v8+ of the SDK, so we have to manually add it
- implementation 'io.sentry:sentry-native-ndk:0.14.2'
+ implementation 'io.sentry:sentry-native-ndk:0.15.1'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation group: 'androidx.constraintlayout', name: 'constraintlayout', version: '1.1.3'
implementation 'com.google.android.material:material:1.0.0'
@@ -141,6 +141,9 @@ tasks.withType(Test) {
}
sentry {
+ autoInstallation {
+ sentryVersion.set("8.44.1")
+ }
autoUpload = true
uploadNativeSymbols = true
includeNativeSources = true
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 1d2e55a..4cc765e 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -108,6 +108,9 @@
+