Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8291960 authored by Dominik Schürmann's avatar Dominik Schürmann
Browse files

Set robolectric sdk to 22

parent 87494388
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ public class K9LibRobolectricTestRunner extends RobolectricTestRunner {
    @Override
    protected Config buildGlobalConfig() {
        return new Config.Builder()
                .setSdk(21)
                .setSdk(22)
                .setManifest(Config.NONE)
                .build();
    }
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ public class K9RobolectricTestRunner extends RobolectricTestRunner {
    @Override
    protected Config buildGlobalConfig() {
        return new Config.Builder()
                .setSdk(21)
                .setSdk(22)
                .setManifest("src/main/AndroidManifest.xml")
                .build();
    }