From 603f3ff6252c913860e73958800bef570720dd06 Mon Sep 17 00:00:00 2001 From: vinchamp77 Date: Fri, 26 Jul 2024 22:28:38 +1000 Subject: [PATCH] Upgrade versionCode to 7 and versionName to 3.4 (prepare to release) --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a8ad330..f4d6bb2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "vtsen.hashnode.dev.androidnews" minSdk 21 targetSdk 34 - versionCode 7 - versionName "3.3" + versionCode 8 + versionName "3.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { @@ -58,8 +58,8 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.lifecycle:lifecycle-runtime-compose:2.8.3' - implementation 'androidx.activity:activity-compose:1.9.0' + implementation 'androidx.lifecycle:lifecycle-runtime-compose:2.8.4' + implementation 'androidx.activity:activity-compose:1.9.1' // required by "?attr/colorControlNormal" icon drawable vector xml implementation 'androidx.appcompat:appcompat:1.7.0'