Skip to content

Commit

Permalink
fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
abduelrahman committed Jan 12, 2021
1 parent 2d8f976 commit 6c9440b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dateUtils/src/main/java/am/dateutils/Date.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ public class Date implements Parcelable {
private String timezone_type;
private String timezone;

public Date() {
}

public Date(String date, String timezone) {
this.date = date;
this.timezone = timezone;
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Jan 05 20:35:15 EET 2021
#Tue Jan 12 15:03:54 EET 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 comments on commit 6c9440b

Please sign in to comment.