Skip to content

Commit

Permalink
Setup default local proerties to make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tir38 committed Jul 26, 2024
1 parent c0135b2 commit bbf6b7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions local.defaults.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Example local.properties which can be checked into repo for CI
# read more: https://github.com/google/secrets-gradle-plugin?tab=readme-ov-file#cicd-systems
#
# Afterpay merchant ID (not checked into version control)
# Used by https://static-us.afterpay.com/javascript/button/index.html
merchantId = "REPLACE"
4 changes: 4 additions & 0 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ dependencies {
implementation(libs.androidxLifecycleRuntimeKtx)
implementation(libs.material)
}

secrets {
defaultPropertiesFileName = "local.defaults.properties"
}

0 comments on commit bbf6b7d

Please sign in to comment.