From 5f6f80fe241b1f8ecb073ccb3a5a74fd2af44663 Mon Sep 17 00:00:00 2001 From: Hamza Rizwan Date: Mon, 22 Dec 2025 10:54:41 +0530 Subject: [PATCH] bump: version id to 10643 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0f8f2a0b4..aee2ea54b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,8 +53,8 @@ android { applicationId "app.simple.inure" minSdkVersion 23 targetSdkVersion 35 - versionCode 10642 - versionName "build106.4.2" + versionCode 10643 + versionName "build106.4.3" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"