Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Aug 8, 2023
1 parent 5ed6db3 commit 7a57f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.5.0-alpha02'
androidTestImplementation 'androidx.test:core:1.4.1-alpha05'
androidTestUtil 'androidx.test:orchestrator:1.4.2-alpha02'
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation 'org.hamcrest:hamcrest:2.1'

androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', {
exclude group: "com.android.support", module: "support-annotations"
Expand All @@ -348,7 +348,7 @@ dependencies {

androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0'
androidTestImplementation 'androidx.browser:browser:1.4.0'

implementation 'com.trustwallet:wallet-core:2.6.4'
Expand Down

0 comments on commit 7a57f67

Please sign in to comment.