We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab45cd6 commit 67c381fCopy full SHA for 67c381f
2 files changed
com.vogella.android.espressofirst/app/build.gradle
@@ -1,8 +1,8 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 21
5
- buildToolsVersion "23.0.0 rc1"
+ compileSdkVersion 22
+ buildToolsVersion '22.0.1'
6
7
defaultConfig {
8
applicationId "com.vogella.android.espressofirst"
com.vogella.android.espressofirst/build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.3.0-beta1'
+ classpath 'com.android.tools.build:gradle:1.2.3'
9
10
// NOTE: Do not place your application dependencies here; they belong
11
// in the individual module build.gradle files
0 commit comments