revert to android gradle plugin 1.0.1 until we figure out why

1.2.3 can't produce the automation build type.

Closes #3480
// FREEBIE
This commit is contained in:
Rhodey Orbits 2015-06-25 14:17:08 -07:00
parent a25bedff28
commit d929caf0e6

View file

@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:1.0.1'
classpath files('libs/gradle-witness.jar')
}
}