From bfaef29aff02ccc7491a7c511f4cdeb4f3ed8391 Mon Sep 17 00:00:00 2001 From: SlaVcE <102253539+SlaVcE14@users.noreply.github.com> Date: Fri, 2 Feb 2024 01:23:49 +0100 Subject: [PATCH] Update build.gradle --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e8e4763..2ed8ff8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { applicationId "com.sjapps.jsonlist" minSdk 23 targetSdk 34 - versionCode 8 + versionCode 9 versionName "1.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"