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