Skip to content

Commit

Permalink
Merge pull request #512 from android/espressoDevice
Browse files Browse the repository at this point in the history
Upgrade espresso device sample to latest versions
  • Loading branch information
JoseAlcerreca committed May 16, 2024
2 parents 987bf47 + 0e8efa1 commit 8def210
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions ui/espresso/EspressoDeviceSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlinVersion = "1.7.10"
ext.agpVersion = "8.1.1"
ext.kotlinVersion = "1.8.20"
ext.agpVersion = '8.3.2'
repositories {
// Insert local test repo here
google()
Expand All @@ -27,7 +27,7 @@ allprojects {

ext {
robolectricVersion = "4.10.3"
extTruthVersion = "1.6.0-alpha01"
extJUnitVersion = "1.2.0-alpha01"
espressoDeviceVersion = "1.0.0-alpha07"
extTruthVersion = "1.6.0-alpha04"
extJUnitVersion = "1.2.0-alpha04"
espressoDeviceVersion = "1.0.0-alpha09"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
14 changes: 7 additions & 7 deletions ui/espresso/ScreenshotSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.agpVersion = "8.1.1"
ext.agpVersion = '8.3.2'
ext.kotlinVersion = "1.8.20"
ext.androidxCoreVersion = "1.9.0"
ext.buildToolsVersion = "32.0.0"
ext.androidxCompatVersion = "1.5.1"
ext.coreVersion = "1.6.0-alpha01"
ext.extJUnitVersion = "1.2.0-alpha01"
ext.runnerVersion = "1.6.0-alpha03"
ext.rulesVersion = "1.6.0-alpha01"
ext.espressoVersion = "3.6.0-alpha01"
ext.servicesVersion = "1.5.0-alpha01"
ext.coreVersion = "1.6.0-alpha06"
ext.extJUnitVersion = "1.2.0-alpha04"
ext.runnerVersion = "1.6.0-alpha07"
ext.rulesVersion = "1.6.0-alpha04"
ext.espressoVersion = "3.6.0-alpha04"
ext.servicesVersion = "1.5.0-alpha04"
ext.truthVersion = "1.1.3"

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Sep 30 12:30:46 PDT 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 8def210

Please sign in to comment.