Skip to content

Commit a03f321

Browse files
committed
Fix incorrect comment.
1 parent a4853ae commit a03f321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/groovy/org/gradle/android/CrossVersionOutcomeAndRelocationTest.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,12 +547,12 @@ class CrossVersionOutcomeAndRelocationTest extends AbstractTest {
547547
builder.expect(':app:mergeReleaseResources', SUCCESS)
548548
builder.expect(':app:processDebugResources', SUCCESS)
549549
builder.expect(':app:processReleaseResources', SUCCESS)
550-
// New tasks in 4.2.0-beta04
550+
// New tasks in 7.0.0-beta04
551551
builder.expect(':library:javaPreCompileDebug', FROM_CACHE)
552552
builder.expect(':library:javaPreCompileRelease', FROM_CACHE)
553553
builder.expect(':app:javaPreCompileDebug', FROM_CACHE)
554554
builder.expect(':app:javaPreCompileRelease', FROM_CACHE)
555-
// New non-cacheable tasks in 4.2.0-beta05
555+
// New non-cacheable tasks in 7.0.0-beta05
556556
builder.expect(':app:mergeReleaseArtProfile', SUCCESS)
557557
builder.expect(':app:compileReleaseArtProfile', FROM_CACHE)
558558
builder.expect(':library:prepareReleaseArtProfile', SUCCESS)

0 commit comments

Comments
 (0)