From 0a34069be75b94aec6684617d8ae80251525fba6 Mon Sep 17 00:00:00 2001 From: PhilKes Date: Tue, 29 Oct 2024 18:10:17 +0100 Subject: [PATCH] Bump v6.1-RC1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c3949d9a..88986b23 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { applicationId 'com.philkes.notallyx' minSdk 21 targetSdk 33 - versionCode 60 - versionName "6.0" + versionCode 601 + versionName "6.1-RC1" resourceConfigurations += ['en', 'ca', 'cs', 'da', 'de', 'el', 'es', 'fr', 'hu', 'in', 'it', 'ja', 'my', 'nb', 'nl', 'nn', 'pl', 'pt-rBR', 'pt-rPT', 'ro', 'ru', 'sk', 'sv', 'tl', 'tr', 'uk', 'vi', 'zh-rCN'] vectorDrawables.generatedDensities = [] }