File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ configurations.all {
45
45
46
46
dependencies {
47
47
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 " )
50
50
implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion} " )
51
51
implementation(" com.squareup.okhttp3:okhttp:4.9.3" )
52
52
implementation(" com.squareup.okhttp3:logging-interceptor:4.9.3" )
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments