File tree Expand file tree Collapse file tree 15 files changed +30
-30
lines changed
integration/ServiceTestRuleSample/app
runner/AndroidJunitRunnerSample/app
IntentsAdvancedSample/app Expand file tree Collapse file tree 15 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22
33
44android {
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
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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"
Original file line number Diff line number Diff line change 1717apply plugin : ' com.android.application'
1818
1919android {
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
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
Original file line number Diff line number Diff line change 22apply plugin : ' com.android.application'
33
44android {
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"
Original file line number Diff line number Diff line change 1717apply plugin : ' com.android.application'
1818
1919android {
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
You can’t perform that action at this time.
0 commit comments