Skip to content

Commit 42228b5

Browse files
authored
Merge pull request #452 from android/updateAGP
Update to AGP 7.3.1
2 parents 71cd058 + dfa5b29 commit 42228b5

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

integration/ServiceTestRuleSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.agpVersion = "7.3.0"
4+
ext.agpVersion = "7.3.1"
55
repositories {
66
// Insert local test repo here
77
google()

runner/AndroidJunitRunnerSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.agpVersion = "7.3.0"
4+
ext.agpVersion = "7.3.1"
55
repositories {
66
// Insert local test repo here
77
google()

runner/AndroidTestOrchestratorSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.agpVersion = "7.3.0"
4+
ext.agpVersion = "7.3.1"
55
repositories {
66
// Insert local test repo here
77
google()

ui/espresso/AccessibilitySample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext.kotlinVersion = "1.7.10"
5-
ext.agpVersion = "7.3.0"
5+
ext.agpVersion = "7.3.1"
66
repositories {
77
// Insert local test repo here
88
google()

ui/espresso/BasicSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext.kotlinVersion = "1.7.10"
5-
ext.agpVersion = "7.3.0"
5+
ext.agpVersion = "7.3.1"
66
repositories {
77
// Insert local test repo here
88
google()

ui/espresso/CustomMatcherSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.agpVersion = "7.3.0"
4+
ext.agpVersion = "7.3.1"
55
repositories {
66
// Insert local test repo here
77
google()

ui/espresso/DataAdapterSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.agpVersion = "7.3.0"
4+
ext.agpVersion = "7.3.1"
55
repositories {
66
// Insert local test repo here
77
google()

ui/espresso/EspressoDeviceSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext.kotlinVersion = "1.7.10"
5-
ext.agpVersion = "7.3.0"
5+
ext.agpVersion = "7.3.1"
66
repositories {
77
// Insert local test repo here
88
google()

ui/espresso/FragmentScenarioSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext.kotlinVersion = "1.7.10"
5-
ext.agpVersion = "7.3.0"
5+
ext.agpVersion = "7.3.1"
66
repositories {
77
google()
88
mavenCentral()

ui/espresso/IdlingResourceSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818

1919
buildscript {
20-
ext.agpVersion = "7.3.0"
20+
ext.agpVersion = "7.3.1"
2121
repositories {
2222
// Insert local test repo here
2323
google()

0 commit comments

Comments
 (0)