From 8beaee75798fc3034e3960c65550cba3888bfb76 Mon Sep 17 00:00:00 2001 From: flaviuvsp Date: Tue, 22 Oct 2024 12:07:27 +0300 Subject: [PATCH] Update build version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0a119d78..4228e0b0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "org.permanent.PermanentArchive" minSdkVersion 26 targetSdkVersion 34 - versionCode 71 - versionName "1.9.3" + versionCode 72 + versionName "1.9.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }