Skip to content

Commit 7da3ea6

Browse files
committed
Revert to Android build-tools 26.0.0
since Travis CI doesn't seem to have a later version yet
1 parent 55edefd commit 7da3ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: "de.mannodermaus.android-junit5"
2121

2222
android {
2323
compileSdkVersion 26
24-
buildToolsVersion "26.0.1"
24+
buildToolsVersion "26.0.0"
2525

2626
defaultConfig {
2727
applicationId "de.mannodermaus.gradle.plugins.android_junit5.sample"

0 commit comments

Comments
 (0)