Skip to content

Commit ec5872a

Browse files
committed
API 27 & 3.0.0 Stable
1 parent 67dc6de commit ec5872a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android:
1111
components:
1212
- tools
1313
- platform-tools
14-
- build-tools-26.0.2
15-
- android-26
14+
- build-tools-27.0.0
15+
- android-27
1616

1717
jdk:
1818
- oraclejdk8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Furthermore, this repository provides a small showcase of the functionality prov
5454
> in the same way. Therefore, please resort to using Gradle for unit testing in Android Studio 2.
5555
5656

57-
All versions up to and including **Android Studio 3.0 RC 1** are built
57+
All versions up to and including **Android Studio 3.1 Canary** are built
5858
on a version of IntelliJ IDEA that depends on outdated JUnit 5 APIs.
5959
Therefore, your tests will fail with an Exception similar to the following when you try to
6060
launch your tests from inside the IDE (using an *Android JUnit* Run Configuration):

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUNTIME_DESCRIPTION = Mirror of IntelliJ IDEA's embedded
2020

2121
# Dependency versions (plugins)
2222
ANDROID_PLUGIN_2X_VERSION = 2.3.3
23-
ANDROID_PLUGIN_3X_VERSION = 3.0.0-rc2
23+
ANDROID_PLUGIN_3X_VERSION = 3.0.0
2424
BINTRAY_PLUGIN_VERSION = 1.7.3
2525
SHADOW_PLUGIN_VERSION = 2.0.1
2626
VERSIONS_PLUGIN_VERSION = 0.15.0
@@ -30,10 +30,10 @@ GROOVY_VERSION = 2.6.0-alpha-1
3030
KOTLIN_VERSION = 1.1.51
3131

3232
# Android Environment
33-
COMPILE_SDK_VERSION = android-26
34-
BUILD_TOOLS_VERSION = 26.0.2
33+
COMPILE_SDK_VERSION = android-27
34+
BUILD_TOOLS_VERSION = 27.0.0
3535
MIN_SDK_VERSION = 16
36-
TARGET_SDK_VERSION = 26
36+
TARGET_SDK_VERSION = 27
3737

3838
# Dependency versions
3939
JUNIT_PLATFORM_VERSION = 1.0.1

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.10"
8+
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.11"
99
classpath "com.android.tools.build:gradle:$ANDROID_PLUGIN_3X_VERSION"
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
1111
}

0 commit comments

Comments
 (0)