Commit 68a0614
authored
[espresso] Replace deprecated
Replaces the deprecated `getObservatoryUri` with the newer `getVMServiceUri` now that this package requires 3.10, where it was introduced.
The methods have exactly the same implementation, so this is a no-op behaviorally.
Fixes flutter/flutter#131708getObservatoryUri (#5788)1 parent e4cbf23 commit 68a0614
File tree
3 files changed
+4
-5
lines changed- packages/espresso
- android/src/main/java/androidx/test/espresso/flutter/action
3 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | 108 | | |
111 | | - | |
| 109 | + | |
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments