Skip to content

Commit d87986d

Browse files
committed
update version name/code and release notes for 4.0-beta.4
1 parent ab45504 commit d87986d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

owncloudApp/build.gradle

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

101101
testInstrumentationRunner "com.owncloud.android.utils.OCTestAndroidJUnitRunner"
102102

103-
versionCode = 30000403
104-
versionName = "4.0-beta.3"
103+
versionCode = 30000404
104+
versionName = "4.0-beta.4"
105105

106106
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
107107
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""

owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ class ReleaseNotesViewModel(
8585
subtitle = R.string.release_notes_4_0_subtitle_9,
8686
type = ReleaseNoteType.ENHANCEMENT
8787
),
88+
ReleaseNote(
89+
title = R.string.release_notes_4_0_title_11,
90+
subtitle = R.string.release_notes_4_0_subtitle_11,
91+
type = ReleaseNoteType.ENHANCEMENT
92+
),
8893
ReleaseNote(
8994
title = R.string.release_notes_4_0_title_10,
9095
subtitle = R.string.release_notes_4_0_subtitle_10,

owncloudApp/src/main/res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,8 @@
737737
<string name="release_notes_4_0_subtitle_9">If your server supports app providers to open specific kind of files, all of them will be listed in Details view</string>
738738
<string name="release_notes_4_0_title_10">Themed icons supported</string>
739739
<string name="release_notes_4_0_subtitle_10">Android 13 feature "Themed icons" will let you set app icon in monochrome</string>
740+
<string name="release_notes_4_0_title_11">Create new documents via web (oCIS)</string>
741+
<string name="release_notes_4_0_subtitle_11">If oCIS server supports application providers, new documents can be created via browser and synced with oC</string>
740742

741743
<!-- Open in web -->
742744
<string name="ic_action_open_in_web">Open in web</string>

0 commit comments

Comments
 (0)