Skip to content

Commit

Permalink
update readme with newer plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkunzler committed Jul 15, 2015
1 parent 0e9be5c commit 232538a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ For everybody that just thinks "give me the stuff":
mavenCentral()
}
dependencies {
// Android plugin
classpath 'com.android.tools.build:gradle:0.12.+'
// replace with the current version of the Android plugin
classpath 'com.android.tools.build:gradle:1.2.3'
// the latest version of the android-apt plugin from https://bitbucket.org/hvisser/android-apt
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.4'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.5.1'
}
}

apply plugin: 'android'
apply plugin: 'android-apt'
apply plugin: 'com.android.application'
apply plugin: 'com.neenbedankt.android-apt'


repositories {
Expand Down

0 comments on commit 232538a

Please sign in to comment.