ealden / gradle-androidannotations-plugin

AndroidAnnotations plugin for Gradle
http://androidannotations.org
Apache License 2.0
40 stars 10 forks source link

AndroidAnnotations plugin for Gradle

This plugin configures a Gradle project to add AndroidAnnotations to the build process.

Installation

buildscript {
    repositories {
        mavenCentral()
    }

    def gradleAndroidAnnotationsPluginVersion = '0.3.0'

    dependencies {
        classpath "net.ealden.gradle.plugins:gradle-androidannotations-plugin:$gradleAndroidAnnotationsPluginVersion"
    }
}

apply plugin: 'androidannotations'
apply plugin: 'idea'

androidAnnotationsVersion = '2.2'

Built on DEV@cloud