From 1459f5fd29a735a585d314e773e53ca96a6f20ce Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 16 Jul 2023 17:53:13 +0200 Subject: [PATCH] chore: bump version to v0.16.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e6a631ba4..d1aac3967 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'com.github.libretube' minSdk 21 targetSdk 33 - versionCode 37 - versionName '0.16.0' + versionCode 38 + versionName '0.16.1' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' resValue "string", "app_name", "LibreTube"