We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50b276 commit 436a234Copy full SHA for 436a234
sample/build.gradle
@@ -20,6 +20,13 @@ apply plugin: "kotlin-android"
20
apply plugin: "de.mannodermaus.android-junit5"
21
22
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
30
compileSdkVersion 26
31
buildToolsVersion "26.0.1"
32
0 commit comments