From ece5ffc403852df66b9fc29179f0573528fccb60 Mon Sep 17 00:00:00 2001 From: Catfriend1 <16361913+Catfriend1@users.noreply.github.com> Date: Fri, 15 Mar 2024 23:17:30 +0100 Subject: [PATCH] F-Droid APK version v1.27.4.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 42296eac..d52e6d9b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,8 +44,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 21 targetSdkVersion 34 - versionCode 1270300 - versionName "1.27.3.0" + versionCode 1270401 + versionName "1.27.4.1" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' }