File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed
android-application-multi Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 0.17] (2022-07-29)
4
+
3
5
### Changed
4
6
5
- - Default ` minSdk ` changed from ` 21 ` to ` 23 `
6
- - Update Gradle to 7.5
7
+ - ** android:** Default ` minSdk ` changed from ` 21 ` to ` 23 ` (** POTENTIALLY BREAKING CHANGE** )
7
8
- ** android:** Change target JDK for plugins from 8 to 11
9
+ - Update Gradle to 7.5
8
10
9
11
### Fixed
10
12
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ Then you can apply any of plugins where you need:
54
54
55
55
``` kotlin
56
56
plugins {
57
- id(" com.redmadrobot.kotlin-library" ) version " 0.16.2 "
58
- id(" com.redmadrobot.publish" ) version " 0.16.2 "
59
- id(" com.redmadrobot.detekt" ) version " 0.16.2 "
60
- id(" com.redmadrobot.application" ) version " 0.16.2 "
61
- id(" com.redmadrobot.android-library" ) version " 0.16.2 "
57
+ id(" com.redmadrobot.kotlin-library" ) version " 0.17 "
58
+ id(" com.redmadrobot.publish" ) version " 0.17 "
59
+ id(" com.redmadrobot.detekt" ) version " 0.17 "
60
+ id(" com.redmadrobot.application" ) version " 0.17 "
61
+ id(" com.redmadrobot.android-library" ) version " 0.17 "
62
62
}
63
63
```
64
64
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ subprojects {
40
40
}
41
41
42
42
group = " com.redmadrobot.build"
43
- version = " 0.17-SNAPSHOT "
43
+ version = " 0.17"
44
44
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" com.redmadrobot.android-config" ) version " 0.17-SNAPSHOT "
2
+ id(" com.redmadrobot.android-config" ) version " 0.17"
3
3
}
4
4
5
5
// Common configurations for all modules
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" com.redmadrobot.android-config" ) version " 0.17-SNAPSHOT "
2
+ id(" com.redmadrobot.android-config" ) version " 0.17"
3
3
}
You can’t perform that action at this time.
0 commit comments