diff --git a/app/build.gradle b/app/build.gradle index 53de5d90..76e0a4fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'com.philkes.notallyx' minSdk 21 targetSdk 33 - versionCode 56 - versionName "6.0-RC1" + versionCode 57 + versionName "6.0-RC2" resConfigs '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 = [] }