Skip to content

Commit 9fbe5f6

Browse files
authored
Merge pull request #9590 from keymanapp/chore/fv/android/gradle-7-4
chore(oem/fv/android): Update Gradle to 7.4
2 parents 31fd6ea + 07854ef commit 9fbe5f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

oem/firstvoices/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'com.android.application'
33
id 'io.sentry.android.gradle'
4-
id 'com.github.triplet.play' version '3.7.0-agp4.2' apply false
4+
id 'com.github.triplet.play' version '3.8.1' apply false
55
}
66

77
ext.rootPath = '../../../../android'
@@ -121,7 +121,7 @@ dependencies {
121121
implementation 'androidx.appcompat:appcompat:1.6.0-rc01'
122122
implementation 'com.google.android.material:material:1.6.0'
123123
api(name: 'keyman-engine', ext: 'aar')
124-
implementation 'io.sentry:sentry-android:6.9.0'
124+
implementation 'io.sentry:sentry-android:6.9.2'
125125
implementation 'androidx.preference:preference:1.2.0'
126126
}
127127

oem/firstvoices/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.2.2'
9+
classpath 'com.android.tools.build:gradle:7.4.0'
1010
classpath 'io.sentry:sentry-android-gradle-plugin:2.1.2'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

0 commit comments

Comments
 (0)