Skip to content

Commit 725b452

Browse files
Merge pull request #22 from Commencis/release/0.1.4
Release version 0.1.4 - keepSecrets task is now compatible with Gradle Configuration Cache - Update Kotlin to 2.2.21 - Update Android Gradle Plugin to 8.13.1 - Update Gradle to 8.14.3 - Set JVM target to 17 - Update sample app `compileSdk` and `targetSdk` to 36 - Update sample app `minSdk` to 23 - Update sample app `androidx.activity:activity-ktx` to 1.12.0 - Add edge-to-edge support in the sample app
2 parents ead35b2 + 405c9db commit 725b452

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.1.4
2+
### Changed
3+
- keepSecrets task is now compatible with Gradle Configuration Cache
4+
- Update Kotlin to 2.2.21
5+
- Update Android Gradle Plugin to 8.13.1
6+
- Update Gradle to 8.14.3
7+
- Set JVM target to 17
8+
- Update sample app `compileSdk` and `targetSdk` to 36
9+
- Update sample app `minSdk` to 23
10+
- Update sample app `androidx.activity:activity-ktx` to 1.12.0
11+
- Add edge-to-edge support in the sample app
12+
113
# 0.1.3
214

315
### Fixed

secretsvaultplugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ configure<DetektExtension> {
4444
}
4545

4646
group = "com.commencis.secretsvaultplugin"
47-
version = "0.1.3"
47+
version = "0.1.4"

0 commit comments

Comments
 (0)