From e6b61734c90fc4c88691075836beb3f10dbd4b2e Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 13 Aug 2023 13:07:26 +0200 Subject: [PATCH] chore: bump version to v0.17.0 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 823d7aedd..801674734 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId 'com.github.libretube' minSdk 21 targetSdk 33 - versionCode 38 - versionName '0.16.1' + versionCode 39 + versionName '0.17.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' resValue "string", "app_name", "LibreTube" @@ -31,7 +31,7 @@ android { viewBinding true } - applicationVariants.all { variant -> + applicationVariants.configureEach { variant -> // use the date as version for debug builds if (variant.name == 'debug') { variant.outputs.each { output ->