Skip to content

Commit a7146fc

Browse files
committed
Prepare next version
1 parent 825b72c commit a7146fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Furthermore, this repository provides a small showcase of the functionality prov
1616
```groovy
1717
buildscript {
1818
dependencies {
19-
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.3.1.0"
19+
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.3.1.1"
2020
}
2121
}
2222
```

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LICENSE_NAME = Apache-2.0
99
PLUGIN_GROUP_ID = de.mannodermaus.gradle.plugins
1010
PLUGIN_ARTIFACT_ID = android-junit5
1111
PLUGIN_DESCRIPTION = Unit Testing with JUnit 5 for Android.
12-
PLUGIN_VERSION_NAME = 1.3.1.1
13-
PLUGIN_VERSION_NAME_LATEST_STABLE = 1.3.1.0
12+
PLUGIN_VERSION_NAME = 1.3.1.2-SNAPSHOT
13+
PLUGIN_VERSION_NAME_LATEST_STABLE = 1.3.1.1
1414

1515
# Artifact configuration (instrumentation & runner)
1616
INSTRUMENTATION_GROUP_ID = de.mannodermaus.junit5

0 commit comments

Comments
 (0)