File tree Expand file tree Collapse file tree 5 files changed +15
-10
lines changed
android-application-multi Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ - * No changes*
4
+
5
+ ## [ 0.19.1] (2024-07-31)
6
+
3
7
### Fixes
4
8
5
9
- Fixed package of the extension ` SigningConfig.fromProperties ` . \
@@ -724,6 +728,7 @@ Pull request: #35
724
728
- Added CHANGELOG.md :)
725
729
726
730
[ unreleased ] : https://github.com/RedMadRobot/gradle-infrastructure/compare/main..develop
731
+ [ 0.19.1 ] : https://github.com/RedMadRobot/gradle-infrastructure/compare/v0.19..v0.19.1
727
732
[ 0.19 ] : https://github.com/RedMadRobot/gradle-infrastructure/compare/v0.18.1..v0.19
728
733
[ 0.18.1 ] : https://github.com/RedMadRobot/gradle-infrastructure/compare/v0.18..v0.18.1
729
734
[ 0.18 ] : https://github.com/RedMadRobot/gradle-infrastructure/compare/v0.17..v0.18
Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ pluginManagement {
53
53
}
54
54
```
55
55
56
- Then you can apply any of plugins where you need:
56
+ Then you can apply any of the plugins where you need:
57
57
58
58
``` kotlin
59
59
plugins {
60
- id(" com.redmadrobot.kotlin-library" ) version " 0.19"
61
- id(" com.redmadrobot.publish" ) version " 0.19"
62
- id(" com.redmadrobot.detekt" ) version " 0.19"
63
- id(" com.redmadrobot.application" ) version " 0.19"
64
- id(" com.redmadrobot.android-library" ) version " 0.19"
60
+ id(" com.redmadrobot.kotlin-library" ) version " 0.19.1 "
61
+ id(" com.redmadrobot.publish" ) version " 0.19.1 "
62
+ id(" com.redmadrobot.detekt" ) version " 0.19.1 "
63
+ id(" com.redmadrobot.application" ) version " 0.19.1 "
64
+ id(" com.redmadrobot.android-library" ) version " 0.19.1 "
65
65
}
66
66
```
67
67
@@ -496,7 +496,7 @@ redmadrobot {
496
496
497
497
> [ !WARNING]
498
498
> This feature is deprecated and is disabled by default since v0.19
499
- > Currently you can enable this behavior, though this option may be deleted at some point.
499
+ > Currently, you can enable this behavior, though this option may be deleted at some point.
500
500
501
501
Infrastructure plugins can automatically add required repositories:
502
502
Original file line number Diff line number Diff line change 1
1
group =com.redmadrobot.build
2
- version =0.19.1-SNAPSHOT
2
+ version =0.19.1
3
3
4
4
# Project-wide Gradle settings.
5
5
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
// Versions of AGP and KGP are specified in buildSrc module
3
- id(" com.redmadrobot.android-config" ) version " 0.19.1-SNAPSHOT "
3
+ id(" com.redmadrobot.android-config" ) version " 0.19.1"
4
4
}
5
5
6
6
// Common configurations for all modules
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id(" com.android.application" ) version " 8.5.1" apply false
4
4
kotlin(" android" ) version " 2.0.0" apply false
5
5
6
- id(" com.redmadrobot.android-config" ) version " 0.19.1-SNAPSHOT "
6
+ id(" com.redmadrobot.android-config" ) version " 0.19.1"
7
7
}
8
8
9
9
// Common configurations for all modules
You can’t perform that action at this time.
0 commit comments