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:
authorAndy Scherzinger <info@andy-scherzinger.de>2018-02-27 18:40:58 +0300
committerGitHub <noreply@github.com>2018-02-27 18:40:58 +0300
commit9a9fd3d2fa10a2cb6dd7e54e773ded8ef084f88f (patch)
tree4adcd665d6668f04a035d1ead4f05f35a7d0eca5
parentc10b0743c70d5bbcd589096bc9e8a3898171f661 (diff)
parentc1d61751c75d1c80504b614e12f4cc936b72c7a5 (diff)
Merge pull request #2238 from nextcloud/3.0.2stable-3.0.2
Bump to 3.0.2
-rw-r--r--CHANGELOG.md14
-rw-r--r--build.gradle4
2 files changed, 14 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97b757bdde..c9dbcc66f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
-## 3.0.0 (Jan, xx, 2018)
-
+## 3.0.2 (Feb, 27, 2018)
+- Fix crash on old android versions
+- Fix E2E
+- Fix crash on old server
+
+## 3.0.1 (Feb, 14, 2018)
+- Bugfix E2E
+- Fix SSL via PlayStore updater
+- Fix push notification
+- New android lib, fixing wrong user agent
+
+## 3.0.0 (Feb, 08, 2018)
- End to end encryption
- Screen adapted images instead of downloading
- direct access to operations for single files
diff --git a/build.gradle b/build.gradle
index 3e6b00b193..408d6dbe8c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -78,8 +78,8 @@ android {
multiDexEnabled true
- versionCode = 30000199
- versionName = "3.0.1"
+ versionCode = 30000299
+ versionName = "3.0.2"
// adapt structure from Eclipse to Gradle/Android Studio expectations;
// see http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Configuring-the-Structure