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-02-28 02:33:59 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2019-02-28 02:33:59 +0300
commit7ae10a4e668dfef94ac63695d37db8802f25bcb6 (patch)
tree43b27fb47cbd4aa8084b29f4d40be222a77e6a66
parent2e4a43eecda9b58a7bdb85c9f9494abffef9ce40 (diff)
daily dev 20190228dev-20190228
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 8ebf8d54f1..23e628be40 100644
--- a/build.gradle
+++ b/build.gradle
@@ -130,8 +130,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20190227
- versionName "20190227"
+ versionCode 20190228
+ versionName "20190228"
}
}
}