Skip to content

Commit

Permalink
Bump version to 2.7.1
Browse files Browse the repository at this point in the history
Also bump Naskh and Qaloon to 1.0.4.
  • Loading branch information
ahmedre committed May 18, 2016
1 parent bf879ff commit fec8d0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 23
versionCode 2701
versionName "2.7.0-p1"
versionCode 2710
versionName "2.7.1"
}

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

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

Expand Down

0 comments on commit fec8d0f

Please sign in to comment.