version bump to v3.2.5

This commit is contained in:
Stefan Niedermann 2021-04-01 13:56:44 +02:00
parent f55e1dd5a3
commit 0003e8babb
2 changed files with 2 additions and 2 deletions

View file

@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 29
versionCode 3002004
versionName "3.2.4"
versionCode 3002005
versionName "3.2.5"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}