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-23 02:34:08 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2019-01-23 02:34:08 +0300
commit10b4cb8caf3d6dc9121dc91ceb27603e67a06dae (patch)
treeee1c0847a54e1c1e47a63b04c953a1e29dc0ad51
parent627106c18f46d5beec89808b18ea03a1150e616d (diff)
daily dev 20190123dev-20190123
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index e17a7ba5d1..15c696335d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -128,8 +128,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20190122
- versionName "20190122"
+ versionCode 20190123
+ versionName "20190123"
}
}
}