Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravhulmukh committed May 8, 2021
1 parent 506129f commit 43f3090
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@


public class Constant {
public static final String APP_NAME = "WildmaIDCardCamera";//app
public static final String APP_NAME = "KYCCamera";//app
public static final String BASE_DIR = APP_NAME + File.separator;
public static final String DIR_ROOT = FileUtils.getRootPath() + File.separator + com.gaurav.kyccamera.global.Constant.BASE_DIR;
public static final String DIR_ROOT = FileUtils.getRootPath() + File.separator + com.gaurav.kyccamera.global.Constant.BASE_DIR;
}

0 comments on commit 43f3090

Please sign in to comment.