File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/push_notifications/android Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.6.10 '
2+ ext. kotlin_version = ' 1.6.21 '
33 repositories {
44 google()
55 mavenCentral()
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:4.1 .0'
9+ classpath ' com.android.tools.build:gradle:7.2 .0'
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 classpath ' com.google.gms:google-services:4.3.10'
1212 }
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7-all .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2-bin .zip
You can’t perform that action at this time.
0 commit comments