Fix weird gradle upgrade hiccup

This commit is contained in:
Doug Keen 2017-03-04 13:28:25 -08:00
parent 66a3f80ee0
commit 43b16d38c5
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}