package com.hitherejoe.mvvm_hackernews.util; public class DefaultConfig { //The api level that Robolectric will use to run the unit tests public static final int EMULATE_SDK = 21; public static final String MANIFEST = "./src/main/AndroidManifest.xml"; }