diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-12-18 15:31:58 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-12-18 15:31:58 +0330 |
commit | c11cf500bee8e5dbe1c794b89bcb64f48f40f441 (patch) | |
tree | f21f1e1be9d96ea239672356b727c626ded0fda7 /app/build.gradle.kts | |
parent | 9313767a800f16e01a05c577183b5e6399c3f76d (diff) |
fixed division
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 8503827..1c36cd3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "com.a404m.calculator" minSdk = 21 targetSdk = 35 - versionCode = 4 - versionName = "0.1.2" + versionCode = 5 + versionName = "0.1.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } |