Merge pull request #3471 from keymanapp/fix/android/remove-obsolete-api

fix(android): Update sentry plugin to remove obsolete API  use
This commit is contained in:
Darcy Wong 2020-08-10 06:22:20 +07:00 committed by GitHub
commit c1913d7f04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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'
}
}

View file

@ -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'
}
}

View file

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