From acd7e19fdb48ba6a1a8f142dee1642d7533fffd3 Mon Sep 17 00:00:00 2001 From: Robin Singh Date: Sun, 9 Jun 2024 13:51:25 +0530 Subject: [PATCH] Version bumped from 1.2.0 to 1.2.1 (#149) Co-authored-by: github-actions --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2e147bc..d80ba5a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -51,8 +51,8 @@ android { applicationId = "com.rob729.newsfeed" minSdk = 24 targetSdk = 34 - versionCode = 4 - versionName = "1.2.0" + versionCode = 5 + versionName = "1.2.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true