mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-14 12:08:51 -05:00
8 lines
160 B
Java
8 lines
160 B
Java
package org.bspeice.minimalbible;
|
|
|
|
public class MinimalBibleConstants {
|
|
|
|
public static final String DOWNLOAD_PREFS_FILE = "DOWNLOADER_PREFERENCES";
|
|
|
|
}
|