diff --git a/app/build.gradle b/app/build.gradle index 2f2e08df..9f945a86 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.omgodse.notally" minSdk 21 targetSdk 30 - versionCode 35 - versionName "4.0" + versionCode 36 + versionName "4.1" resConfigs "en", "ca", "cs", "de", "es", "fr", "hu", "in", "it", "ja", "nb", "nl", "pl", "pt-rBR", "ru", "sk", "sv", "tl", "tr", "uk" vectorDrawables.generatedDensities = [] } diff --git a/build.gradle b/build.gradle index b1ea8ba8..2b11d70f 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath "com.android.tools.build:gradle:7.0.1" + classpath "com.android.tools.build:gradle:7.0.2" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30" } }