mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-26 16:51:50 +01:00
Add BuildConfig stub
This commit is contained in:
parent
0f53813c14
commit
555c9d7ac1
@ -0,0 +1,6 @@
|
|||||||
|
package eu.kanade.tachiyomi;
|
||||||
|
|
||||||
|
public class BuildConfig {
|
||||||
|
public static int VERSION_CODE = -1;
|
||||||
|
public static String VERSION_NAME = "stub";
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user