Skip to content

Commit

Permalink
Bump to 2.6.7-p3/1.0.2-p3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Nov 15, 2015
1 parent e613e49 commit decf7d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ Open Source Projects Used

Changelog
---------
**version 2.6.7-p3 (released 11/15/2015)**
- fix launch crash when upgrading prefs

**version 2.6.7-p2 (released 11/14/2015)**
- fix audio scrolling issue
- fix tashkeel being cut off on fonts
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 2672
versionName "2.6.7-p2"
versionCode 2673
versionName "2.6.7-p3"
}

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

naskh {
applicationId "com.quran.labs.androidquran.naskh"
resValue "string", "authority", applicationId + '.data.QuranDataProvider'
versionCode 1022
versionName "1.0.2-p2"
versionCode 1023
versionName "1.0.2-p3"
}
}

Expand Down

0 comments on commit decf7d2

Please sign in to comment.