Skip to content

Commit a2f9034

Browse files
committed
Prepare next version
1 parent 2f243b0 commit a2f9034

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ To start writing instrumentation tests with JUnit Jupiter, make the following ch
138138
androidTestImplementation "org.junit.jupiter:junit-jupiter-api:5.5.2"
139139
140140
// 6) The instrumentation test companion libraries
141-
androidTestImplementation "de.mannodermaus.junit5:android-test-core:1.1.0"
142-
androidTestRuntimeOnly "de.mannodermaus.junit5:android-test-runner:1.1.0"
141+
androidTestImplementation "de.mannodermaus.junit5:android-test-core:1.2.0"
142+
androidTestRuntimeOnly "de.mannodermaus.junit5:android-test-runner:1.2.0"
143143
}
144144
```
145145
</details>
@@ -173,8 +173,8 @@ To start writing instrumentation tests with JUnit Jupiter, make the following ch
173173
androidTestImplementation("org.junit.jupiter:junit-jupiter-api:5.5.2")
174174
175175
// 6) The instrumentation test companion libraries
176-
androidTestImplementation("de.mannodermaus.junit5:android-test-core:1.1.0")
177-
androidTestRuntimeOnly("de.mannodermaus.junit5:android-test-runner:1.1.0")
176+
androidTestImplementation("de.mannodermaus.junit5:android-test-core:1.2.0")
177+
androidTestRuntimeOnly("de.mannodermaus.junit5:android-test-runner:1.2.0")
178178
}
179179
```
180180
</details>

buildSrc/src/main/kotlin/Artifacts.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ object Artifacts {
4646
*/
4747
object Instrumentation {
4848
private val groupId = "de.mannodermaus.junit5"
49-
private val currentVersion = "1.2.0"
50-
val latestStableVersion = "1.1.0"
49+
private val currentVersion = "1.2.1-SNAPSHOT"
50+
val latestStableVersion = "1.2.0"
5151

5252
val Core = Deployed(
5353
platform = Android(minSdk = 14),

0 commit comments

Comments
 (0)