Skip to content

Commit 8f405dd

Browse files
authored
Merge pull request #2452 from owncloud/fix/2.10.0_beta_v1
Include missing contributions and use proper versionCode in 2.10 beta 1
2 parents db8b444 + ec8691a commit 8f405dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 2.10.0 beta v1 (February 2018)
22
- Android 9 (P) support (contribution)
33
- Select all and inverse when uploading files (contribution)
4+
- Sorting options in sharing view (contribution)
45
- Batched notifications for file deletions (contribution)
56
- Commit hash in settings (contribution)
67
- UI improvements, including:
@@ -9,6 +10,7 @@
910
- Bug fixes, including:
1011
+ Some camera upload issues in Android 9 (P) (contribution)
1112
+ Fix eye icon not visible to show/hide password in public shares (contribution)
13+
+ Fix welcome wizard rotation (contribution)
1214

1315
## 2.9.3 (November 2018)
1416
- Bug fixes for users with username containing @ character

owncloudApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
minSdkVersion 15
6363
targetSdkVersion 28
6464

65-
versionCode = 21000100
65+
versionCode = 20900400
6666
versionName = "2.10.0-beta.1"
6767

6868
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""

0 commit comments

Comments
 (0)