From 87be373a03a19f5187c52db531d9a8037f16780a Mon Sep 17 00:00:00 2001 From: Hemanth S Date: Sun, 11 Oct 2020 22:50:56 +0530 Subject: [PATCH] Bump the version to v4 To make it 4th anniversary --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 854e1a74..3afd3f0f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ android { applicationId "code.name.monkey.retromusic" versionCode 10448 - versionName '3.6.300' + "_" + getDate() + versionName '4.0.0' + "_" + getDate() multiDexEnabled true