We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560565b commit 5c1d3d8Copy full SHA for 5c1d3d8
2 files changed
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
maven { url 'https://jitpack.io' }
9
}
10
dependencies {
11
- classpath 'com.android.tools.build:gradle:4.2.2'
+ classpath 'com.android.tools.build:gradle:7.4.2'
12
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13
// NOTE: Do not place your application dependencies here; they belong
14
// in the individual module build.gradle files
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments