Skip to content

Commit 6407f6c

Browse files
committed
Fix removed import
Signed-off-by: Lóránt Pintér <[email protected]>
1 parent e68907b commit 6407f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class WorkaroundTest extends Specification {
77

88
@Unroll
99
def "applies the right workarounds for Android #androidVersion"() {
10-
def workarounds = AndroidCacheFixPlugin.getWorkaroundsToApply(android(androidVersion))
10+
def workarounds = AndroidCacheFixPlugin.getWorkaroundsToApply(Versions.android(androidVersion))
1111
expect:
1212
workarounds.collect { it.class.simpleName.replaceAll(/_Workaround/, "") }.sort() == expectedWorkarounds.sort()
1313
where:

0 commit comments

Comments
 (0)