Fix tests

pull/242/head
Androidacy Service Account 1 year ago committed by GitHub
parent f34ec443a1
commit c5cca14495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,6 +85,10 @@ android {
properties.load(fis)
}
buildConfigField "String", "SENTRY_TOKEN", '"' + properties.getProperty("auth." + "token") + '"'
} else {
buildConfigField "String", "SENTRY_TOKEN", '""'
}
// Get the androidacy client ID from the androidacy.properties
Properties properties = new Properties()

Loading…
Cancel
Save