diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-12-18 11:15:23 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-12-18 11:15:23 +0330 |
commit | 5a670d6cae41d77280a98936f2baddf31f069656 (patch) | |
tree | b1a15d3794f820278bbae5c1fb0cf73627e55139 /app/build.gradle.kts | |
parent | d4573cacc141748c44bb6bbea7528bdd46afc3d5 (diff) |
fixed bugs in multiple operators
updated launcher icon
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 6848831..7fc29a3 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 = 2 - versionName = "0.1.0" + versionCode = 3 + versionName = "0.1.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } |