From 08225315fc56941a03a364f599e606a0187c2d8b Mon Sep 17 00:00:00 2001 From: Ahmed El-Helw Date: Wed, 31 Jan 2024 00:26:08 +0400 Subject: [PATCH] Bump version to 3.4.4 (3441) Using 3441 because uploaded 3440 to the store and found a crash before rolling it out, so fixed it and updated it with 3441. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9509f1ce48..2fc3836d37 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { namespace 'com.quran.labs.androidquran' defaultConfig { - versionCode 3430 - versionName "3.4.3" + versionCode 3441 + versionName "3.4.4" testInstrumentationRunner "com.quran.labs.androidquran.core.QuranTestRunner" }