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-19 05:34:16 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2019-03-19 05:34:16 +0300
commitbb6324ca97e350c54d98a481ed135f18e7a7d07f (patch)
treebdf6b2e2b244e78568de5da4502f6e747fddcda1
parent87328065b68b30d1ad6cf16f11e985079574d532 (diff)
daily dev 20190319dev-20190319
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 7b7dc7bd8b..29316ea233 100644
--- a/build.gradle
+++ b/build.gradle
@@ -130,8 +130,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20190316
- versionName "20190316"
+ versionCode 20190319
+ versionName "20190319"
}
}
}