Skip to content

Commit

Permalink
Bump version to 2.7.2
Browse files Browse the repository at this point in the history
Also bump Qaloon and Naskh to 1.0.5. Note that there seems to have been
a regression in the support library, that, on Lollipop and below, causes
the toolbar's back arrow to point in the wrong direction with Arabic.
However, will still go ahead and release this.
  • Loading branch information
ahmedre committed Sep 17, 2016
1 parent 98d01bc commit ea8e876
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 2710
versionName "2.7.1"
versionCode 2720
versionName "2.7.2"
}

signingConfigs {
Expand All @@ -38,24 +38,24 @@ android {
applicationId "com.quran.labs.androidquran.qaloon"
resValue "string", "authority", applicationId + '.data.QuranDataProvider'
resValue "string", "file_authority", applicationId + '.fileprovider'
versionCode 1040
versionName "1.0.4"
versionCode 1050
versionName "1.0.5"
}

naskh {
applicationId "com.quran.labs.androidquran.naskh"
resValue "string", "authority", applicationId + '.data.QuranDataProvider'
resValue "string", "file_authority", applicationId + '.fileprovider'
versionCode 1040
versionName "1.0.4"
versionCode 1050
versionName "1.0.5"
}

shemerly {
applicationId "com.quran.labs.androidquran.shemerly"
resValue "string", "authority", applicationId + '.data.QuranDataProvider'
resValue "string", "file_authority", applicationId + '.fileprovider'
versionCode 1040
versionName "1.0.4"
versionCode 1050
versionName "1.0.5"
}
}

Expand Down

0 comments on commit ea8e876

Please sign in to comment.