diff --git a/app/build.gradle b/app/build.gradle index 3c5959cf..56ec49e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "it.niedermann.owncloud.notes" minSdkVersion 21 targetSdkVersion 29 - versionCode 3001004 - versionName "3.1.4" + versionCode 3002000 + versionName "3.2.0" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }