File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.android.secrets-gradle-plugin' version '1.0 .0'
24
+ id 'com.google.android.secrets-gradle-plugin' version '1.1 .0'
25
25
}
26
26
```
27
27
28
28
Kotlin:
29
29
``` groovy
30
30
plugins {
31
- id("com.google.android.secrets-gradle-plugin") version "1.0 .0"
31
+ id("com.google.android.secrets-gradle-plugin") version "1.1 .0"
32
32
}
33
33
```
34
34
Original file line number Diff line number Diff line change @@ -72,6 +72,6 @@ object PluginInfo {
72
72
const val group = " com.google.android"
73
73
const val artifactId = " secrets-gradle-plugin"
74
74
const val name = " secretsGradlePlugin"
75
- const val version = " 1.0 .0"
75
+ const val version = " 1.1 .0"
76
76
const val implementationClass = " com.google.android.secrets_gradle_plugin.SecretsPlugin"
77
77
}
You can’t perform that action at this time.
0 commit comments