File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ In your app-level `build.gradle` file:
21
21
Groovy:
22
22
``` groovy
23
23
plugins {
24
- id 'com.google.secrets_gradle_plugin' version '0.6'
24
+ id 'com.google.secrets_gradle_plugin' version '0.6.1 '
25
25
}
26
26
```
27
27
28
28
Kotlin:
29
29
``` groovy
30
30
plugins {
31
- id("com.google.secrets_gradle_plugin") version "0.6"
31
+ id("com.google.secrets_gradle_plugin") version "0.6.1 "
32
32
}
33
33
```
34
34
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ gradlePlugin {
44
44
pluginBundle {
45
45
website = " https://github.com/google/secrets-gradle-plugin"
46
46
vcsUrl = " https://github.com/google/secrets-gradle-plugin"
47
- description = " A Gradle plugin for providing secrets securely to an Android project. "
47
+ description = " Deprecated: Replaced by com.google.android.secrets-gradle-plugin "
48
48
version = PluginInfo .version
49
49
50
50
(plugins) {
@@ -72,6 +72,6 @@ object PluginInfo {
72
72
const val group = " com.google"
73
73
const val artifactId = " secrets_gradle_plugin"
74
74
const val name = " secretsGradlePlugin"
75
- const val version = " 0.6"
75
+ const val version = " 0.6.1 "
76
76
const val implementationClass = " com.google.secrets_gradle_plugin.SecretsPlugin"
77
77
}
You can’t perform that action at this time.
0 commit comments