mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-13 19:48:38 -05:00
00ebfb1e48
Re-remove the bin/ and gen/ files
11 lines
328 B
Java
11 lines
328 B
Java
package org.bspeice.minimalbible;
|
|
|
|
public class MinimalBibleConstants {
|
|
|
|
public static final String DOWNLOAD_PREFS_FILE = "DOWNLOADER_PREFERENCES";
|
|
|
|
public static final String KEY_DOWNLOAD_ENABLED = "HAS_ENABLED_DOWNLOAD";
|
|
public static final String KEY_PERM_DISABLE_DOWNLOAD = "PERMANENTLY_DISABLE_DOWNLOAD";
|
|
|
|
}
|