Skip to content

Commit

Permalink
fix: Include Espresso only in Android test configuration (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyandrew authored Jan 4, 2023
1 parent 921adc7 commit b4b29ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platforms/android/library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.test.espresso:espresso-accessibility:3.4.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.8'
testImplementation 'io.mockk:mockk:1.12.5'
testImplementation 'org.hamcrest:hamcrest:2.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-accessibility:3.4.0'
androidTestImplementation 'io.mockk:mockk-android:1.12.5'
}

Expand Down

0 comments on commit b4b29ca

Please # to comment.