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>2019-10-19 23:42:00 +0300
committerstefan-niedermann <info@niedermann.it>2019-10-19 23:42:00 +0300
commit2cc25a9d2bc3d25eb67e5a9d6ecb09e4a6944b57 (patch)
tree551a11cd9883ee1dd884015a1bdf63124c5119f6
parenteaddde6fb01c72067a4cbd67f517862357f755a7 (diff)
version bump to 1.0.1v1.0.1
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index bba86c51..4a87bba4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 28
- versionCode 48
- versionName "1.0.0"
+ versionCode 49
+ versionName "1.0.1"
}
buildTypes {
release {