Implemented functionality to store the repeat settings #35

This commit is contained in:
amazing-username
2019-03-12 22:57:33 -04:00
parent 748a28827b
commit 8371f60d4e
6 changed files with 128 additions and 22 deletions
@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.example.mear;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.example.mear";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}