Skip to content

Commit 436a234

Browse files
committed
Added reminder to build.gradle
1 parent d50b276 commit 436a234

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sample/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ apply plugin: "kotlin-android"
2020
apply plugin: "de.mannodermaus.android-junit5"
2121

2222
android {
23+
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
24+
// A Note to my forgetful self:
25+
//
26+
// When updating these values, make sure
27+
// to always update the Travis CI .yml config
28+
// & the plugin's AndroidJUnitPlatformSpec, too
29+
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2330
compileSdkVersion 26
2431
buildToolsVersion "26.0.1"
2532

0 commit comments

Comments
 (0)