From cbb8be2284d4bc1ce3633a402afc118c35690802 Mon Sep 17 00:00:00 2001 From: fr3ts0n Date: Thu, 16 Sep 2021 19:33:21 +0200 Subject: [PATCH] fdroid build trigger V2.4.1 --- androbd/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/androbd/build.gradle b/androbd/build.gradle index 59e5c8a6..19dc966f 100644 --- a/androbd/build.gradle +++ b/androbd/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 17 // SDK 25 to allow background service mechanism for plugins targetSdkVersion 25 - versionCode 20400 - versionName 'V2.4.0' + versionCode 20401 + versionName 'V2.4.1' testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"