We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d953d commit caba4a3Copy full SHA for caba4a3
3 files changed
docs/changelog.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## Unreleased
4
+
5
+## 0.20.0
6
* Minimum required Gradle version is now 9.1
7
* Fixed support for Android Gradle Plugin version 9.0.1
8
fladle-plugin/build.gradle.kts
@@ -1,7 +1,7 @@
import org.gradle.api.tasks.testing.logging.TestLogEvent
group = "com.osacky.flank.gradle"
-version = "0.19.1-SNAPSHOT"
+version = "0.20.0"
description = "Easily Scale your Android Instrumentation Tests with Firebase Test Lab with Flank"
repositories {
mkdocs.yml
@@ -4,8 +4,8 @@
extra:
fladle:
- current_release: '0.19.0'
- next_release: '0.19.1'
+ current_release: '0.20.0'
+ next_release: '0.20.1'
9
flank_version: '23.10.1'
10
11
site_name: Fladle
0 commit comments