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-02-08 01:30:44 +0300
committerstefan-niedermann <info@niedermann.it>2019-02-08 01:30:44 +0300
commitc83ec61934a045c3c2b4d6e0d6076e91f5f17789 (patch)
tree0b4aad9e9861d71563acc46499f116592a832239 /app/build.gradle
parent336cdabfc69bc23e8a22859643c69df8b8fdac7e (diff)
version bump to 0.23.0
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2bb8f585..3076a2e4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 28
- versionCode 38
- versionName "0.22.4"
+ versionCode 39
+ versionName "0.23.0"
}
buildTypes {
release {