mirror of
https://github.com/lucasroyerdev/stock-pignon.git
synced 2026-05-10 02:52:26 +00:00
feat: initial functional release of Stock Pignon
This commit is contained in:
16
app/src/main/java/com/stock/pignon/Config.java
Normal file
16
app/src/main/java/com/stock/pignon/Config.java
Normal file
@@ -0,0 +1,16 @@
|
||||
// Config.java
|
||||
package com.stock.pignon;
|
||||
|
||||
public class Config {
|
||||
// Folder on sd card
|
||||
public static final String EXTERNAL_DIR_NAME = "stock_pignon";
|
||||
|
||||
// Folder on sd card
|
||||
public static final String IMAGES_SUBDIR_NAME = "images";
|
||||
|
||||
// Input json
|
||||
public static final String PIECES_FILE_NAME = "pieces.json";
|
||||
|
||||
// Output json
|
||||
public static final String STOCK_FILE_NAME = "stock.json";
|
||||
}
|
||||
Reference in New Issue
Block a user