You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Clover/Clover/build.gradle

23 lines
598 B

// Top-level build file where you can add configuration options common to all sub-projects/modules.
// This uploads the mapping files to sentry, only enabled when the properties file exists
// (on the build server).
project.ext.sentryMappingUploadingEnabled = file('sentry.properties').exists()
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'io.sentry:sentry-android-gradle-plugin:1.7.24'
}
}
allprojects {
repositories {
google()
jcenter()
}
}