mirror of
https://github.com/tachiyomiorg/extensions-lib.git
synced 2024-11-16 16:29:19 +01:00
Replace BuildConfig stubs with AppInfo stubs
This commit is contained in:
parent
78371323c3
commit
7dfe39b011
6
library/src/main/java/eu/kanade/tachiyomi/AppInfo.kt
Normal file
6
library/src/main/java/eu/kanade/tachiyomi/AppInfo.kt
Normal file
@ -0,0 +1,6 @@
|
||||
package eu.kanade.tachiyomi
|
||||
|
||||
object AppInfo {
|
||||
fun getVersionCode(): String = throw Exception("Stub!")
|
||||
fun getVersionName(): String = throw Exception("Stub!")
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
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