summaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-27 21:33:50 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-06-27 21:33:50 +0330
commitae2cb569694734d2d9c1c1eb60e73cff46dab8e5 (patch)
tree9fa26ff6a030721515468b67d9e61923991584aa /app/build.gradle.kts
parentddbf264327eaad69998df915f90193ebb0063e20 (diff)
fix not stopping timer in game end bugv0.2.1
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index f742779..1599144 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
applicationId = "com.a404m.mine_game"
minSdk = 24
targetSdk = 36
- versionCode = 2
- versionName = "0.2.0"
+ versionCode = 3
+ versionName = "0.2.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}