File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased ]
3+ ## [ 0.5.0 ] - 2020-11-13
44
55### Added
66
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
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11kotlin.incremental =true
22org.gradle.warning.mode =all
33
4- baseVersion =0.4.2
4+ baseVersion =0.5.0
55snapshot =true
66
77android.useAndroidX = true
You can’t perform that action at this time.
0 commit comments