Skip to content

Commit

Permalink
Bump to version 2.7.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Jan 24, 2016
1 parent ab8e980 commit 699b5ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,13 @@ Open Source Projects Used

Changelog
---------
**current**
**version 2.7.0 (released 1/23/2016)**
- import / export bookmarks
- merged tags and bookmarks into one screen
- improved audio playback notification styles
- lockscreen audio playback controls
- ayah bookmarks show ayah preview
- night mode page separator now takes text brightness
- lots of improvements and bugfixes

**version 2.6.7-p4 (released 11/15/2015)**
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 2681
versionName "2.6.8"
versionCode 2700
versionName "2.7.0"
}

signingConfigs {
Expand All @@ -37,16 +37,16 @@ android {
applicationId "com.quran.labs.androidquran.qaloon"
resValue "string", "authority", applicationId + '.data.QuranDataProvider'
resValue "string", "file_authority", applicationId + '.fileprovider'
versionCode 1024
versionName "1.0.2-p4"
versionCode 1030
versionName "1.0.3"
}

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

Expand Down

0 comments on commit 699b5ba

Please sign in to comment.