Upgrade AntennaPod-AudioPlayer to v1.0.11
This commit is contained in:
parent
47eab093ca
commit
2380f8b309
|
@ -142,6 +142,7 @@ public class MainActivityTest extends ActivityInstrumentationTestCase2<MainActiv
|
|||
return ((MainActivity) solo.getCurrentActivity()).getSupportActionBar().getTitle().toString();
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@FlakyTest(tolerance = 3)
|
||||
public void testGoToPreferences() {
|
||||
openNavDrawer();
|
||||
|
|
|
@ -57,7 +57,7 @@ project.ext {
|
|||
rxJavaVersion = "1.1.0"
|
||||
rxJavaRulesVersion = "1.1.0.0"
|
||||
|
||||
audioPlayerVersion = "v1.0.10"
|
||||
audioPlayerVersion = "v1.0.11"
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
|
|
Loading…
Reference in New Issue