From 37165d77f9c64b83fd9a0598bda0a68019359d8b Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 6 Oct 2023 11:51:54 +0200 Subject: [PATCH] chore: bump version to v0.19.0 --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1f97fd11e8..7feabea6d0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "com.github.libretube" minSdk = 21 targetSdk = 33 - versionCode = 42 - versionName = "0.18.1" + versionCode = 43 + versionName = "0.19.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" resValue("string", "app_name", "LibreTube")