Skip to content

Instantly share code, notes, and snippets.

@leeuwte
Created November 13, 2014 10:04
Show Gist options
  • Save leeuwte/2f26ff54401093b48c6e to your computer and use it in GitHub Desktop.
Save leeuwte/2f26ff54401093b48c6e to your computer and use it in GitHub Desktop.
buildscript {
repositories {
...
maven { url 'https://www.testfairy.com/maven' }
}
dependencies {
...
classpath 'com.testfairy.plugins.gradle:testfairy:1.+'
}
}
apply plugin: 'testfairy'
android {
...
testfairyConfig {
apiKey "xxxxxx"
metrics "cpu,memory,network,logcat"
iconWatermark true
testersGroups "dev"
notify true
autoUpdate true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment