Skip to content

Commit

Permalink
update version name/code and release notes for 4.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jesmrec committed May 5, 2023
1 parent ab45504 commit d87986d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions owncloudApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ android {

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

versionCode = 30000403
versionName = "4.0-beta.3"
versionCode = 30000404
versionName = "4.0-beta.4"

buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ class ReleaseNotesViewModel(
subtitle = R.string.release_notes_4_0_subtitle_9,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_0_title_11,
subtitle = R.string.release_notes_4_0_subtitle_11,
type = ReleaseNoteType.ENHANCEMENT
),
ReleaseNote(
title = R.string.release_notes_4_0_title_10,
subtitle = R.string.release_notes_4_0_subtitle_10,
Expand Down
2 changes: 2 additions & 0 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,8 @@
<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>
<string name="release_notes_4_0_title_10">Themed icons supported</string>
<string name="release_notes_4_0_subtitle_10">Android 13 feature "Themed icons" will let you set app icon in monochrome</string>
<string name="release_notes_4_0_title_11">Create new documents via web (oCIS)</string>
<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>

<!-- Open in web -->
<string name="ic_action_open_in_web">Open in web</string>
Expand Down

0 comments on commit d87986d

Please sign in to comment.