From d0ac31478201e18e83e4f96400c363e41d5bbea6 Mon Sep 17 00:00:00 2001 From: WirelessAlien <121420261+WirelessAlien@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:56:50 +0530 Subject: [PATCH] v4.3.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c6f15b3..d79d81b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.wirelessalien.zipxtract" minSdk 23 targetSdk 33 - versionCode 11 - versionName "4.3" + versionCode 12 + versionName "4.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }