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-08-24 01:32:07 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2018-08-24 01:32:07 +0300
commitb0a3d09eb497081a1a61fc9b24f56f31bf052502 (patch)
tree027be6e8599807a097d2b8388e03d90abbcab305
parenta7f6430fc7011e30817ae24c5324cd6ed7751320 (diff)
daily dev 20180824dev-20180824
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index e1663a92e8..81b7b4d5a7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -128,8 +128,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20180823
- versionName "20180823"
+ versionCode 20180824
+ versionName "20180824"
}
}
}