Skip to content

Commit

Permalink
Bumping to v2.6.7 madani and v1.0.2 for naskh/qaloon.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Oct 24, 2015
1 parent afd2723 commit 8393829
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ Open Source Projects Used

Changelog
---------
**version 2.6.7 (released 10/24/2015)**
- only use uthmani font on apis 18 and above.
- better handling for landscape audio highlighting.
- improve "repeat verses" wording
- increase Quran text size in translation view
- decrease line spacing for Quran text in translation view
- upgrade libraries.

_flavor_specific_
- naskh: highlighting fix

**version 2.6.6 (released 10/4/2015)**
- android M support
- use different font for arabic text
Expand Down
12 changes: 6 additions & 6 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 23
versionCode 2660
versionName "2.6.6"
versionCode 2670
versionName "2.6.7"
}

signingConfigs {
Expand All @@ -35,15 +35,15 @@ android {
qaloon {
applicationId "com.quran.labs.androidquran.qaloon"
resValue "string", "authority", applicationId + '.data.QuranDataProvider'
versionCode 1010
versionName "1.0.1"
versionCode 1020
versionName "1.0.2"
}

naskh {
applicationId "com.quran.labs.androidquran.naskh"
resValue "string", "authority", applicationId + '.data.QuranDataProvider'
versionCode 1001
versionName "1.0.1"
versionCode 1020
versionName "1.0.2"
}
}

Expand Down

0 comments on commit 8393829

Please sign in to comment.