Skip to content

Commit

Permalink
Bump version to 2.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Apr 14, 2015
1 parent f375024 commit 60030c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ Open Source Projects Used

Changelog
---------
**version 2.6.4 (released 4/13/2015)**
- minor fixes for crashes
- since it seems that the notification crashes happen at random, and only
after lots of notification traffic, this patch attempts to cut down on
the notification traffic by remembering the last progress and maximum
values and only posting the notification if they changed.

**version 2.6.3 (released 4/12/2015)**
- fix a bug where audio bar was hidden on tablet in landscape
- persist highlight of ayah between translation and pages
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 22
versionCode 2630
versionName "2.6.3"
versionCode 2640
versionName "2.6.4"
}

signingConfigs {
Expand Down

0 comments on commit 60030c2

Please sign in to comment.