From ea8e87697ae0b86c78b0e8df058633dbd88288b2 Mon Sep 17 00:00:00 2001 From: ahmedre Date: Sat, 17 Sep 2016 03:08:13 -0700 Subject: [PATCH] Bump version to 2.7.2 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. --- app/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a41568c16d..cc794c44df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 24 - versionCode 2710 - versionName "2.7.1" + versionCode 2720 + versionName "2.7.2" } signingConfigs { @@ -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" } }