mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 02:44:34 -05:00
move Tachiyomi's BuildConfig to kotlin dir
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package eu.kanade.tachiyomi;
|
||||
|
||||
public class BuildConfig {
|
||||
/** should be something like 74 */
|
||||
public static final int VERSION_CODE = Integer.parseInt(suwayomi.tachidesk.server.BuildConfig.REVISION.substring(1));
|
||||
|
||||
/** should be something like "0.13.1" */
|
||||
public static final String VERSION_NAME = suwayomi.tachidesk.server.BuildConfig.VERSION.substring(1);
|
||||
}
|
||||
Reference in New Issue
Block a user