Skip to content

Commit

Permalink
version 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hos3ein committed Aug 28, 2016
1 parent ce620ec commit 443aa09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.iml
.gradle
/local.properties
/.idea/*
/.idea/workspace.xml
/.idea/libraries
.DS_Store
Expand Down
7 changes: 0 additions & 7 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,4 @@

<uses-permission android:name="android.permission.VIBRATE"/>

<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true">

</application>

</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,9 @@ public int getMonth() {
public int getDay() {
return day;
}

public PersianCalendar getPersianCalendar() {
return mPersianCalendar;
}
}
}

0 comments on commit 443aa09

Please sign in to comment.