We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7297ead commit 87fa0f3Copy full SHA for 87fa0f3
2 files changed
build.gradle
@@ -7,8 +7,9 @@ buildscript {
7
}
8
9
dependencies {
10
- classpath 'com.android.tools.build:gradle:3.5.2'
+ classpath 'com.android.tools.build:gradle:4.1.2'
11
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
12
+ classpath 'org.jacoco:org.jacoco.core:0.8.6'
13
14
15
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
-#Thu Nov 14 11:47:24 IST 2019
+#Tue Feb 16 19:51:27 IST 2021
2
distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
0 commit comments