From f5c453d96a0d26437c323dc026ec5d7ccd7e1923 Mon Sep 17 00:00:00 2001 From: Aritra Das Date: Mon, 18 Dec 2023 14:30:58 +0530 Subject: [PATCH] Updated `versionName` & `versionCode` --- .idea/kotlinc.xml | 2 +- app/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index fdf8d994..e805548a 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index cf552a2c..6c3b4a00 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -17,8 +17,8 @@ android { applicationId = "com.aritra.notify" minSdk = 24 targetSdk = 34 - versionCode = 10 - versionName = "1.7.1" + versionCode = 11 + versionName = "1.8.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {