move Tachiyomi's BuildConfig to kotlin dir

This commit is contained in:
Aria Moradi
2022-10-19 22:44:00 +03:30
parent 8218f2f830
commit 4d4a46d2a5

View File

@@ -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);
}