diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-07-02 16:56:37 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-07-02 16:56:37 +0330 |
commit | c71241a13c9ab8afb9999d05dfa1d3c6721d2fc7 (patch) | |
tree | 783829b37de74e0e38fad4b307adda5241d21bd4 /app/build.gradle.kts | |
parent | ae2cb569694734d2d9c1c1eb60e73cff46dab8e5 (diff) |
better page animation
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 1599144..cb523e2 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 = 3 - versionName = "0.2.1" + versionCode = 4 + versionName = "0.2.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } |