Skip to content

Commit 3300bba

Browse files
committed
Prepare next version
1 parent 6016756 commit 3300bba

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Snapshots of the development version are available through [Sonatype's `snapshot
3232
```kotlin
3333
plugins {
3434
// 1. Apply the plugin
35-
id("de.mannodermaus.android-junit") version "2.0.0"
35+
id("de.mannodermaus.android-junit") version "2.0.1"
3636
}
3737

3838
dependencies {
@@ -134,7 +134,7 @@ when it sets up the artifacts automatically. However, it is possible to choose a
134134

135135
```kotlin
136136
junitPlatform {
137-
instrumentationTests.version = "2.0.0"
137+
instrumentationTests.version = "2.0.1"
138138
}
139139
```
140140

@@ -181,7 +181,7 @@ so please consider upgrading to at least AGP 8.2 before filing an issue with the
181181

182182
|Your AGP Version|Suggested Plugin Version|
183183
|---|---|
184-
|`>= 8.2.0`|`2.0.0`|
184+
|`>= 8.2.0`|`2.0.1`|
185185
|`8.0.0` - `8.1.4`|`1.12.2.0`|
186186
|`7.0.0` - `7.4.2`|`1.10.0.0`|
187187
|`4.0.0` - `4.2.2`|`1.8.2.1`|

build-logic/src/main/kotlin/Environment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ object Artifacts {
107107
platform = Java,
108108
groupId = "de.mannodermaus.gradle.plugins",
109109
artifactId = "android-junit5",
110-
currentVersion = "2.0.1",
111-
latestStableVersion = "2.0.0",
110+
currentVersion = "2.0.2-SNAPSHOT",
111+
latestStableVersion = "2.0.1",
112112
description = "Unit Testing with the JUnit Framework for Android."
113113
)
114114

0 commit comments

Comments
 (0)