Skip to content

Commit

Permalink
Refresh AccessibilitySample and add it to tested projects list.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettchabot committed Jan 6, 2021
1 parent f09f11e commit 18969dd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 24 deletions.
1 change: 1 addition & 0 deletions projects.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
integration/ServiceTestRuleSample
runner/AndroidJunitRunnerSample
runner/AndroidTestOrchestratorSample
ui/espresso/AccessibilitySample
ui/espresso/BasicSample
ui/espresso/CustomMatcherSample
ui/espresso/DataAdapterSample
Expand Down
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 29
compileSdkVersion 30
buildToolsVersion rootProject.buildToolsVersion
defaultConfig {
applicationId "com.example.android.testing.espresso.AccessibilitySample"
minSdkVersion 14
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "1.0"

Expand Down
30 changes: 10 additions & 20 deletions ui/espresso/AccessibilitySample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ buildscript {
repositories {
// Insert local test repo here
jcenter()
maven {
url "file:///usr/local/google/home/brettchabot/test_repo/1.3.0-alpha03/m2repository"
}
maven {
url "file:///usr/local/google/home/brettchabot/test_repo/1.3.0-alpha03/m2repository"
}
google()
}
dependencies {
Expand All @@ -26,23 +20,19 @@ allprojects {
repositories {
// Insert local test repo here
jcenter()
maven {
url "file:///usr/local/google/home/brettchabot/test_repo/1.3.0-alpha03/m2repository"
}
maven {
url "file:///usr/local/google/home/brettchabot/test_repo/1.3.0-alpha03/m2repository"
}

google()
}
}

ext {
buildToolsVersion = "28.0.3"
androidxAnnotationVersion = "1.0.0"
robolectricVersion = "4.3.1"
extTruthVersion = '1.3.0-alpha03'
coreVersion = "1.3.0-alpha03"
extJUnitVersion = "1.1.2-alpha03"
runnerVersion = "1.3.0-alpha03"
espressoVersion = "3.3.0-alpha03"
buildToolsVersion = "30.0.2"
androidxAnnotationVersion = "1.1.0"
robolectricVersion = "4.5-alpha-1"
extTruthVersion = '1.3.1-alpha02'
coreVersion = "1.3.1-alpha02"
extJUnitVersion = "1.1.3-alpha02"
runnerVersion = "1.3.1-alpha02"
espressoVersion = "3.4.0-alpha02"
guavaVersion = "29.0-android"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Nov 25 14:52:50 PST 2019
#Wed Jan 06 11:50:52 PST 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 comments on commit 18969dd

Please sign in to comment.