Skip to content

Commit

Permalink
Upgrade gradle plugin to 8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MewX committed Jul 10, 2024
1 parent adcec3f commit 4f3acb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions studio-android/LightNovelLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ buildscript {
// maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.4.0'
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.7'
classpath 'com.android.tools.build:gradle:8.4.2'
classpath 'com.google.gms:google-services:4.4.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.2'
// classpath "gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.12.2"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 4f3acb9

Please sign in to comment.