Skip to content

Commit b54d725

Browse files
committed
Upgrade Gradle, AGP and GPS plugin
1 parent e8f27ff commit b54d725

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎buildSrc/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ configurations.all {
4545

4646
dependencies {
4747
compileOnly(gradleApi())
48-
implementation("com.android.tools.build:gradle:7.2.2")
49-
implementation("com.google.gms:google-services:4.3.13")
48+
implementation("com.android.tools.build:gradle:7.3.1")
49+
implementation("com.google.gms:google-services:4.3.14")
5050
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}")
5151
implementation("com.squareup.okhttp3:okhttp:4.9.3")
5252
implementation("com.squareup.okhttp3:logging-interceptor:4.9.3")

‎gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip

0 commit comments

Comments
 (0)