app: Bump version to 2.1.0

Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
This commit is contained in:
Dakkshesh
2025-08-11 16:21:59 +05:30
parent de71e45bf3
commit 60bf475d48
+1 -1
View File
@@ -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"