Skip to content

Commit 030d1fc

Browse files
committed
Bumps sdk to 25 and downgrades uiautomator to 2.1.2
1 parent 7f3a3de commit 030d1fc

File tree

15 files changed

+30
-30
lines changed

15 files changed

+30
-30
lines changed

integration/ServiceTestRuleSample/app/build.gradle

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

33
android {
4-
compileSdkVersion 24
4+
compileSdkVersion 25
55
buildToolsVersion rootProject.buildToolsVersion
66
defaultConfig {
77
applicationId "com.example.android.testing.integrationtesting.ServiceTestRuleSample"
88
minSdkVersion 10
9-
targetSdkVersion 24
9+
targetSdkVersion 25
1010
versionCode 1
1111
versionName "1.0"
1212

runner/AndroidJunitRunnerSample/app/build.gradle

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

33

44
android {
5-
compileSdkVersion 24
5+
compileSdkVersion 25
66
buildToolsVersion rootProject.buildToolsVersion
77
defaultConfig {
88
applicationId "com.example.android.testing.androidjunitrunnersample"
99
minSdkVersion 8
10-
targetSdkVersion 24
10+
targetSdkVersion 25
1111
versionCode 1
1212
versionName "1.0"
1313

ui/espresso/BasicSample/app/build.gradle

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

33
android {
4-
compileSdkVersion 24
4+
compileSdkVersion 25
55
buildToolsVersion rootProject.buildToolsVersion
66
defaultConfig {
77
applicationId "com.example.android.testing.espresso.BasicSample"
88
minSdkVersion 10
9-
targetSdkVersion 24
9+
targetSdkVersion 25
1010
versionCode 1
1111
versionName "1.0"
1212

ui/espresso/CustomMatcherSample/app/build.gradle

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

33
android {
4-
compileSdkVersion 24
4+
compileSdkVersion 25
55
buildToolsVersion rootProject.buildToolsVersion
66
defaultConfig {
77
applicationId "com.example.android.testing.espresso.CustomMatcherSample"
88
minSdkVersion 10
9-
targetSdkVersion 24
9+
targetSdkVersion 25
1010
versionCode 1
1111
versionName "1.0"
1212

ui/espresso/DataAdapterSample/app/build.gradle

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

33
android {
4-
compileSdkVersion 24
4+
compileSdkVersion 25
55
buildToolsVersion rootProject.buildToolsVersion
66
defaultConfig {
77
applicationId "com.example.android.testing.espresso.DataAdapterSample"
88
minSdkVersion 10
9-
targetSdkVersion 24
9+
targetSdkVersion 25
1010
versionCode 1
1111
versionName "1.0"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

ui/espresso/IdlingResourceSample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
apply plugin: 'com.android.application'
1818

1919
android {
20-
compileSdkVersion 24
20+
compileSdkVersion 25
2121
buildToolsVersion rootProject.buildToolsVersion
2222

2323
defaultConfig {
2424
applicationId "com.example.android.testing.espresso.IdlingResourceSample"
2525
minSdkVersion 10
26-
targetSdkVersion 24
26+
targetSdkVersion 25
2727
versionCode 1
2828
versionName "1.0"
2929

ui/espresso/IntentsAdvancedSample/app/build.gradle

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

33
android {
4-
compileSdkVersion 24
4+
compileSdkVersion 25
55
buildToolsVersion rootProject.buildToolsVersion
66
defaultConfig {
77
applicationId "com.example.android.testing.espresso.intents.AdvancedSample"
88
minSdkVersion 10
9-
targetSdkVersion 24
9+
targetSdkVersion 25
1010
versionCode 1
1111
versionName "1.0"
1212

ui/espresso/IntentsBasicSample/app/build.gradle

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

33
android {
4-
compileSdkVersion 24
4+
compileSdkVersion 25
55
buildToolsVersion rootProject.buildToolsVersion
66
defaultConfig {
77
applicationId "com.example.android.testing.espresso.BasicSample"
88
minSdkVersion 10
9-
targetSdkVersion 24
9+
targetSdkVersion 25
1010
versionCode 1
1111
versionName "1.0"
1212

ui/espresso/MultiWindowSample/app/build.gradle

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

44
android {
5-
compileSdkVersion 24
5+
compileSdkVersion 25
66
buildToolsVersion rootProject.buildToolsVersion
77
defaultConfig {
88
applicationId "com.example.android.testing.espresso.MultiWindowSample"
99
minSdkVersion 10
10-
targetSdkVersion 24
10+
targetSdkVersion 25
1111
versionCode 1
1212
versionName "1.0"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

ui/espresso/RecyclerViewSample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
apply plugin: 'com.android.application'
1818

1919
android {
20-
compileSdkVersion 24
20+
compileSdkVersion 25
2121
buildToolsVersion rootProject.buildToolsVersion
2222
defaultConfig {
2323
applicationId "com.example.android.testing.espresso.RecyclerViewSample"
2424
minSdkVersion 10
25-
targetSdkVersion 24
25+
targetSdkVersion 25
2626
versionCode 1
2727
versionName "1.0"
2828

0 commit comments

Comments
 (0)