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>2019-03-12 05:33:12 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2019-03-12 05:33:12 +0300
commit2d286408c1544cda844bb738135adfed82249e12 (patch)
treecc79cb6e31817323bb2e3ef2816d183a1a2be0ad
parent16a0818e043e147b5b377bf2de6d06927eaaa11e (diff)
daily dev 20190312dev-20190312
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 4c6470bd98..494504f1ed 100644
--- a/build.gradle
+++ b/build.gradle
@@ -130,8 +130,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20190310
- versionName "20190310"
+ versionCode 20190312
+ versionName "20190312"
}
}
}