mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 01:45:32 +00:00
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:
commit
c1913d7f04
3 changed files with 3 additions and 3 deletions
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue