Skip to content

Commit 1cb12f4

Browse files
committed
Update version code, name in build.gradle and changelog
1 parent aa769c4 commit 1cb12f4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.9.0 beta v2 (October 2018)
2+
- Bug fixes, including:
3+
+ Fix some crashes:
4+
- When rebooting the device
5+
- When copying, moving files or choosing a folder within camera uploads feature
6+
+ Fix some failing downloads
7+
+ Fix pattern lock being asked very often after disabling fingerprint lock
8+
19
## 2.9.0 beta v1 (September 2018)
210
- Switch apache and jackrabbit deprecated libraries to more modern and active library, OkHttp
311
- Search in current folder

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ android {
9595

9696
defaultConfig {
9797

98-
manifestPlaceholders.versionCode = "20800100"
99-
manifestPlaceholders.versionName = "2.9.0-beta.1"
98+
manifestPlaceholders.versionCode = "20800200"
99+
manifestPlaceholders.versionName = "2.9.0-beta.2"
100100

101101
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
102102

0 commit comments

Comments
 (0)