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 10:17:05 +0300
committerstefan-niedermann <info@niedermann.it>2019-02-08 10:17:05 +0300
commit3bf7caacfd02dab83c7011a2df2b2370b507c0d8 (patch)
treee42f56cd588fd9c553c388ee758e8b163dfd2fee /app/build.gradle
parent4f88b37fcbea82a7204f5efd020afa4997519c25 (diff)
version bump to 0.24.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 3076a2e4..e6ec18db 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 28
- versionCode 39
- versionName "0.23.0"
+ versionCode 40
+ versionName "0.24.0"
}
buildTypes {
release {