This repository was archived by the owner on Oct 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ In your app-level `build.gradle` file:
1919Groovy:
2020``` groovy
2121plugins {
22- id 'com.google.secrets_gradle_plugin' version '0.3 '
22+ id 'com.google.secrets_gradle_plugin' version '0.4 '
2323}
2424```
2525
2626Kotlin:
2727``` groovy
2828plugins {
29- id("com.google.secrets_gradle_plugin") version "0.3 "
29+ id("com.google.secrets_gradle_plugin") version "0.4 "
3030}
3131```
3232
Original file line number Diff line number Diff line change @@ -72,6 +72,6 @@ object PluginInfo {
7272 const val group = " com.google"
7373 const val artifactId = " secrets_gradle_plugin"
7474 const val name = " secretsGradlePlugin"
75- const val version = " 0.3 "
75+ const val version = " 0.4 "
7676 const val implementationClass = " com.google.secrets_gradle_plugin.SecretsPlugin"
7777}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
1717 id(" kotlin-android" )
1818
1919 // 1. Include the plugin
20- id(" com.google.secrets_gradle_plugin" ) version " 0.3 "
20+ id(" com.google.secrets_gradle_plugin" ) version " 0.4 "
2121}
2222
2323android {
You can’t perform that action at this time.
0 commit comments