File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/amit/utilities Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 defaultConfig {
1111 minSdkVersion 19
1212 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
1515 }
1616
1717 buildTypes {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class DateTimeUtils
3030 *
3131 * @return - date or date time returned
3232 **/
33- private static String getCurrentDateTime (String inDateTimeFormat )
33+ public static String getCurrentDateTime (String inDateTimeFormat )
3434 {
3535 if (inDateTimeFormat != null && inDateTimeFormat .length () != 0 )
3636 {
You can’t perform that action at this time.
0 commit comments