update to latest robolectric 3.8 and mockito 2.7.22

http://robolectric.org/getting-started/#building-with-gradle
This commit is contained in:
Hans-Christoph Steiner
2018-04-19 15:45:52 +02:00
parent 14474aed01
commit a3d9850a42
2 changed files with 4 additions and 5 deletions

View File

@@ -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);
}
}