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-01-30 02:33:08 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2019-01-30 02:33:08 +0300
commite851ef5044bc128db9df87d8df6cba914d5206f8 (patch)
treef0c3b8f7a94018cee69f661238f52c2ec4a85e6c
parent939877252dc7ed033a01cec2da964cf70f92c249 (diff)
daily dev 20190130dev-20190130
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index e71b6230c7..ad99a4b5dd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -128,8 +128,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20190129
- versionName "20190129"
+ versionCode 20190130
+ versionName "20190130"
}
}
}