Skip to content

Commit 1d82a8d

Browse files
authored
Merge pull request #430 from DevDengChao/refactor/upgrade-agp
build: upgrade AGP from 7.1.0-alpha12 to 7.1.1
2 parents 77b3146 + f013769 commit 1d82a8d

File tree

1 file changed

+1
-1
lines changed
  • runner/AndroidTestOrchestratorWithTestCoverageSample

1 file changed

+1
-1
lines changed

runner/AndroidTestOrchestratorWithTestCoverageSample/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.1.0-alpha12"
4+
ext.agpVersion = '7.1.1'
55
repositories {
66
// Insert local test repo here
77
google()

0 commit comments

Comments
 (0)