Skip to content

Commit 8863ca3

Browse files
committed
AS 3.0 Beta 5 didn't merge IJ
1 parent 8b5c635 commit 8863ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
Snapshots of the development version are available through [Sonatype's `snapshots` repository][sonatyperepo].
1818

1919
**Note**: This plugin also supports the Release Candidates of JUnit 5.
20-
However, as of Android Studio 3.0 Beta 4, there is an internal issue with how tests are executed from the IDE
20+
However, as of Android Studio 3.0 Beta 5, there is an internal issue with how tests are executed from the IDE
2121
related to a removed API in JUnit 5 still accessed from Android Studio's build of IntelliJ.
2222
If you run your JUnit 5 tests directly from Android Studio *right now*, they will fail with a `NoSuchMethodError`.
2323

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VCS_URL = https://github.com/aurae/android-j
1313

1414
# Dependency versions (plugins)
1515
ANDROID_PLUGIN_2X_VERSION = 2.3.2
16-
ANDROID_PLUGIN_3X_VERSION = 3.0.0-beta2
16+
ANDROID_PLUGIN_3X_VERSION = 3.0.0-beta5
1717
BINTRAY_PLUGIN_VERSION = 1.7.3
1818

1919
# Dependency versions

0 commit comments

Comments
 (0)