From a00d75256dc5543f4bf43a72b236f1ad9966a8ee Mon Sep 17 00:00:00 2001 From: Ashutosh Gangwar Date: Tue, 17 Oct 2023 09:28:39 +0530 Subject: [PATCH] prepare release 2.5.4 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9865b05de..a90dc4b22 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { defaultConfig { namespace 'com.github.ashutoshgngwr.noice' applicationId 'com.github.ashutoshgngwr.noice' - versionCode 68 - versionName '2.5.3' + versionCode 69 + versionName '2.5.4' testInstrumentationRunner 'com.github.ashutoshgngwr.noice.InstrumentedTestRunner' proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' }