From a48f5162188027520662dfed51471561dcca4e8f Mon Sep 17 00:00:00 2001 From: Erfan Sn <50053121+ErfanSn@users.noreply.github.com> Date: Sat, 11 Jan 2025 20:05:02 +0330 Subject: [PATCH] Update version name to 2025.01 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7eb8b7c..6f28b5a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -27,7 +27,7 @@ android { applicationId = "ir.erfansn.composablescreens" versionCode = 1 - versionName = "2024.11" + versionName = "2025.01" vectorDrawables { useSupportLibrary = true