Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-06-06 20:54:59 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-06 20:54:59 +0300
commit1cceef0b3c4e50e16e1be15d6ad7bbc87c553314 (patch)
treea6c179ff707099c75e191a4bab5307dc331564c4
parentd20a2fd086eebf0eb0f16e841de28d2f578337f9 (diff)
version bump to 2.13.0v2.13.0
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 41560701..2885b610 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 16
targetSdkVersion 29
- versionCode 2012002
- versionName "2.12.2"
+ versionCode 2013000
+ versionName "2.13.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}