Skip to content

Commit

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

Changelog
---------
**version 2.6.7-p4 (released 11/15/2015)**
- fix launch crash when upgrading prefs for people stuck between the bug
introduced in p2 (not crashing with it and instead running the wrong
behavior), and the fix in p3.

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

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 2673
versionName "2.6.7-p3"
versionCode 2674
versionName "2.6.7-p4"
}

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

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

Expand Down

0 comments on commit 5bd67cf

Please sign in to comment.