mirror of
https://github.com/tachiyomiorg/extensions-lib.git
synced 2024-11-16 16:29:19 +01:00
Make BuildConfig fields non-final in attempt to not inline them
This commit is contained in:
parent
cfa95304e0
commit
44f3d232f6
@ -1,6 +1,6 @@
|
||||
package eu.kanade.tachiyomi;
|
||||
|
||||
public class BuildConfig {
|
||||
public static final int VERSION_CODE = -1;
|
||||
public static final String VERSION_NAME = "stub";
|
||||
public static int VERSION_CODE = -1;
|
||||
public static String VERSION_NAME = "stub";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user