File tree 3 files changed +3
-3
lines changed
src/main/java/com/amit/utilities
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
defaultConfig {
11
11
minSdkVersion 19
12
12
targetSdkVersion 28
13
- versionCode 34 // this indicates the number of releases of library
14
- versionName " 1.3.6 " // this indicates the current version of library
13
+ versionCode 35 // this indicates the number of releases of library
14
+ versionName " 1.3.61 " // this indicates the current version of library
15
15
}
16
16
17
17
buildTypes {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class DateTimeUtils
30
30
*
31
31
* @return - date or date time returned
32
32
**/
33
- private static String getCurrentDateTime (String inDateTimeFormat )
33
+ public static String getCurrentDateTime (String inDateTimeFormat )
34
34
{
35
35
if (inDateTimeFormat != null && inDateTimeFormat .length () != 0 )
36
36
{
You can’t perform that action at this time.
0 commit comments