Skip to content

Commit 2837c07

Browse files
committed
version: 0.17
1 parent 0ab41a1 commit 2837c07

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
## [Unreleased]
22

3+
## [0.17] (2022-07-29)
4+
35
### Changed
46

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**)
78
- **android:** Change target JDK for plugins from 8 to 11
9+
- Update Gradle to 7.5
810

911
### Fixed
1012

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ Then you can apply any of plugins where you need:
5454

5555
```kotlin
5656
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"
6262
}
6363
```
6464

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ subprojects {
4040
}
4141

4242
group = "com.redmadrobot.build"
43-
version = "0.17-SNAPSHOT"
43+
version = "0.17"
4444
}

samples/android-application-multi/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.redmadrobot.android-config") version "0.17-SNAPSHOT"
2+
id("com.redmadrobot.android-config") version "0.17"
33
}
44

55
// Common configurations for all modules
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
plugins {
2-
id("com.redmadrobot.android-config") version "0.17-SNAPSHOT"
2+
id("com.redmadrobot.android-config") version "0.17"
33
}

0 commit comments

Comments
 (0)