Skip to content

Commit b1df703

Browse files
authored
Merge pull request #412 from android/pluginver
Update screenshot sample to AGP 7.2.0-alpha03.
2 parents fb3f187 + df830e2 commit b1df703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/espresso/ScreenshotSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.agpVersion = "7.1.0-alpha13"
3+
ext.agpVersion = "7.2.0-alpha03"
44
ext.kotlinVersion = '1.5.31'
55
ext.androidxCoreVersion = "1.6.0"
66
ext.buildToolsVersion = "31.0.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Sep 30 12:30:46 PDT 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-rc-1-all.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)