mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-979 App | Tech | Setup sentry (#3002)
DROID-979 App | Tech | Setup sentry
This commit is contained in:
parent
4cae9fce35
commit
5ee6443ebb
19 changed files with 140 additions and 7 deletions
|
@ -14,6 +14,12 @@ buildscript {
|
|||
def githubPropertiesFile = file("$rootDir${File.separator}github.properties")
|
||||
githubProperties.load(new FileInputStream(githubPropertiesFile))
|
||||
|
||||
def apiKeysProperties = new Properties()
|
||||
def apiKeysPropertiesFile = file("$rootDir${File.separator}apikeys.properties")
|
||||
apiKeysProperties.load(new FileInputStream(apiKeysPropertiesFile))
|
||||
|
||||
ext.sentryApiKey = apiKeysProperties["sentry_dsn"]
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
google()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue