Skip to content

Commit 8def210

Browse files
Merge pull request #512 from android/espressoDevice
Upgrade espresso device sample to latest versions
2 parents 987bf47 + 0e8efa1 commit 8def210

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

ui/espresso/EspressoDeviceSample/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlinVersion = "1.7.10"
5-
ext.agpVersion = "8.1.1"
4+
ext.kotlinVersion = "1.8.20"
5+
ext.agpVersion = '8.3.2'
66
repositories {
77
// Insert local test repo here
88
google()
@@ -27,7 +27,7 @@ allprojects {
2727

2828
ext {
2929
robolectricVersion = "4.10.3"
30-
extTruthVersion = "1.6.0-alpha01"
31-
extJUnitVersion = "1.2.0-alpha01"
32-
espressoDeviceVersion = "1.0.0-alpha07"
30+
extTruthVersion = "1.6.0-alpha04"
31+
extJUnitVersion = "1.2.0-alpha04"
32+
espressoDeviceVersion = "1.0.0-alpha09"
3333
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

ui/espresso/ScreenshotSample/build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.agpVersion = "8.1.1"
3+
ext.agpVersion = '8.3.2'
44
ext.kotlinVersion = "1.8.20"
55
ext.androidxCoreVersion = "1.9.0"
66
ext.buildToolsVersion = "32.0.0"
77
ext.androidxCompatVersion = "1.5.1"
8-
ext.coreVersion = "1.6.0-alpha01"
9-
ext.extJUnitVersion = "1.2.0-alpha01"
10-
ext.runnerVersion = "1.6.0-alpha03"
11-
ext.rulesVersion = "1.6.0-alpha01"
12-
ext.espressoVersion = "3.6.0-alpha01"
13-
ext.servicesVersion = "1.5.0-alpha01"
8+
ext.coreVersion = "1.6.0-alpha06"
9+
ext.extJUnitVersion = "1.2.0-alpha04"
10+
ext.runnerVersion = "1.6.0-alpha07"
11+
ext.rulesVersion = "1.6.0-alpha04"
12+
ext.espressoVersion = "3.6.0-alpha04"
13+
ext.servicesVersion = "1.5.0-alpha04"
1414
ext.truthVersion = "1.1.3"
1515

1616
repositories {
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Sep 30 12:30:46 PDT 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)