Skip to content

Commit d50b276

Browse files
committed
Use build-tools 26.0.1 in plugin tests as well
1 parent d4fafac commit d50b276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-junit5/src/test/groovy/de/mannodermaus/gradle/plugins/android_junit5/AndroidJUnitPlatformSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import spock.lang.Specification
1616
abstract class AndroidJUnitPlatformSpec extends Specification {
1717

1818
protected static final COMPILE_SDK = 26
19-
protected static final BUILD_TOOLS = "26.0.0"
19+
protected static final BUILD_TOOLS = "26.0.1"
2020
protected static final MIN_SDK = 26
2121
protected static final TARGET_SDK = 26
2222
protected static final VERSION_CODE = 1

0 commit comments

Comments
 (0)