From a2ce2ab74f444274c36cf53e0be6d66fe4f2f2ff Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 21 Jul 2022 14:35:03 +0200 Subject: [PATCH] bump version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d0ed08e1b..7d30fb465 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.github.libretube' minSdk 21 targetSdk 31 - versionCode 13 - versionName '0.3.3' + versionCode 14 + versionName '0.4.1' multiDexEnabled true testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' resValue "string", "app_name", "LibreTube"