-
Notifications
You must be signed in to change notification settings - Fork 10
Home
ealden edited this page Feb 5, 2012
·
5 revisions
This plugin configures a Gradle project to add AndroidAnnotations to the build process.
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'
