From b541cae3de7c714f0685a0e600996bc9c0b7b39a Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 22 Sep 2022 18:19:06 +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 ab5cf0313..07d05b471 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId 'com.github.libretube' minSdk 21 targetSdk 33 - versionCode 18 - versionName '0.5.1' + versionCode 19 + versionName '0.6.0' multiDexEnabled true testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' resValue "string", "app_name", "LibreTube"