Skip to content

Commit c72d9e7

Browse files
committed
Merge branch 'release_0.18.0'
2 parents 0f18971 + 89699ae commit c72d9e7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
## 0.18.0
6+
* Use non-deprecated device models and versions in default config. [PR](https://github.com/runningcode/fladle/pull/446) Thanks [Kaibolay](https://github.com/kaibolay)
7+
58
## 0.17.5
69
* Support Develocity JUnit XML Reporting [PR](https://github.com/runningcode/fladle/pull/386) Thanks [ZacSweers](https://github.com/ZacSweers)
710
* Min supported Gradle version is now 6.5

fladle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.gradle.api.tasks.testing.logging.TestLogEvent
22

33
group = "com.osacky.flank.gradle"
4-
version = "0.17.6-SNAPSHOT"
4+
version = "0.18.0"
55
description = "Easily Scale your Android Instrumentation Tests with Firebase Test Lab with Flank"
66

77
repositories {

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
extra:
66
fladle:
7-
current_release: '0.17.5'
8-
next_release: '0.17.6'
7+
current_release: '0.18.0'
8+
next_release: '0.18.1'
99
flank_version: '23.10.1'
1010

1111
site_name: Fladle

0 commit comments

Comments
 (0)