Skip to content

Commit

Permalink
Merge pull request #9590 from keymanapp/chore/fv/android/gradle-7-4
Browse files Browse the repository at this point in the history
chore(oem/fv/android): Update Gradle to 7.4
  • Loading branch information
darcywong00 authored Sep 19, 2023
2 parents 31fd6ea + 07854ef commit 9fbe5f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions oem/firstvoices/android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'io.sentry.android.gradle'
id 'com.github.triplet.play' version '3.7.0-agp4.2' apply false
id 'com.github.triplet.play' version '3.8.1' apply false
}

ext.rootPath = '../../../../android'
Expand Down Expand Up @@ -121,7 +121,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.0-rc01'
implementation 'com.google.android.material:material:1.6.0'
api(name: 'keyman-engine', ext: 'aar')
implementation 'io.sentry:sentry-android:6.9.0'
implementation 'io.sentry:sentry-android:6.9.2'
implementation 'androidx.preference:preference:1.2.0'
}

Expand Down
2 changes: 1 addition & 1 deletion oem/firstvoices/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

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

0 comments on commit 9fbe5f6

Please sign in to comment.