From a85c64b544af641586a0d1c4d30abc324e736abf Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 18 Aug 2022 13:19:34 +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 262cc4dab..1e89361ea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId 'com.github.libretube' minSdk 21 targetSdk 31 - versionCode 16 - versionName '0.4.2' + versionCode 17 + versionName '0.5.0' multiDexEnabled true testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' resValue "string", "app_name", "LibreTube"