Skip to content

Commit a4e555b

Browse files
committed
Prepare next version & update README
1 parent d76425e commit a4e555b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Furthermore, this repository provides a small showcase of the functionality prov
2424
```kotlin
2525
buildscript {
2626
dependencies {
27-
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.7.1.0")
27+
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.7.1.1")
2828
}
2929
}
3030
```
@@ -36,7 +36,7 @@ Furthermore, this repository provides a small showcase of the functionality prov
3636
```groovy
3737
buildscript {
3838
dependencies {
39-
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.7.1.0"
39+
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.7.1.1"
4040
}
4141
}
4242
```

buildSrc/src/main/kotlin/Artifacts.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ object Artifacts {
5858
*/
5959
object Instrumentation {
6060
private val groupId = "de.mannodermaus.junit5"
61-
private val currentVersion = "1.2.1"
62-
val latestStableVersion = "1.2.0"
61+
private val currentVersion = "1.2.2-SNAPSHOT"
62+
val latestStableVersion = "1.2.1"
6363

6464
val Core = Deployed(
6565
platform = Android(minSdk = 14),

0 commit comments

Comments
 (0)