Rename project
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package eu.kanade.tachiyomi.util;
|
||||
|
||||
public class DefaultConfig {
|
||||
//The api level that Roboelectric will use to run the unit tests
|
||||
public static final int EMULATE_SDK = 21;
|
||||
public static final String MANIFEST = "./src/main/AndroidManifest.xml";
|
||||
}
|
||||
Reference in New Issue
Block a user