From 2ac852458392f70b52f8ad5bb016d5966fff29ad Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 7 Jul 2023 09:39:43 +0200 Subject: [PATCH] Bump version to v0.16.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b4fd0486c..62162ca41 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'com.github.libretube' minSdk 21 targetSdk 33 - versionCode 36 - versionName '0.15.1' + versionCode 37 + versionName '0.16.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' resValue "string", "app_name", "LibreTube"