Skip to content

Commit 1b39f1e

Browse files
authored
Merge branch 'master' into dd/agp-7.1.0-beta04
2 parents 494c50c + a709b38 commit 1b39f1e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ def isCI = (System.getenv('CI') ?: 'false').toBoolean()
1717

1818
// Maps supported Android plugin versions to the versions of Gradle that support it
1919
def supportedVersions = [
20-
"7.2.0-alpha06": ["7.3.2"],
21-
"7.1.0-beta04": ["7.3.2"],
22-
"7.0.4": ["7.3.2"],
23-
"4.2.2": ["6.9.1", "7.3.2"],
20+
"7.2.0-alpha06": ["7.3.3"],
21+
"7.1.0-beta04": ["7.3.3"],
22+
"7.0.4": ["7.3.3"],
23+
"4.2.2": ["6.9.1", "7.3.3"],
2424
"4.1.3": ["6.5.1", "6.9.1"],
2525
"4.0.2": ["6.1.1", "6.9.1"],
2626
"3.6.4": ["5.6.4", "6.9.1"],

gradle/buildScanInit.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.gradle.scan.plugin.BuildScanPlugin
33
import org.gradle.util.GradleVersion
44

55
initscript {
6-
def pluginVersion = "3.7.1"
6+
def pluginVersion = "3.8"
77

88
repositories {
99
gradlePluginPortal()
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)