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
path: root/app
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2020-01-31 15:57:50 +0300
committerstefan-niedermann <info@niedermann.it>2020-01-31 15:57:50 +0300
commit25393b111a5b569d2b044e095d6eac6344932e38 (patch)
treee0f3ace8e3e5b91a0f35033b52d3b7ac3bdcc9e1 /app
parent847dc896fe91eb8a77b27ba8bbbd6beda4ce847b (diff)
version bump to 2.10.0v2.10.0
Signed-off-by: stefan-niedermann <info@niedermann.it>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 44280136..eb218175 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 29
- versionCode 77
- versionName "2.9.0"
+ versionCode 78
+ versionName "2.10.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {