Home

Awesome

RATS plugin for the android gradle build tools

##Setup

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.10.+'
        classpath 'com.wmbest.gradle:rats:0.2.+'
    }
}

apply plugin: 'com.android.application'
apply plugin: 'com.wmbest.rats'

rats {
    // Configuration
}

You must running against RATS server version 2.0 or newer

###Tasks

All testable build variants will be tested using the deviceCheck task.

###Parameters: