diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c298eb..9d6d1ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/secretsvaultplugin/build.gradle.kts b/secretsvaultplugin/build.gradle.kts index 2ddca2d..a1cb241 100644 --- a/secretsvaultplugin/build.gradle.kts +++ b/secretsvaultplugin/build.gradle.kts @@ -44,4 +44,4 @@ configure { } group = "com.commencis.secretsvaultplugin" -version = "0.1.3" +version = "0.1.4"