From 5a670d6cae41d77280a98936f2baddf31f069656 Mon Sep 17 00:00:00 2001 From: A404M Date: Wed, 18 Dec 2024 11:15:23 +0330 Subject: fixed bugs in multiple operators updated launcher icon --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/build.gradle.kts') 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" } -- cgit v1.2.3