Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integration/ServiceTestRuleSample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 30
compileSdkVersion 32
buildToolsVersion rootProject.buildToolsVersion
defaultConfig {
applicationId "com.example.android.testing.integrationtesting.ServiceTestRuleSample"
minSdkVersion 14
targetSdkVersion 30
targetSdkVersion 32
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions integration/ServiceTestRuleSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0-alpha07"
ext.agpVersion = "7.3.0-beta01"
repositories {
// Insert local test repo here
google()
Expand All @@ -24,7 +24,7 @@ allprojects {
}

ext {
buildToolsVersion = "31.0.0"
buildToolsVersion = "32.0.0"
coreVersion = "1.4.1-alpha07"
extJUnitVersion = "1.1.4-alpha07"
runnerVersion = "1.5.0-alpha04"
Expand Down
4 changes: 2 additions & 2 deletions runner/AndroidJunitRunnerSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'


android {
compileSdkVersion 30
compileSdkVersion 32
buildToolsVersion rootProject.buildToolsVersion
defaultConfig {
applicationId "com.example.android.testing.androidjunitrunnersample"
minSdkVersion 14
targetSdkVersion 30
targetSdkVersion 32
versionCode 1
versionName "1.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
android:theme="@style/AppTheme" >
<activity
android:name=".CalculatorActivity"
android:label="@string/app_name" >
android:label="@string/app_name"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
6 changes: 3 additions & 3 deletions runner/AndroidJunitRunnerSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0-alpha07"
ext.agpVersion = "7.3.0-beta01"
repositories {
// Insert local test repo here
google()
Expand All @@ -24,8 +24,8 @@ allprojects {
}

ext {
buildToolsVersion = "31.0.0"
androidxAnnotationVersion = "1.2.0"
buildToolsVersion = "32.0.0"
androidxAnnotationVersion = "1.3.0"
guavaVersion = "30.1.1-android"
coreVersion = "1.4.1-alpha07"
extJUnitVersion = "1.1.4-alpha07"
Expand Down
4 changes: 2 additions & 2 deletions runner/AndroidTestOrchestratorSample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 30
compileSdkVersion 32
buildToolsVersion rootProject.buildToolsVersion
defaultConfig {
applicationId "com.example.android.testing.androidtestorchestratorsample"
minSdkVersion 14
targetSdkVersion 30
targetSdkVersion 32
versionCode 1
versionName "1.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
android:theme="@style/AppTheme" >
<activity
android:name=".CalculatorActivity"
android:label="@string/app_name" >
android:label="@string/app_name"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
6 changes: 3 additions & 3 deletions runner/AndroidTestOrchestratorSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0-alpha07"
ext.agpVersion = "7.3.0-beta01"
repositories {
// Insert local test repo here
google()
Expand All @@ -24,8 +24,8 @@ allprojects {
}

ext {
buildToolsVersion = "31.0.0"
androidxAnnotationVersion = "1.2.0"
buildToolsVersion = "32.0.0"
androidxAnnotationVersion = "1.3.0"
guavaVersion = "30.1.1-android"
coreVersion = "1.4.1-alpha07"
extJUnitVersion = "1.1.4-alpha07"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = '7.1.1'
ext.agpVersion = "7.3.0-beta01"
repositories {
// Insert local test repo here
google()
Expand Down Expand Up @@ -32,6 +32,7 @@ ext {
runnerVersion = "1.4.1-alpha03"
rulesVersion = "1.4.1-alpha03"
testServicesVersion = "1.4.1-alpha03"
orchestratorVersion = "1.4.1-alpha03"
espressoVersion = "3.5.0-alpha03"
truthVersion = "1.1.3"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Oct 14 15:41:28 PDT 2021
#Wed Jun 01 11:09:45 PDT 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
4 changes: 2 additions & 2 deletions ui/espresso/AccessibilitySample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 30
compileSdkVersion 32
buildToolsVersion rootProject.buildToolsVersion
defaultConfig {
applicationId "com.example.android.testing.espresso.AccessibilitySample"
minSdkVersion 14
targetSdkVersion 30
targetSdkVersion 32
versionCode 1
versionName "1.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
android:theme="@style/AppTheme" >
<activity
android:name="com.example.android.testing.espresso.AccessibilitySample.MainActivity"
android:label="@string/app_name" >
android:label="@string/app_name"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
6 changes: 3 additions & 3 deletions ui/espresso/AccessibilitySample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlinVersion = "1.6.21"
ext.agpVersion = "7.3.0-alpha07"
ext.agpVersion = "7.3.0-beta01"
repositories {
// Insert local test repo here
google()
Expand All @@ -26,8 +26,8 @@ allprojects {
}

ext {
buildToolsVersion = "31.0.0"
androidxAnnotationVersion = "1.2.0"
buildToolsVersion = "32.0.0"
androidxAnnotationVersion = "1.3.0"
robolectricVersion = "4.8.1"
extTruthVersion = "1.5.0-alpha07"
coreVersion = "1.4.1-alpha07"
Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/BasicSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 30
compileSdkVersion 32
buildToolsVersion rootProject.buildToolsVersion
defaultConfig {
applicationId "com.example.android.testing.espresso.BasicSample"
minSdkVersion 14
targetSdkVersion 30
targetSdkVersion 32
versionCode 1
versionName "1.0"

Expand Down
3 changes: 2 additions & 1 deletion ui/espresso/BasicSample/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
android:theme="@style/AppTheme" >
<activity
android:name="com.example.android.testing.espresso.BasicSample.MainActivity"
android:label="@string/app_name" >
android:label="@string/app_name"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
6 changes: 3 additions & 3 deletions ui/espresso/BasicSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlinVersion = "1.6.21"
ext.agpVersion = "7.3.0-alpha07"
ext.agpVersion = "7.3.0-beta01"
repositories {
// Insert local test repo here
google()
Expand All @@ -26,8 +26,8 @@ allprojects {
}

ext {
buildToolsVersion = "31.0.0"
androidxAnnotationVersion = "1.2.0"
buildToolsVersion = "32.0.0"
androidxAnnotationVersion = "1.3.0"
robolectricVersion = "4.8.1"
guavaVersion = "30.1.1-android"
extTruthVersion = "1.5.0-alpha07"
Expand Down
3 changes: 2 additions & 1 deletion ui/espresso/BasicSampleBundled/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

<activity
android:name="com.example.android.testing.espresso.basicsamplebundled.MainActivity"
android:label="@string/app_name" >
android:label="@string/app_name"
android:exported="true" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/CustomMatcherSample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 30
compileSdkVersion 32
buildToolsVersion rootProject.buildToolsVersion
defaultConfig {
applicationId "com.example.android.testing.espresso.CustomMatcherSample"
minSdkVersion 14
targetSdkVersion 30
targetSdkVersion 32
versionCode 1
versionName "1.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
android:theme="@style/AppTheme">
<activity
android:name="com.example.android.testing.espresso.CustomMatcherSample.MainActivity"
android:label="@string/app_name">
android:label="@string/app_name"
android:exported="true" >
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
Expand Down
6 changes: 3 additions & 3 deletions ui/espresso/CustomMatcherSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0-alpha07"
ext.agpVersion = "7.3.0-beta01"
repositories {
// Insert local test repo here
google()
Expand All @@ -24,8 +24,8 @@ allprojects {
}

ext {
buildToolsVersion = "31.0.0"
androidxAnnotationVersion = "1.2.0"
buildToolsVersion = "32.0.0"
androidxAnnotationVersion = "1.3.0"
guavaVersion = "30.1.1-android"
coreVersion = "1.4.1-alpha07"
extJUnitVersion = "1.1.4-alpha07"
Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/DataAdapterSample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 30
compileSdkVersion 32
buildToolsVersion rootProject.buildToolsVersion
defaultConfig {
applicationId "com.example.android.testing.espresso.DataAdapterSample"
minSdkVersion 14
targetSdkVersion 30
targetSdkVersion 32
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
android:theme="@style/AppTheme" >
<activity
android:name="com.example.android.testing.espresso.DataAdapterSample.LongListActivity"
android:label="@string/app_name" >
android:label="@string/app_name"
android:exported="true" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
6 changes: 3 additions & 3 deletions ui/espresso/DataAdapterSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0-alpha07"
ext.agpVersion = "7.3.0-beta01"
repositories {
// Insert local test repo here
google()
Expand All @@ -24,8 +24,8 @@ allprojects {
}

ext {
buildToolsVersion = "31.0.0"
androidxAnnotationVersion = "1.2.0"
buildToolsVersion = "32.0.0"
androidxAnnotationVersion = "1.3.0"
guavaVersion = "30.1.1-android"
coreVersion = "1.4.1-alpha07"
extJUnitVersion = "1.1.4-alpha07"
Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/FragmentScenarioSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 30
compileSdkVersion 32
defaultConfig {
applicationId "com.example.android.testing.espresso.FragmentScenarioSample"
minSdkVersion 15
targetSdkVersion 30
targetSdkVersion 32
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
10 changes: 5 additions & 5 deletions ui/espresso/FragmentScenarioSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlinVersion = "1.6.21"
ext.agpVersion = "7.3.0-alpha07"
ext.agpVersion = "7.3.0-beta01"
repositories {
google()
mavenCentral()
Expand All @@ -27,10 +27,10 @@ task clean(type: Delete) {
}

ext {
buildToolsVersion = "31.0.0"
androidxCoreVersion = "1.6.0"
androidxCompatVersion = "1.3.1"
androidxFragmentVersion = "1.3.6"
buildToolsVersion = "32.0.0"
androidxCoreVersion = "1.7.0"
androidxCompatVersion = "1.4.1"
androidxFragmentVersion = "1.4.1"
coreVersion = "1.4.1-alpha07"
extJUnitVersion = "1.1.4-alpha07"
runnerVersion = "1.5.0-alpha04"
Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/IdlingResourceSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 30
compileSdkVersion 32
buildToolsVersion rootProject.buildToolsVersion

defaultConfig {
applicationId "com.example.android.testing.espresso.IdlingResourceSample"
minSdkVersion 14
targetSdkVersion 30
targetSdkVersion 32
versionCode 1
versionName "1.0"

Expand Down
Loading