diff --git a/build.gradle b/build.gradle index 2cd1d42..074f72d 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0-beta1' + classpath 'com.android.tools.build:gradle:2.3.0' // Used for annotation processing needed by the AndroidAnnotations library classpath 'com.neenbedankt.gradle.plugins:android-apt:1.6' }