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-11 01:32:17 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2018-08-11 01:32:17 +0300
commit1c8ce0d7869068682452b03ce9b5e97c7f0746be (patch)
tree5e174759fa8f2bbb606e233c24d45f2e8d2b3e0e
parent1e8e26e3358e51b96b6b49151b2c6ac9c398c31d (diff)
daily dev 20180811dev-20180811
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index cae9b1609a..be0b562778 100644
--- a/build.gradle
+++ b/build.gradle
@@ -128,8 +128,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20180809
- versionName "20180809"
+ versionCode 20180811
+ versionName "20180811"
}
}
}