mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-02 13:47:42 +00:00
Merge pull request #4267 from keymanapp/fix/android/sample-sentry-dependencies
fix(android/samples): Fix Sentry dependencies
This commit is contained in:
commit
56da04597f
6 changed files with 18 additions and 9 deletions
|
|
@ -1,4 +1,7 @@
|
|||
apply plugin: 'com.android.application'
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'io.sentry.android.gradle'
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
|
|
@ -40,5 +43,5 @@ dependencies {
|
|||
implementation 'androidx.appcompat:appcompat:1.3.0-alpha02'
|
||||
implementation 'com.google.android.material:material:1.2.1'
|
||||
api(name: 'keyman-engine', ext: 'aar')
|
||||
implementation 'io.sentry:sentry-android:2.3.0'
|
||||
implementation 'io.sentry:sentry-android:3.1.0'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.1'
|
||||
classpath 'io.sentry:sentry-android:2.0.1'
|
||||
classpath 'io.sentry:sentry-android-gradle-plugin:1.7.36'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
apply plugin: 'com.android.application'
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'io.sentry.android.gradle'
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
|
|
@ -39,5 +42,5 @@ dependencies {
|
|||
implementation 'androidx.appcompat:appcompat:1.3.0-alpha02'
|
||||
implementation 'com.google.android.material:material:1.2.1'
|
||||
api (name:'keyman-engine', ext:'aar')
|
||||
implementation 'io.sentry:sentry-android:2.3.0'
|
||||
implementation 'io.sentry:sentry-android:3.1.0'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.1'
|
||||
classpath 'io.sentry:sentry-android:2.0.1'
|
||||
classpath 'io.sentry:sentry-android-gradle-plugin:1.7.36'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
apply plugin: 'com.android.application'
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'io.sentry.android.gradle'
|
||||
}
|
||||
|
||||
ext.rootPath = '../../../'
|
||||
apply from: "$rootPath/version.gradle"
|
||||
|
|
@ -46,5 +49,5 @@ dependencies {
|
|||
implementation 'androidx.appcompat:appcompat:1.3.0-alpha02'
|
||||
implementation 'com.google.android.material:material:1.2.1'
|
||||
api (name:'keyman-engine', ext:'aar')
|
||||
implementation 'io.sentry:sentry-android:2.3.0'
|
||||
implementation 'io.sentry:sentry-android:3.1.0'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.1'
|
||||
classpath 'io.sentry:sentry-android:2.0.1'
|
||||
classpath 'io.sentry:sentry-android-gradle-plugin:1.7.36'
|
||||
|
||||
// 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