We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead35b2 commit 405c9dbCopy full SHA for 405c9db
CHANGELOG.md
@@ -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
+
13
# 0.1.3
14
15
### Fixed
secretsvaultplugin/build.gradle.kts
@@ -44,4 +44,4 @@ configure<DetektExtension> {
44
}
45
46
group = "com.commencis.secretsvaultplugin"
47
-version = "0.1.3"
+version = "0.1.4"
0 commit comments