Skip to content

Commit ab2990c

Browse files
committed
Add app version constant
1 parent dcf0f9f commit ab2990c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/java/com/codestack/deepsense/core/Constants.kt

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ object Constants {
66
//App
77
const val TAG = "AppTag"
88

9+
//App Version
10+
const val APP_VER = "1.0.0"
11+
912
//Server
1013
val BASE_URL = URL("http://192.168.1.102:5000")
1114

0 commit comments

Comments
 (0)