Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 authored Apr 26, 2023
1 parent 4b74646 commit d38b779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ buildscript {
maven("https://oss.sonatype.org/content/repositories/snapshots/")
}
dependencies {
classpath("com.android.tools.build:gradle:8.1.0-alpha11")
classpath("com.android.tools.build:gradle:8.2.0-alpha01")
//noinspection DifferentKotlinGradleVersion
classpath(kotlin("gradle-plugin", version = "1.8.20"))
classpath(kotlin("gradle-plugin", version = "1.8.21"))
classpath("com.google.gms:google-services:4.3.15")
//classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.2")
}
Expand Down

0 comments on commit d38b779

Please sign in to comment.