Skip to content

Commit 3ed7f01

Browse files
committed
Update Build Tools & version name
1 parent a16af5a commit 3ed7f01

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
@@ -18,7 +18,7 @@ import spock.lang.Specification
1818
abstract 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

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android.injected.build.model.only.versioned = 3
55

66
# Artifact configuration (common)
77
GROUP_ID = de.mannodermaus.gradle.plugins
8-
VERSION_NAME = 1.0.0.1-SNAPSHOT
8+
VERSION_NAME = 1.0.10-SNAPSHOT
99
VCS_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)
2222
ANDROID_PLUGIN_2X_VERSION = 2.3.2
23-
ANDROID_PLUGIN_3X_VERSION = 3.0.0-beta6
23+
ANDROID_PLUGIN_3X_VERSION = 3.0.0-beta7
2424
BINTRAY_PLUGIN_VERSION = 1.7.3
2525
SHADOW_PLUGIN_VERSION = 2.0.1
2626

2727
# Dependency versions
28-
JUNIT_PLATFORM_VERSION = 1.0.0
28+
JUNIT_PLATFORM_VERSION = 1.0.1
2929

3030
JUNIT4_VERSION = 4.12
3131
SPOCK_VERSION = 1.0-groovy-2.4

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)