Skip to content

Commit

Permalink
test: 升级espresso版本到3.3.0-alpha05
Browse files Browse the repository at this point in the history
可解决在Android R preview版本虚拟机上启动Activity失败的问题。

Tencent#300
  • Loading branch information
shifujun committed Apr 10, 2020
1 parent b7dc8fd commit 0b1c41d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions projects/test/dynamic/host/test-dynamic-host/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ dependencies {
implementation project(':constant')

testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:core:1.1.1-alpha02'
androidTestImplementation 'androidx.test.ext:junit:1.1.1-alpha02'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0-alpha02'
androidTestImplementation 'androidx.test.espresso:espresso-remote:3.2.0-alpha02'
implementation 'androidx.test.espresso:espresso-idling-resource:3.2.0-alpha02'
androidTestImplementation "androidx.test:runner:1.1.2-alpha02"
androidTestImplementation 'androidx.test:core:1.3.0-alpha05'
androidTestImplementation 'androidx.test.ext:junit:1.1.2-alpha05'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha05'
androidTestImplementation 'androidx.test.espresso:espresso-remote:3.3.0-alpha05'
implementation 'androidx.test.espresso:espresso-idling-resource:3.3.0-alpha05'
androidTestImplementation "androidx.test:runner:1.3.0-alpha05"

implementation project(':plugin-use-host-code-lib')
implementation project(':test-manager')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation 'com.android.support:support-v4:27.1.1'
implementation project(':custom-view')

compileOnly 'androidx.test.espresso:espresso-idling-resource:3.2.0-alpha02'
compileOnly 'androidx.test.espresso:espresso-idling-resource:3.3.0-alpha05'

compileOnly project(':plugin-use-host-code-lib')
}

0 comments on commit 0b1c41d

Please sign in to comment.