Skip to content

Commit

Permalink
Bump version to 2.7.0-p1 patch fix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Jan 26, 2016
1 parent e55c4d6 commit cea3404
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 @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 2700
versionName "2.7.0"
versionCode 2701
versionName "2.7.0-p1"
}

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 1030
versionName "1.0.3"
versionCode 1031
versionName "1.0.3-p1"
}

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

Expand Down

0 comments on commit cea3404

Please sign in to comment.