Skip to content

Commit

Permalink
Upgrade gradle plugin to be compatible win sdk 35 (#2179)
Browse files Browse the repository at this point in the history
* Upgrade gradle version from 8.4.0 to 8.6.1

* Change gradle plugin from 8.4.2 to 8.6.1
  • Loading branch information
jlplks authored Nov 27, 2024
1 parent 25a0451 commit 88f180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.4.0'
classpath 'com.android.tools.build:gradle:8.6.1'
classpath 'com.google.gms:google-services:4.3.15'
classpath "org.jacoco:org.jacoco.core:$jacoco_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand Down

0 comments on commit 88f180f

Please sign in to comment.