1
mirror of https://github.com/m2049r/xmrwallet synced 2025-05-14 10:51:37 +02:00

separate monero/monerujo folder for debug version ()

This commit is contained in:
m2049r 2018-04-22 11:27:35 +02:00 committed by GitHub
parent af58b76f0c
commit 96579c1be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,8 +59,8 @@ import okhttp3.HttpUrl;
import timber.log.Timber;
public class Helper {
static private final String WALLET_DIR = "monerujo";
static private final String HOME_DIR = "monero";
static private final String WALLET_DIR = "monerujo" + (BuildConfig.DEBUG ? "-debug" : "");
static private final String HOME_DIR = "monero" + (BuildConfig.DEBUG ? "-debug" : "");
static public int DISPLAY_DIGITS_INFO = 5;