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 = [] }