mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-18 12:49:59 -04:00
update to latest robolectric 3.8 and mockito 2.7.22
http://robolectric.org/getting-started/#building-with-gradle
This commit is contained in:
@@ -445,7 +445,7 @@ public class ProperMultiRepoUpdaterTest extends MultiRepoUpdaterTest {
|
||||
if ("ro.product.cpu.abilist".equals(key)) {
|
||||
return "armeabi";
|
||||
}
|
||||
return ShadowSystemProperties.get(key);
|
||||
return ShadowSystemProperties.native_get(key);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user