Skip to content

Commit

Permalink
chore(android): default secrets file
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Feb 14, 2024
1 parent c389460 commit c8ab87b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ dependencies {
}

secrets {
defaultPropertiesFileName = "default.secrets.properties"
propertiesFileName = "secrets.properties"
}

Expand Down
2 changes: 2 additions & 0 deletions android/default.secrets.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
telemetryDeckAppId=
sentryAppDsn=

0 comments on commit c8ab87b

Please sign in to comment.