File tree 3 files changed +10
-8
lines changed
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ]
3
+ ## [ 0.5.0 ] - 2020-11-13
4
4
5
5
### Added
6
6
26
26
### Changed
27
27
28
28
- 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
31
31
changed since being uploaded.
32
32
33
33
### Fixed
47
47
48
48
- Initial public release.
49
49
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
51
52
[ 0.4.1 ] : https://github.com/SimpleFinance/gradle-test-lab-plugin/compare/v0.4.0...v0.4.1
52
53
[ 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.
19
19
20
20
| Plugin version | Gradle version | Android Gradle version |
21
21
| -------------- | -------------- | ---------------------- |
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 |
25
23
| 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 |
26
27
27
28
## Installation
28
29
Original file line number Diff line number Diff line change 1
1
kotlin.incremental =true
2
2
org.gradle.warning.mode =all
3
3
4
- baseVersion =0.4.2
4
+ baseVersion =0.5.0
5
5
snapshot =true
6
6
7
7
android.useAndroidX = true
You can’t perform that action at this time.
0 commit comments