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-20 05:33:18 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2019-03-20 05:33:18 +0300
commit7c28461679a45f141284663ede01f5a4c6a52d2f (patch)
treebda12eb96c8b8f5ac8dc16f0efa80ab541f5808a
parent23c0ca50ef86e4dac69edbb3370e10e0de57e504 (diff)
daily dev 20190320dev-20190320
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 29316ea233..85da178f30 100644
--- a/build.gradle
+++ b/build.gradle
@@ -130,8 +130,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20190319
- versionName "20190319"
+ versionCode 20190320
+ versionName "20190320"
}
}
}