Skip to content

Commit

Permalink
Bump version to 2.8.0 (and 1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Oct 14, 2017
1 parent 2780eaf commit 4146e1d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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 26
versionCode 2751
versionName "2.7.5-p1"
versionCode 2800
versionName "2.8.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand All @@ -36,26 +36,26 @@ android {

qaloon {
applicationId "com.quran.labs.androidquran.qaloon"
versionCode 1081
versionName "1.0.8-p1"
versionCode 1100
versionName "1.1.0"
}

naskh {
applicationId "com.quran.labs.androidquran.naskh"
versionCode 1081
versionName "1.0.8-p1"
versionCode 1100
versionName "1.1.0"
}

shemerly {
applicationId "com.quran.labs.androidquran.shemerly"
versionCode 1081
versionName "1.0.8-p1"
versionCode 1100
versionName "1.1.0"
}

warsh {
applicationId "com.quran.labs.androidquran.warsh"
versionCode 1081
versionName "1.0.8-p1"
versionCode 1100
versionName "1.1.0"
}
}

Expand Down

0 comments on commit 4146e1d

Please sign in to comment.