File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
android-junit5/src/test/groovy/de/mannodermaus/gradle/plugins/android_junit5 Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import spock.lang.Specification
1818abstract class AndroidJUnitPlatformSpec extends Specification {
1919
2020 protected static final COMPILE_SDK = 26
21- protected static final BUILD_TOOLS = " 26.0.1 "
21+ protected static final BUILD_TOOLS = " 26.0.2 "
2222 protected static final MIN_SDK = 26
2323 protected static final TARGET_SDK = 26
2424 protected static final VERSION_CODE = 1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android.injected.build.model.only.versioned = 3
55
66# Artifact configuration (common)
77GROUP_ID = de.mannodermaus.gradle.plugins
8- VERSION_NAME = 1.0.0.1 -SNAPSHOT
8+ VERSION_NAME = 1.0.10 -SNAPSHOT
99VCS_URL = https://github.com/mannodermaus/android-junit5
1010
1111# Artifact configuration (plugin)
@@ -20,12 +20,12 @@ RUNTIME_DESCRIPTION = Mirror of IntelliJ IDEA's embedded
2020
2121# Dependency versions (plugins)
2222ANDROID_PLUGIN_2X_VERSION = 2.3.2
23- ANDROID_PLUGIN_3X_VERSION = 3.0.0-beta6
23+ ANDROID_PLUGIN_3X_VERSION = 3.0.0-beta7
2424BINTRAY_PLUGIN_VERSION = 1.7.3
2525SHADOW_PLUGIN_VERSION = 2.0.1
2626
2727# Dependency versions
28- JUNIT_PLATFORM_VERSION = 1.0.0
28+ JUNIT_PLATFORM_VERSION = 1.0.1
2929
3030JUNIT4_VERSION = 4.12
3131SPOCK_VERSION = 1.0-groovy-2.4
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
2929 // & the plugin's AndroidJUnitPlatformSpec, too
3030 // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3131 compileSdkVersion 26
32- buildToolsVersion " 26.0.1 "
32+ buildToolsVersion " 26.0.2 "
3333
3434 defaultConfig {
3535 applicationId " de.mannodermaus.gradle.plugins.android_junit5.sample"
You can’t perform that action at this time.
0 commit comments