Skip to content

Commit 7f0b93f

Browse files
author
Tad Fisher
committed
Version 0.5.0
1 parent 26c7392 commit 7f0b93f

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.5.0] - 2020-11-13
44

55
### Added
66

@@ -26,8 +26,8 @@
2626
### Changed
2727

2828
- Require Android Gradle Plugin 4.1 in order to support app bundles using the new AGP DSL.
29-
- Split upload tasks into finer-grained units. Out-of-date checks for these tasks are now scoped to the task outputs
30-
which produce the files. For example, the "upload APK" task will not be considered out-of-date if the APKs have not
29+
- Split upload tasks into finer-grained units. Out-of-date checks for these tasks are now scoped to the task outputs
30+
which produce the files. For example, the "upload APK" task will not be considered out-of-date if the APKs have not
3131
changed since being uploaded.
3232

3333
### Fixed
@@ -47,6 +47,7 @@
4747

4848
- Initial public release.
4949

50-
[unreleased]: https://github.com/SimpleFinance/gradle-test-lab-plugin/compare/v0.4.1...HEAD
50+
[unreleased]: https://github.com/SimpleFinance/gradle-test-lab-plugin/compare/v0.5.0...HEAD
51+
[0.5.0]: https://github.com/SimpleFinance/gradle-test-lab-plugin/compare/v0.4.1...v0.5.0
5152
[0.4.1]: https://github.com/SimpleFinance/gradle-test-lab-plugin/compare/v0.4.0...v0.4.1
5253
[0.4.0]: https://github.com/SimpleFinance/gradle-test-lab-plugin/releases/tag/v0.4.0

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ work, but are not supported.
1919

2020
| Plugin version | Gradle version | Android Gradle version |
2121
| -------------- | -------------- | ---------------------- |
22-
| 0.3 | 5.2.1 | 3.3.1 |
23-
| 0.3.2 | 5.3 | 3.3.2 |
24-
| 0.3.3 | 5.4.1 | 3.4.1 |
22+
| 0.5.0 | 6.7 | 4.1.1 |
2523
| 0.4.0 | 6.5 | 4.0.0 |
24+
| 0.3.3 | 5.4.1 | 3.4.1 |
25+
| 0.3.2 | 5.3 | 3.3.2 |
26+
| 0.3 | 5.2.1 | 3.3.1 |
2627

2728
## Installation
2829

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.incremental=true
22
org.gradle.warning.mode=all
33

4-
baseVersion=0.4.2
4+
baseVersion=0.5.0
55
snapshot=true
66

77
android.useAndroidX = true

0 commit comments

Comments
 (0)