diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-12-18 14:58:25 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-12-18 14:58:25 +0330 |
commit | 9313767a800f16e01a05c577183b5e6399c3f76d (patch) | |
tree | 8bca2a5c5e409c73e59c56880f23f6e3c32efb55 /app/build.gradle.kts | |
parent | 5a670d6cae41d77280a98936f2baddf31f069656 (diff) |
great appreciations to https://github.com/hadibolty/ for reporting bugs, a lot of bugs got fixed
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 7fc29a3..8503827 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 = 3 - versionName = "0.1.1" + versionCode = 4 + versionName = "0.1.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } |