From 60bf475d48c0aefeb12f5086b4e123a10593a5b1 Mon Sep 17 00:00:00 2001 From: Dakkshesh Date: Mon, 11 Aug 2025 16:21:59 +0530 Subject: [PATCH] app: Bump version to 2.1.0 Signed-off-by: Dakkshesh --- 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 a22d749..56e60ff 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -25,7 +25,7 @@ fun String.execute(currentWorkingDir: File = File("./")): String { val gitCommitCount = "git rev-list HEAD --count".execute().toInt() val gitCommitHash = "git rev-parse --verify --short HEAD".execute() -val verName = "v2.0.0" +val verName = "v2.1.0" android { namespace = "io.github.beakthoven.TrickyStoreOSS"