From de21237ec8f3e8373dbdf644c9ea0489c5cb305d Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Fri, 7 Aug 2020 13:07:46 +0700 Subject: [PATCH] fix(android): Update sentry plugin to remove obsolete API use Fixes #3460 --- android/KMAPro/build.gradle | 2 +- android/KMEA/build.gradle | 2 +- oem/firstvoices/android/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/KMAPro/build.gradle b/android/KMAPro/build.gradle index 82b157b0e5..647bc219dc 100644 --- a/android/KMAPro/build.gradle +++ b/android/KMAPro/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.5.2' - classpath 'io.sentry:sentry-android-gradle-plugin:1.7.31' + classpath 'io.sentry:sentry-android-gradle-plugin:1.7.35' classpath 'name.remal:gradle-plugins:1.0.157' } } diff --git a/android/KMEA/build.gradle b/android/KMEA/build.gradle index ea635fa67b..02bd78c623 100644 --- a/android/KMEA/build.gradle +++ b/android/KMEA/build.gradle @@ -7,7 +7,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.5.2' // io.sentry:sentry-android-gradle-plugin not available for library project - classpath 'io.sentry:sentry-android:2.0.1' + classpath 'io.sentry:sentry-android:2.3.0' classpath 'name.remal:gradle-plugins:1.0.157' } } diff --git a/oem/firstvoices/android/build.gradle b/oem/firstvoices/android/build.gradle index 5afb7bb5aa..3ee82790be 100644 --- a/oem/firstvoices/android/build.gradle +++ b/oem/firstvoices/android/build.gradle @@ -9,7 +9,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.5.2' classpath 'com.google.gms:google-services:4.3.2' - classpath 'io.sentry:sentry-android-gradle-plugin:1.7.31' + classpath 'io.sentry:sentry-android-gradle-plugin:1.7.35' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files