diff --git a/android/KMAPro/build.gradle b/android/KMAPro/build.gradle index c644d44fca..8b932b2ade 100644 --- a/android/KMAPro/build.gradle +++ b/android/KMAPro/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.9.2' // sentry-android-gradle-plugin 2.1.5+ requires AGP 7.0 - classpath 'io.sentry:sentry-android-gradle-plugin:4.6.0' + classpath 'io.sentry:sentry-android-gradle-plugin:5.9.0' classpath 'name.remal:gradle-plugins:1.9.2' // From jcenter() which was deprecated August 2024 diff --git a/android/KMAPro/kMAPro/build.gradle b/android/KMAPro/kMAPro/build.gradle index b41de722c6..64b7b8aa56 100644 --- a/android/KMAPro/kMAPro/build.gradle +++ b/android/KMAPro/kMAPro/build.gradle @@ -171,7 +171,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'com.stepstone.stepper:material-stepper:4.3.1' api(name: 'keyman-engine', ext: 'aar') - implementation 'io.sentry:sentry-android:7.8.0' + implementation 'io.sentry:sentry-android:8.19.1' implementation 'androidx.preference:preference:1.2.1' implementation "com.android.installreferrer:installreferrer:2.2" diff --git a/android/KMEA/app/build.gradle b/android/KMEA/app/build.gradle index fd5a86a3c3..c9ae92c1c2 100644 --- a/android/KMEA/app/build.gradle +++ b/android/KMEA/app/build.gradle @@ -70,7 +70,7 @@ dependencies { // material:1.7.0 will need Gradle plugin 7.1.0+ implementation 'com.google.android.material:material:1.12.0' implementation 'commons-io:commons-io:2.16.1' - implementation 'io.sentry:sentry-android:7.8.0' + implementation 'io.sentry:sentry-android:8.19.1' implementation 'androidx.preference:preference:1.2.1' // Robolectric diff --git a/android/KMEA/build.gradle b/android/KMEA/build.gradle index 4ca999ea60..af95b22c8e 100644 --- a/android/KMEA/build.gradle +++ b/android/KMEA/build.gradle @@ -7,7 +7,6 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.9.2' // io.sentry:sentry-android-gradle-plugin not available for library project - classpath 'io.sentry:sentry-android:7.8.0' classpath 'name.remal:gradle-plugins:1.9.2' } } diff --git a/oem/firstvoices/android/app/build.gradle b/oem/firstvoices/android/app/build.gradle index e6eaec6a91..d7093c2f12 100644 --- a/oem/firstvoices/android/app/build.gradle +++ b/oem/firstvoices/android/app/build.gradle @@ -132,7 +132,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'com.google.android.material:material:1.12.0' api(name: 'keyman-engine', ext: 'aar') - implementation 'io.sentry:sentry-android:7.8.0' + implementation 'io.sentry:sentry-android:8.19.1' implementation 'androidx.preference:preference:1.2.1' } diff --git a/oem/firstvoices/android/build.gradle b/oem/firstvoices/android/build.gradle index b4bbee2968..3f20182cf6 100644 --- a/oem/firstvoices/android/build.gradle +++ b/oem/firstvoices/android/build.gradle @@ -7,7 +7,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.9.2' - classpath 'io.sentry:sentry-android-gradle-plugin:4.6.0' + classpath 'io.sentry:sentry-android-gradle-plugin:5.9.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }