From 9d1dd2f93c2908c5ef35121df333490e479f9e88 Mon Sep 17 00:00:00 2001 From: Catfriend1 <16361913+Catfriend1@users.noreply.github.com> Date: Wed, 18 Sep 2024 23:04:49 +0200 Subject: [PATCH] F-Droid APK version v1.27.12.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f9af4d20..d753e1c6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,8 +53,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 21 targetSdkVersion 35 - versionCode 1270900 - versionName "1.27.9.0" + versionCode 1271200 + versionName "1.27.12.0" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' }