Skip to content

Commit e7d8497

Browse files
committed
bump version code to 3.0-beta.1 and add release notes
1 parent 5aed659 commit e7d8497

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

owncloudApp/build.gradle

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

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

107-
versionCode = 22100200
108-
versionName = "2.21.2"
107+
versionCode = 22100201
108+
versionName = "3.0-beta.1"
109109

110110
buildConfigField "String", gitRemote, "\"" + getGitOriginRemote() + "\""
111111
buildConfigField "String", commitSHA1, "\"" + getLatestGitHash() + "\""

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ReleaseNotesViewModel(
4747

4848
companion object {
4949
val releaseNotesList = listOf<ReleaseNote>(
50-
ReleaseNote(R.string.release_notes_2_21_2_title1, R.string.release_notes_2_21_2_subtitle1, ReleaseNoteType.ENHANCEMENT),
50+
ReleaseNote(R.string.release_notes_3_0_beta1_title1, R.string.release_notes_3_0_beta1_subtitle1, ReleaseNoteType.CHANGE),
5151
)
5252
}
5353
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,4 +694,7 @@
694694
<string name="release_notes_2.21.2_title1">Open in web</string>
695695
<string name="release_notes_2.21.2_subtitle1">Open server supported file types in web browser (only oCIS)</string>
696696

697+
<string name="release_notes_3.0_beta1_title1">New sync engine</string>
698+
<string name="release_notes_3.0_beta1_subtitle1">The way in which all files are synced has been redesigned</string>
699+
697700
</resources>

0 commit comments

Comments
 (0)