From da44b9686cdba7b891071cc27f94dfc2c0d9a27f Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 16 Dec 2022 16:46:44 +0100 Subject: [PATCH] bump version to 0.9.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cf683e2e1..2491ff778 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId 'com.github.libretube' minSdk 21 targetSdk 33 - versionCode 24 - versionName '0.9.0' + versionCode 25 + versionName '0.9.1' multiDexEnabled true testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' resValue "string", "app_name", "LibreTube"