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>2018-09-15 01:32:34 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2018-09-15 01:32:34 +0300
commit1f8854769b8c1261fbb4992d7f2ed01f0b8518e3 (patch)
tree514415ca22b4e6907f0977e7fe1be3b86cc9a6a7
parentc99cea497d14a57b6f15e9cb8a1ed39497b0286a (diff)
daily dev 20180915dev-20180915
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 337dc6116a..9fecdbc4a1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -130,8 +130,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20180914
- versionName "20180914"
+ versionCode 20180915
+ versionName "20180915"
}
}
}