Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
Open
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
8 changes: 4 additions & 4 deletions advanced-coroutines-codelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
def appcompat_version = '1.1.0'
def constraint_layout_version = '1.1.3'
def coroutines_android_version = '1.4.2'
def expresso_version = '3.2.0'
def espresso_version = '3.2.0'
def glide_version = '4.10.0'
def gson_version = '2.8.6'
def junit_version = '4.12'
Expand Down Expand Up @@ -92,9 +92,9 @@ buildscript {
"androidx.test:rules:$androidx_test_version",

// Espresso
"androidx.test.espresso:espresso-core:$expresso_version",
"androidx.test.espresso:espresso-contrib:$expresso_version",
"androidx.test.espresso:espresso-intents:$expresso_version",
"androidx.test.espresso:espresso-core:$espresso_version",
"androidx.test.espresso:espresso-contrib:$espresso_version",
"androidx.test.espresso:espresso-intents:$espresso_version",

// Architecture Components testing libraries
"androidx.arch.core:core-testing:$lifecycle_version",
Expand Down
8 changes: 4 additions & 4 deletions coroutines-codelab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
def appcompat_version = '1.1.0'
def constraint_layout_version = '1.1.3'
def coroutines_android_version = '1.3.2'
def expresso_version = '3.2.0'
def espresso_version = '3.2.0'
def gson_version = '2.8.6'
def junit_version = '4.12'
def lifecycle_version = '2.1.0'
Expand Down Expand Up @@ -95,9 +95,9 @@ buildscript {
"androidx.test:rules:$androidx_test_version",

// Espresso
"androidx.test.espresso:espresso-core:$expresso_version",
"androidx.test.espresso:espresso-contrib:$expresso_version",
"androidx.test.espresso:espresso-intents:$expresso_version",
"androidx.test.espresso:espresso-core:$espresso_version",
"androidx.test.espresso:espresso-contrib:$espresso_version",
"androidx.test.espresso:espresso-intents:$espresso_version",

// Architecture Components testing libraries
"androidx.arch.core:core-testing:$lifecycle_version",
Expand Down