diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-07-08 23:23:49 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-07-08 23:23:49 +0330 |
commit | 16c1ceb0f093a942e95488b100222696aa649e1a (patch) | |
tree | 25e18276e61d8741c327af8588163b25c8ddd756 /app/build.gradle.kts | |
parent | e08d126cd7f96a9f876356744af23974dd1c37a3 (diff) |
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ac62037..1a8a2a6 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 = 5 - versionName = "0.2.3" + versionCode = 6 + versionName = "0.2.4" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } |