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-10-24 01:32:15 +0300
committerTobias Kaminsky <tobias@kaminsky.me>2018-10-24 01:32:15 +0300
commitc0fa9b9bf6eb60877e8ebedf3890b59868d4b4d4 (patch)
treea232a48e31bd55ca19ef667384382b8eae3a16bc
parent1d1e4f974b799df1ab9500ae63e042df0bab7260 (diff)
daily dev 20181024dev-20181024
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index a25bbf28f0..ef9b3c1282 100644
--- a/build.gradle
+++ b/build.gradle
@@ -130,8 +130,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
- versionCode 20181023
- versionName "20181023"
+ versionCode 20181024
+ versionName "20181024"
}
}
}