Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit c5cca14

Browse files
Fix tests
1 parent f34ec44 commit c5cca14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ android {
8585
properties.load(fis)
8686
}
8787
buildConfigField "String", "SENTRY_TOKEN", '"' + properties.getProperty("auth." + "token") + '"'
88+
} else {
89+
90+
buildConfigField "String", "SENTRY_TOKEN", '""'
91+
8892
}
8993
// Get the androidacy client ID from the androidacy.properties
9094
Properties properties = new Properties()

0 commit comments

Comments
 (0)