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-01-16 20:26:43 +0300
committerstefan-niedermann <info@niedermann.it>2020-01-16 20:26:43 +0300
commit0813b3e8e1dd42dfbe160f695a4ef91b8469cdae (patch)
treedd7abeb04688eebd7d53b9aa18622c9623632b3a
parent1faa86fa80aad3ce4f099ff2b34a1a761275a4cf (diff)
Version bump to 2.4.8v2.4.8
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a4e75867..e063092f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 28
- versionCode 70
- versionName "2.4.7"
+ versionCode 71
+ versionName "2.4.8"
// vectorDrawables.useSupportLibrary = true
}
buildTypes {