chore: Update secrets-gradle-plugin to 1.1.0 (#579)

This commit is contained in:
Chris Arriola 2021-06-16 11:47:18 -07:00 committed by GitHub
parent 83b9ed8528
commit de8c96bbd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ConcatFilter
plugins {
id 'com.android.application'
id 'project-report'
id 'com.google.secrets_gradle_plugin' version '0.5'
id 'com.google.android.secrets-gradle-plugin' version '1.1.0'
}
android {

View File

@ -4,7 +4,7 @@ plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-android-extensions'
id 'com.google.secrets_gradle_plugin' version '0.5'
id 'com.google.android.secrets-gradle-plugin' version '1.1.0'
}
android {

View File

@ -2,7 +2,7 @@ plugins {
id 'com.android.application'
id 'kotlin-android'
// [START maps_android_secrets_gradle_plugin]
id 'com.google.secrets_gradle_plugin' version '0.5'
id 'com.google.android.secrets-gradle-plugin' version '1.1.0'
// [END maps_android_secrets_gradle_plugin]
}
@ -64,4 +64,4 @@ dependencies {
secrets {
defaultPropertiesFileName = 'local.defaults.properties'
}
}

View File

@ -1,6 +1,6 @@
plugins {
id 'com.android.application'
id 'com.google.secrets_gradle_plugin' version '0.5'
id 'com.google.android.secrets-gradle-plugin' version '1.1.0'
}
android {

View File

@ -1,6 +1,6 @@
plugins {
id 'com.android.application'
id 'com.google.secrets_gradle_plugin' version '0.5'
id 'com.google.android.secrets-gradle-plugin' version '1.1.0'
}
android {

View File

@ -1,6 +1,6 @@
plugins {
id 'com.android.application'
id 'com.google.secrets_gradle_plugin' version '0.5'
id 'com.google.android.secrets-gradle-plugin' version '1.1.0'
}
android {

View File

@ -2,7 +2,7 @@ plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-android-extensions'
id 'com.google.secrets_gradle_plugin' version '0.5'
id 'com.google.android.secrets-gradle-plugin' version '1.1.0'
}
android {

View File

@ -2,7 +2,7 @@ plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-android-extensions'
id 'com.google.secrets_gradle_plugin' version '0.5'
id 'com.google.android.secrets-gradle-plugin' version '1.1.0'
}
android {

View File

@ -2,7 +2,7 @@ plugins {
id 'com.android.application'
id 'kotlin-android'
id 'kotlin-android-extensions'
id 'com.google.secrets_gradle_plugin' version '0.5'
id 'com.google.android.secrets-gradle-plugin' version '1.1.0'
}
android {