Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.1.4
### Changed
- 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

# 0.1.3

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion secretsvaultplugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ configure<DetektExtension> {
}

group = "com.commencis.secretsvaultplugin"
version = "0.1.3"
version = "0.1.4"
Loading