Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kaminsky <tobias@kaminsky.me>2018-12-16 02:33:09 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2018-12-16 02:33:09 +0300
commit677133ad4f6b078c59a516c435ca964dc0e473de (patch)
tree174b2f9942e1b169519662566b3a2d0dd161db39
parent7eba750e4a684c4e40f90329f73d2f147d3936cd (diff)
daily dev 20181216dev-20181216
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 4689ae9900..1f1ce2e2fe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -126,8 +126,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20181215
- versionName "20181215"
+ versionCode 20181216
+ versionName "20181216"
}
}
}