Skip to content

Commit 67c381f

Browse files
committed
Espresso test example updated
1 parent ab45cd6 commit 67c381f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

com.vogella.android.espressofirst/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 21
5-
buildToolsVersion "23.0.0 rc1"
4+
compileSdkVersion 22
5+
buildToolsVersion '22.0.1'
66

77
defaultConfig {
88
applicationId "com.vogella.android.espressofirst"

com.vogella.android.espressofirst/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.3.0-beta1'
8+
classpath 'com.android.tools.build:gradle:1.2.3'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

0 commit comments

Comments
 (0)